Download options for HMC network install images

You have three options for acquiring HMC network install image files:

Note that in all cases you must download (or copy) the image files to a server that accepts FTP requests. You cannot download these files directly to the HMC.


Download via Download Director

You must enable Java on your browser to use Download Director, which uses a Java applet to perform file downloads.


Download individual files
File name Description Destination path Size (bytes) Checksum
bzImage Kernel image /var/tftp/hmc 1,531,866 45092
initrd.gz Ram Disk file system /var/tftp/hmc 33,011,575 50220
disk1.img Base Image /home/hmc 662,073,344 63379
disk2.img Base HMC Image /home/hmc 1,065,281,536 39501
disk3.img Information Center Image /home/hmc 1,942,882,304 17923
hmcnetworkfiles.sum hmcnetworkfiles.sum /home/hmc 78 bytes n/a

Download via anonymous FTP

Follow these instructions at a command line to use the anonymous FTP process to download all network install images simultaneously. Enter the commands shown in green type.

# ftp
ftp> open ftp.software.ibm.com
  Name: anonymous
  Password: ftp
ftp> cd software/server/hmc/network/v7710
ftp> prompt   (turns off interacive mode)
ftp> bin   (ensures binary transfer mode)
ftp> mget *   (downloads all six files simultaneously)
ftp> bye   (exits FTP after all files have been downloaded)