Top
Systemwalker Operation Manager  Installation Guide
FUJITSU Software

1.4.3 Installation Procedure

The standard installation procedure is shown in the following two steps.

Note that the screen samples used in this section are those for the Linux version.

Installation in Solaris 9/10 or later (Global Zone), HP-UX, AIX, or Linux

The following shows the installation procedures of Systemwalker Operation Manager in Solaris 9/10 or later (Global Zone), HP-UX, AIX, or Linux.

1) Log in as the superuser.

Log in at the console of the computer where you install Systemwalker Operation Manager.

2) Mount the file system.

Mount the required file system as shown in the following example.

# mount -F ufs /dev/dsk/c?t?d?s? /<mount point> (Note) or
# mountall -l [RETURN]

Note:

The command varies depending on the operating system and the machine environment. For details of commands, see the manual for the operating system in use.

3) Mount the Systemwalker Operation Manager product media.

Mount the Systemwalker Operation Manager product media on its drive. Check the correct drive device name as it may vary depending on the environment you use. An example is shown below.

# /usr/sbin/mount -F hsfs -o ro /dev/.../cdrom [RETURN]

Remark:

The device name (/dev/...) may be different depending on the operating system you use. If there is no mount point (/cdrom or /mnt/cdrom), create it in advance.

The command varies depending on the operating system or machine environment you use.

Solaris version: /usr/sbin/mount -F hsfs -o ro /dev/.../cdrom
HP-UX version: /usr/sbin/pfs_mount -t rrip -x unix /dev/.../cdrom
AIX version: /usr/sbin/mount -r -v "cdrfs" /dev/.../cdrom
Linux version: /bin/mount -t iso9660 -r /dev/.../mnt/cdrom

4) Execute the installation command.

Issue the Systemwalker Operation Manager installation command. The following gives an example.

# /<mount point>/Solaris/unx/swsetup [RETURN]

Note:

The command varies depending on the operating system.

Solaris version: /<mount point>/Solaris/unx/swsetup
HP-UX/AIX version: /<mount point>/unx/swsetup
Linux version: /<mount point>/Linux/unx/swsetup

Executing the command displays the following window. Press the Enter key.

Pressing the Enter key displays the following window.

5) Check the installation destination directory.

When the following window appears, check the directory, and press the Enter key.

Remark 1:

This window does not appear during an upgrade installation or reinstallation.

Remark 2:

For Solaris version, the installation directory can be changed. To change it, enter "y" and press the Enter key, and in the next window, enter the directory name you want to change to, using alphanumeric characters. Then, in the window to reconfirm the installation directory, if you want to change again, enter "y", or if you do not change, enter "n" or press the Enter key.

6) Check the setup information.

When your entry is complete, the following setup confirmation window appears. When your setup is correct, respond with "y".

7) Complete the installation.

After the installation has completed normally, the following window appears. Press the Enter key.

Systemwalker has been installed.

To operate Systemwalker Operation Manager, first, you must input the license key [Linux version/Solaris 64-bit version]. For the detail of inputting license key, refer to the"1.3.5.1 Registering a license key".

8) Edit the /etc/rc.shutdown file (AIX version only).

For AIX version, define the following line in the /etc/rc.shutdown file.

/opt/systemwalker/bin/poperationmgr -s

If /etc/rc.shutdown does not exist, create it with the following content and assign appropriate access permissions (such as 0755) to the file so that it can be executed:

#!/bin/sh

/opt/systemwalker/bin/poperationmgr -s

If you do not define it, you may fail normal shutdown of Systemwalker Operation Manager. Furthermore, you cannot start Systemwalker Operation Manager normally at the restart of the operating system to cause a problem in operation. To restart the operating system, use the shutdown command, not the reboot command.

9) Restart the system.

To use Systemwalker Operation Manager, issue the following command to restart the system.

# cd / [RETURN]
# /usr/sbin/shutdown -y -i6 -g0 (Note) [RETURN]

Note:

The command varies depending on the operating system.

Solaris version: /usr/sbin/shutdown -y -i6 -g0
HP-UX version: /usr/sbin/shutdown -y -r now
AIX version: /usr/sbin/shutdown -r now
Linux version: /sbin/shutdown -r now

Installation in Solaris 10 or later (Non-Global Zone)

The following shows the installation procedure of Systemwalker Operation Manager in Solaris 10 or later (Non-Global Zone).

1) Log in the Global Zone.

Log in the Global Zone as the Administrator (root) user.

2) Mount the Systemwalker Operation Manager product media.

Mount the Systemwalker Operation Manager product media on its drive. If you are NOT using the volume management daemon, mount the system drive. Check the correct drive device name as it may vary depending on the environment you use. The following gives an example of mounting.

# mount -F hsfs /dev/dsk/<device name> <destination directory>

3) Copy the product media contents to the Global Zone disk.

Specify "/PKG" as the destination of copy.

# cp -rfp /<mount point>/* /PKG

4) Create a Non-Global Zone to be installed.

Create a Non-Global Zone to be installed. If you have already configured the Zone, you can skip this step.

For Zone creation details, see the related Solaris manual.

5) Shut down the Non-Global Zone to be installed.

Shut down the Non-Global Zone you have created in Step 4 or you have already created earlier by issuing the following command. Specify "SWZONE" as the name of Non-Global Zone to be installed.

# /usr/sbin/zoneadm -z SWZONE halt

6) Set up the Zone to allow reference to the copied product media contents from the Non-Global Zone.

Issue the following commands to allow referencing to the product media contents you copied in Step 3 from any Non-Global Zone.

# zonecfg -z SWZONE
zonecfg:SWZONE> add fs----- Enter "add fs".
zonecfg:SWZONE:fs> set dir=/SWPKG----- Enter "set dir=/SWPKG".
zonecfg:SWZONE:fs> set special=/PKG----- Enter "set special=/PKG".
zonecfg:SWZONE:fs> set type=lofs----- Enter "set type=lofs".
zonecfg:SWZONE:fs> set options=ro----- Enter "set options=ro".
zonecfg:SWZONE:fs> end----- Enter "end".
zonecfg:SWZONE> commit----- Enter "commit".
zonecfg:SWZONE> exit----- Enter "exit".

Once specified, the product media contents copied in the Global Zone can be referred to as the read-only file system from the /SWPKG directory of Non-Global Zone after the next startup of Non-Global Zone.

7) Log in the Non-Global Zone and install the Systemwalker system.

From the directory of Non-Global Zone which you can refer to, install the Systemwalker system in the same way as for the Global Zone.

# /SWPKG/unx/swsetup [RETURN]

The remaining steps are the same as those in Step 4) and subsequent steps that are explained in the previous section "Installation procedure in Solaris 9/10 or later (Global Zone)."

If you need not refer to the Global Zone directories from the Non-Global Zone due to some reasons, you can release the setup by issuing the following commands. In such case, you must perform the operations only after shutdown of Non-Global Zone.

# zonecfg -z SWZONE
zonecfg:SWZONE> remove fs dir=/SWPKG
zonecfg:SWZONE> commit
zonecfg:SWZONE> exit