This topic discusses how to start single and multiple integrated Linux® servers using the iSeries™ Navigator and CL commands. It also includes instructions on how to start integrated Linux servers automatically at iSeries startup.
To start a Linux server from an i5/OS™ command line, select one of the following CL commands:
To start multiple Linux servers using the WRKCFGSTS command, simply type 1 in the Opt column next to all the network server descriptions (NWSD) that you want to vary on. Press Enter.
VRYCFG CFGOBJ(nwsd-name) CFGTYPE(*NWS) STATUS(*ON)
To start multiple Linux servers using the VRYCFG command, simply list all the network server descriptions (NWSDs) that you want to vary on in the CFGOBJ parameter. Press Enter. For example:
VRYCFG CFGOBJ(nwsd-name1 nwsd-name2 nwsd-name3) CFGTYPE(*NWS) STATUS(*ON)
Using the VRYCFG command in this way could lock up your green screen session for several minutes.