ProLiant Servers (ML,DL,SL)
1754217 Members
3426 Online
108812 Solutions
New Discussion

PSP 8.63 install on RHEL 5.4 DL360 G5

 
Tom Wolf_3
Valued Contributor

PSP 8.63 install on RHEL 5.4 DL360 G5

Hello all.
I'm trying to install PSP 8.63 on a RHEL 5.4 server.
I have all the rpm's that I want to install in a directory.
I created an input file, called INPUT.FILE, that contains the following settings we want to use.
SILENT=YES
FORCE-OVERWRITE=YES
LOCALACCESS-ENABLED=YES
LOCALACCESS-TYPE=Administrator
TRUSTMODE=TrustByName
CERTLIST=simwfdb01.wfsi.priv
XENAMELIST=simwfdb01.wfsi.priv
IP-BINDING=NO
IP-RESTRICTED-LOGINS=NO
CMASTARTWEBAGENT=YES
CMASTARTSTORAGEAGENT=YES
CMASTARTNICAGENT=YES
CMANOTAINTEDKERNEL=YES
CMALOCALHOSTRWCOMMSTR=cov_rec
CMALOCALHOSTROCOMMSTR=public
CMAMGMTSTATIONRWIPORDNS=simwfdb01.wfsi.priv
CMAMGMTSTATIONROIPORDNS=simwfdb01.wfsi.priv
CMAMGMTSTATIONRWCOMMSTR=cov_rec
CMAMGMTSTATIONROCOMMSTR=public
CMADEFTRAPCOMMSTR=cov_rec
CMATRAPDESTINATIONIPORDNS=simwfdb01.wfsi.priv
CMATRAPDESTINATIONCOMMSTR=cov_rec
CMASYSCONTACT="Linux Team"
CMASYSLOCATION=CDC
HPMOUSESILENT=YES
HPVCAVCRMSERVER=vcrmwfapp01
HPVCAVCRMLOGINID=wfsi\wfcim
HPVCAVCRMLOGINPASSWD=*****
I ran the following command from the directory containing all the PSP files including the INPUT.FILE
# ./hpsum -nui -inputfile ./INPUT.FILE
This installs all the rpm's but all the settings I specified in the INPUT.FILE, specifically the community strings and FQDN for our management server, are being ignored.
I confirmed this by viewing the first few lines of /etc/snmp/snmpd.conf.
Here's a listing of the first few lines from that file.
# Following entries were added by HP Insight Management Agents at
# Thu Mar 31 16:37:52 CDT 2011
dlmod cmaX /usr/lib64/libcmaX64.so
rwcommunity Pgjv849cP 127.0.0.1
# ---------------------- END --------------------


I expected to see something like this...
# Following entries were added by HP Insight Management Agents at
# Thu Mar 31 16:37:52 CDT 2011
dlmod cmaX /usr/lib64/libcmaX64.so
rwcommunity cov_rec 127.0.0.1
rocommunity public 127.0.0.1
rwcommunity cov_rec simwfdb01.wfsi.priv
rocommunity public simwfdb01.wfsi.priv
trapcommunity cov_rec
trapsink simwfdb01.wfsi.priv cov_rec
syscontact Linux Team
syslocation CDC

Does anyone know why the settings I provided in the input file are not being applied and how to correct this?
Any assistance would be appreciated.

Thanks in advance.

-Tom