Hi,
I'm trying to install the latest PSP to a Linux Server after updating to RHEL 6.4. I get a segmentation fault. I already had that on other systems, and it resulted because of low space in /boot, removing old kernels fixed that. However, in this case it doesn't.
This is what's done:
/mnt/temp/postinstall/scripts/psp/install.sh -psp_packages hp-health,hp-snmp-agents,hpsmh,hp-smh-templates,cpqacuxe,hpacucli,hpdiags,hponcfg -psp_version 9.40 -snmp_syscontact server@xxxxx.de -snmp_syslocation "xxxx"
and the result after a few seconds:
/mnt/temp/postinstall/scripts/psp/install.sh: Zeile 126: 30558 Speicherzugriffsfehler (Speicherabzug geschrieben) ./hpsum /inputfile $TMP_PATH/hpsum.rsp /silent > /dev/null 2>&1
(Speicherzugriffsfehler is german for "memory access error" which I take is a segmentation fault)