This section explains the preparations and checks required before commencing installation.
Software preparation and checks are explained in the following sections.
Exclusive Software Checks
Before installing Resource Coordinator VE, check that the software listed in "1.1.2.3 Exclusive Software" and a Resource Coordinator VE agent have not been installed on the system.
Use the following procedure to check that exclusive software has not been installed.
[Windows/Hyper-V]
Open "Add or Remove Programs" on the Windows Control Panel.
The [Add or Remove Programs] window will be displayed.
Check on the "Add or Remove Programs" window that none of the software listed in "1.1.2.3 Exclusive Software" or the following software are displayed.
"Systemwalker Resource Coordinator Virtual server Edition Agent"
"ServerView Resource Coordinator VE Agent"
When any of the exclusive software is displayed on the [Add or Remove Programs] window, uninstall it according to the procedure described in the relevant manual before installing Resource Coordinator VE.
If agents of an earlier version of Resource Coordinator VE have been installed, they can be upgraded. Refer to "4.3 Agent".
When reinstalling an agent on a system on which an agent of the same version of Resource Coordinator VE has been installed, perform uninstallation referring to "3.2.1 Uninstallation [Windows/Hyper-V]" and then perform installation.
Information
For Windows Server 2008, select "Programs and Features" from the Windows Control Panel.
[Linux/Solaris/VMware/Xen]
Insert the Resource Coordinator VE CD-ROM, and then execute the following command.
# cd CD-ROM_mount_point/agent <RETURN> |
When the following message is displayed, it is because Resource Coordinator VE has already been installed on this machine. Uninstall it according to the procedure described in the relevant manual before proceeding.
WARNING : This product is already installed. |
When the following message is displayed, it is because an earlier Resource Coordinator product has already been installed on this machine. Uninstall it according to the procedure described in the relevant manual before proceeding.
WARNING : Because another version of a Resource Coordinator product is already installed, this product cannot be installed on this system. |
When the following message is displayed, uninstall the exclusive software according to the procedure described in the relevant manual before proceeding.
WARNING : Exclusive package software_name is installed. |
Note
When uninstalling exclusive software, there are cases where other system administrators might have installed the software, so check that deleting the software causes no problems before actually doing so.
With the standard settings of Red Hat Enterprise Linux 5 or later, when CD-ROMs are mounted automatically, execution of programs on the CD-ROM cannot be performed. Release the automatic mount settings and perform mounting manually, or start installation after copying the contents of the CD-ROM to the hard disk.
When copying the contents of the CD-ROM, replace "CD-ROM_mount_point" with the used directory in the procedures in this manual.
Required Software Preparation and Checks
Before installing Resource Coordinator VE, check that the required software given in "1.1.2.2 Required Software" has been installed. If it has not been installed, install it before continuing.
Note
ServerView Agent Settings
To operate Resource Coordinator VE correctly on PRIMERGY series servers, perform the necessary settings for SNMP services during installation of ServerView Agent.
For how to perform SNMP service settings, refer to the ServerView Agent manual.
For the SNMP community name, specify the same value as the SNMP community name set for the management blade.
For the SNMP community name, set Read (reference) or Write (reference and updating) authority.
For the host that receives SNMP packets, select "Accept SNMP packets from any host" or "Accept SNMP packets from these hosts" and set the admin LAN IP address of the admin server.
For the SNMP trap target, set the IP address of the admin server.
When an admin server with multiple NICs is set as the SNMP trap target, specify the IP address of the admin LAN used for communication with the managed server.
"setupcl.exe" and "sysprep.exe" modules
For Windows OS's other than Windows Server 2008, it is necessary to specify storage locations for the "setupcl.exe" and "sysprep.exe" modules during installation. Obtain the newest modules before starting installation of Resource Coordinator VE.
For the method of obtaining the module, refer to "1.1.2.2 Required Software".
Extract the obtained module using the following method:
Example
When WindowsServer2003-KB926028-v2-x86-JPN.exe has been placed in c:\temp
>cd /d c:\temp <RETURN> |
During installation, specify the cabinet file "deploy.cab" in the extracted folder, or the "setupcl.exe" and "sysprep.exe" modules contained in "deploy.cab".
After agent installation is complete, the extracted module is no longer necessary.
Configuration File Check
When using Red Hat Enterprise Linux
When using the following functions, check the configuration files of network interfaces before installing Resource Coordinator VE, and release any settings made to bind MAC addresses.
Server switchover
Cloning
Only perform this when using Red Hat Enterprise Linux 4 AS/ES as the basic software of a server.
Refer to the /etc/sysconfig/network-scripts/ifcfg-ethX file (ethX is an interface name such as eth0 or eth1), and check that there is no line starting with "HWADDR=" in the file.
If there is a line starting with "HWADDR=", this is because the network interface is bound to a MAC address. In that case, comment out the line.
Example
When the admin LAN interface is eth0
DEVICE=eth0 |
When using SUSE Linux Enterprise Server
When using cloning and server switchover, perform the following procedure to modify the configuration file.
Execute the following command.
# systool -c net <RETURN> |
Example
# systool -c net <RETURN> Class = "net" Class Device = "eth0" Device = "0000:01:00.0" Class Device = "eth1" Device = "0000:01:00.1" Class Device = "eth2" Device = "0000:02:00.0" Class Device = "eth3" Device = "0000:02:00.1" Class Device = "lo" Class Device = "sit0" |
Confirm the device name which is given after "Class Device =" and PCI bus number which is given after "Device =" in the command output results.
Modify the configuration file.
When using SUSE Linux Enterprise Server 10
a. After confirming support for device name and MAC address in the following configuration file, change SYSFS{address}=="MAC_address" to ID=="PCI_bus_number".
All corresponding lines should be corrected.
Support of the device name and MAC address will be used after step b.
/etc/udev/rules.d/30-net_persistent_names.rules
Before changing
SUBSYSTEM=="net", ACTION=="add", SYSFS{address}=="MAC_address", IMPORT="/lib/udev/rename_netiface %k device_name" |
After changing
SUBSYSTEM=="net", ACTION=="add", ID=="PCI_bus_number", IMPORT="/lib/udev/rename_netiface %k device_name" |
b. Based on the results of a. in steps 1. and 3., change the name of the following file will be to a name that includes the PCI bus number.
Before changing
/etc/sysconfig/network/ifcfg-eth-id-MAC_address
After changing
/etc/sysconfig/network/ifcfg-eth-bus-pci-PCI_bus_number
When using SUSE Linux Enterprise Server 11
Change ATTR{address}=="MAC address" to KERNELS=="PCI_bus_number" in the following configuration file.
All corresponding lines should be corrected.
/etc/udev/rules.d/70-persistent-net.rules
Before changing
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="MAC_address", ATTR{type}=="1", KERNEL=="eth*", NAME="device_name" |
After changing
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", KERNELS=="PCI_bus_number", ATTR{type}=="1", KERNEL=="eth*", NAME="device_name" |
After restarting the managed servers, check if communication with the entire network is possible.
When using cloning or the backup and restore method for server switchover, during installation perform partition settings so that names of device paths are defined using the "Device Name" format (for example: /dev/sda1) in the /etc/fstab file.
When installation is already complete, change the names of device paths defined in the boot configuration files /boot/efi/SuSE/elilo.conf and /boot/grub/menu.lst, and the /etc/fstab file so they use the "Device Name" format (for example: /dev/sda1).For specific details about the mount definition, please refer to the following URL and search for the Document ID:3580082.
URL: http://www.novell.com/support/microsites/microsite.do (As of August 2010) |
Before installing Resource Coordinator VE, collect required information and check the system status, then determine the information to be specified on the installation window. The information that needs to be prepared is given below.
Installation folder and available disk space
Decide the installation folder for Resource Coordinator VE. Check that the necessary disk space can be secured on the drive for installation.
For the amount of disk space necessary for Resource Coordinator VE, refer to "1.1.2.4 Static Disk Space" and "1.1.2.5 Dynamic Disk Space".
Port number
When Resource Coordinator VE is installed, the port numbers used by it will automatically be set in the services file of the system. So usually, there is no need to pay attention to port numbers.
If the port numbers used by Resource Coordinator VE are being used for other applications, a message indicating that the numbers are in use is displayed when the installer is started, and installation will stop.
In that case, describe the entries for the port numbers used by Resource Coordinator VE in the services file using numbers not used by other software, and then start the installer.
For details, refer to "6.3.2.6 Changing Port Numbers" of the "ServerView Resource Coordinator VE Setup Guide".
Check the status of the admin LAN and NIC
Decide the network (IP addresses) to be used for the admin LAN.
Check that the NIC used for communication with the admin LAN is enabled.
For admin LANs, refer to "3.2.2 IP Addresses (Admin LAN)" of the "ServerView Resource Coordinator VE Setup Guide".
[Linux/Xen]
Make the numeral of the managed server's network interface name (ethX) one of a consecutive sequence starting from 0. For the settings, refer to the manual for the OS.
Check the target disk of image operations
For backup and restoration of system images to disks, refer to "8.1 Overview" of the "ServerView Resource Coordinator VE Operation Guide".
For cloning of disks, refer to "8.1 Overview" of the "ServerView Resource Coordinator VE Setup Guide".
Windows Volume License Information [Windows]
When using the following functions, you must have a volume license for the version of Windows to be installed on managed servers by Resource Coordinator VE.
Check whether the Windows license you have purchased is a volume license.
Server switchover
Cloning
Restoration after server replacement
Server replacement using HBA address rename
When using the cloning function, you must enter volume license information when installing Resource Coordinator VE.
Depending on the version of Windows being used, check the following information prior to installation.
For Windows Server 2003
Check the product key.
Generally, the product key is provided with the CD-ROM of the Windows OS purchased.
For Windows Server 2008
Check the information necessary for license authentication (activation).
The two activation methods are Key Management Service (KMS) and Multiple Activation Key (MAK). Check which method you will use.
Check the following information required for activation depending on the method you will use.
Activation Information
Method | Information to Check |
---|---|
KMS (*1) |
|
MAK | The MAK key |
*1: When using Domain Name Service (DNS) to automatically find the KMS host, checking is not necessary.
*2: When changing the port number from the default (1688), correct the definition file after installing agents. For details, refer to "8.2 Collecting a Cloning Image" of the "ServerView Resource Coordinator VE Setup Guide".
Proxy Server Information
When using a proxy server to connect to the KMS host (KMS method) or the Volume Activation Management Tool (VAMT) to authenticate a proxy license (MAK method), check the host name or IP address, and the port number of the proxy server.
Administrator's Password
Check the password as it is necessary for performing activation.