Post Reply 
 
Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
HP Service Pack for Proliant (Firmware)
2016-05-30, 09:24
Post: #5
RE: HP Service Pack for Proliant (Firmware)
(2016-05-13 08:51)markyang Wrote:  has anyone managed to get the HP Service pack to work with ipxe and over http?

Yes, but with an alternate approach, and HP will break things every other release for no reason.

We PXE boot the HP STK 10.20 (DHCP is broken in 10.30 and 10.40) with the following
ipxe config:

Code:
:hp_firmware
initrd ${boot-url}/firmware/HP/STK/initrd.img
kernel ${boot-url}/firmware/HP/STK/vmlinuz
imgargs vmlinuz initrd=initrd.img root=/dev/ram0 rw ramdisk_size=785116 ide=nodma ide=noraid pnpbios=off network=1 sstk_conf=toolkit.conf sstk_script=/sbp/deploy.sh sstk_tgz={{ .bootserver_inet_url }}/firmware/HP/STK/toolkit.tgz spp_tgz={{ .bootserver_inet_url }}/firmware/HP/SPP/{{ .hp_spp_tarball }} spp_version={{ .hp_spp_version }}
boot

And in the toolkit.tgz there is a script which applies the SPP listed in /proc/cmdline.

Code:
# perform updates
${TMPDIR} ${BASEDIR}/SPP/hpsum --silent \
    --veryv --express_install --romonly --ignore_warnings \
    --bundle $(basename ${TMPDIR}/${BASEDIR}/SPP/bp*xml)
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: HP Service Pack for Proliant (Firmware) - sspans - 2016-05-30 09:24



User(s) browsing this thread: 1 Guest(s)