![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||
Solution Type Technical Instruction Sure Solution 2349183.1 : How to Install/Uninstall the Oracle Hardware Management Pack (OHMP)
In this Document
Created from <SR 3-16337010101> Applies to:Sun Server X3-2 - Version All Versions to All Versions [Release All Releases]Sun Server X4-2 - Version All Versions to All Versions [Release All Releases] Information in this document applies to any platform. GoalInstall/Uninstall the Oracle Hardware Management Pack (OHMP) on an x86 Server SolutionSupported Operating Systems All versions of Oracle Linux (starting with version 4), Red Hat Linux (starting with version 4), and SUSE Linux (starting with version 10) supported by a given hardware platform. Operating systems that are not supported with Oracle Hardware Management Pack on any platform: All versions Microsoft Windows. Note - Oracle Hardware Management Pack version 2.3.8 is the last release of Oracle Hardware Management Pack to include support for the Microsoft Windows operating system. Support Matrix for Oracle Hardware Management Pack 2.4.1 and 2.4.2 Oracle Hardware Management Pack Installation Guide
1. Download the latest HMP package for your platform: Oracle Hardware Management Pack 2.4 Installation Guide Page 28 shows how to download from MOS. Make sure to get the correct OHMP for your platform or will fail to load. 2. Extract the HMP files into /tmp directory: # unzip p26138369_241_Generic.zip -d /tmp #(Please, note that the patch number and the OHMP version used in this document are just an example. Make sure to use the latest available for your platform) # cd /tmp/oracle-hmp-2.4.1.0 # ls -l
If there is a previous version of HMP loaded or partially loaded it should be uninstalled first (page 58 of doc) # /opt/ssm/setup/uninstall -i console
# /opt/sun-ssm/setup/uninstall -i console
Uninstall Oracle Hardware Management Pack
----------------------------------------- About to uninstall... Oracle Hardware Management Pack This will remove features installed by InstallAnywhere. It will not remove files and folders created after the installation.
3. Check the hmp-prerequisite-installation.txt file to ensure you have all the required packages installed on the OS before running the installer.
4. Run the installer: For Oracle Solaris 10 and Linux systems: # cd /tmp/oracle-hmp-2.4.1.0
Give execution permission to the install script, if needed: # chmod +x install.bin
Run the installer: ./install.bin Launching installer... Graphical installers are not supported by the VM. The console mode will be used instead... Preparing CONSOLE Mode Installation... =============================================================================== =============================================================================== InstallAnywhere will guide you through the installation of Oracle Hardware It is strongly recommended that you quit all programs before continuing with Respond to each prompt to proceed to the next step in the installation. If you You may cancel this installation at any time by typing 'quit'. PRESS <ENTER> TO CONTINUE: =============================================================================== =============================================================================== ENTER A COMMA_SEPARATED LIST OF NUMBERS REPRESENTING THE FEATURES YOU WOULD 1- [X] Hardware Management Agents Please choose the Features to be installed by this installer.: 2,5,6 ===============================================================================
When choosing the features above, note that each option has either X or no X selected. In this example, we see above that 1, 2, 3 and 5 are selected. So, if we enter 2,5,6 as shown above, this will toggle these options, causing them to be selected or deselected depending on their previous state. In the example above, choosing 2,5,6 will cause you to load 1, 3 and 6.
Depending on choices made you will be asked if you want to start certain agents,
Configure Hardware Management Agent Start the Hardware Management Agent? This agent's short name is hwmgmtd. ->1- Yes ENTER THE NUMBER FOR YOUR CHOICE, OR PRESS <ENTER> TO ACCEPT THE DEFAULT:: =============================================================================== Start the SNMP agent? This agent's short name is snmpd on Linux, sma on Solaris, and SNMP on Windows. ->1- Yes ENTER THE NUMBER FOR YOUR CHOICE, OR PRESS <ENTER> TO ACCEPT THE DEFAULT:: =============================================================================== The ILOM trap proxy enables you to forward traps generated by an Oracle ILOM service processor to a network destination without having to connect the service processor to the destination network. When enabling the SNMP trap proxy, you must configure the IP, port and SNMP community that your destination is listening on. Do you want to enable ILOM Trap Proxy? 1- Yes ENTER THE NUMBER FOR YOUR CHOICE, OR PRESS <ENTER> TO ACCEPT THE DEFAULT:: =============================================================================== Configure the Host-to-ILOM Interconnect between the host and ILOM. This is a high-speed connection that allows fast communication with ILOM using an internal IP address. ->1- Configure automatically ENTER THE NUMBER FOR YOUR CHOICE, OR PRESS <ENTER> TO ACCEPT THE DEFAULT:: =============================================================================== Please Review the Following Before Continuing: Product Name: Install Folder: Install Set: Product Features: Start Agents: High-Speed Interconnect: Enable ILOM Trap Proxy: Disk Space Information (for Installation Target): PRESS <ENTER> TO CONTINUE: =============================================================================== InstallAnywhere is now ready to install Oracle Hardware Management Pack onto /opt/ssm PRESS <ENTER> TO INSTALL: =============================================================================== [==================|==================|==================|==================] =============================================================================== Congratulations. Oracle Hardware Management Pack has been successfully /opt/ssm Log file is located at /opt/ssm/Oracle_Hardware_Management_Pack_InstallLog.log. PRESS <ENTER> TO EXIT THE INSTALLER: #
5. Verify that Oracle Hardware Management Pack is installed correctly. For example, enter the following CLI command as root: # ilomconfig --version
ilomconfig version 2.4.2.0 r20676 <----installed correctly
The HMP installation is complete. No reboot required. If the installation script fails for any reason, check the following log file:
/opt/ssm/Oracle_Hardware_Management_Pack_InstallLog.log
To stop and start the Hardware Management Agent, use the following commands: For systems running Oracle Linux or Red Hat Linux versions 4, 5 and 6, and SUSE Linux versions 10 and 11:: # service hwmgmtd stop
# service hwmgmtd start For systems running Oracle Linux or Red Hat Linux version 7, and SUSE Linux version 12: # systemctl stop hwmgmtd
# systemctl start hwmgmtd For Solaris: # /usr/sbin/svcadm disable hwmgmtd
# /usr/sbin/svcadm enable hwmgmtd
If a Service Request is needed for assistance on resolving OHMP installation issues, please consider gathering the following outputs to expedite resolution: # ifconfig -a # ilomconfig enable interconnect# ilomconfig list interconnect # ipmitool sunoem cli 'show /SP/network/interconnect'
and the OHMP Installation log file: /opt/ssm/Oracle_Hardware_Management_Pack_InstallLog.log
Attachments This solution has no attachment |
||||||||||||||
|