On a Linux device, configure an
NFS share, download and decompress the software tarball, and move the resulting
directory to the root of the NFS share.
On the Extreme 9920 device,
configure and verify network connectivity to the server.
Configure the network.
# ifconfig eth1 10.139.69.108 netmask 255.255.254.0 up
Configure the default route.
# route add default gw 10.139.69.1
Verify network connectivity to the server.
# ping 10.139.69.1
Run the mkdir
/media and mount :/<path-to-NFS-share>/ /media commands.
If an error results, troubleshoot the
mount
command. You might need more parameters or a more explicit path.
Change directory to the Network Packet Broker software that you want to install
and start the installation using the onie-nos-installer file:
//.