Deploying Debian GNU/Linux with ICE-Linux

13
5. Edit the five instances of HP_SIM_Server_IP_Address, replacing it with the IP address of the HP SIM
Console Management Server (CMS) you obtained in step 1; these instances are highlighted to
help you locate them.
6. Edit the four instances of continued lines. Ensure that the second of the two lines is joined with the
first and remove the text
(continued from previous line).
7. Save the file and exit the text editor.
Step 11: Create Agentless Installation Association Configuration Script
Debian GNU/Linux is an operating system that is not supported by the ProLiant Service Pack (PSP), so
you need to create the agentless installation association configuration script. For more information on
this topic, see the white paper titled Setting up Managed Systems in ICE-Linux without PSPs.
Follow this procedure to create an agentless installation association configuration script named
db4.sh:
1. Determine the IP address of the Ethernet port of the HP SIM server. You will need the IP address in
step 5.
2. Change directory to the space for the Debian OS in the Repository:
# cd /opt/repository/instconfig/db403-agentless
3. Use the text editor of your choice to create a file named db4.sh.
4. Copy the following text and paste it to the text editor buffer.
#!/bin/sh
###########################################
#
# Debian - remove snmpd bind to loopback only
#
sed -i 's/ 127.0.0.1//' /etc/default/snmpd
###########################################
#
# Debian - add 5 second delay to snmpd start
# network isn't ready when snmpd fires
# coldstart trap
#
sed -i '/ start)/ a\sleep 5' /etc/init.d/snmpd
###########################################
#
# Debian - set gdm mouse to no acceleration
#
sed -i '/^exit 0/ i\xset m 1 1' /etc/gdm/Init/Default
###########################################
#
# Get Info for HP SIM
#
set `dmidecode | grep "Product Name"`
ProductNM=$3" "$4