HP Insight Manager(SNMP) Agents for XenServer 6.2.0. Overview This utility installs HP SNMP Agents and HP System Management Home Page (SMHP) on XenServer 6.2.0. This product is covered by HP's EULA. System Requirements * Supported HP ProLiant Server * Enable CPU Virtualization (Intel VT or AMD-V) How to install 1. Enable CPU Virtualization a. Power on supported HP ProLiant server b. During the power on self test (POST) press the F9 option to enter ROM based setup utility (RBSU) c. Scroll down to “Advanced Options” d. Scroll down to “Processor Options…” e. Ensure that this feature is enabled f. Save and exit RBSU The Agents can be installed during the XenServer installation or after the XenServer Host is installed. If you wish to install the Agents during XenServer installation, follow step 2. Otherwise, go to step 3. For SMHP installation on XenServer 6.2.0 follow Step-2 or 3 for SMHP installation. 2. Start installation XenServer 6.2.0 When asked by XenServer Installer for Supplemental Pack CD, insert the CD which contains HP Agents Supplemental pack or connect to the ISO image using iLO virtual media. You are done! Skip step 3. If you want to install the Agents after installing XenServer, follow the next stip. 3. After finishing the XenServer installation, the system will be rebooted. Follow the instruction bellow to install the Agents a. Open a command shell by selecting the "Local Command Shell" option from the Host menu. b. Mount the CDROM which contains the SIM Agents Supplemental pack to the host. c. From the root of where the CD was mounted, type "./install.sh" and follow the instructions to complete the installation. 4: Type "./support_packages.sh" to enable the test trap option and also to view the USB information on the System Management Home Page. Sample Configuration File A sample configuration file is provided below. Modify the following parameters in the configuration file with the correct IP address of the HPSIM management station. CMAMGMTSTATIONRWIPORDNS="172.17.200.80" CMAMGMTSTATIONROIPORDNS="172.17.200.80" CMATRAPDESTINATIONIPORDNS="172.17.200.80" The following is a sample of a configuration file. Copy the content into a file and save it as a text file. Modify any parameter as needed. ##################################################################### # install mode export CMASILENT="YES" # kernel version export CMAKERNELVERSION="2.6.18-92.1.10.el5.xs5.0.0.394.644xen" #Decision to touch existing SNMP file export CMASKIPSNMPCONFIG="n" #local rw community string export CMALOCALHOSTRWCOMMSTR="public" #local ro community string export CMALOCALHOSTROCOMMSTR="public" #rw authorized management stations (multiples allowed) export CMAMGMTSTATIONRWIPORDNS="0.0.0.0" #rw authorized mangamane station community string (multiplies allowed) export CMAMGMTSTATIONRWCOMMSTR="public" #ro authorized management stations (multiples allowed) export CMAMGMTSTATIONROIPORDNS="0.0.0.0" #ro authorized management station community string (multiplies allowed) export CMAMGMTSTATIONROCOMMSTR="public" #default trap community string export CMADEFTRAPCOMMSTR="public" #trap recipients (multiples allowed) export CMATRAPDESTINATIONIPORDNS="127.0.0.1" #trap recipient community strings (multiples allowed) export CMATRAPDESTINATIONCOMMSTR="public" #system contact export CMASYSCONTACT="" #system location export CMASYSLOCATION="" #agent exclusion on startup export CMAAGENTEXCLUDESTR="" #####################################################################