[Library] [Contents] [Revisions] [Prev Topic] [Next Topic] [Search] [Search Results] [Prev Topic Match] [Next Topic Match] [Help]

5.12.3 Startup.nsm

The startup.nsm file is not actually a list of preferences but rather contains a number of steps to be performed during the login process of a user.

__________________________________________________________________________________ | | | SOURCE /QIBM/UserData/NetworkStation/SysDefaults/startup.nsm | | SET EMAIL_user ID MCS@au.ibm.com | | SET FULL_NAME "Manufacturing Control System" | | SET SOCKS_HOST 180.180.180.2 | | RUN xhost 180.180.180.216 | | MENUITEM "WinCenter" rsh 180.180.180.216 wincen -display ${IP}:0 | | | | | |__________________________________________________________________________________|

Figure 36. Sample Startup.nsm File for a User

You can generally find several files with the name startup.nsm in the IFS of the AS/400 system. One of these is located in the SysDefaults directory of the ProdData path. This file is the system-level file and it is created during the installation of the IBM Network Station Manager for AS/400 product.

The other files are created for each user as preferences are defined for them using the IBM Network Station Manager program. These files reside along the UserData path and each user's preferences files are located in a directory named for that particular user. As an example, the data shown in Figure 36 cause the following to occur:

° An icon is displayed on the desktop for the Windows Program Manager at the WinCenter Pro system whose IP address is 180.180.180.216. ° The e-mail address for this user is set to MCS@au.ibm.com. ° The user is identified as Manufacturing Control System. ° The network proxy is set to use the SOCKS host at IP address 180.180.180.2.

More importantly, the SOURCE statement in Figure 36 causes the network station startup process to 'AND' these requirements with those contained in the system-wide startup file.

/QIBM/UserData/NetworkStation/SysDefaults/startup.nsm

__________________________________________________________________________________ | | | SOURCE /QIBM/ProdData/NetworkStation/SysDefaults/startup.nsm | | SET TRACE ON | | SET NSM_HTTP_PORT 80 | | SET LANGID ENU | | SET MRI_PATH MRI2924 | | MENUITEM "3270" ns3270 | | MENUITEM "Lock Screen" lock | | RUN ns5250 180.180.180.98 -title "ADEL400A" -wide enable | | RUN loadb nsb | | RUN wm | | | |__________________________________________________________________________________|

Figure 37. Sample System Startup.nsm File

Subtopics:



[Prev Topic] [Next Topic] © Copyright IBM Corp. 1997

IBM BookManager BookServer Copyright 1989, 1996 IBM Corporation. All rights reserved.