System information
Flash Card Scenarios
257
# 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.30 tftp "/QIBM/ProdData/NetworkStation/" unix 3 30 4096 4096 }
{"/QIBM/ProdData" nil 10.1.1.30 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 = local
set boot-second-source = none
set boot-third-source = none
set exec-startup-commands = {
{ mcuis }
{ "actlogin -authserv <servIPaddr>" }
}
# Where <servIPaddr> is the AS/400 system IP address, the authentication server.
# The next line enables the NFS server Daemon for peer boot and is required if the flash card file
#system is to be mounted to the AS/400 IFS.
set file-enable-nfs-server = true
#
#The next two lines are required for peer boot only.
set file-export-directory-list = { { "/peerboot" "/local" } }
set file-nfs-access-control-default = read-only
#
# The next 4 lines are optional and enable the local file manager which can be accessed using
# TELNET or from the console window on the Network Station.
set xserver-initial-x-resources = "ncdconsole.disable.TerminalMenu: false"
set file-manager-password = nws1red
set file-manager-access-control-enabled = true
set file-try-all-matches-on-open = true
# Set up to get executable modules from the flash card
set modules-directory = /local/mods
Flash.nsm File Example