This section explains the procedure for agent installation.
Before installation, check if "2.2.1 Preparations" have been performed.
Log in to the system as the OS administrator (root).
Boot the managed server that the agent is to be installed on in multi-user mode, and then log in to the system using root.
[Xen] [KVM]
Log in from the console.
Set the first Resource Orchestrator DVD-ROM.
Execute the following command to mount the DVD-ROM.
# mount -t iso9660 -r /dev/hdc DVD-ROM_mount_point <RETURN>
Note
If the auto-mounting daemon (autofs) is used for starting the mounted DVD-ROM, the installer will fail to start due to its "noexec" mount option.
Execute the following installation command:
# cd DVD-ROM_mount_point <RETURN> # ./RcSetup.sh <RETURN>
Select "Virtual Edition".
Select "Agent installation".
Perform installation according to the installer's interactive instructions.
Enter the host name or IP address of a connected admin server.
Settings when SELinux is Used
When enabling SELinux, it is necessary to perform configuration of SELinux after installing Resource Orchestrator.
For details on configuration, refer to "H.1.2 Agent".
[Citrix Xen]
When using Citrix XenServer, restart the managed server.
[Xen]
When using the Linux virtual machine function of Red Hat Enterprise Linux 5 and not using I/O Virtualization (VIOM or ISM), use the following procedure.
After using the following command to disable the automatic startup setting of the xend daemon, restart the managed server.
# chkconfig xend off <RETURN> |
After the restart is complete, use the following command to update the bind settings of the MAC address. Then, enable the automatic startup setting of the xend daemon and start the xend daemon.
# /usr/local/sbin/macbindconfig create <RETURN> |
Note
Corrective Action for Installation Failure
In the event of installation failure, restart and then log in as the user that performed the installation, and perform uninstallation following the uninstallation procedure.
After that, remove the cause of the failure referring to the meaning of the output message and the suggested corrective actions, and then perform installation again.
Nullifying Firewall Settings for Ports to be used by Resource Orchestrator
When installing Resource Orchestrator on systems with active firewalls, in order to enable the manager to communicate with agents correctly, disable the firewall settings for the port numbers to be used for communication.
Example
[VMware]
# /usr/sbin/esxcfg-firewall -openPort 23458,tcp,in,"nfagent" <RETURN> |
For the port numbers used by Resource Orchestrator and required software, refer to "Appendix A Port List" in the "Design Guide VE".
However, when port numbers have been changed by editing the services file during installation of Resource Orchestrator, replace the default port numbers listed in "Appendix A Port List" in the "Design Guide VE" with the port numbers changed to during installation.
When Installation was Performed without using the Console [Xen] [KVM]
When installation is performed by logging in from somewhere other than the console, the network connection will be severed before installation is complete, and it is not possible to confirm if the installation was successful. Log in from the console and restart the managed server. After restarting the server, follow the procedure in "Corrective Action for Installation Failure" and perform installation again.
Uninstall the Related Services
When installing ServerView Deployment Manager after Resource Orchestrator has been installed, or using ServerView Deployment Manager in the same subnet, it is necessary to uninstall the related services.
For the method for uninstalling the related services, please refer to "5.1 deployment_service_uninstall" in the "Reference Guide (Command) VE".