This package supports netbooting your Data ONTAP system.
From the "LOADER" prompt, configure a network interface and then netboot Data
ONTAP with this package.
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 image location:
        LOADER> netboot http://example.com/image.tgz
The system will start booting, but will stop at the Boot Menu, waiting for
the user to make a selection.
For example, user can select to install image; and provide the package name as 'image.tgz'
(i.e. the name of this package).


The contents of this package are also used by the Data ONTAP management interface
to install/upgrade the Data ONTAP software.  The scripts contained in this
package are not meant to be run manually and can damage the system if used
incorrectly.

To perform a software upgrade, use one of the following commands from
the Data ONTAP management interface:

system image update -node <node_name> -package <package_URL>
  or
cluster image update -version <image_version>

where

<node_name> is the node whose software is to be updated
<package_URL> is the location of the compressed image.tgz file
<image_version> is the software version in the package repository

For example, to upgrade a node named node1 to a software image
located at http://example.com/downloads/image.tgz, run one of the
following commands:

system image update -node node1 -package http://example.com/downloads/image.tgz
  or
cluster image package get http://example.com/downloads/image.tgz
cluster image update -version 9.0.0

For more details about these commands, see the Data ONTAP Administration
Reference.
