# flash.nsm - place in the "CONFIGBASE" directory on the server # # Uncomment the two lines for the server type being used for authentication # and replace 0.0.0.0 with the IP address of that system. # Do not break any of the lines. Entries between {...} must be kept on the # same line. The file-service-table entries are # shown in a smaller font to get everything printed on one line. # set file-service-table = { # # The following two lines are for WindowsNT. # {"/netstation/prodbase" nil 0.0.0.0 nfs "/netstation/prodbase" unix 3 10 1024 1024} # {"/netstation" nil 0.0.0.0 nfs "/netstation" unix 3 10 1024 1024} # # The following two lines are for AIX. # {"/netstation/prodbase" nil 0.0.0.0 nfs "/usr/netstation" unix 3 10 1024 1024} # {"/usr/netstation" nil 0.0.0.0 nfs "/usr/netstation" unix 3 10 1024 1024} # # The following two lines are for AS/400 # {"/netstation/prodbase" nil 0.0.0.0 tftp "/QIBM/ProdData/NetworkStation" unix 3 10 1024 1024} # {"/QIBM/ProdData" nil 0.0.0.0 tftp "/QIBM/ProdData" unix 3 10 1024 1024} } # # Read the basic config information from the server read standard.nsm #read debug.nsm # # Augment/override server values set boot-desired-source = local set boot-second-source = none set boot-third-source = none set diag-buffer-size = 65535 set exec-startup-commands = { { mcuis } # # Modify the following line to replace 0.0.0.0 with the IP address of your # authentication server { "actlogin -authserv 0.0.0.0" } } # # The following lines enable peer boot set file-enable-nfs-server = true set file-export-directory-list = { { "/peerboot" "/local" } } set file-nfs-access-control-default = read-only # set file-try-all-matches-on-open = true # # Set up to get Java classes from flash set java-directory = /local/java # # Set up to get executable files from flash set modules-directory = /local/mods # # Get the splash screen and screensaver from flash set pref-screen-background-bitmap-file = "/local/SysDef/nc.xbm" set pref-screensaver-bitmap-file = "/local/SysDef/nc.xbm" set time-server = nil set xserver-keysym-file = /local/XKeysymDB set xserver-rgb-file = /local/rgb.txt # # The following statements override the standard settings # to allow the IBM Network Station console to be used for # debug. #set config-enforce-passwords-locally = false #set config-pref-enforce-passwords-locally = false #set config-console-enforce-password-locally = false #set exec-disabled-commands = { } #set file-extended-diagnostics = true #set xserver-initial-x-resources = "ncdconsole.disableReboot: false\n\ # ncdconsole.disableLoginMenu: false\n\ # ncdconsole.disableTerminalMenu: false\n\ # ncdconsole.disableSetupMenu: false"