CL Command Reference - INSLNXSVR

CL Command List > INSLNXSVR Reference

Description:

The Install Linux Server (INSLNXSVR) command installs the Linux server Base Operating System on an Integrated xSeries server. INSLNXSVR also installs Integrated Server Support code on the server.

Linux server installation occurs in two steps. During the first step, the INSLNXSVR command creates all necessary objects to manage the server. This includes a network server description, message queue, line descriptions, storage spaces and TCP/IP interfaces.

During the second step of the Linux server installation, the Integrated xSeries server is varied on to start the Linux server installation.

Further Linux server installation is performed using the file server console and the normal Linux server install process.

When INSLNXSVR completes normally, the Linux server is left in a varied on state.

Restrictions:

. You must have input/output system configuration (*IOSYSCFG), all object (*ALLOBJ) and job control (*JOBCTL) special authorities to run this command.

. The file server must be varied off initially.

. The file server will also be varied off and varied back on during the second step of the install as Linux server installs and requires the server to reboot.

Usage Notes:

Any errors that occur during the first step of configuring the file server will result in the failure of this command.

After this command is run, if you need to manage the different resources created, use the following commands:

. To check out the status of the Linux server, use the Work with Configuration Status command; WRKCFGSTS CFGTYPE(*NWS).

. To manage the server just installed, use the Work with Network Server Descriptions command; WRKNWSD NWSD(network-server-name).

. To manage the line descriptions created by this command, use the Work with Line Descriptions command; WRKLIND LIND(nwsdname*). The line descriptions are named using the network server name (NWSD parameter) specified on the INSLNXSVR command.

. To manage the TCP/IP interfaces created by this command, use the Work with TCP/IP Network Status (NETSTAT) command, option 1. Another option is to use the Configure TCP/IP (CFGTCP) command, option 1.

. To manage the network server configurations just created by this command, use the Work with NWS Configuration command; WRKNWSCFG NWSCFG(nwsdname*). The network server configurations are named using the network server name (NWSD parameter) specified on the INSLNXSVR command.


Examples:

Example 1: Install Linux Using Non-iSCSI Hardware

INSLNXSVR NWSD(RHEL3MAR) RSRCNAME(LIN03) LNXSVRDST(*RHEL4)
SVRSTGSIZE(200 12000) LNGVER(2920)
TEXT(¡¯RedHat 4 server¡¯)

This command will install a Linux server with a Red Hat 4 distribution on non-iSCSI hardware. It will contain a 12 gb system drive and exist on resource name LIN03. The name RHEL3MAR will be associated with the network server description on the iSeries side. The language version used will be 2920.



Example 2: Install Linux Using iSCSI Hardware

INSLNXSVR NWSD(RHEL3MAR) RSRCNAME(*ISCSI) LNXSVRDST(*SLES8)
SVRSTGSIZE(200 12000) SVRSTGASP(2) LNGVER(2920)
SHUTDTIMO(2) ACTTMR(300) ENBUNICAST(*YES)
SPINTNETA(¡¯9.5.2.32¡¯) SPAUT(JSMITH ())
TEXT(¡¯RedHat 4 server¡¯)

This command will install a Linux server with a SuSE 8 distribution on iSCSI hardware. It will contain a 12 gb which resides on user ASP 2. The name RHEL3MAR will be associated with the network server description on the iSeries side. The langauge version used will be 2920. The shutdown timeout will be set to 2 minutes. The system will wait 300 seconds for the connection to be made to the remote server¡¯s service processor. Unicast packet distribution will be used over iSCSI. The remote server¡¯s service processor internet address will be set to 9.5.2.32. SP authentication will be made with username JSMITH.