up.time can collect workload information from IBM pSeries servers that have logical partitions (LPARs). For data collection to occur, you need to install an up.time Agent on the Virtual I/O partition (VIO) and each LPAR whose workload you want to profile.
There are two scenarios for installing agents on IBM pSeries servers with LPARs:
- installing the up.time Agent on a pSeries server with an HMC
- installing the up.time Agent on a pSeries server without an HMC that uses the Integrated Virtual Manager (IVM)
In both cases, you will need to install the agent on each LPAR; installing the up.time Agent on the VIO partition depends on whether you use an HMC.
Installing the up.time Agent on a pSeries Server with an HMC
- Ensure you are logged in to the HMC as a super administrator user.
up.time communicates with the HMC to acquire LPAR information. - Install up.time Agents on each partition whose workload you want to monitor.
Refer to Installing the up.time Agent on an LPAR Running Linux or Installing the up.time Agent on an LPAR Running AIX below, depending on which operating system is running on the partition. - Once you have installed up.time Agents on all LPARs, install the Agent on the VIO partition. To begin, log into the VIO as
root
. - Run the following command:
oem_setup_env
- Copy the archive containing the Agent to the partition.
- Extract the contents of the archive using the following command:
tar -xvf <agentname>
Where<agentname>
is the name of the archive that contains the agent that you are installing (e.g.,uptmagnt-AIX-5.1.tar
). Run the following command to install the agent:
./INSTALL.sh
Do not install the agent as a Virtual I/O Server by using the
-vio
attribute with theinstall
command. Doing so may lead to conflicts with HMC-managed systems, and can result in incorrect performance statistics.
Installing the up.time Agent on a VIO Server Using IVM
Install up.time Agents on each partition whose workload you want to monitor.
Refer to Installing the up.time Agent on an LPAR Running Linux or Installing the up.time Agent on an LPAR Running AIX below, depending on which operating system is running on the partition.- Once you have installed up.time Agents on all LPARs, install the Agent on the VIO partition. To begin, log into the VIO as
root
. - Copy the archive containing the Agent to the partition.
- Extract the contents of the archive using the following command:
tar -xvf <agentName>
Where<agentName>
is the name of the archive that contains the agent that you are installing (e.g.,uptmagnt-AIX-5.1.tar
). Run the following command to install the agent:
./INSTALL.sh -vio
Installing the up.time Agent on an LPAR Running Linux
If Linux is running on the LPAR, do the following to install the up.time Agent:
- Log into the LPAR as
root
. - Copy the
.rpm
file containing the up.time Agent to the LPAR. - Run the following command:
rpm -i <agentName>.rpm
Where<agentName>
is the name of the.rpm
file for the agent that you are installing (e.g.,uptimeagent-6.0.0-linux-x86_64.rpm
).
Installing the up.time Agent on an LPAR Running AIX
If AIX is running on the LPAR, do the following to install the up.time Agent:
- Log into the LPAR as
root
. - Copy the archive containing the up.time Agent to the LPAR.
- Extract the contents of the archive using the following command:
tar -xvf <agentName>
Where<agentName>
is the name of the archive that contains the agent that you are installing (e.g.,uptmagnt-AIX-5.1.tar
). Run the following command to install the up.time Agent:
./INSTALL.sh
if the LPAR is manged by HMCIf you are using an HMC, do not install the Agent as a Virtual I/O Server by using the
-vio
attribute with theinstall
command. Doing so may lead to conflicts with HMC-managed systems, and can result in incorrect performance statistics.