About cookies on this site Our websites require some cookies to function properly (required). In addition, other cookies may be used with your consent to analyze site usage, improve the user experience and for advertising. For more information, please review your options. By visiting our website, you agree to our processing of information as described in IBM’sprivacy statement. To provide a smooth navigation, your cookie preferences will be shared across the IBM web domains listed here.
Download options for HMC network install images
You have three options for acquiring HMC network install image files:
- Download all files simultaneously via link to Download Director.
- Download the files individually.
- Download all files via an anonymous FTP process at a command line.
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.
File name | Description | Destination path | Size (bytes) | Checksum |
---|---|---|---|---|
bzImage | Kernel image | /var/tftp/hmc | 2,096,778 | 04056 |
initrd.gz | Ram Disk file system | /var/tftp/hmc | 7,941,496 | 43601 |
disk1.img | Base Image | /home/hmc | 578,072,576 | 04284 |
disk2.img | Base HMC Image | /home/hmc | 540,639,232 | 42780 |
disk3.img | Information Center Image | /home/hmc | 1,340,936,192 | 57958 |
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/v7310
ftp> prompt (turns off interacive mode)
ftp> bin (ensures binary transfer mode)
ftp> mget * (downloads all five files simultaneously)
ftp> bye (exits FTP after all files have been downloaded)