System information

Using Flash Cards with the Network Station
77
Figure 13. Example Flash.nsm File
3.3.5 Testing the Boot Image from the AS/400 System
To set NVRAM on the IBM Network Station so that it boots using the image
located in the IFS that you created in the previous steps, complete the
following steps:
1. Reset NVRAM on the IBM Network Station.
We highly recommend that, before making any major change to the
configuration of the IBM Network Station, you reset NVRAM to the factory
defaults.
# flash.nsm - This file resides in the /QIBM/ProdData/NetworkStation/configs directory
#
# AS/400 File Service Table
#
set file-service-table = {
{"/netstation/prodbase" nil 10.1.1.2 tftp "/QIBM/ProdData/NetworkStation/" unix 3 30
4096 4096}
{"/QIBM/ProdData" nil 10.1.1.2 tftp "/QIBM/ProdData/" unix 3 30 4096 4096 }
}
# Read the configuration files from the server
#
read standard.nsm
#
# Make the necessary mods to the base values
#
set boot-desired-source = tftp
set boot-second-source = none
set boot-third-source = none
set exec-startup-commands = {
{ mcuis }
{ "actlogin -authserv 10.1.1.2" }
}
set file-try-all-matches-on-open = true
# Set up to get executable modules from the Flash card
set modules-directory = /QIBM/ProdData/NetworkStation/nsflash/mods