|
AtmDirector is a network management application for Asynchronous Transfer Mode (ATM) networks.
This booklet provides the following information:
Before you install the AtmDirector software, make sure your system meets the requirements listed in Table 1.
Requirement | Sun | HP | AIX |
---|---|---|---|
Hardware | Sun SPARCstation SS-20 or greater
Color monitor | HP 9000 Series 700
Color monitor | IBM RISC System/6000
Color monitor |
Software Operating System | Solaris 2.4, Solaris 2.5.0, Solaris 2.5.1 | HP-UX 10.X | AIX 4.1 or later |
Swap Space | 250 MB | 250 MB* | 256 MB |
RAM | 128 MB | 128 MB | 128 MB |
Hard Disk | 2 GB (4 GB recommended) | 2 GB (4 GB recommended) | 2 GB (4 GB recommended) |
Windowing System | OpenWindows 3.4, 3.5, 3.5.1, Motif 1.2 | HPVUE, Motif 1.2 | AIX Windows 4.1 or later, Motif 1.2 |
*You can increase the per process swap size on your HP system to avoid running out of per process swap. To do so, invoke the sam utility. Then select Kernel Configuration > Configurable Parameters, and increase maxdsiz from 67 MB to 134 MB.
This section describes how to mount the AtmDirector CD-ROM on a Sun Solaris system.
To mount the CD-ROM from a local CD-ROM drive, perform these steps:
# mkdir /cdrom
If the /cdrom directory already exists, proceed to the next step.
The CD is automatically mounted onto the /cdrom directory. If you are running File Manager, a separate window displays the contents of the CD-ROM. If the /cdrom directory is empty because the CD was not mounted, or if File Manager did not open a window displaying the contents of the CD-ROM, check if the vold daemon is running by entering the following command:
# ps -e | grep vold | grep -v grep
If the system does not display anything, enter the following command:
# /usr/sbin/vold &
The vold daemon manages the CD-ROM device and performs the mounting.
To mount the CD-ROM from a remote CD-ROM drive, perform the following steps on the remote machine:
# mkdir /cdrom
If the /cdrom directory already exists, proceed to the next step.
share -F nfs -o ro /cdrom
# ps -ef | grep nfs | grep -v grep
If your machine is enabled as an NFS server, the following daemons should be running: /usr/lib/nfs/nfsd and /usr/lib/nfs/mountd. If these daemons are not running, enable your machine as an NFS server with the following command:
# /etc/init.d/nfs.server start
The CD is automatically mounted onto the /cdrom directory. If you are running File Manager, a separate File Manager window displays the contents of the CD-ROM. If the /cdrom directory is empty because the CD was not mounted, or if File Manager did not open a window displaying the contents of the CD-ROM, check if the vold daemon is running by entering the following command:
# ps -e | grep vold | grep -v grep
If the system does not display anything, enter the following command:
# /usr/sbin/vold &
The vold daemon manages the CD-ROM device and performs the mounting.
% su root
# mkdir /cdrom
# /usr/sbin/mount
remote_machinename
:/cdrom /cdrom
This section describes how to mount the AtmDirector CD-ROM on an HP-UX system.
To mount the CD-ROM from a local CD-ROM drive, perform these steps:
# mkdir /cdrom
If the /cdrom directory already exists, proceed to the next step.
# /etc/mount -rt cdfs -o ro /dev/dsk/
device_name
/cdrom
-r mounts the CD-ROM in read-only mode. -t indicates the type of filesystem, where hsfs specifies a filesystem with an ISO 9660 or High Sierra standard with Rock Ridge extensions and a CDFS filesystem. device_name is the device which you mount, usually dsk/c201d5s0
on HP-UX.
If you do not use these options, media error messages may display on the console.
To mount the CD-ROM from a remote CD-ROM drive, perform the following steps on the remote machine:
# mkdir /cdrom
If the /cdrom directory already exists, proceed to the next step.
/cdrom -ro
# ps -e | grep nfsd | grep -v grep
# /etc/nfs.server start
# ps -e | grep rpc.mountd | grep -v grep
If no rpc.mountd daemon is running, start one with the following command:
# /usr/etc/rpc.mountd -n
# /etc/mount -rt cdfs -o ro /dev/dsk/
device_name
/cdrom
-r mounts the CD-ROM in read-only mode. -t indicates the type of filesystem, where hsfs specifies a filesystem with an ISO 9660 or High Sierra standard with Rock Ridge extensions and a CDFS filesystem. device_name is the device which you mount, usually sr0
on SunOS or dsk/c201d5s0
on HP-UX.
If you do not use these options, media error messages may display on the console.
# /usr/etc/exportfs -a
% su root
# mkdir /cdrom
# /etc/mount
remote_machinename
:/cdrom /cdrom
This section describes how to mount the AtmDirector CD-ROM on an AIX system.
To mount the CD-ROM from a local CD-ROM drive, perform these steps:
# mkdir /cdrom
If the /cdrom directory already exists, proceed to the next step.
# /usr/sbin/crfs -v cdrfs -pro -d cd0 -m /cdrom -Ano -tno
-pro denotes it is a read-only file system. -m /cdrom specifies the mount port. -Ano indicates that it is not to be mounted automatically on reboot. -tno specifies not to set the accounting entry in /etc/filsystems.
# /usr/sbin/mount -r -v cdrfs /dev/cd0 /cdrom
-r mounts the CD-ROM in read-only mode. -v indicates the type of file system.
You may get the following error message, which you can ignore:
mount: warning: the permissions on /cdrom are incompatible with the permissions in the root directory of /dev/cd0
# ls /cdrom
You should see the following files: .toc, atmd.bff, and sybase.bff.
To mount the CD-ROM from a remote CD-ROM drive, perform the following steps on the remote machine:
# mkdir /cdrom
If the /cdrom directory already exists, proceed to the next step.
/cdrom -ro
# ps -ef | grep nfsd | grep -v grep
# /etc/rc.nfs
# ps -ef | grep rpc.mountd | grep -v grep
If no rpc.mountd daemon is running, start one with the following command:
# /usr/etc/rpc.mountd -n
# /usr/sbin/mount -v cdrfs -r /dev/cd0 /cdrom
-r mounts the CD-ROM in read-only mode. -v indicates the type of file system.
# /usr/sbin/exportfs -a
% su root
# mkdir /cdrom
# /usr/sbin/mount
remote_machinename
:/cdrom /cdrom
To install AtmDirector on a Sun Solaris system, perform these steps:
# pkgadd --d /cdrom/cdrom0 CSCOsyb
The Cisco Sybase package is installed in the directory /opt. If you want to install the package in a different directory, enter the following command:
# pkgadd --a none --d /cdrom/cdrom0 CSCOsyb
The system prompts you with the following:
Do you want to continue with the installation of this package [y, n?] y
The system installs the Cisco Sybase package and notifies you of the completion:
Installation of <CSCOsyb> was successful.
You are then prompted with the following notice:
***IMPORTANT NOTICE***
This machine must now be rebooted to ensure sane operation. Execute
shutdown --y --i6 --g0
and wait for the "Console Login:" prompt.
shutdown --y --i6 --g0
% su root
On Solaris 2.4:
# pkgadd --d /cdrom/cdrom0/Solaris2.4 CSCOatmd
On Solaris 2.5 and 2.5.1:
# pkgadd --d /cdrom/cdrom0 CSCOatmd
You are prompted to enter the Sybase home directory:
Enter the home directory of Sybase? [/opt/CSCOsyb] /opt/CSCOsyb
The Cisco AtmDirector package is installed in the specified directory. The following additional values are used, by default, for this install:
AtmDirector UDP port: 5889
AtmDirector log file /opt/CSCOatmd/data/log/logfile
Sybase data server: CW_SYBASE
Sybase backup server: CW_BACKUP_SERVER
The system displays the location where AtmDirector will be installed and the values you have chosen for this installation.
If you answer n, the system prompts you with a series of questions for each value and then prompts you again:
Do you want to continue with the installation of this package [y, n?] y
The system installs the AtmDirector package and notifies you of the completion:
Installation of <CSCOatmd> was successful.
# /opt/CSCOatmd/etc/atmd_setupdb
The system prompts you with the following:
Do you wish to configure Sybase? y
You are prompted to enter and then reenter the system administrator password for the configured Sybase data server:
Enter the Sybase 'sa' password?
Reenter the password to verify?
You are prompted to enter the size of the database:
Enter the database size in MB.
For a network of 0-50 nodes, enter 20.
For a network of 50-200 nodes, specify 50.
For a network of over 200 nodes, specify 75.
The system creates a new Sybase physical device to store data for AtmDirector. This can either be a regular file or a raw partition. If you wish to enlarge the database at a later time, refer to the AtmDirector Getting Started Guide.
You are prompted to enter the database filename:
Enter the database filename.
You are prompted to enter the log filename:
Enter the log filename.
The system runs the database setup script. The following additional values are used, by default, for configuring Sybase:
AtmDirector log size: 12
Data server TCP port: 5988
Backup server TCP port: 6088
Master database device: /opt/CSCOsyb/data/atmd_master
Master database size: 17
Sybsysprocs device: /opt/CSCOsyb/data/atmd_sybsysprocs
Sybsysprocs size: 14
Temp database device: /opt/CSCOsyb/data/atmd_tempdevice
Temp database size: 20
If you answer n, the system prompts you with a series of questions for each value.
The system runs the setup script and notifies you of the completion:
atmd_setupdb successfully completed!
% su root
# /opt/CSCOatmd/etc/atmd_startup
% cd /opt/CSCOatmd/bin
% atmdirector
The system displays the AtmDirector main window. Select Options>Global Options and fill in the seed IP Address to start Discovery. For further information, refer to the AtmDirector Getting Started Guide and the online help that ships with the product.
To install AtmDirector on an HP-UX system, perform these steps:
# sh /cdrom/setup.sh SYBASE
The Cisco Sybase package is installed in the directory /opt. If you wish to install the Cisco Sybase package in a different directory, enter that directory name.
/etc/reboot -r
% su root
# sh /cdrom/setup.sh ATMD
You are prompted to enter the name of the directory in which you wish to install AtmDirector:
Enter directory to install AtmDirector [/opt/CSCOatmd]
The Cisco AtmDirector package is installed in the specified directory. The following additional values are used, by default, for this install:
AtmDirector UDP port: 5889
AtmDirector log file /opt/CSCOatmd/data/log/logfile
Sybase data server: CW_SYBASE
Sybase backup server: CW_BACKUP_SERVER
The system displays the location where AtmDirector will be installed and the values you have chosen for this installation.
If you answer n, the system prompts you with a series of questions for each value and then prompts you again:
Do you want to continue with the installation of this package [y, n?] y
The system installs the AtmDirector package and notifies you of the completion:
Installation of <CSCOatmd> was successful.
# /opt/CSCOatmd/etc/atmd_setupdb
The system prompts you with the following:
Do you wish to configure Sybase? y
You are prompted to enter and then reenter the system administrator password for the configured Sybase data server:
Enter the Sybase 'sa' password?
Reenter the password to verify?
You are prompted to enter the size of the database:
Enter the database size in MB.
For a network of 0-50 nodes, enter 20.
For a network of 50-200 nodes, specify 50.
For a network of over 200 nodes, specify 75.
The system creates a new Sybase physical device to store data for AtmDirector. This can either be a regular file or a raw partition. If you wish to enlarge the database at a later time, refer to the AtmDirector Getting Started Guide.
You are prompted to enter the database filename:
Enter the database filename.
You are prompted to enter the log filename:
Enter the log filename.
The system runs the database setup script. The following additional values are used, by default, for configuring Sybase:
AtmDirector log size: 12
Data server TCP port: 5988
Backup server TCP port: 6088
Master database device: /opt/CSCOsyb/data/atmd_master
Master database size: 17
Sybsysprocs device: /opt/CSCOsyb/data/atmd_sybsysprocs
Sybsysprocs size: 14
Temp database device: /opt/CSCOsyb/data/atmd_tempdevice
Temp database size: 20
If you answer n, the system prompts you with a series of questions for each value.
The system runs the setup script and notifies you of the completion:
atmd_setupdb successfully completed!
% su root
# /opt/CSCOatmd/etc/atmd_startup
% cd /opt/CSCOatmd/bin
% atmdirector
The system displays the AtmDirector main window. Select Options>Global Options and fill in the seed IP Address to start Discovery. For further information, refer to the AtmDirector Getting Started Guide and the online help that ships with the product.
To install AtmDirector on an AIX system, perform these steps:
# /usr/sbin/installp -acXd /cdrom/sybase.bff sybase
The Cisco Sybase package is installed in the directory /usr/sybase. The installp program notifies you of the completion.
/usr/sbin/shutdown -r
% su root
# /usr/sbin/installp -acXd /cdrom/atmd.bff atmd
You are prompted to enter the name of the directory in which you wish to install AtmDirector:
Enter directory to install AtmDirector [/usr/atmd]
The Cisco AtmDirector package is installed in the specified directory. The following additional values are used, by default, for this install:
AtmDirector UDP port: 5889
AtmDirector log file /usr/atmd/data/log/logfile
Sybase data server: CW_SYBASE
Sybase backup server: CW_BACKUP_SERVER
The system displays the location where AtmDirector will be installed and the values you have chosen for this installation.
If you answer n, the system prompts you with a series of questions for each value and then prompts you again:
Do you want to continue with the installation of this package [y, n?] y
The system installs the AtmDirector package and notifies you of the completion.
# /usr/atmd/etc/atmd_setupdb
The system prompts you with the following:
Do you wish to configure Sybase? y
You are prompted to enter and then reenter the system administrator password for the configured Sybase data server:
Enter the Sybase 'sa' password?
Reenter the password to verify?
You are prompted to enter the size of the database:
Enter the database size in MB.
For a network of 0-50 nodes, enter 20.
For a network of 50-200 nodes, specify 50.
For a network of over 200 nodes, specify 75.
The system creates a new Sybase physical device to store data for AtmDirector. This can either be a regular file or a raw partition. If you wish to enlarge the database at a later time, refer to the AtmDirector Getting Started Guide.
You are prompted to enter the database filename:
Enter the database filename.
You are prompted to enter the log filename:
Enter the log filename.
The system runs the database setup script. The following additional values are used, by default, for configuring Sybase:
AtmDirector log size: 12
Data server TCP port: 5988
Backup server TCP port: 6088
Master database device: /usr/sybase/data/atmd_master
Master database size: 17
Sybsysprocs device: /usr/sybase/data/atmd_sybsysprocs
Sybsysprocs size: 14
Temp database device: /usr/sybase/data/atmd_tempdevice
Temp database size: 20
If you answer n, the system prompts you with a series of questions for each value.
The system runs the setup script and notifies you of the completion:
atmd_setupdb successfully completed!
% su root
# /usr/atmd/etc/atmd_startup
% cd /usr/atmd/bin
% ./atmdirector
The system displays the AtmDirector main window. Select Options>Global Options and fill in the seed IP Address to start Discovery. For further information, refer to the AtmDirector Getting Started Guide and the online help that ships with the product.
This section provides step-by-step procedures for removing AtmDirector from Sun Solaris, HP-UX, and AIX systems.
To remove AtmDirector from a Sun Solaris system, enter the following commands:
# pkgrm
-l SYBASE
# pkgrm
-rf
install_directory_sybase
# pkgrm
-l ATMD
# /bin/rm -rf
install_directory_atmd
To remove AtmDirector from an HP-UX system, enter the following commands:
# swremove -v SYBASE
# rm -rf
install_directory_sybase
# swremove -v ATMD
# rm -rf
install_directory_atmd
To remove AtmDirector from an AIX system, enter the following commands:
# /usr/sbin/installp -u sybase
# rm -rf
install_directory_sybase
# /usr/sbin/installp -u atmd
# rm -rf
install_directory_atmd
Cisco documentation and additional literature are available in a CD-ROM package, which ships with your product. The Documentation CD-ROM, a member of the Cisco Connection Family, is updated monthly. Therefore, it might be more up to date than printed documentation. To order additional copies of the Documentation CD-ROM, contact your local sales representative or call customer service. The CD-ROM is available as a single package or as an annual subscription. You can also access Cisco documentation on the World Wide Web at http://www.cisco.com, http://www-china.cisco.com, or http://www-europe.cisco.com.
|