This package is to be used for performing a netboot of your Data ONTAP system. To use this package, extract the entire package contents to a web accessible directory. From the "LOADER" prompt, configure a network interface and then netboot the kernel from the web server. For example, to configure network interface e0a using DHCP: LOADER> ifconfig e0a -auto An example static IP configuration using the management port: LOADER> ifconfig e0m -addr=192.0.2.10 -mask=255.255.255.0 -gw=192.0.2.1 -dns=192.0.2.53 To complete the netboot, use the "netboot" command with the path to the kernel in this package: LOADER> netboot http://example.com/kernel The system will start booting, but will stop at the Boot Menu, waiting for the user to make a selection.