Keith Sinclair

← Network Management

Network Management Notes

Network Management Model (FCAPS)

This can be remembered as the FCAPS model:

  • Fault Management
  • Configuration Management
  • Accounting Management
  • Performance Management
  • Security Management

FCAPS Elements

Fault Management Elements

  • Events
  • Alarms
  • Problem Identification
  • Troubleshooting
  • Problem Resolution
  • Fault Logging

Configuration Management Elements

Change Control

  • Inventory Hardware
  • Inventory Software
  • Software
  • Configuration Information

Accounting Management Elements

  • Asset Management
  • Cost Control
  • Charge-back

Performance Management Elements

  • Network-Capacity Planning
  • Availability
  • Response Time
  • Accuracy
  • Throughput
  • Utilisation

Security Management Elements

  • Policy
  • Authority
  • Access Level
  • Exceptions
  • Logging
  • Authentication Failure

Network Management Event Levels

  • Critical
  • Alert
  • Warning
  • Error
  • Informational

Misc Notes

Enabling NFS on Sun Solaris 2.5.1

Need to edit the file /etc/dfs/dfstab with the share command to make the thing shared:

share -F nfs -o ro -d "The CDROM" /cdrom/cdrom0

Start the NFS daemons /etc/init.d/nfs.server — server won't start if /etc/dfs/dfstab is empty.

Add entries to /.rhosts to allow remote users to mount systems.

Changing the IP Address on CiscoWorks

Change the IP address in /etc/hosts. Sybase locks the IP address — edit $SYBASE/interfaces to the new IP address.

Unix Stuff

psrinfo -v displays processor speed under Solaris.

When adding a new SCSI device to a Solaris host, halt the host and get to the boot prompt and issue the command boot -r to get the host to run mknod for each new SCSI node.