This topic describes how to install the Tivoli SAN Manager using
the master console installation wizard.
Before you begin installing Tivoli SAN Manager, you must ensure that
the SNMP service is started and that a public community string is defined.
In addition, you must ensure that SNMP Trap service is set to manual and stopped.
To view the services:
- Right-click My Computer from the desktop, and then click Manage.
- Expand Services and Applications.
- Click Services.
- Select SNMP Service and verify that the status is set to started.
- Right-click SNMP Service and click Properties.
- Click the Security tab and verify that there is a public community
name with a minimum of Read rights.
- Click OK to close the SNMP Service properties dialog.
- From the list of services, select SNMP Trap Service. Verify that
the status is not set to started and that the startup type is set to manual.
Perform the following steps to install the TSanM manager:
- From the master console installation wizard, click Next to
start the installation of IBM Tivoli Storage Area Network Manager.
- If prompted to insert a different CD, insert it in the CD-ROM drive
and enter the CD-ROM drive letter in the location field. Then click OK.
- From the Tivoli Storage Area Network Manager setup wizard, perform
these steps to install Tivoli Storage Area Network Manager:
- Select the language to be used for the installation, and click OK.
- At the copyright prompt, click OK.
- From the Welcome menu, click Next.
- From the License Agreement panel, click I accept the terms
in the license agreement, and then click Next.
- From the Destination Directory panel, click Next to accept
the default directory.
- From the base port number panel, click Next to accept
the default.
- From the data repository panel, click DB2, and then click Next.
- From the Single/Multiple User ID/Password Choice panel, you
can decide to use the DB2 Administrator username and password you specified
during the DB2 installation for all IDs and passwords on this panel. You can
also choose to use different IDs and passwords for each of the IDs and passwords
on this panel. After choosing, click Next.
- Enter the DB2 Administrator username and password. Confirm the
password and click Next.
Note: If you chose not to use the
DB2 Administrator username and password, you will be prompted for enter IDs
and passwords for DB2, Websphere, host authentication, and NetView.
- From the database name panel, click Next to accept the
default.
- From the Tivoli Network installation drive menu, click Next to
accept the default.
- From the installation confirmation menu, click Next.
- When prompted, click Finish to complete the installation
of the TSanM manager. Note that the machine will reboot and the master console
installation wizard will continue.
- From the master console installation wizard, click Next.
The master console installation wizard validates the installation of TSanM
manager. If the validation is not successful, the Verify TSanM Manager Installation
panel displays an error. Correct all errors and restart the master console
installation wizard.
Before you continue with the master console software installation,
you need to disable the NetView component of Tivoli SAN Manager from receiving
traps from the Windows SNMP Trap Service. Both NetView and IBM Director receive
traps on the same port by default, which will cause a conflict when SNMP traps
are sent from SAN File System or SAN Volume Controller. Therefore, you need
to configure IBM Director to forward traps to NetView (you will configure
IBM Director to forward traps after installing it).
To disable the NetView
component from receiving SNMP traps:
- Edit the Windows registry.
- Locate the key HKEY_LOCAL_MACHINE\SOFTWARE\Tivoli\NetView\CurrentVersion
- Change the value of trapdSharePort162 to 0.
- Add a value called trapdTrapReceptionPort, and set it to an available
port number, such as 9950. (Add the value as a DWord value with a decimal
base).
Tip: Remember the port number that you set here. You will
refer to that number when you modify the IBM Director configuration.
- Close the Windows registry.
- Open a Command Prompt window.
- Remove the NetView service.
C:\usr\ov\bin\nvservice -remove
- Reinstall the NetView service (which will remove the dependency on the
SNMP Trap Service).
C:\usr\ov\bin\nvservice -install -username .\NetView -password password
where password is the password of the local NetView account.