ibm-information-center/dist/eclipse/plugins/i5OS.ic.cl_5.4.0.1/inswntsvr.htm

2983 lines
108 KiB
HTML

<!doctype html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head><META http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Install Windows Server (INSWNTSVR)</title>
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
</head>
<body bgcolor="white">
<script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<a name="INSWNTSVR.Top_Of_Page"></a>
<h2>Install Windows Server (INSWNTSVR)</h2>
<table width="100%">
<tr>
<td valign="top" align="left"><b>Where allowed to run: </b>All environments (*ALL)<br>
<b>Threadsafe: </b>No
</td>
<td valign="top" align="right">
<a href="#INSWNTSVR.PARAMETERS.TABLE">Parameters</a><br>
<a href="#INSWNTSVR.COMMAND.EXAMPLES">Examples</a><br>
<a href="#INSWNTSVR.ERROR.MESSAGES">Error messages</a></td>
</tr>
</table>
<div> <a name="INSWNTSVR"></a>
<p>The Install Windows Server (INSWNTSVR) command installs the Windows server Base Operating System on an Integrated xSeries server. INSWNTSVR also installs Integrated Server Support code on the server.
</p>
<p>Windows server installation occurs in two steps. During the first step, the INSWNTSVR 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.
</p>
<p>For INSTYPE of *FULL, it also copies the install code for the Windows server Base Operating System from the Windows server installation media image.
</p>
<p>During the second step of the Windows server installation, the Integrated xSeries server is varied on to start the Windows server installation.
</p>
<p>For INSTYPE of *BASIC, the ServerGuide CD is inserted into the external servers locally attached CD-ROM or DVD drive and the server is varied on. At this point, the INSWNTSVR command ends. The ServerGuide CD in the server is booted from and continues with the process of configuring the server, including detecting and configuring any devices or adapters and preparing the system for the Windows installation.
</p>
<p>Further Windows server installation is performed using the file server console and the normal Windows server install process.
</p>
<p>When INSWNTSVR completes normally, the Windows server is left in a varied on state.
</p>
<p><b>Restrictions:</b>
</p>
<ol>
<li>You must have input/output system configuration (*IOSYSCFG), all object (*ALLOBJ) and job control (*JOBCTL) special authorities to run this command.
</li>
<li>This command may require interactive input using the file servers console.
</li>
<li>The file server must be varied off initially.
</li>
<li>The file server will also be varied off and back on during the second step of the install as Windows server installs and requires the server to reboot.
</li>
</ol>
<p>Any errors that occur during the first step of configuring the file server will result in the failure of this command.
</p>
<p>After this command is run, if you need to manage the different resources created, use the following commands:
</p>
<ul>
<li>To check out the status of the Windows server, use the Work with Configuration Status command; WRKCFGSTS CFGTYPE(*NWS).
</li>
<li>To manage the server just installed, use the Work with Network Server Descriptions command; WRKNWSD NWSD(nwsdname).
</li>
<li>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 specified on the NWSD parameter of the INSWNTSVR command.
</li>
<li>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.
</li>
<li>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 specified on the NWSD parameter of the INSWNTSVR command.
</li>
</ul>
</div>
<table width="100%">
<tr><td align="right"><a href="#INSWNTSVR.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="INSWNTSVR.PARAMETERS.TABLE">Parameters</a></h3>
<table border="1" cellpadding="4" cellspacing="0">
<!-- col1="10" col2="15" col3="30" col4="10" -->
<tr>
<th bgcolor="aqua" valign="bottom" align="left">Keyword</th>
<th bgcolor="aqua" valign="bottom" align="left">Description</th>
<th bgcolor="aqua" valign="bottom" align="left">Choices</th>
<th bgcolor="aqua" valign="bottom" align="left">Notes</th>
</tr>
<tr>
<td valign="top"><a href="#INSWNTSVR.NWSD"><b>NWSD</b></a></td>
<td valign="top">Network server description</td>
<td valign="top"><i>Name</i></td>
<td valign="top">Required, Key, Positional 1</td>
</tr>
<tr>
<td valign="top"><a href="#INSWNTSVR.INSTYPE"><b>INSTYPE</b></a></td>
<td valign="top">Installation type</td>
<td valign="top">*FULL, *BASIC</td>
<td valign="top">Required, Positional 2</td>
</tr>
<tr>
<td valign="top"><a href="#INSWNTSVR.RSRCNAME"><b>RSRCNAME</b></a></td>
<td valign="top">Resource name</td>
<td valign="top"><i>Name</i>, *ISCSI</td>
<td valign="top">Required, Positional 3</td>
</tr>
<tr>
<td valign="top"><a href="#INSWNTSVR.WNTVER"><b>WNTVER</b></a></td>
<td valign="top">Windows server version</td>
<td valign="top"><i>Character value</i></td>
<td valign="top">Required, Positional 4</td>
</tr>
<tr>
<td valign="top"><a href="#INSWNTSVR.WNTSRCDIR"><b>WNTSRCDIR</b></a></td>
<td valign="top">Windows source directory</td>
<td valign="top"><i>Path name</i>, <b><u>*DFT</u></b></td>
<td valign="top">Optional</td>
</tr>
<tr>
<td valign="top"><a href="#INSWNTSVR.OPTION"><b>OPTION</b></a></td>
<td valign="top">Install option</td>
<td valign="top"><i>Character value</i></td>
<td valign="top">Optional</td>
</tr>
<tr>
<td valign="top" rowspan="5"><a href="#INSWNTSVR.TCPPORTCFG"><b>TCPPORTCFG</b></a></td>
<td valign="top">TCP/IP port configuration</td>
<td valign="top">Single values: <b><u>*NONE</u></b><br>Other values (up to 4 repetitions): <i>Element list</i></td>
<td valign="top" rowspan="5">Optional</td>
</tr>
<tr>
<td valign="top">Element 1: Port</td>
<td valign="top">
1, 2, 3, 4</td>
</tr>
<tr>
<td valign="top">Element 2: Windows internet address</td>
<td valign="top">
<i>Character value</i></td>
</tr>
<tr>
<td valign="top">Element 3: Windows subnet mask</td>
<td valign="top">
<i>Character value</i></td>
</tr>
<tr>
<td valign="top">Element 4: Windows gateway address</td>
<td valign="top">
<i>Character value</i></td>
</tr>
<tr>
<td valign="top" rowspan="5"><a href="#INSWNTSVR.VRTETHPORT"><b>VRTETHPORT</b></a></td>
<td valign="top">Virtual Ethernet port</td>
<td valign="top">Single values: <b><u>*NONE</u></b><br>Other values (up to 4 repetitions): <i>Element list</i></td>
<td valign="top" rowspan="5">Optional</td>
</tr>
<tr>
<td valign="top">Element 1: Port</td>
<td valign="top">
*VRTETH0, *VRTETH1, *VRTETH2, *VRTETH3, *VRTETH4, *VRTETH5, *VRTETH6, *VRTETH7, *VRTETH8, *VRTETH9</td>
</tr>
<tr>
<td valign="top">Element 2: Windows internet address</td>
<td valign="top">
<i>Character value</i></td>
</tr>
<tr>
<td valign="top">Element 3: Windows subnet mask</td>
<td valign="top">
<i>Character value</i></td>
</tr>
<tr>
<td valign="top">Element 4: Associated port</td>
<td valign="top">
<i>Name</i>, <b><u>*NONE</u></b></td>
</tr>
<tr>
<td valign="top"><a href="#INSWNTSVR.TCPDMNNAME"><b>TCPDMNNAME</b></a></td>
<td valign="top">TCP/IP local domain name</td>
<td valign="top"><i>Character value</i>, <b><u>*SYS</u></b></td>
<td valign="top">Optional</td>
</tr>
<tr>
<td valign="top"><a href="#INSWNTSVR.TCPNAMSVR"><b>TCPNAMSVR</b></a></td>
<td valign="top">TCP/IP name server system</td>
<td valign="top">Single values: <b><u>*SYS</u></b>, *NONE<br>Other values (up to 3 repetitions): <i>Character value</i></td>
<td valign="top">Optional</td>
</tr>
<tr>
<td valign="top" rowspan="3"><a href="#INSWNTSVR.MSGQ"><b>MSGQ</b></a></td>
<td valign="top">Server message queue</td>
<td valign="top">Single values: <b><u>*JOBLOG</u></b>, *NONE<br>Other values: <i>Qualified object name</i></td>
<td valign="top" rowspan="3">Optional</td>
</tr>
<tr>
<td valign="top">Qualifier 1: Server message queue</td>
<td valign="top"><i>Name</i></td>
</tr><tr>
<td valign="top">Qualifier 2: Library</td>
<td valign="top"><i>Name</i>, <b><u>*LIBL</u></b>, *CURLIB</td>
</tr><tr>
<td valign="top"><a href="#INSWNTSVR.EVTLOG"><b>EVTLOG</b></a></td>
<td valign="top">Event log</td>
<td valign="top">Single values: <b><u>*ALL</u></b>, *NONE<br>Other values (up to 3 repetitions): *SYS, *SEC, *APP</td>
<td valign="top">Optional</td>
</tr>
<tr>
<td valign="top" rowspan="3"><a href="#INSWNTSVR.SVRSTGSIZE"><b>SVRSTGSIZE</b></a></td>
<td valign="top">Server storage space sizes</td>
<td valign="top"><i>Element list</i></td>
<td valign="top" rowspan="3">Optional</td>
</tr>
<tr>
<td valign="top">Element 1: Install source size</td>
<td valign="top">
500-2047, <b><u>*CALC</u></b></td>
</tr>
<tr>
<td valign="top">Element 2: System size</td>
<td valign="top">
1024-1024000, <b><u>*CALC</u></b></td>
</tr>
<tr>
<td valign="top" rowspan="3"><a href="#INSWNTSVR.SVRSTGASP"><b>SVRSTGASP</b></a></td>
<td valign="top">Storage space ASP</td>
<td valign="top"><i>Element list</i></td>
<td valign="top" rowspan="3">Optional</td>
</tr>
<tr>
<td valign="top">Element 1: Install source ASP</td>
<td valign="top">
1-255, <b><u>1</u></b></td>
</tr>
<tr>
<td valign="top">Element 2: System ASP</td>
<td valign="top">
1-255, <b><u>1</u></b></td>
</tr>
<tr>
<td valign="top" rowspan="3"><a href="#INSWNTSVR.STGASPDEV"><b>STGASPDEV</b></a></td>
<td valign="top">Server storage ASP device</td>
<td valign="top"><i>Element list</i></td>
<td valign="top" rowspan="3">Optional</td>
</tr>
<tr>
<td valign="top">Element 1: Install source ASP device</td>
<td valign="top">
<i>Name</i></td>
</tr>
<tr>
<td valign="top">Element 2: System ASP device</td>
<td valign="top">
<i>Name</i></td>
</tr>
<tr>
<td valign="top"><a href="#INSWNTSVR.CVTNTFS"><b>CVTNTFS</b></a></td>
<td valign="top">Convert to NTFS</td>
<td valign="top"><b><u>*YES</u></b>, *NO</td>
<td valign="top">Optional</td>
</tr>
<tr>
<td valign="top"><a href="#INSWNTSVR.TOWRKGRP"><b>TOWRKGRP</b></a></td>
<td valign="top">To workgroup</td>
<td valign="top"><i>Character value</i></td>
<td valign="top">Optional</td>
</tr>
<tr>
<td valign="top"><a href="#INSWNTSVR.TODMN"><b>TODMN</b></a></td>
<td valign="top">To domain</td>
<td valign="top"><i>Character value</i></td>
<td valign="top">Optional</td>
</tr>
<tr>
<td valign="top"><a href="#INSWNTSVR.FULNAM"><b>FULNAM</b></a></td>
<td valign="top">Full Name</td>
<td valign="top"><i>Character value</i></td>
<td valign="top">Optional</td>
</tr>
<tr>
<td valign="top"><a href="#INSWNTSVR.ORG"><b>ORG</b></a></td>
<td valign="top">Organization</td>
<td valign="top"><i>Character value</i></td>
<td valign="top">Optional</td>
</tr>
<tr>
<td valign="top"><a href="#INSWNTSVR.LNGVER"><b>LNGVER</b></a></td>
<td valign="top">Language version</td>
<td valign="top"><i>Integer</i>, <b><u>*PRIMARY</u></b></td>
<td valign="top">Optional</td>
</tr>
<tr>
<td valign="top"><a href="#INSWNTSVR.SYNCTIME"><b>SYNCTIME</b></a></td>
<td valign="top">Synchronize date and time</td>
<td valign="top"><b><u>*YES</u></b>, *NO</td>
<td valign="top">Optional</td>
</tr>
<tr>
<td valign="top"><a href="#INSWNTSVR.PRPDMNUSR"><b>PRPDMNUSR</b></a></td>
<td valign="top">Propagate domain user</td>
<td valign="top"><b><u>*YES</u></b>, *NO</td>
<td valign="top">Optional</td>
</tr>
<tr>
<td valign="top"><a href="#INSWNTSVR.WNTLICKEY"><b>WNTLICKEY</b></a></td>
<td valign="top">Windows license key</td>
<td valign="top"><i>Character value</i></td>
<td valign="top">Optional</td>
</tr>
<tr>
<td valign="top" rowspan="4"><a href="#INSWNTSVR.LICMODE"><b>LICMODE</b></a></td>
<td valign="top">License mode</td>
<td valign="top"><i>Element list</i></td>
<td valign="top" rowspan="4">Optional</td>
</tr>
<tr>
<td valign="top">Element 1: License type</td>
<td valign="top">
<b><u>*PERSEAT</u></b>, *PERSERVER</td>
</tr>
<tr>
<td valign="top">Element 2: Client licenses</td>
<td valign="top">
5-9999, <b><u>*NONE</u></b></td>
</tr>
<tr>
<td valign="top">Element 3: Terminal services</td>
<td valign="top">
<i>Character value</i></td>
</tr>
<tr>
<td valign="top"><a href="#INSWNTSVR.RSTDDEVRSC"><b>RSTDDEVRSC</b></a></td>
<td valign="top">Restricted device resources</td>
<td valign="top">Single values: <b><u>*NONE</u></b>, *ALL<br>Other values (up to 10 repetitions): <i>Name</i>, *ALLTAPE, *ALLOPT</td>
<td valign="top">Optional</td>
</tr>
<tr>
<td valign="top"><a href="#INSWNTSVR.SHUTDTIMO"><b>SHUTDTIMO</b></a></td>
<td valign="top">Shutdown timeout</td>
<td valign="top">2-45, <b><u>15</u></b></td>
<td valign="top">Optional</td>
</tr>
<tr>
<td valign="top"><a href="#INSWNTSVR.ACTTMR"><b>ACTTMR</b></a></td>
<td valign="top">Activation timer</td>
<td valign="top">30-1800, <b><u>120</u></b></td>
<td valign="top">Optional</td>
</tr>
<tr>
<td valign="top" rowspan="3"><a href="#INSWNTSVR.CMNMSGQ"><b>CMNMSGQ</b></a></td>
<td valign="top">Communications message queue</td>
<td valign="top">Single values: <b><u>*SYSOPR</u></b><br>Other values: <i>Qualified object name</i></td>
<td valign="top" rowspan="3">Optional</td>
</tr>
<tr>
<td valign="top">Qualifier 1: Communications message queue</td>
<td valign="top"><i>Name</i></td>
</tr><tr>
<td valign="top">Qualifier 2: Library</td>
<td valign="top"><i>Name</i>, <b><u>*LIBL</u></b>, *CURLIB</td>
</tr><tr>
<td valign="top" rowspan="2"><a href="#INSWNTSVR.STGPTH"><b>STGPTH</b></a></td>
<td valign="top">Storage path</td>
<td valign="top"><i>Element list</i></td>
<td valign="top" rowspan="2">Optional</td>
</tr>
<tr>
<td valign="top">Element 1: Network server host adapter</td>
<td valign="top">
<i>Communications name</i></td>
</tr>
<tr>
<td valign="top" rowspan="3"><a href="#INSWNTSVR.VRTETHPTH"><b>VRTETHPTH</b></a></td>
<td valign="top">Virtual Ethernet path</td>
<td valign="top">Values (up to 5 repetitions): <i>Element list</i></td>
<td valign="top" rowspan="3">Optional</td>
</tr>
<tr>
<td valign="top">Element 1: Port</td>
<td valign="top">
<b><u>*VRTETHPTP</u></b>, *VRTETH0, *VRTETH1, *VRTETH2, *VRTETH3, *VRTETH4, *VRTETH5, *VRTETH6, *VRTETH7, *VRTETH8, *VRTETH9</td>
</tr>
<tr>
<td valign="top">Element 2: Network server host adapter</td>
<td valign="top">
<i>Communications name</i></td>
</tr>
<tr>
<td valign="top"><a href="#INSWNTSVR.SHUTDPORT"><b>SHUTDPORT</b></a></td>
<td valign="top">Shutdown TCP port</td>
<td valign="top">1024-65535, <b><u>8700</u></b></td>
<td valign="top">Optional</td>
</tr>
<tr>
<td valign="top"><a href="#INSWNTSVR.VRTETHCTLP"><b>VRTETHCTLP</b></a></td>
<td valign="top">Virtual Ethernet control port</td>
<td valign="top">1024-65535, <b><u>8800</u></b></td>
<td valign="top">Optional</td>
</tr>
<tr>
<td valign="top"><a href="#INSWNTSVR.RMTNWSCFG"><b>RMTNWSCFG</b></a></td>
<td valign="top">Remote system NWSCFG</td>
<td valign="top"><i>Name</i>, <b><u>*DFT</u></b></td>
<td valign="top">Optional</td>
</tr>
<tr>
<td valign="top"><a href="#INSWNTSVR.SPNWSCFG"><b>SPNWSCFG</b></a></td>
<td valign="top">Service processor NWSCFG</td>
<td valign="top"><i>Name</i>, <b><u>*DFT</u></b></td>
<td valign="top">Optional</td>
</tr>
<tr>
<td valign="top"><a href="#INSWNTSVR.CNNNWSCFG"><b>CNNNWSCFG</b></a></td>
<td valign="top">Connection security NWSCFG</td>
<td valign="top"><i>Name</i>, <b><u>*DFT</u></b></td>
<td valign="top">Optional</td>
</tr>
<tr>
<td valign="top"><a href="#INSWNTSVR.DFTSECRULE"><b>DFTSECRULE</b></a></td>
<td valign="top">Default IP security rule</td>
<td valign="top"><i>Character value</i>, <b><u>*NONE</u></b>, *GEN</td>
<td valign="top">Optional</td>
</tr>
<tr>
<td valign="top"><a href="#INSWNTSVR.IPSECRULE"><b>IPSECRULE</b></a></td>
<td valign="top">IP security rule</td>
<td valign="top">1-16, <b><u>*DFTSECRULE</u></b>, *NONE</td>
<td valign="top">Optional</td>
</tr>
<tr>
<td valign="top"><a href="#INSWNTSVR.INZSP"><b>INZSP</b></a></td>
<td valign="top">Initialize service processor</td>
<td valign="top"><b><u>*MANUAL</u></b>, *SYNC, *AUTO, *NONE</td>
<td valign="top">Optional</td>
</tr>
<tr>
<td valign="top"><a href="#INSWNTSVR.ENBUNICAST"><b>ENBUNICAST</b></a></td>
<td valign="top">Enable unicast</td>
<td valign="top"><b><u>*NO</u></b>, *YES</td>
<td valign="top">Optional</td>
</tr>
<tr>
<td valign="top" rowspan="3"><a href="#INSWNTSVR.EID"><b>EID</b></a></td>
<td valign="top">Enclosure identifier</td>
<td valign="top">Single values: *AUTO<br>Other values: <i>Element list</i></td>
<td valign="top" rowspan="3">Optional</td>
</tr>
<tr>
<td valign="top">Element 1: Serial number</td>
<td valign="top">
<i>Character value</i></td>
</tr>
<tr>
<td valign="top">Element 2: Manufacturer type and model</td>
<td valign="top">
<i>Character value</i></td>
</tr>
<tr>
<td valign="top"><a href="#INSWNTSVR.SPNAME"><b>SPNAME</b></a></td>
<td valign="top">Service processor name</td>
<td valign="top"><i>Character value</i>, <b><u>*SPINTNETA</u></b></td>
<td valign="top">Optional</td>
</tr>
<tr>
<td valign="top"><a href="#INSWNTSVR.SPINTNETA"><b>SPINTNETA</b></a></td>
<td valign="top">SP internet address</td>
<td valign="top"><i>Character value</i></td>
<td valign="top">Optional</td>
</tr>
<tr>
<td valign="top" rowspan="3"><a href="#INSWNTSVR.SPAUT"><b>SPAUT</b></a></td>
<td valign="top">SP authentication</td>
<td valign="top">Single values: *DFT<br>Other values: <i>Element list</i></td>
<td valign="top" rowspan="3">Optional</td>
</tr>
<tr>
<td valign="top">Element 1: User name</td>
<td valign="top">
<i>Character value</i></td>
</tr>
<tr>
<td valign="top">Element 2: User password</td>
<td valign="top">
<i>Character value</i></td>
</tr>
<tr>
<td valign="top" rowspan="3"><a href="#INSWNTSVR.SPCERTID"><b>SPCERTID</b></a></td>
<td valign="top">SP certificate identifier</td>
<td valign="top">Single values: <b><u>*NONE</u></b><br>Other values: <i>Element list</i></td>
<td valign="top" rowspan="3">Optional</td>
</tr>
<tr>
<td valign="top">Element 1: Component</td>
<td valign="top">
*COMMONNAME, *EMAIL, *ORGUNIT</td>
</tr>
<tr>
<td valign="top">Element 2: Compare value</td>
<td valign="top">
<i>Character value</i></td>
</tr>
<tr>
<td valign="top" rowspan="3"><a href="#INSWNTSVR.RMTSYSID"><b>RMTSYSID</b></a></td>
<td valign="top">Remote system identifier</td>
<td valign="top">Single values: <b><u>*EID</u></b><br>Other values: <i>Element list</i></td>
<td valign="top" rowspan="3">Optional</td>
</tr>
<tr>
<td valign="top">Element 1: Serial number</td>
<td valign="top">
<i>Character value</i></td>
</tr>
<tr>
<td valign="top">Element 2: Manufacturer type and model</td>
<td valign="top">
<i>Character value</i></td>
</tr>
<tr>
<td valign="top"><a href="#INSWNTSVR.DELIVERY"><b>DELIVERY</b></a></td>
<td valign="top">Delivery method</td>
<td valign="top"><i>Character value</i>, <b><u>*DYNAMIC</u></b>, *MANUAL</td>
<td valign="top">Optional</td>
</tr>
<tr>
<td valign="top" rowspan="3"><a href="#INSWNTSVR.CHAPAUT"><b>CHAPAUT</b></a></td>
<td valign="top">CHAP authentication</td>
<td valign="top">Single values: *NONE<br>Other values: <i>Element list</i></td>
<td valign="top" rowspan="3">Optional</td>
</tr>
<tr>
<td valign="top">Element 1: CHAP name</td>
<td valign="top">
<i>Character value</i></td>
</tr>
<tr>
<td valign="top">Element 2: CHAP secret</td>
<td valign="top">
<i>Character value</i></td>
</tr>
<tr>
<td valign="top" rowspan="4"><a href="#INSWNTSVR.BOOTDEVID"><b>BOOTDEVID</b></a></td>
<td valign="top">Boot device ID</td>
<td valign="top">Single values: <b><u>*SINGLE</u></b><br>Other values: <i>Element list</i></td>
<td valign="top" rowspan="4">Optional</td>
</tr>
<tr>
<td valign="top">Element 1: Bus</td>
<td valign="top">
0-255</td>
</tr>
<tr>
<td valign="top">Element 2: Device</td>
<td valign="top">
0-31</td>
</tr>
<tr>
<td valign="top">Element 3: Function</td>
<td valign="top">
0-7</td>
</tr>
<tr>
<td valign="top" rowspan="3"><a href="#INSWNTSVR.DYNBOOTOPT"><b>DYNBOOTOPT</b></a></td>
<td valign="top">Dynamic boot options</td>
<td valign="top"><i>Element list</i></td>
<td valign="top" rowspan="3">Optional</td>
</tr>
<tr>
<td valign="top">Element 1: Vendor ID</td>
<td valign="top">
<i>Character value</i>, <b><u>*DFT</u></b></td>
</tr>
<tr>
<td valign="top">Element 2: Alternate client ID</td>
<td valign="top">
<i>Character value</i>, <b><u>*ADPT</u></b></td>
</tr>
<tr>
<td valign="top" rowspan="12"><a href="#INSWNTSVR.RMTIFC"><b>RMTIFC</b></a></td>
<td valign="top">Remote interfaces</td>
<td valign="top"><i>Element list</i></td>
<td valign="top" rowspan="12">Optional</td>
</tr>
<tr>
<td valign="top">Element 1: SCSI interface</td>
<td valign="top">
<i>Element list</i></td>
</tr>
<tr>
<td valign="top" style="padding-left:10pt">Element 1: Adapter address</td>
<td valign="top">
<i>Hexadecimal value</i></td>
</tr>
<tr>
<td valign="top" style="padding-left:10pt">Element 2: Internet address</td>
<td valign="top">
<i>Character value</i></td>
</tr>
<tr>
<td valign="top" style="padding-left:10pt">Element 3: Subnet mask</td>
<td valign="top">
<i>Character value</i></td>
</tr>
<tr>
<td valign="top" style="padding-left:10pt">Element 4: Gateway address</td>
<td valign="top">
<i>Character value</i></td>
</tr>
<tr>
<td valign="top" style="padding-left:10pt">Element 5: iSCSI qualified name</td>
<td valign="top">
<i>Character value</i>, <b><u>*GEN</u></b></td>
</tr>
<tr>
<td valign="top">Element 2: LAN interface</td>
<td valign="top">
<i>Element list</i></td>
</tr>
<tr>
<td valign="top" style="padding-left:10pt">Element 1: Adapter address</td>
<td valign="top">
<i>Hexadecimal value</i></td>
</tr>
<tr>
<td valign="top" style="padding-left:10pt">Element 2: Internet address</td>
<td valign="top">
<i>Character value</i></td>
</tr>
<tr>
<td valign="top" style="padding-left:10pt">Element 3: Subnet mask</td>
<td valign="top">
<i>Character value</i></td>
</tr>
<tr>
<td valign="top" style="padding-left:10pt">Element 4: Gateway address</td>
<td valign="top">
<i>Character value</i></td>
</tr>
<tr>
<td valign="top"><a href="#INSWNTSVR.TEXT"><b>TEXT</b></a></td>
<td valign="top">Text 'description'</td>
<td valign="top"><i>Character value</i>, <b><u>*BLANK</u></b></td>
<td valign="top">Optional</td>
</tr>
<tr>
<td valign="top"><a href="#INSWNTSVR.KBDTYPE"><b>KBDTYPE</b></a></td>
<td valign="top">Keyboard layout</td>
<td valign="top"><i>Hexadecimal value</i>, <b><u>*DEFAULT</u></b></td>
<td valign="top">Optional</td>
</tr>
<tr>
<td valign="top" rowspan="3"><a href="#INSWNTSVR.CFGFILE"><b>CFGFILE</b></a></td>
<td valign="top">Configuration file</td>
<td valign="top">Single values: <b><u>*NONE</u></b><br>Other values: <i>Qualified object name</i></td>
<td valign="top" rowspan="3">Optional</td>
</tr>
<tr>
<td valign="top">Qualifier 1: Configuration file</td>
<td valign="top"><i>Name</i></td>
</tr><tr>
<td valign="top">Qualifier 2: Library</td>
<td valign="top"><i>Name</i>, *LIBL, *CURLIB</td>
</tr><tr>
<td valign="top"><a href="#INSWNTSVR.CLU"><b>CLU</b></a></td>
<td valign="top">Cluster name</td>
<td valign="top"><i>Name</i>, <b><u>*NONE</u></b></td>
<td valign="top">Optional</td>
</tr>
<tr>
<td valign="top" rowspan="8"><a href="#INSWNTSVR.CLUCFG"><b>CLUCFG</b></a></td>
<td valign="top">Cluster configuration</td>
<td valign="top">Single values: <b><u>*CLU</u></b><br>Other values: <i>Element list</i></td>
<td valign="top" rowspan="8">Optional</td>
</tr>
<tr>
<td valign="top">Element 1: Cluster domain name</td>
<td valign="top">
<i>Character value</i></td>
</tr>
<tr>
<td valign="top">Element 2: Quorum resource size</td>
<td valign="top">
550-1024000, <b><u>*CALC</u></b></td>
</tr>
<tr>
<td valign="top">Element 3: Quorum resource ASP</td>
<td valign="top">
1-255, <b><u>1</u></b></td>
</tr>
<tr>
<td valign="top">Element 4: Quorum ASP device</td>
<td valign="top">
<i>Name</i></td>
</tr>
<tr>
<td valign="top">Element 5: Connection port</td>
<td valign="top">
*VRTETH0, *VRTETH1, *VRTETH2, *VRTETH3, *VRTETH4, *VRTETH5, *VRTETH6, *VRTETH7, *VRTETH8, *VRTETH9</td>
</tr>
<tr>
<td valign="top">Element 6: Cluster internet address</td>
<td valign="top">
<i>Character value</i></td>
</tr>
<tr>
<td valign="top">Element 7: Cluster subnet mask</td>
<td valign="top">
<i>Character value</i></td>
</tr>
<tr>
<td valign="top" rowspan="3"><a href="#INSWNTSVR.VRTPTPPORT"><b>VRTPTPPORT</b></a></td>
<td valign="top">Virtual PTP Ethernet port</td>
<td valign="top"><i>Element list</i></td>
<td valign="top" rowspan="3">Optional</td>
</tr>
<tr>
<td valign="top">Element 1: Internet address</td>
<td valign="top">
<i>Character value</i>, <b><u>*GEN</u></b></td>
</tr>
<tr>
<td valign="top">Element 2: Windows internet address</td>
<td valign="top">
<i>Character value</i>, <b><u>*GEN</u></b></td>
</tr>
</table>
<table width="100%">
<tr><td align="right"><a href="#INSWNTSVR.Top_Of_Page">Top</a></td></tr>
</table>
</div>
<div> <a name="INSWNTSVR.NWSD"></a>
<h3>Network server description (NWSD)</h3>
<p>Specifies the name of the network server to be installed.
</p>
<p>This is a required parameter.
</p>
<p>The network server name can be up to eight characters. The following characters are allowed in NWSD names:
</p>
<ul>
<li>Alphabetical characters A through Z
</li>
<li>Digits 0 through 9
</li>
</ul>
<p>The network server description specified is created using the values specified in this command. The Create Network Server Description (CRTNWSD) command will be used to create the NWSD. The name is also used as the computer name as well as the TCP host name for the Windows server.
</p>
<dl>
<dt><b><i>communications-name</i></b></dt>
<dd>Specify the name of the network server description.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#INSWNTSVR.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="INSWNTSVR.INSTYPE"></a>
<h3>Installation type (INSTYPE)</h3>
<p>Specifies the type of install to perform.
</p>
<p>This is a required parameter.
</p>
<dl>
<dt><b>*FULL</b></dt>
<dd>A full installation of the file server will be controlled by the system.
<p>
<b>Note: </b>Any file server that will be upgrading, OPTION(*UPGRADE), to a new version of Windows must also specify *FULL.
</p>
</dd>
<dt><b>*BASIC</b></dt>
<dd>A basic installation of the external file server will be initiated by the system and completed using the ServerGuide CD.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#INSWNTSVR.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="INSWNTSVR.RSRCNAME"></a>
<h3>Resource name (RSRCNAME)</h3>
<p>Specifies the resource name that identifies the hardware that the description uses.
</p>
<p>This is a required parameter.
</p>
<dl>
<dt><b>*ISCSI</b></dt>
<dd>This network server resource is an iSCSI attached server using a network server host adapter device. Use the Work with Device Descriptions (WRKDEVD) with *NWSH specified for the DEVD parameter to help determine which Network Server Host Adapters are configured.
</dd>
</dl>
<dl>
<dt><b><i>name</i></b></dt>
<dd>Specify the resource name of the File Server IOA communications adapter to use. Use the Work with Hardware Resources (WRKHDWRSC) command with *CMN specified for the TYPE parameter to help determine the resource name.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#INSWNTSVR.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="INSWNTSVR.WNTVER"></a>
<h3>Windows server version (WNTVER)</h3>
<p>Specifies the version of Windows server to install on this network server. You can use F4 while prompting the command to see the complete list of allowed values for this parameter.
</p>
<p>This is a required parameter.
</p>
<dl>
<dt><b>*WIN2000</b></dt>
<dd>Support for Windows 2000 Server and Advanced Server versions.
</dd>
<dt><b>*WIN2003</b></dt>
<dd>Support for Windows Server 2003 Web, Standard and Enterprise versions.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#INSWNTSVR.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="INSWNTSVR.WNTSRCDIR"></a>
<h3>Windows source directory (WNTSRCDIR)</h3>
<p>Specifies the path name of the directory associated with the Windows server CD-ROM image that is used as the source for the install. The directory name may reference an optical volume ('/QOPT/volume'), a folder ('/QDLS/folder'), or an IFS directory ('/dir1/dir2'). An example of a CD-ROM volume path name would be '/QOPT/W2ASEL_EN'.
</p>
<p>To find out the name of a volume on an optical device, use the command: DSPOPT VOL(*MOUNTED) DEV(device-name). If you do not know the name of the optical device, use the command: WRKCFGSTS CFGTYPE(*DEV) CFGD(*OPT)
</p>
<p>To find out the name of a path in an IFS directory, use the Work with Object Links (WRKLNK) command. WRKLNK will show the directory object path names on the system.
</p>
<p>
<b>Note: </b>This parameter is configured using the ServerGuide when INSTYPE is *BASIC. Any values entered for this parameter will be discarded.
</p>
<dl>
<dt><b><u>*DFT</u></b></dt>
<dd>The default directory path name to use is determined by searching the QOPT file system (/QOPT directory in IFS). The path name for the first volume in QOPT that contains an I386 directory with a WINNT.EXE file in it is used as the default.
<p>
<b>Note: </b>Using *DFT on a system with an optical media library is not recommended. Every volume located in the '/QOPT' path will be searched for a valid Windows install source and will cause each volume to be retrieved and mounted. A specific optical volume path should be specified.
</p>
</dd>
<dt><b><i>path-name</i></b></dt>
<dd>Specify the Windows server source path name to use for the install.
</dd>
</dl>
<p>
<b>Note: </b>The specified directory must contain an I386 directory with a WINNT.EXE file in it.
</p>
<p>You can use F4 while prompting the command to see a list of path names for optical volumes that are allowed values for this parameter. Folder or IFS path names that are not optical volumes are also allowed, but are not listed when using F4.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#INSWNTSVR.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="INSWNTSVR.OPTION"></a>
<h3>Install option (OPTION)</h3>
<p>Specifies the Windows server installation method. More information on each of type of install is available in the Windows server documentation and SETUP.TXT files. This information should be consulted prior to upgrading Windows server.
</p>
<dl>
<dt><b><u>*INSTALL</u></b></dt>
<dd>Install a new Windows server and the Integrated Server Support code.
<p>This will create a new network server description, storage spaces, message queue, line descriptions, and TCP interfaces.
</p>
</dd>
<dt><b>*UPGRADE</b></dt>
<dd>Upgrade an existing Windows server and the Integrated Server Support code for a later release of Windows server.
<p>This will use an existing network server description, system storage space, message queue, line descriptions, and TCP interfaces.
</p>
<p><b>Notes:</b>
</p>
<ol>
<li>A backup of all drives linked to the network server is strongly recommended before an *UPGRADE install is performed.
</li>
<li>The install source drive (typically the D: drive) is deleted and recreated with the install source size specified on the <b>Server storage space sizes (SVRSTGSIZE)</b> parameter, <b>Install source size</b> element. Any user data on this drive will be lost!
</li>
<li>An *UPGRADE install is the only supported upgrade path to a new release of Windows server. Upgrading the Windows server directly from an installation CD-ROM may cause the file server to become unusable and require that it be restored from a backup.
</li>
</ol>
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#INSWNTSVR.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="INSWNTSVR.TCPPORTCFG"></a>
<h3>TCP/IP port configuration (TCPPORTCFG)</h3>
<p>Specifies the Windows TCP/IP configuration values that are specific to a port on the network server. This information consists of four parts including the identification of the network server port, the internet address, the subnet mask and the default gateway assigned to the port.
</p>
<p>
<b>Note: </b>This parameter is configured using the ServerGuide when INSTYPE is *BASIC. Any values entered for this parameter will be discarded.
</p>
<p><b>Single values</b>
</p>
<dl>
<dt><b><u>*NONE</u></b></dt>
<dd>Specifies that there is no Windows TCP/IP port configuration.
</dd>
</dl>
<p><b>Other values (up to 4 repetitions)</b>
</p>
<p><b>Element 1: Port</b>
</p>
<p>Specifies the network server port number to be configured. Specify one of the following values:
</p>
<dl>
<dt><b>1</b></dt>
<dd>Network server port number 1 is configured.
</dd>
<dt><b>2</b></dt>
<dd>Network server port number 2 is configured.
</dd>
<dt><b>3</b></dt>
<dd>Network server port number 3 is configured.
</dd>
<dt><b>4</b></dt>
<dd>Network server port number 4 is configured.
</dd>
</dl>
<p><b>Element 2: Windows internet address</b>
</p>
<dl>
<dt><b><i>internet-address</i></b></dt>
<dd>Specify the Windows internet address for the port.
<p>The value is entered in the decimal form <u> nnn.nnn.nnn.nnn</u> , where <u> nnn</u> is a decimal number ranging from 0 through 255.
</p>
<p>
<b>Note: </b>The internet address selected must be unique across all NWSD objects and the system's TCP/IP configuration.
</p>
</dd>
</dl>
<p><b>Element 3: Windows subnet mask</b>
</p>
<dl>
<dt><b><i>subnet-mask</i></b></dt>
<dd>Specifies the subnet mask for the Windows internet address.
<p>The value is entered in the decimal form <u> nnn.nnn.nnn.nnn</u> , where <u> nnn</u> is a decimal number ranging from 0 through 255.
</p>
</dd>
</dl>
<p><b>Element 4: Windows gateway address</b>
</p>
<dl>
<dt><b><i>gateway-address</i></b></dt>
<dd>Specifies the default gateway address for the Windows internet address.
<p>The value is entered in the decimal form <u> nnn.nnn.nnn.nnn</u> , where <u> nnn</u> is a decimal number ranging from 0 through 255.
</p>
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#INSWNTSVR.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="INSWNTSVR.VRTETHPORT"></a>
<h3>Virtual Ethernet port (VRTETHPORT)</h3>
<p>Specify the TCP/IP configuration for the virtual Ethernet used by the file server.
</p>
<p><b>Single values</b>
</p>
<dl>
<dt><b><u>*NONE</u></b></dt>
<dd>Specifies that there is no Windows TCP/IP port configuration.
</dd>
</dl>
<p><b>Other values (up to 4 repetitions)</b>
</p>
<p><b>Element 1: Port</b>
</p>
<p>Specifies the network server virtual Ethernet port number to be configured. Specify one of the following values:
</p>
<dl>
<dt><b>*VRTETHn</b></dt>
<dd>The network server virtual Ethernet port 'n' is configured, where 'n' has a value of 0 through 9.
</dd>
</dl>
<p><b>Element 2: Windows internet address</b>
</p>
<dl>
<dt><b><i>internet-address</i></b></dt>
<dd>Specify the Windows internet address for the port.
<p>The value is entered in the decimal form <u> nnn.nnn.nnn.nnn</u> , where <u> nnn</u> is a decimal number ranging from 0 through 255.
</p>
<p>
<b>Note: </b>The internet address selected must be unique across all NWSD objects and the system's TCP/IP configuration.
</p>
</dd>
</dl>
<p><b>Element 3: Windows subnet mask</b>
</p>
<dl>
<dt><b><i>subnet-mask</i></b></dt>
<dd>Specifies the subnet mask for the Windows internet address.
<p>The value is entered in the decimal form <u> nnn.nnn.nnn.nnn</u> , where <u> nnn</u> is a decimal number ranging from 0 through 255.
</p>
</dd>
</dl>
<p><b>Element 4: Associated port</b>
</p>
<p>Specifies the resource name that describes the port that is used to establish a connection between a Windows network server and the network.
</p>
<p>
<b>Note: </b>Use the Work with Hardware Resources (WRKHDWRSC) command with *CMN specified for the TYPE parameter to help determine the resource name. The resource name is on the port. For example, the resource name may be CMN01 on a Ethernet port.
</p>
<dl>
<dt><b><u>*NONE</u></b></dt>
<dd>An associated port resource name is not associated with the line.
</dd>
<dt><b><i>name</i></b></dt>
<dd>Specify the associated port resource name.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#INSWNTSVR.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="INSWNTSVR.TCPDMNNAME"></a>
<h3>TCP/IP local domain name (TCPDMNNAME)</h3>
<p>Specifies the local domain name associated with the network server.
</p>
<p>A domain name can be a text string having 2 to 255 characters. Domain names consist of one or more labels separated by periods. Each label can contain up to 63 characters. The following characters are allowed in domain names:
</p>
<ul>
<li>Alphabetical characters A through Z
</li>
<li>Alphabetical characters a through z
</li>
<li>Digits 0 through 9
</li>
<li>Minus sign (-)
</li>
<li>Period (.). Periods are only allowed when they separate labels of domain style name (refer to RFC 1034).
</li>
</ul>
<p>Uppercase and lowercase characters are allowed, but no significance attached to the case. The case is maintained as entered. The first and last character of the host name must be an alphabetic character or a digit.
</p>
<p>
<b>Note: </b>This parameter is configured using the ServerGuide when INSTYPE is *BASIC. Any values entered for this parameter will be discarded.
</p>
<dl>
<dt><b><u>*SYS</u></b></dt>
<dd>Specifies that the local domain name for the network server should be the same value as is configured for the system.
</dd>
<dt><b><i>character-string</i></b></dt>
<dd>Specify a TCP domain name to be associated with the network server.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#INSWNTSVR.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="INSWNTSVR.TCPNAMSVR"></a>
<h3>TCP/IP name server system (TCPNAMSVR)</h3>
<p>Specifies the internet address of the name server system that is used by the network server. Typically, this is the same value as it is for the system.
</p>
<p>
<b>Note: </b>This parameter is configured using the ServerGuide when INSTYPE is *BASIC. Any values entered for this parameter will be discarded.
</p>
<p><b>Single values</b>
</p>
<dl>
<dt><b><u>*SYS</u></b></dt>
<dd>The name server system used by the network server should be the same as for the system.
</dd>
<dt><b>*NONE</b></dt>
<dd>There is no name server to be used by the network server.
</dd>
</dl>
<p><b>Other values (up to 3 repetitions)</b>
</p>
<dl>
<dt><b><i>internet-address</i></b></dt>
<dd>Specify an internet address for the name server system to be used by the network server. Up to three remote name server systems can be specified. The name server systems are used in the order they are specified.
<p>The value is entered in the decimal form <u> nnn.nnn.nnn.nnn</u> , where <u> nnn</u> is a decimal number ranging from 0 through 255.
</p>
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#INSWNTSVR.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="INSWNTSVR.MSGQ"></a>
<h3>Server message queue (MSGQ)</h3>
<p>Specifies the name of a message queue to receive server messages.
</p>
<p><b>Single values</b>
</p>
<dl>
<dt><b><u>*JOBLOG</u></b></dt>
<dd>Causes Windows server event log messages from the server and informational messages to be placed on the joblog of the user administration monitor job. Errors requiring operator intervention are sent to the QSYSOPR message queue.
</dd>
<dt><b>*NONE</b></dt>
<dd>Causes Windows server event log messages and informational messages to not be placed on any message queue. Errors requiring operator intervention are sent to the QSYSOPR message queue.
</dd>
</dl>
<p><b>Qualifier 1: Server message queue</b>
</p>
<dl>
<dt><b><i>message-queue-name</i></b></dt>
<dd>Specify the name of a message queue to receive messages issued by the server, informational messages and errors requiring operator intervention.
<p>This message queue should be monitored so that it does not become full. If it becomes full, messages will be rerouted to the joblog of the user administration job.
</p>
<p>Care should be taken if QSYSOPR is specified as the message queue to receive all messages related to Windows server running on an Integrated xSeries server because the volume of Windows server event log messages is unpredictable.
</p>
<p>If both a message queue name and library name is specified, and the message queue does not exist, the message queue will automatically be created with authority *EXCLUDE. If the library specified for the message queue does not exist, the command will fail.
</p>
<p>The name of the message queue can be qualified by one of the following library values:
</p>
</dd>
</dl>
<p><b>Qualifier 2: Library</b>
</p>
<dl>
<dt><b><u>*LIBL</u></b></dt>
<dd>All libraries in the job's library list are searched until the first match is found.
</dd>
<dt><b>*CURLIB</b></dt>
<dd>The current library for the job is searched. If no library is specified as the current library for the job, the QGPL library is used.
</dd>
<dt><b><i>name</i></b></dt>
<dd>Specify the name of the library to be used.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#INSWNTSVR.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="INSWNTSVR.EVTLOG"></a>
<h3>Event log (EVTLOG)</h3>
<p>Specifies whether or not messages from the event logs are received from the server.
</p>
<p>
<b>Note: </b>Event log messages are placed in the message queue that is identified by the <b>Server message queue (MSGQ)</b> parameter. The MSGQ value cannot be *NONE. See the MSGQ parameter for more information.
</p>
<p><b>Single values</b>
</p>
<dl>
<dt><b><u>*ALL</u></b></dt>
<dd>All event log messages are received.
</dd>
<dt><b>*NONE</b></dt>
<dd>No event log messages are received.
</dd>
</dl>
<p><b>Other values (up to 3 repetitions)</b>
</p>
<dl>
<dt><b>*SYS</b></dt>
<dd>The system event log messages are received.
<p>
<b>Note: </b>This value can only be specified once.
</p>
</dd>
<dt><b>*SEC</b></dt>
<dd>The security event log messages are received.
<p>
<b>Note: </b>This value can only be specified once.
</p>
</dd>
<dt><b>*APP</b></dt>
<dd>The application event log messages are received.
<p>
<b>Note: </b>This value can only be specified once.
</p>
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#INSWNTSVR.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="INSWNTSVR.SVRSTGSIZE"></a>
<h3>Server storage space sizes (SVRSTGSIZE)</h3>
<p>Specifies the size of the server storage spaces, in megabytes.
</p>
<p><b>Element 1: Install source size</b>
</p>
<p>Specifies the size of the storage space that holds the files used to install the Windows server.
</p>
<p><b>Notes:</b>
</p>
<ol>
<li>The contents of the I386 directory of the Windows server installation media and the Integrated Server Support code are copied to the install source drive. The size specified for the install source drive must be large enough to hold this data.
</li>
<li>For an OPTION(*UPGRADE) install, a new install source drive size may be specified. The new drive that is created will replace the existing install source drive (typically the D: drive) resulting in the loss of all user data on this drive. A backup of all drives associated with this network server is recommended.
</li>
</ol>
<dl>
<dt><b><u>*CALC</u></b></dt>
<dd>Specifies that the size should be calculated based on the space required to hold the install source located by the <b>Windows source directory (WNTSRCDIR)</b> parameter.
</dd>
<dt><b><i>integer</i></b></dt>
<dd>Specifies the install source size value in megabytes. The size must be at least 500 megabytes but no larger than 2047 megabytes.
</dd>
</dl>
<p><b>Element 2: System size</b>
</p>
<p>Specifies the size in megabytes of the storage space that the Windows server operating system is installed on.
</p>
<p><b>Notes:</b>
</p>
<ol>
<li>The minimum size allowed is determined by the Windows server version specified on the WNTVER parameter.
</li>
<li>A value other than the default for the System size may not be specified when OPTION is *UPGRADE.
</li>
</ol>
<dl>
<dt><b><u>*CALC</u></b></dt>
<dd>Specifies that the size should be calculated based on the installed memory of the Integrated xSeries server (where it can be determined) and other elements such as Windows version requirements.
</dd>
<dt><b><i>integer</i></b></dt>
<dd>Specifies the system size value, in megabytes up to a maximum of 1024000.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#INSWNTSVR.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="INSWNTSVR.SVRSTGASP"></a>
<h3>Storage space ASP (SVRSTGASP)</h3>
<p>Specifies the auxiliary storage pool (ASP) identifiers for the storage space that will contain the files used to install the Windows server and the storage space that will contain the Windows server operating system.
</p>
<p>
<b>Note: </b>You cannot specify both a SVRSTGASP and STGASPDEV parameter value for the same element.
</p>
<p>
<b>Note: </b>Null (omitted) values are specified with the characters *N, which mean that no value was specified. The value specified for the corresponding Server storage ASP device (STGASPDEV) element will be used if specified. Otherwise, the default value will be used. *N is needed only when another value following the omitted element is being specified.
</p>
<p><b>Element 1: Install source ASP</b>
</p>
<p>Specifies the auxiliary storage pool for the storage space that holds the files used to install the Windows server.
</p>
<dl>
<dt><b><u>1</u></b></dt>
<dd>The storage space is created in auxiliary storage pool 1, the system auxiliary storage pool.
</dd>
<dt><b><i>integer</i></b></dt>
<dd>Specify a value ranging from 2 through 255 for the ASP identifier. Valid values depend on how many ASPs are defined on the system.
</dd>
</dl>
<p><b>Element 2: System ASP</b>
</p>
<p>Specifies the auxiliary storage pool for the storage space that holds the Windows server operating system.
</p>
<p>
<b>Note: </b>A value other than the default for the System size may not be specified when OPTION is *UPGRADE.
</p>
<dl>
<dt><b><u>1</u></b></dt>
<dd>The storage space is created in auxiliary storage pool 1, the system auxiliary storage pool.
</dd>
<dt><b><i>integer</i></b></dt>
<dd>Specify a value ranging from 2 through 255 for the ASP identifier. Valid values depend on how many ASPs are defined on the system.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#INSWNTSVR.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="INSWNTSVR.STGASPDEV"></a>
<h3>Server storage ASP device (STGASPDEV)</h3>
<p>Specifies the auxiliary storage pool (ASP) device name for the storage space that will contain the files used to install the Windows server and the storage space that will contain the Windows server operating system.
</p>
<p>
<b>Note: </b>You cannot specify both a SVRSTGASP and STGASPDEV parameter value for the same element.
</p>
<p>
<b>Note: </b>The ASP must have been activated (by varying on the ASP device) and have a status of 'Available'.
</p>
<p><b>Element 1: Install source ASP device</b>
</p>
<p>Specifies the independent auxiliary storage pool device name for the storage space that holds the files used to install the Windows server.
</p>
<dl>
<dt><b><i>name</i></b></dt>
<dd>The device name of the ASP to use for the network server storage space.
</dd>
</dl>
<p><b>Element 2: System ASP device</b>
</p>
<p>Specifies the independent auxiliary storage pool device name for the storage space that holds the Windows server operating system.
</p>
<dl>
<dt><b><i>name</i></b></dt>
<dd>The device name of the ASP to use for the network server storage space.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#INSWNTSVR.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="INSWNTSVR.CVTNTFS"></a>
<h3>Convert to NTFS (CVTNTFS)</h3>
<p>Specifies if the primary partition of the system drive should be converted to the NT File System (NTFS).
</p>
<p>
<b>Note: </b>Conversion to NTFS may be automatically performed under some situations such as the File system limitations for system drives greater than 32000 megabytes. When one of these conditions exist, the Convert to NTFS (CVTNTFS) parameter is automatically set to *YES by this command.
</p>
<p>
<b>Note: </b>This parameter is configured using the ServerGuide when INSTYPE is *BASIC. Any values entered for this parameter will be discarded.
</p>
<dl>
<dt><b><u>*YES</u></b></dt>
<dd>Windows server will convert the system drive to NTFS during the install.
</dd>
<dt><b>*NO</b></dt>
<dd>Windows server will not convert the system drive to NTFS during the install.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#INSWNTSVR.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="INSWNTSVR.TOWRKGRP"></a>
<h3>To workgroup (TOWRKGRP)</h3>
<p>Specifies the workgroup in which the computer will participate. The Windows server will prompt for a value during the install if no parameter value is specified.
</p>
<p>Characters allowed for this parameter include any upper-case character A-Z, lower-case a-z, 0-9, and any character in the ASCII code page 850 except:
</p>
<ul>
<li>space ( )
</li>
<li>quote (")
</li>
<li>asterisk (*)
</li>
<li>plus (+)
</li>
<li>comma (,)
</li>
<li>period (.)
</li>
<li>forward slash (/)
</li>
<li>colon (:)
</li>
<li>semicolon (;)
</li>
<li>less-than (&lt;)
</li>
<li>equal (=)
</li>
<li>greater-than (&gt;)
</li>
<li>question mark (?)
</li>
<li>open square bracket ([)
</li>
<li>backward slash (\)
</li>
<li>close square bracket (])
</li>
<li>vertical bar (|)
</li>
</ul>
<p>
<b>Note: </b>This parameter is configured using the ServerGuide when INSTYPE is *BASIC. Any values entered for this parameter will be discarded.
</p>
<dl>
<dt><b><i>character-string</i></b></dt>
<dd>Specify the workgroup in which the computer will participate. The computer can be part of either a workgroup or a domain.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#INSWNTSVR.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="INSWNTSVR.TODMN"></a>
<h3>To domain (TODMN)</h3>
<p>Specifies the name of an existing server domain in which the computer will participate. Windows server will prompt for a value during the install if no parameter value is specified.
</p>
<p>Characters allowed for this parameter include any upper-case character A-Z, lower-case a-z, 0-9, and any character in the ASCII code page 850 except:
</p>
<ul>
<li>space ( )
</li>
<li>quote (")
</li>
<li>asterisk (*)
</li>
<li>plus (+)
</li>
<li>comma (,)
</li>
<li>period (.)
</li>
<li>forward slash (/)
</li>
<li>colon (:)
</li>
<li>semicolon (;)
</li>
<li>less-than (&lt;)
</li>
<li>equal (=)
</li>
<li>greater-than (&gt;)
</li>
<li>question mark (?)
</li>
<li>open square bracket ([)
</li>
<li>backward slash (\)
</li>
<li>close square bracket (])
</li>
<li>vertical bar (|)
</li>
</ul>
<p>
<b>Note: </b>This parameter is configured using the ServerGuide when INSTYPE is *BASIC. Any values entered for this parameter will be discarded.
</p>
<dl>
<dt><b><i>character-string</i></b></dt>
<dd>Specify the name of the server domain in which the computer will participate. The computer can be part of either a workgroup or a domain.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#INSWNTSVR.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="INSWNTSVR.FULNAM"></a>
<h3>Full Name (FULNAM)</h3>
<p>Specifies the users' full name for the Windows server being installed. Windows server will prompt for a value during the install if no parameter value is specified.
</p>
<p>
<b>Note: </b>This parameter is configured using the ServerGuide when INSTYPE is *BASIC. Any values entered for this parameter will be discarded.
</p>
<dl>
<dt><b><i>character-string</i></b></dt>
<dd>Specify the name of the user installing Windows server who holds the license.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#INSWNTSVR.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="INSWNTSVR.ORG"></a>
<h3>Organization (ORG)</h3>
<p>Specifies the organization name for the Windows server being installed. Windows server will prompt for a value during the install if no parameter value is specified.
</p>
<p>
<b>Note: </b>This parameter is configured using the ServerGuide when INSTYPE is *BASIC. Any values entered for this parameter will be discarded.
</p>
<dl>
<dt><b><i>character-string</i></b></dt>
<dd>Specify the name of the organization installing Windows server who holds the license.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#INSWNTSVR.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="INSWNTSVR.LNGVER"></a>
<h3>Language version (LNGVER)</h3>
<p>Specifies the installed language environment used to display Integrated Server Support text and messages. Note that a smaller set of languages are available for messages displayed during installation than for messages displayed after installation.
</p>
<dl>
<dt><b><u>*PRIMARY</u></b></dt>
<dd>The installed language environment for Integrated Server Support text and messages is based on the language feature of the system's primary language.
</dd>
<dt><b><i>language-version</i></b></dt>
<dd>Specifies the language feature that will be used to select the Integrated Server Support text and messages.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#INSWNTSVR.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="INSWNTSVR.SYNCTIME"></a>
<h3>Synchronize date and time (SYNCTIME)</h3>
<p>Specifies whether the system should synchronize the network server date and time with the host system date and time.
</p>
<dl>
<dt><b><u>*YES</u></b></dt>
<dd>The system synchronizes the file server date and time with the host system date and time at every vary on and at least every 30 minutes thereafter.
<p>The QTIMZON system value must be set to the correct value for time synchronization to work correctly.
</p>
</dd>
<dt><b>*NO</b></dt>
<dd>The system synchronizes the file server date and time with the host system date and time when the network server description is varied on, but will not keep the date and time synchronized while the network server description is varied on.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#INSWNTSVR.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="INSWNTSVR.PRPDMNUSR"></a>
<h3>Propagate domain user (PRPDMNUSR)</h3>
<p>Specifies if this server should be used to propagate and synchronize users to the Windows domain or active directory.
</p>
<p>
<b>Note: </b>When multiple network servers belong to the same Windows domain, only one needs to propagate users to the domain. Selecting a network server with a domain role of *DMNCTL will provide the fastest performance and may eliminate the need for the special QAS400NT userid. At least one network server should specify *YES for each Windows domain that you wish to propagate users to.
</p>
<dl>
<dt><b><u>*YES</u></b></dt>
<dd>Send user updates to the Windows domain or active directory through this server.
</dd>
<dt><b>*NO</b></dt>
<dd>Do not send user updates to the Windows domain or active directory through this server.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#INSWNTSVR.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="INSWNTSVR.WNTLICKEY"></a>
<h3>Windows license key (WNTLICKEY)</h3>
<p>Specifies the license key for Windows server. Windows server will prompt for a value during the install if no parameter value is specified.
</p>
<p>
<b>Note: </b>This parameter is configured using the ServerGuide when INSTYPE is *BASIC. Any values entered for this parameter will be discarded.
</p>
<dl>
<dt><b><i>character-string</i></b></dt>
<dd>Specify the license key on the back of the jewel case that the Windows server CD came in, including any dashes ('-'). The length of the Windows license key (WNTLICKEY) is limited to 34 characters.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#INSWNTSVR.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="INSWNTSVR.LICMODE"></a>
<h3>License mode (LICMODE)</h3>
<p>Determines the license mode to install the Windows server as.
</p>
<p>
<b>Note: </b>This parameter is configured using the ServerGuide when INSTYPE is *BASIC. Any values entered for this parameter will be discarded.
</p>
<p><b>Element 1: License type</b>
</p>
<dl>
<dt><b><u>*PERSEAT</u></b></dt>
<dd>Indicates that the end user purchased a client access license for each computer accessing the server.
</dd>
<dt><b>*PERSERVER</b></dt>
<dd>Indicates that the end user purchased client access licenses for each server, which allows a certain number of concurrent connections to the server.
</dd>
</dl>
<p><b>Element 2: Client licenses</b>
</p>
<dl>
<dt><b><u>*NONE</u></b></dt>
<dd>Indicates that no client licenses are installed. *NONE must be specified when *PERSEAT is specified.
</dd>
<dt><b><i>integer</i></b></dt>
<dd>Number of client licenses purchased for the server being installed. A number greater than five must be specified when *PERSERVER is specified as the license type. The valid range is from 5 to 9999.
</dd>
</dl>
<p><b>Element 3: Terminal services</b>
</p>
<dl>
<dt><b><u>*NONE</u></b></dt>
<dd>Do not install the Terminal Server component for this server.
</dd>
<dt><b>*TSENABLE</b></dt>
<dd>Installs Terminal Services on Windows 2000.
</dd>
<dt><b>*PERDEVICE</b></dt>
<dd>Installs and configures the Windows Server 2003 Terminal Services to require that each connected device has a valid Terminal Server Client Access License (CAL). If the client has a Terminal Server CAL, it can access more than one Terminal Server.
</dd>
<dt><b>*PERUSER</b></dt>
<dd>Installs and configures Windows Server 2003 Terminal Server to provide one Terminal Server CAL for each active user.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#INSWNTSVR.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="INSWNTSVR.RSTDDEVRSC"></a>
<h3>Restricted device resources (RSTDDEVRSC)</h3>
<p>Specifies the system's optical and tape device resource names that are restricted and cannot be used by the Windows server.
</p>
<p>
<b>Note: </b>Only tape and optical device resources can be restricted.
</p>
<p><b>Single values</b>
</p>
<dl>
<dt><b><u>*NONE</u></b></dt>
<dd>No device resources are restricted from the network server. Therefore, any tape or optical device resources that exist on the system can be used.
</dd>
<dt><b>*ALL</b></dt>
<dd>All tape and optical resources are restricted from being used by the network server.
</dd>
</dl>
<p><b>Other values (up to 10 repetitions)</b>
</p>
<dl>
<dt><b>*ALLOPT</b></dt>
<dd>All optical resources are restricted from being used by the network server.
<p>
<b>Note: </b>This value can only be specified once.
</p>
</dd>
<dt><b>*ALLTAPE</b></dt>
<dd>All tape resources are restricted from being used by the network server.
<p>
<b>Note: </b>This value can only be specified once.
</p>
</dd>
<dt><b><i>name</i></b></dt>
<dd>Specify the restricted device resource name that cannot be used by the network server.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#INSWNTSVR.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="INSWNTSVR.SHUTDTIMO"></a>
<h3>Shutdown timeout (SHUTDTIMO)</h3>
<p>Specifies the server shutdown time-out value in minutes. This is used to limit the amount of time that the servers operating system is allowed to shutdown before the server is varied offline.
</p>
<dl>
<dt><b><u>15</u></b></dt>
<dd>The network server default shutdown time-out value is used.
</dd>
<dt><b><i>integer</i></b></dt>
<dd>Specify the time (in minutes) to wait. Valid values range from 2 through 45. The system waits until the network servers operating system has shutdown successfully, or until the specified time passes before varying the network server offline.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#INSWNTSVR.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="INSWNTSVR.ACTTMR"></a>
<h3>Activation timer (ACTTMR)</h3>
<p>Specifies the amount of time (in seconds) the system will wait for the connection to be established to the remote server's service processor and to power on the remote server.
</p>
<p>
<b>Note: </b>This parameter is only valid when *ISCSI is specified for the <b>Resource name (RSRCNAME)</b> parameter.
</p>
<dl>
<dt><b><u>120</u></b></dt>
<dd>The activate time of 120 seconds is used.
</dd>
<dt><b><i>integer</i></b></dt>
<dd>Specify, in seconds, a value ranging from 30 through 1800.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#INSWNTSVR.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="INSWNTSVR.CMNMSGQ"></a>
<h3>Communications message queue (CMNMSGQ)</h3>
<p>Specifies the name of a message queue to receive communications status messages.
</p>
<p>
<b>Note: </b>This parameter is only valid when *ISCSI is specified for the <b>Resource name (RSRCNAME)</b> parameter.
</p>
<p><b>Single values</b>
</p>
<dl>
<dt><b><u>*SYSOPR</u></b></dt>
<dd>Causes messages to be placed in the system operator message queue (QSYSOPR message queue in library QSYS).
</dd>
</dl>
<p><b>Qualifier 1: Communications message queue</b>
</p>
<dl>
<dt><b><i>name</i></b></dt>
<dd>Specify the name of a message queue to receive communications status messages.
</dd>
</dl>
<p><b>Qualifier 2: Library</b>
</p>
<dl>
<dt><b><u>*LIBL</u></b></dt>
<dd>All libraries in the job's library list are searched until the first match is found.
</dd>
<dt><b>*CURLIB</b></dt>
<dd>The current library for the job is searched. If no library is specified as the current library for the job, the QGPL library is used.
</dd>
<dt><b><i>name</i></b></dt>
<dd>Specify the name of the library to be used.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#INSWNTSVR.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="INSWNTSVR.STGPTH"></a>
<h3>Storage path (STGPTH)</h3>
<p>Specifies the storage path the storage spaces can use.
</p>
<p>
<b>Note: </b>This parameter is only valid when *ISCSI is specified for the <b>Resource name (RSRCNAME)</b> parameter.
</p>
<p><b>Element 1: Network server host adapter</b>
</p>
<dl>
<dt><b><i>communications-name</i></b></dt>
<dd>Specify the name of an existing network server host adapter (NWSH) device.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#INSWNTSVR.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="INSWNTSVR.VRTETHPTH"></a>
<h3>Virtual Ethernet path (VRTETHPTH)</h3>
<p>Specifies the virtual Ethernet paths the Ethernet line descriptions can use. This information consists of two parts including the virtual Ethernet port and the network server host adapter (NWSH) device. You must enter at least one virtual Ethernet path which is the path to be used by the *VRTETHPTP line description.
</p>
<p>
<b>Note: </b>This parameter is only valid when *ISCSI is specified for the <b>Resource name (RSRCNAME)</b> parameter.
</p>
<p>You can specify 5 values for this parameter.
</p>
<p><b>Element 1: Port</b>
</p>
<dl>
<dt><b><u> *VRTETHPTP</u></b></dt>
<dd>The network server virtual Ethernet point to point port is configured.
</dd>
<dt><b>*VRTETH0</b></dt>
<dd>Virtual Ethernet port 0 is configured.
</dd>
<dt><b>*VRTETH1</b></dt>
<dd>Virtual Ethernet port 1 is configured.
</dd>
<dt><b>*VRTETH2</b></dt>
<dd>Virtual Ethernet port 2 is configured.
</dd>
<dt><b>*VRTETH3</b></dt>
<dd>Virtual Ethernet port 3 is configured.
</dd>
<dt><b>*VRTETH4</b></dt>
<dd>Virtual Ethernet port 4 is configured.
</dd>
<dt><b>*VRTETH5</b></dt>
<dd>Virtual Ethernet port 5 is configured.
</dd>
<dt><b>*VRTETH6</b></dt>
<dd>Virtual Ethernet port 6 is configured.
</dd>
<dt><b>*VRTETH7</b></dt>
<dd>Virtual Ethernet port 7 is configured.
</dd>
<dt><b>*VRTETH8</b></dt>
<dd>Virtual Ethernet port 8 is configured.
</dd>
<dt><b>*VRTETH9</b></dt>
<dd>Virtual Ethernet port 9 is configured.
</dd>
</dl>
<p><b>Element 2: Network server host adapter</b>
</p>
<dl>
<dt><b><i>communications-name</i></b></dt>
<dd>Specify the name of an existing network server host adapter (NWSH) device. The network server host adapter name does not need to be unique for each VRTETHPTH parameter on this NWSD.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#INSWNTSVR.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="INSWNTSVR.SHUTDPORT"></a>
<h3>Shutdown TCP port (SHUTDPORT)</h3>
<p>Specifies the TCP port to use for shutdown.
</p>
<p>
<b>Note: </b>This parameter is only valid when *ISCSI is specified for the <b>Resource name (RSRCNAME)</b> parameter.
</p>
<dl>
<dt><b><u>8700</u></b></dt>
<dd>Use the TCP port number of 8700.
</dd>
<dt><b><i>integer</i></b></dt>
<dd>Specify the port number identifying the port that is to be used for shutdown. Valid values range from 1024 through 65,535.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#INSWNTSVR.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="INSWNTSVR.VRTETHCTLP"></a>
<h3>Virtual Ethernet control port (VRTETHCTLP)</h3>
<p>Specifies the TCP port to use for virtual Ethernet control.
</p>
<p>
<b>Note: </b>This parameter is only valid when *ISCSI is specified for the <b>Resource name (RSRCNAME)</b> parameter.
</p>
<dl>
<dt><b><u>8800</u></b></dt>
<dd>Use the TCP port number of 8800.
</dd>
<dt><b><i>integer</i></b></dt>
<dd>Specifies the port number identifying the port that is to be used for virtual Ethernet control. Valid values range from 1024 through 65,535.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#INSWNTSVR.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="INSWNTSVR.RMTNWSCFG"></a>
<h3>Remote system NWSCFG (RMTNWSCFG)</h3>
<p>Specifies the remote system network server configuration to use with this server.
</p>
<p>
<b>Note: </b>This parameter is only valid when *ISCSI is specified for the <b>Resource name (RSRCNAME)</b> parameter.
</p>
<dl>
<dt><b><u>*DFT</u></b></dt>
<dd>Use the system generated default remote system network server configuration name of 'nwsdnameRM' where nwsdname is the name of the network server description.
</dd>
<dt><b><i>name</i></b></dt>
<dd>Specify the name of an existing remote system network server configuration.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#INSWNTSVR.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="INSWNTSVR.SPNWSCFG"></a>
<h3>Service processor NWSCFG (SPNWSCFG)</h3>
<p>Specifies the service processor network server configuration to use with this server.
</p>
<p>
<b>Note: </b>This parameter is only valid when *ISCSI is specified for the <b>Resource name (RSRCNAME)</b> parameter.
</p>
<dl>
<dt><b><u>*DFT</u></b></dt>
<dd>Use the system generated default service processor network server configuration name of 'nwsdnameSP' where nwsdname is the name of the network server description.
</dd>
<dt><b><i>name</i></b></dt>
<dd>Specify the name of an existing service processor network server configuration.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#INSWNTSVR.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="INSWNTSVR.CNNNWSCFG"></a>
<h3>Connection security NWSCFG (CNNNWSCFG)</h3>
<p>Specifies the connection security network server configuration to use with this server.
</p>
<p>
<b>Note: </b>This parameter is only valid when *ISCSI is specified for the <b>Resource name (RSRCNAME)</b> parameter.
</p>
<dl>
<dt><b><u>*DFT</u></b></dt>
<dd>Use the system generated default connection security network server configuration name of 'nwsdnameCN' where nwsdname is the name of the network server description.
</dd>
<dt><b><i>name</i></b></dt>
<dd>Specify the name of an existing connection security network server configuration.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#INSWNTSVR.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="INSWNTSVR.DFTSECRULE"></a>
<h3>Default IP security rule (DFTSECRULE)</h3>
<p>Specifies the default IP Security (IPSec) rule used between the hosting and remote system.
</p>
<p>
<b>Note: </b>This parameter is only valid when *ISCSI is specified for the <b>Resource name (RSRCNAME)</b> parameter.
</p>
<p>
<b>Note: </b>This parameter is ignored when the connection security network server configuration specified for the <b>Connection security NWSCFG (CNNNWSCFG)</b> parameter already exists.
</p>
<p>A value other than *DFTSECRULE must be specified on the IP security rule (IPSECRULE) parameter in this case.
</p>
<dl>
<dt><b><u>*NONE</u></b></dt>
<dd>IP Security (IPSec) protocol security settings are not configured.
</dd>
</dl>
<dl>
<dt><b>*GEN</b></dt>
<dd>Generate a random pre-shared key.
</dd>
</dl>
<dl>
<dt><b><i>character-string</i></b></dt>
<dd>Specify the pre-shared key.
</dd>
</dl>
<dl>
<dt><b></b></dt>
<dd>A pre-shared key is a nontrivial string up to 32 characters long.
</dd>
</dl>
<p>Valid characters are upper case A through Z, lower case a through z, numbers 0 through 9, and the following special characters:
</p>
<ul>
<li>Plus sign
</li>
<li>Equal sign
</li>
<li>Percent
</li>
<li>Ampersand
</li>
<li>Left parenthesis
</li>
<li>Right parenthesis
</li>
<li>Comma
</li>
<li>Underline
</li>
<li>Minus sign
</li>
<li>Period
</li>
<li>Colon
</li>
<li>Semicolon
</li>
</ul>
</div>
<table width="100%">
<tr><td align="right"><a href="#INSWNTSVR.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="INSWNTSVR.IPSECRULE"></a>
<h3>IP security rule (IPSECRULE)</h3>
<p>Specify the relative entry of an existing IP security rules (IPSECRULE) parameter, defined in the existing connection security network server configuration that will be used as the initial IP security setting between the hosting and remote system.
</p>
<p>
<b>Note: </b>This parameter is only valid when *ISCSI is specified for the <b>Resource name (RSRCNAME)</b> parameter.
</p>
<dl>
<dt><b><u>*DFTSECRULE</u></b></dt>
<dd>Use the value specified on the <b>Default IP security rule (DFTSECRULE)</b> parameter.
<p>
<b>Note: </b>This value is not valid when the <b>Connection security NWSCFG</b> specified on the CNNNWSCFG parameter already exists.
</p>
</dd>
<dt><b>*NONE</b></dt>
<dd>Remote interface will not use any security rule.
</dd>
<dt><b><i>1-16</i></b></dt>
<dd>Remote interface will use security rule specified
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#INSWNTSVR.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="INSWNTSVR.INZSP"></a>
<h3>Initialize service processor (INZSP)</h3>
<p>Specifies how the remote system's service processor is secured.
</p>
<p>
<b>Note: </b>This parameter is only valid when *ISCSI is specified for the <b>Resource name (RSRCNAME)</b> parameter.
</p>
<p>Use this only if the interconnecting network is physically secure.
</p>
<p>
<b>Note: </b>Some service processors do not support secure connections. Use *NONE for these service processors. Additional information can be found at Integrated xSeries solutions at http://www.ibm.com/servers/eserver/iseries/integratedxseries.
</p>
<dl>
<dt><b><u>*MANUAL</u></b></dt>
<dd>
<p>Security parameters are manually configured on remote system's service processor. *MANUAL provides the highest security.
</p>
<p>To use this option, it is required that the remote system's service processor is pre-configured with a user name, password and certificate. Certificate management will be required. This method is appropriate when connecting to the service processor via public networks to protect the password.
</p>
<p>
<b>Note: </b>This parameter is ignored when the service processor network server configuration specified for the <b>Service processor NWSCFG (SPNWSCFG)</b> parameter already exists.
</p>
</dd>
<dt><b>*AUTO</b></dt>
<dd>
<p>Parameters are automatically configured on the remote system's service processor.
</p>
<p>*AUTO provides security without requiring pre-configuration of the remote system's service processor. The remote system's service processor will have certificates automatically regenerated when the certificates are near expiration. This option is appropriate if the interconnecting network is physically secure or is protected by a firewall.
</p>
<p>
<b>Note: </b>An administrator will need to regenerate the certificate using the Initialize NWS Configuration (INZNWSCFG) command when the service processor certificate has expired, or if a new certificate and password are desired at any time before the certificate expires.
</p>
<p>
<b>Note: </b>This parameter is ignored when the service processor network server configuration specified for the <b>Service processor NWSCFG (SPNWSCFG)</b> parameter already exists.
</p>
</dd>
<dt><b>*SYNC</b></dt>
<dd>
<p>Synchronize the self-signed certificate from the service processor. This option is used if multiple service processor network server configurations are used for the same system or the service processor network server configuration has been restored from backup and the service processor's certificate must be synchronized. The current user name and password for the service processor must be specified on the <b>SP authentication (SPAUT)</b> parameter to perform this option.
</p>
</dd>
<dt><b>*NONE</b></dt>
<dd>
<p>Provides no security.
</p>
<p>Use this only if the interconnecting network is physically secure.
</p>
<p>
<b>Note: </b>Some service processors do not support secure connections. Use *NONE for these service processors. Additional information can be found at Integrated xSeries solutions at http://www.ibm.com/servers/eserver/iseries/integratedxseries.
</p>
<p>
<b>Note: </b>This parameter is ignored when the service processor network server configuration specified for the <b>Service processor NWSCFG (SPNWSCFG)</b> parameter already exists.
</p>
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#INSWNTSVR.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="INSWNTSVR.ENBUNICAST"></a>
<h3>Enable unicast (ENBUNICAST)</h3>
<p>Specifies whether unicast packet distribution is to be used. Unicast is a transmission method where packets are sent directly to the specified <b>Service processor name (SPNAME)</b> or <b>SP internet address (SPINTNETA)</b> parameter.
</p>
<p>
<b>Note: </b>This parameter is only valid when *ISCSI is specified for the <b>Resource name (RSRCNAME)</b> parameter.
</p>
<p>
<b>Note: </b>This parameter is ignored when the service processor network server configuration specified for the <b>Service processor NWSCFG (SPNWSCFG)</b> parameter already exists.
</p>
<dl>
<dt><b><u>*NO</u></b></dt>
<dd>Disable unicast
</dd>
<dt><b>*YES</b></dt>
<dd>Enable unicast.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#INSWNTSVR.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="INSWNTSVR.EID"></a>
<h3>Enclosure identifier (EID)</h3>
<p>Specifies the identifying serial number, type and model of the enclosure containing the service processor.
</p>
<p>When specified, they are used to locate the system on the network.
</p>
<p>Look for these values on the label of the system.
</p>
<p>
<b>Note: </b>This parameter is only valid when *ISCSI is specified for the <b>Resource name (RSRCNAME)</b> parameter.
</p>
<p>
<b>Note: </b>This parameter is ignored when the service processor network server configuration specified for the <b>Service processor NWSCFG (SPNWSCFG)</b> parameter already exists.
</p>
<p><b>Single values</b>
</p>
<dl>
<dt><b>*AUTO</b></dt>
<dd>Automatically retrieve the identifier when ENBUNICAST(*YES) is specified.
</dd>
</dl>
<p><b>Element 1: Serial number</b>
</p>
<dl>
<dt><b><i>character-string</i></b></dt>
<dd>Specify the machine serial number.
</dd>
</dl>
<p><b>Element 2: Manufacturer type and model</b>
</p>
<dl>
<dt><b><i>character-string</i></b></dt>
<dd>Specify the machine type and model.
</dd>
</dl>
<p>The value is entered in the form <u> ttttmmm</u> where <u> tttt</u> is the machine type and <u> mmm</u> is the machine model number.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#INSWNTSVR.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="INSWNTSVR.SPNAME"></a>
<h3>Service processor name (SPNAME)</h3>
<p>Specifies the remote system's service processor host name.
</p>
<p>
<b>Note: </b>This parameter is required when ENBUNICAST(*YES) is specified.
</p>
<p>
<b>Note: </b>This parameter is only valid when *ISCSI is specified for the <b>Resource name (RSRCNAME)</b> parameter.
</p>
<p>
<b>Note: </b>This parameter is ignored when the service processor network server configuration specified for the <b>Service processor NWSCFG (SPNWSCFG)</b> parameter already exists.
</p>
<dl>
<dt><b><u>*SPINTNETA</u></b></dt>
<dd>
<p>The remote system is identified by the value specified for the <b>SP internet address (SPINTNETA)</b> parameter.
</p>
</dd>
</dl>
<dl>
<dt><b><i>host-name</i></b></dt>
<dd>Specify the remote system's service processor host name.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#INSWNTSVR.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="INSWNTSVR.SPINTNETA"></a>
<h3>SP internet address (SPINTNETA)</h3>
<p>Specifies the remote system's service processor internet address.
</p>
<p>The value is entered in the decimal form <u> nnn.nnn.nnn.nnn</u> , where <u> nnn</u> is a decimal number ranging from 0 through 255.
</p>
<p>
<b>Note: </b>This parameter is only valid when *ISCSI is specified for the <b>Resource name (RSRCNAME)</b> parameter.
</p>
<p>
<b>Note: </b>This parameter is ignored when the service processor network server configuration specified for the <b>Service processor NWSCFG (SPNWSCFG)</b> parameter already exists.
</p>
<p><b>Notes:</b>
</p>
<ol>
<li>This parameter is ignored when ENBUNICAST(*NO) is specified.
</li>
<li>This parameter is required when SPNAME(*SPINTNETA) is specified.
</li>
</ol>
<dl>
<dt><b><i>internet-address</i></b></dt>
<dd>Specify the internet address of the service processor.
<p>The value is entered in the decimal form <u> nnn.nnn.nnn.nnn</u> , where <u> nnn</u> is a decimal number ranging from 0 through 255.
</p>
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#INSWNTSVR.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="INSWNTSVR.SPAUT"></a>
<h3>SP authentication (SPAUT)</h3>
<p>Specifies the service processor user name and password. This is used to authenticate and secure the service processor.
</p>
<p>
<b>Note: </b>This parameter is only valid when *ISCSI is specified for the <b>Resource name (RSRCNAME)</b> parameter.
</p>
<p>
<b>Note: </b>This parameter is ignored when the service processor network server configuration specified for the <b>Service processor NWSCFG (SPNWSCFG)</b> parameter already exists.
</p>
<p>
<b>Note: </b>This value is only valid when INZSP(*NONE) is specified on this command or in the existing network server configuration.
</p>
<p><b>Single values</b>
</p>
<dl>
<dt><b>*DFT</b></dt>
<dd>The default service processors userid and password are used.
</dd>
</dl>
<p><b>Element 1: User name</b>
</p>
<dl>
<dt><b><i>character-string</i></b></dt>
<dd>Specify a name that represents the host configuration that owns the service processor. It is suggested that the remote system network server configuration name be used. If multiple remote system network server configurations use the same service processor at different times, each configuration must contain the same user name and password.
</dd>
</dl>
<p><b>Element 2: User password</b>
</p>
<dl>
<dt><b><i>character-string</i></b></dt>
<dd>Specify the service processor password. Password must be at least 5 characters in length and contain at least one alphabetic character and one numeric or symbolic character.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#INSWNTSVR.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="INSWNTSVR.SPCERTID"></a>
<h3>SP certificate identifier (SPCERTID)</h3>
<p>The SP certificate identifier specifies one of three possible fields that identifies the service processor's certificate.
</p>
<p>This parameter is specified to provide additional validation that the certificate is from the service processor. The contents of the selected field must exactly match the value of the field that was entered when the certificate was generated or requested from a certificate authority.
</p>
<p>
<b>Note: </b>This parameter is only valid when *ISCSI is specified for the <b>Resource name (RSRCNAME)</b> parameter.
</p>
<p>
<b>Note: </b>This parameter is ignored when the service processor network server configuration specified for the <b>Service processor NWSCFG (SPNWSCFG)</b> parameter already exists.
</p>
<p>This parameter is required when INZSP(*MANUAL) is specified and cannot have the value *NONE.
</p>
<p><b>Single values</b>
</p>
<dl>
<dt><b><u>*NONE</u></b></dt>
<dd>Service processor certificate is not configured.
</dd>
</dl>
<p><b>Element 1: Component</b>
</p>
<dl>
<dt><b>*COMMONNAME</b></dt>
<dd>Selects the certificate's common name specified when the certificate was generated or requested from a certificate authority. On the remote supervisor adapter II this correlates to the "ASM Domain Name" field used to generate a self-signed certificate or generate a certificate signing request.
</dd>
</dl>
<dl>
<dt><b>*EMAIL</b></dt>
<dd>Selects the certificate's e-mail address specified when the certificate was generated or requested from a certificate authority. On the remote supervisor adapter II this correlates to the "Email Address" field used to generate a self-signed certificate or generate a certificate signing request.
</dd>
</dl>
<dl>
<dt><b>*ORGUNIT</b></dt>
<dd>Selects the certificate's organizational unit specified when the certificate was generated or requested from a certificate authority. On the remote supervisor adapter II this correlates to the "Organizational Unit" field used to generate a self-signed certificate or generate a certificate signing request.
</dd>
</dl>
<p><b>Element 2: Compare value</b>
</p>
<dl>
<dt><b><i>character-string</i></b></dt>
<dd>Specify the certificates component compare value. Enter no more than 255 characters of text, enclosed in apostrophes.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#INSWNTSVR.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="INSWNTSVR.RMTSYSID"></a>
<h3>Remote system identifier (RMTSYSID)</h3>
<p>Specifies the identifying serial number, type and model of the remote system. When specified, they are used to locate the remote system on the network.
</p>
<p>Look for these values on the label of the system.
</p>
<p>
<b>Note: </b>This parameter is only valid when *ISCSI is specified for the <b>Resource name (RSRCNAME)</b> parameter.
</p>
<p>
<b>Note: </b>This parameter is ignored when the remote system network server configuration specified for the <b>Remote system NWSCFG (NWSCFG)</b> parameter already exists.
</p>
<p><b>Single values</b>
</p>
<dl>
<dt><b><u>*EID</u></b></dt>
<dd>Use the service processor identifier.
</dd>
</dl>
<p><b>Element 1: Serial number</b>
</p>
<dl>
<dt><b><i>character-string</i></b></dt>
<dd>Specify the machine serial number.
</dd>
</dl>
<p><b>Element 2: Manufacturer type and model</b>
</p>
<dl>
<dt><b><i>character-string</i></b></dt>
<dd>Specify the machine type and model.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#INSWNTSVR.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="INSWNTSVR.DELIVERY"></a>
<h3>Delivery method (DELIVERY)</h3>
<p>Specifies how the parameters necessary to configure the remote system are delivered.
</p>
<p>
<b>Note: </b>This parameter is only valid when *ISCSI is specified for the <b>Resource name (RSRCNAME)</b> parameter.
</p>
<p>
<b>Note: </b>This parameter is ignored when the remote system network server configuration specified for the <b>Remote system NWSCFG (NWSCFG)</b> parameter already exists.
</p>
<dl>
<dt><b><u>*DYNAMIC</u></b></dt>
<dd>Parameters are dynamically delivered to the remote system using Dynamic Host Configuration Protocol (DHCP).
</dd>
</dl>
<dl>
<dt><b>*MANUAL</b></dt>
<dd>Parameters are manually configured on the remote system using the BIOS utilities (System BIOS or Adapter BIOS - CTRL-Q).
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#INSWNTSVR.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="INSWNTSVR.CHAPAUT"></a>
<h3>CHAP authentication (CHAPAUT)</h3>
<p>Specifies the Challenge Handshake Authentication Protocol (CHAP) for the host system iSCSI target to authenticate the remote system initiator node.
</p>
<p>
<b>Note: </b>This parameter is only valid when *ISCSI is specified for the <b>Resource name (RSRCNAME)</b> parameter.
</p>
<p>
<b>Note: </b>This parameter is ignored when the remote system network server configuration specified for the <b>Remote system NWSCFG (NWSCFG)</b> parameter already exists.
</p>
<p><b>Single values</b>
</p>
<dl>
<dt><b>*NONE</b></dt>
<dd>CHAP authentication is not enabled.
</dd>
</dl>
<p><b>Element 1: CHAP name</b>
</p>
<dl>
<dt><b><u>*NWSCFG</u></b></dt>
<dd>The system will automatically generate a name for CHAP using the Network server configuration name.
</dd>
</dl>
<dl>
<dt><b><i>character-string</i></b></dt>
<dd>Specify the name you want to use for the Challenge Handshake Authentication Protocol.
</dd>
</dl>
<p>Valid characters are upper case A through Z, lower case a through z, numbers 0 through 9, and the following special characters:
</p>
<ul>
<li>Plus sign
</li>
<li>Equal sign
</li>
<li>Percent
</li>
<li>Ampersand
</li>
<li>Left parenthesis
</li>
<li>Right parenthesis
</li>
<li>Comma
</li>
<li>Underline
</li>
<li>Minus sign
</li>
<li>Period
</li>
<li>Colon
</li>
<li>Semicolon
</li>
</ul>
<p><b>Element 2: CHAP secret</b>
</p>
<dl>
<dt><b><u>*GEN</u></b></dt>
<dd>The system will automatically generate a random CHAP secret.
</dd>
</dl>
<dl>
<dt><b><i>character-string</i></b></dt>
<dd>Specify the secret you want to use for the Challenge Handshake Authentication Protocol.
</dd>
</dl>
<p>Valid characters are upper case A through Z, lower case a through z, numbers 0 through 9, and the following special characters:
</p>
<ul>
<li>Plus sign
</li>
<li>Equal sign
</li>
<li>Percent
</li>
<li>Ampersand
</li>
<li>Left parenthesis
</li>
<li>Right parenthesis
</li>
<li>Comma
</li>
<li>Underline
</li>
<li>Minus sign
</li>
<li>Period
</li>
<li>Colon
</li>
<li>Semicolon
</li>
</ul>
</div>
<table width="100%">
<tr><td align="right"><a href="#INSWNTSVR.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="INSWNTSVR.BOOTDEVID"></a>
<h3>Boot device ID (BOOTDEVID)</h3>
<p>Specifies the PCI Function Address (Bus/Device/Function) of the iSCSI adapter in the remote system that will be used to boot from.
</p>
<p>
<b>Note: </b>This parameter is only valid when *ISCSI is specified for the <b>Resource name (RSRCNAME)</b> parameter.
</p>
<p>
<b>Note: </b>This parameter is ignored when the remote system network server configuration specified for the <b>Remote system NWSCFG (NWSCFG)</b> parameter already exists.
</p>
<p><b>Single values</b>
</p>
<dl>
<dt><b><u>*SINGLE</u></b></dt>
<dd>The single iSCSI adapter is used on the remote system
</dd>
</dl>
<p><b>Element 1: Bus</b>
</p>
<dl>
<dt><b><i>number</i></b></dt>
<dd>Specify the bus number of the remote system's iSCSI adapter that will be used to boot.
</dd>
</dl>
<dl>
<dt><b></b></dt>
<dd>Valid values range from 0 through 255.
</dd>
</dl>
<p><b>Element 2: Device</b>
</p>
<dl>
<dt><b><i>number</i></b></dt>
<dd>Specify the device number of the remote system's iSCSI adapter that will be used to boot.
</dd>
</dl>
<dl>
<dt><b></b></dt>
<dd>Valid values range from 0 through 31.
</dd>
</dl>
<p><b>Element 3: Function</b>
</p>
<dl>
<dt><b><i>number</i></b></dt>
<dd>Specify the function number of the remote system's iSCSI adapter that will be used to boot.
</dd>
</dl>
<dl>
<dt><b></b></dt>
<dd>Valid values range from 0 through 7.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#INSWNTSVR.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="INSWNTSVR.DYNBOOTOPT"></a>
<h3>Dynamic boot options (DYNBOOTOPT)</h3>
<p>Specifies the internal Dynamic Host Configuration Protocol (DHCP) Server configuration.
</p>
<p>
<b>Note: </b>This is an advanced configuration function.
</p>
<p>This parameter is used to configure the internal DHCP Server that is part of the iSCSI Target Host Bus Adapter firmware. It is used to provide IP address and diskless boot parameters for the remote iSCSI Initiator.
</p>
<p>
<b>Note: </b>This parameter is only valid when *ISCSI is specified for the <b>Resource name (RSRCNAME)</b> parameter.
</p>
<p>
<b>Note: </b>This parameter is ignored when the remote system network server configuration specified for the <b>Remote system NWSCFG (NWSCFG)</b> parameter already exists.
</p>
<p>This parameter is only valid when DELIVERY(*DYNAMIC) is specified.
</p>
<p><b>Element 1: Vendor ID</b>
</p>
<p>The client and server are pre-configured to a default vendor ID. Network administrators can configure clients to define their own identifying values to convey hardware, operating system or other identifying information. DHCP option 60 described in the IETF RFC 2132 is used for this function.
</p>
<dl>
<dt><b><u>*DFT</u></b></dt>
<dd>The default vendor ID will be used.
</dd>
</dl>
<dl>
<dt><b><i>character-string</i></b></dt>
<dd>Vendor ID of the remote system's iSCSI adapter that will be used.
</dd>
</dl>
<p><b>Element 2: Alternate client ID</b>
</p>
<p>Used by clients to specify their unique identifier to the server. Each client's identifier must be unique among all other client identifiers used on the effective DHCP network to which the client is attached (that is, the client's local subnet and any remote subnets reachable using DHCP relay). Vendors and system administrators are responsible for choosing client identifiers that meet this requirement for uniqueness. DHCP option 61 described in the IETF RFC 2132 is used for this function.
</p>
<dl>
<dt><b><u>*ADPT</u></b></dt>
<dd>The default Client ID consists of the adapter address for the remote system's iSCSI adapter. This value will be used to identify the remote system.
</dd>
</dl>
<dl>
<dt><b><i>character-string</i></b></dt>
<dd>Specify the Client ID of the remote system's iSCSI adapter that will be used to boot.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#INSWNTSVR.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="INSWNTSVR.RMTIFC"></a>
<h3>Remote interfaces (RMTIFC)</h3>
<p>Specifies the remote system's interfaces. This information is used to identify and configure the remote system's interfaces. Each adapter has two functions to support a SCSI and a LAN interface.
</p>
<p>
<b>Note: </b>This parameter is only valid when *ISCSI is specified for the <b>Resource name (RSRCNAME)</b> parameter.
</p>
<p>
<b>Note: </b>This parameter is ignored when the remote system network server configuration specified for the <b>Remote system NWSCFG (NWSCFG)</b> parameter already exists.
</p>
<dl>
<dt><b>Element 1: SCSI interface</b></dt>
<dd>
<p>Specifies the remote system's SCSI interfaces.
</p>
<dl>
<dt><b>Element 1: Adapter address</b></dt>
<dd>
<dl>
<dt><b>*NONE</b></dt>
<dd>No SCSI interface is configured for this adapter.
</dd>
</dl>
<dl>
<dt><b><i>adapter-address</i></b></dt>
<dd>Specify the 12-character hexadecimal adapter address for the remote system's iSCSI interface.
</dd>
</dl>
</dd>
</dl>
<dl>
<dt><b>Element 2: Internet address</b></dt>
<dd>
<dl>
<dt><b><i>internet-address</i></b></dt>
<dd>Specify the internet address for the remote system's SCSI interface.
</dd>
</dl>
<p>The value is entered in the decimal form <u> nnn.nnn.nnn.nnn</u> , where <u> nnn</u> is a decimal number ranging from 0 through 255.
</p>
</dd>
</dl>
<dl>
<dt><b>Element 3: Subnet mask</b></dt>
<dd>
<dl>
<dt><b><i>subnet-mask</i></b></dt>
<dd>Specify the subnet mask for the remote system's SCSI interface.
</dd>
</dl>
<p>The value is entered in the decimal form <u> nnn.nnn.nnn.nnn</u> , where <u> nnn</u> is a decimal number ranging from 0 through 255.
</p>
</dd>
</dl>
<dl>
<dt><b>Element 4: Gateway address</b></dt>
<dd>
<dl>
<dt><b><i>gateway-address</i></b></dt>
<dd>Specify the gateway address for the remote system's SCSI interface.
</dd>
</dl>
<p>The value is entered in the decimal form <u> nnn.nnn.nnn.nnn</u> , where <u> nnn</u> is a decimal number ranging from 0 through 255.
</p>
</dd>
</dl>
<dl>
<dt><b>Element 5: iSCSI qualified name</b></dt>
<dd>
<dl>
<dt><b><u>*GEN</u></b></dt>
<dd>The system will automatically generate the iSCSI qualified name.
</dd>
</dl>
<dl>
<dt><b><i>name</i></b></dt>
<dd>Specify the iSCSI qualified name for the remote system's SCSI interface.
</dd>
</dl>
<p>The following characters are allowed in iSCSI qualified names:
</p>
<ul>
<li>Alphabetical characters A through Z converted to lower case (refer to RFC 3722)
</li>
<li>Alphabetical characters a through z
</li>
<li>Digits 0 through 9
</li>
<li>Period (.)
</li>
<li>Dash (-)
</li>
<li>colon (:)
</li>
</ul>
</dd>
</dl>
</dd>
<dt><b>Element 2: LAN interface</b></dt>
<dd>
<p>Specifies the remote system's LAN interfaces.
</p>
<dl>
<dt><b>Element 1: Adapter address</b></dt>
<dd>
<dl>
<dt><b>*NONE</b></dt>
<dd>No LAN interface is configured for this adapter.
</dd>
</dl>
<dl>
<dt><b><i>adapter-address</i></b></dt>
<dd>Specify the 12-character hexadecimal adapter address for the remote system's LAN or TCP Offload Engine (TOE) interface.
</dd>
</dl>
</dd>
</dl>
<dl>
<dt><b>Element 2: Internet address</b></dt>
<dd>
<dl>
<dt><b><i>internet-address</i></b></dt>
<dd>Specify the internet address for the remote system's LAN interface.
</dd>
</dl>
<p>The value is entered in the decimal form <u> nnn.nnn.nnn.nnn</u> , where <u> nnn</u> is a decimal number ranging from 0 through 255.
</p>
</dd>
</dl>
<dl>
<dt><b>Element 3: Subnet mask</b></dt>
<dd>
<dl>
<dt><b><i>subnet-mask</i></b></dt>
<dd>Specify the subnet mask for the remote system's LAN interface.
</dd>
</dl>
<p>The value is entered in the decimal form <u> nnn.nnn.nnn.nnn</u> , where <u> nnn</u> is a decimal number ranging from 0 through 255.
</p>
</dd>
</dl>
<dl>
<dt><b>Element 4: Gateway address</b></dt>
<dd>
<dl>
<dt><b><i>gateway-address</i></b></dt>
<dd>Specify the gateway address for the remote system's LAN interface.
</dd>
</dl>
<p>The value is entered in the decimal form <u> nnn.nnn.nnn.nnn</u> , where <u> nnn</u> is a decimal number ranging from 0 through 255.
</p>
</dd>
</dl>
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#INSWNTSVR.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="INSWNTSVR.TEXT"></a>
<h3>Text 'description' (TEXT)</h3>
<p>Specifies text that briefly describes the network server configuration.
</p>
<dl>
<dt><b><u>*BLANK</u></b></dt>
<dd>Text is not specified.
</dd>
</dl>
<dl>
<dt><b><i>character-value</i></b></dt>
<dd>Specify no more than 50 characters of text, enclosed in apostrophes.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#INSWNTSVR.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="INSWNTSVR.KBDTYPE"></a>
<h3>Keyboard layout (KBDTYPE)</h3>
<p>Specifies the keyboard layout identifier to install on the Windows server. The valid keyboard layout identifiers are listed in the TXTSETUP.SIF file in the I386 directory of the Windows server installation media.
</p>
<p>
<b>Note: </b>This parameter is configured using the ServerGuide when INSTYPE is *BASIC. Any values entered for this parameter will be discarded.
</p>
<dl>
<dt><b><u>*DEFAULT</u></b></dt>
<dd>The default keyboard layout for the version of Windows server being installed is used.
</dd>
<dt><b><i>keyboard-type</i></b></dt>
<dd>Specify the keyboard layout identifier to be used by the Windows server.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#INSWNTSVR.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="INSWNTSVR.CFGFILE"></a>
<h3>Configuration file (CFGFILE)</h3>
<p>Specifies the name of a source file containing configuration data, to be used in activating or further defining the server.
</p>
<p><b>Single values</b>
</p>
<dl>
<dt><b><u>*NONE</u></b></dt>
<dd>No configuration file is specified.
</dd>
</dl>
<p><b>Qualifier 1: Configuration file</b>
</p>
<dl>
<dt><b><i>configuration-file-name</i></b></dt>
<dd>Specify the name of a source file containing the configuration data member(s) for the server. At the time the server is activated, all members in the file will be processed.
</dd>
</dl>
<p>The name of the configuration file can be qualified by one of the following library values:
</p>
<p><b>Qualifier 2: Library</b>
</p>
<dl>
<dt><b><u>*LIBL</u></b></dt>
<dd>All libraries in the job's library list are searched until the first match is found.
</dd>
<dt><b>*CURLIB</b></dt>
<dd>The current library for the job is searched. If no library is specified as the current library for the job, the QGPL library is used.
</dd>
<dt><b><i>name</i></b></dt>
<dd>Specify the name of the library to be used.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#INSWNTSVR.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="INSWNTSVR.CLU"></a>
<h3>Cluster name (CLU)</h3>
<p>Specifies the name of the cluster.
</p>
<dl>
<dt><b><u>*NONE</u></b></dt>
<dd>Do not form or join a Windows Cluster.
</dd>
<dt><b><i>name</i></b></dt>
<dd>Specify the name of the cluster. Administrators will use this name for connections to the cluster. The cluster name must be different from the domain name, from all computer names on the domain, and from other cluster names on the domain.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#INSWNTSVR.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="INSWNTSVR.CLUCFG"></a>
<h3>Cluster configuration (CLUCFG)</h3>
<p>Specifies the parameters required to configure a new Windows Cluster.
</p>
<p>
<b>Note: </b>This parameter is only required when forming a new Windows cluster using the <b>Cluster name (CLU)</b> parameter.
</p>
<p><b>Single values</b>
</p>
<dl>
<dt><b><u>*CLU</u></b></dt>
<dd>Use the values already defined by a previous installation of the Windows Cluster service to join the existing cluster name.
</dd>
</dl>
<p><b>Element 1: Cluster domain name</b>
</p>
<p>Specifies the domain to which the cluster belongs. If the cluster already exists, the cluster will be joined, otherwise, the cluster will be formed. If forming a cluster, the <b>Cluster configuration (CLUCFG)</b> parameter must be specified.
</p>
<dl>
<dt><b><i>character-string</i></b></dt>
<dd>Specify the domain name to which the cluster belongs when forming a new cluster.
</dd>
</dl>
<p><b>Element 2: Quorum resource size</b>
</p>
<p>Specifies the size in megabytes of the storage space used as the Windows quorum resource.
</p>
<dl>
<dt><b><u>*CALC</u></b></dt>
<dd>Specifies that the size should be calculated to be the default value based on the <b>Windows server version (WNTVER) parameter</b>.
</dd>
<dt><b><i>integer</i></b></dt>
<dd>Specifies the Windows quorum resource size in megabytes. The size must be at least 550 megabytes but no larger than 1024000 megabytes.
</dd>
</dl>
<p><b>Element 3: Quorum resource ASP</b>
</p>
<p>Specifies the auxiliary storage pool for the storage space used as the Windows quorum resource.
</p>
<p>
<b>Note: </b>You cannot specify both a Quorum resource ASP and a Quorum ASP device value.
</p>
<dl>
<dt><b><u>1</u></b></dt>
<dd>The storage space is created in auxiliary storage pool 1, the system auxiliary storage pool.
</dd>
<dt><b><i>integer</i></b></dt>
<dd>Specify a value ranging from 2 through 255 for the ASP identifier. Valid values depend on how many ASPs are defined on the system.
</dd>
</dl>
<p><b>Element 4: Quorum ASP device</b>
</p>
<p>Specifies the independent auxiliary storage pool device name for the storage space used as the Windows quorum resource.
</p>
<p>
<b>Note: </b>You cannot specify both a Quorum resource ASP and a Quorum ASP device value.
</p>
<dl>
<dt><b><i>name</i></b></dt>
<dd>Specify the name of the independent auxiliary storage pool device. Valid values depend on which IASPs are defined on the system.
</dd>
</dl>
<p><b>Element 5: Connection port</b>
</p>
<p>Specifies the connection port used for the Cluster service communication.
</p>
<dl>
<dt><b>*VRTETHn</b></dt>
<dd>The network server virtual Ethernet port 'n' is configured, where 'n' has a value of 0 through 9.
</dd>
</dl>
<p><b>Element 6: Cluster internet address</b>
</p>
<p>Specifies the internet address for the cluster.
</p>
<dl>
<dt><b><i>internet-address</i></b></dt>
<dd>Specify the Cluster internet address.
<p>The value is entered in the decimal form <u> nnn.nnn.nnn.nnn</u> , where <u> nnn</u> is a decimal number ranging from 0 through 255.
</p>
<p>
<b>Note: </b>The internet address selected must be unique across all NWSD objects and the system's TCP/IP configuration.
</p>
</dd>
</dl>
<p><b>Element 7: Cluster subnet mask</b>
</p>
<dl>
<dt><b><i>subnet-mask</i></b></dt>
<dd>Specifies the subnet mask for the Cluster internet address.
<p>The value is entered in the decimal form <u> nnn.nnn.nnn.nnn</u> , where <u> nnn</u> is a decimal number ranging from 0 through 255.
</p>
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#INSWNTSVR.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="INSWNTSVR.VRTPTPPORT"></a>
<h3>Virtual PTP Ethernet port (VRTPTPPORT)</h3>
<p>Specifies the TCP/IP configuration for the virtual point-to-point Ethernet port.
</p>
<p><b>Notes:</b>
</p>
<ol>
<li>The VRTPTPPORT parameter must be used for Integrated xSeries servers running on the host system.
</li>
<li>The subnet mask that is used for both sides of the virtual point-to-point Ethernet port is 255.255.255.0 by default. Therefore, the internet addresses that are chosen for both sides of the virtual point-to-point Ethernet port must have the same values for the first three parts of the internet addresses.
</li>
</ol>
<p><b>Element 1: Internet address</b>
</p>
<p>Specifies the internet address for the host side of the virtual point-to-point Ethernet connection. Specify one of the following values:
</p>
<dl>
<dt><b><u>*GEN</u></b></dt>
<dd>Specify *GEN to let the INSWNTSVR command configure a virtual point-to-point Ethernet port with a generated internet address.
</dd>
<dt><b><i>internet-address</i></b></dt>
<dd>Specify the host internet address for the virtual point-to-point Ethernet port.
<p>The value is entered in the decimal form <u> nnn.nnn.nnn.nnn</u> , where <u> nnn</u> is a decimal number ranging from 0 through 255.
</p>
<p>
<b>Note: </b>The internet address selected must be unique across all NWSD objects and the system's TCP/IP configuration.
</p>
</dd>
</dl>
<p><b>Element 2: Windows internet address</b>
</p>
<p>Specifies the internet address for the Windows side of the virtual point-to-point Ethernet connection. Specify one of the following values:
</p>
<dl>
<dt><b><u>*GEN</u></b></dt>
<dd>Specify *GEN to let the INSWNTSVR command configure a virtual point-to-point Ethernet port with a generated internet address.
</dd>
<dt><b><i>internet-address</i></b></dt>
<dd>Specify the Windows server internet address for the virtual point-to-point Ethernet port.
<p>The value is entered in the decimal form <u> nnn.nnn.nnn.nnn</u> , where <u> nnn</u> is a decimal number ranging from 0 through 255.
</p>
<p>
<b>Note: </b>The internet address selected must be unique across all NWSD objects and the system's TCP/IP configuration.
</p>
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#INSWNTSVR.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="INSWNTSVR.COMMAND.EXAMPLES">Examples</a> </h3>
<p><b>Example 1: Installing a Windows Terminal Server</b>
</p>
<p>
<pre>
INSWNTSVR NWSD(W2KSERV) INSTYPE(*FULL)
RSRCNAME(LIN09) DMNROLE(*SERVER)
WNTVER(*WIN2000) WNTSRCDIR(*DFT) OPTION(*INSTALL)
TCPPORTCFG((1 '206.5.8.48' '255.255.255.128'
'206.5.8.1'))
SVRSTGSIZE(*CALC 2500) SVRSTGASP(1 1)
CVTNTFS(*YES) TOWRKGRP(XYZGROUP)
FULNAM('John Smith') ORG('XYZ Corporation')
WNTLICKEY('VVVVV-WWWWW-XXXXX-YYYYY-ZZZZZ')
LICMODE(*PERSEAT *NONE *TSENABLE)
TEXT('Windows 2000 Terminal Server')
</pre>
</p>
<p>This command installs a Windows server named W2KSERV. W2KSERV is the network server description associated with the Windows 2000 Server operating system that will be installed on the Integrated xSeries Server resource LIN09.
</p>
<p>A fully controlled install will be performed with a system drive size of 2500 MB that will automatically be converted to NTFS during the install. The Windows 2000 Server will join the XYZGROUP workgroup. A per seat license mode will be configured and Terminal Services will be installed on the server.
</p>
<p>The TCP/IP local host name is the same as the server description name. The TCP/IP local domain name is the same as the OS/400 system and the same name servers will be used. The TCP/IP address 206.5.8.48 will automatically be configured for the first LAN adapter detected on the Integrated xSeries Server.
</p>
<p><b>Example 2: Installing a Windows Cluster Node</b>
</p>
<p>
<pre>
INSWNTSVR NWSD(W2KNODE1) INSTYPE(*FULL)
RSRCNAME(LIN03) DMNROLE(*SERVER)
WNTVER(*WIN2000) WNTSRCDIR(*DFT) OPTION(*INSTALL)
TCPPORTCFG((1 '206.5.8.60' '255.255.255.128'
'206.5.8.1'))
VRTETHPORT((*VRTETH5 '192.168.9.3'
'255.255.255.0'))
TCPDMNNAME(xyzdomain.xyzcorp.com)
TCPNAMSVR('206.5.69.165' '206.5.8.8'
'206.10.244.100')
SVRSTGSIZE(*CALC 4000) SVRSTGASP(1 1)
CVTNTFS(*YES) TODMN(XYZDOMAIN)
FULNAM('John Smith') ORG('XYZ Corporation')
WNTLICKEY('VVVVV-WWWWW-XXXXX-YYYYY-ZZZZZ')
LICMODE(*PERSEAT *NONE *NONE)
TEXT('Windows 2000 Cluster Node 1')
CLU(CLU1XYZ)
CLUCFG(XYZDOMAIN 600 1 *N *VRTETH5 '206.5.8.65'
'255.255.255.128')
</pre>
</p>
<p>This command installs a Windows server named W2KNODE1. W2KNODE1 is the network server description associated with the Windows 2000 Server operating system that will be installed on the Integrated xSeries Server resource LIN03.
</p>
<p>A fully controlled install will be performed with a system drive size of 4000 MB that will automatically be converted to NTFS during the install. The Windows 2000 Server will join the XYZDOMAIN domain. A per seat license mode will be configured on the server. The TCP/IP address 206.5.8.60 will automatically be configured for the first LAN adapter detected on the Integrated xSeries Server. A virtual ethernet LAN will be created on virtual ethernet 5 configured with TCP/IP address 192.168.9.3.
</p>
<p>The TCP/IP local host name is the same as the server description name. The TCP/IP local domain name is xyzdomain.xyzcorp.com. The TCP/IP name servers will use 206.5.69.165 206.5.8.8 and 206.10.244.100.
</p>
<p>A new Microsoft Cluster will be enabled by creating a quorum resource drive named XYZDOMAIN that is 600 MB is size. Virtual ethernet 5 will be used for the private communication between clustered nodes.
</p>
<p><b>Example 3: Installing Windows Server 2003 on an iSCSI attached server</b>
</p>
<p>
<pre>
INSWNTSVR NWSD(WS03LAN) INSTYPE(*FULL)
RSRCNAME(*ISCSI) DMNROLE(*SERVER)
WNTVER(*WIN2003) WNTSRCDIR(*DFT) OPTION(*INSTALL)
TCPPORTCFG((1 '206.5.8.68' '255.255.255.128'
'206.5.8.1'))
SVRSTGSIZE(*CALC 2500) SVRSTGASP(1 1)
CVTNTFS(*YES) TOWRKGRP(XYZGROUP)
FULNAM('John Smith') ORG('XYZ Corporation')
WNTLICKEY('VVVVV-WWWWW-XXXXX-YYYYY-ZZZZZ')
STGPTH(NWSHRG1)
VRTETHPTH((*VRTETHPTP NWSHRG1))
DFTSECRULE(*GEN)
INZSP(*AUTO)
ENBUNICAST(*NO)
EID(1234567 418477U)
SPAUT(spadmin spuid)
RMTSYSID(*EID)
DELIVERY(*DYNAMIC)
CHAPAUT(mychapid mychapsecret)
RMTIFC((020134304760 '206.5.8.92' '255.255.255.128'
'6.5.8.1')
(020134604750 '206.5.8.96' '255.255.255.128'
'6.5.8.1'))
TEXT('Windows Server 2003 iSCSI Server')
</pre>
</p>
<p>This command installs a Windows server named WS03LAN. WS03LAN is an iSCSI attached server using Windows Server 2003. Network server host adapter (NWSH) device NWSHRG1 is configured for the storage and virtual Ethernet path.
</p>
<p>A default security rule using the *AUTO IP Security mode and a generated pre-shared key. The service processor is automatically configured and is located using the enclosures serial number 1234567 and type/model 418477U.
</p>
<p>The remote system is dynamically configured and secured using a generated CHAP name and secret. Remote SCSI and LAN interfaces for the remote systems iSCSI adapter are configured.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#INSWNTSVR.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="INSWNTSVR.ERROR.MESSAGES">Error messages</a> </h3>
<p><b><u>*ESCAPE Messages</u></b>
</p>
<dl>
<dt><b>NTA1007</b></dt>
<dd>Network server &amp;1 must be varied off.
</dd>
<dt><b>NTA100E</b></dt>
<dd>Vary on or off of the Windows server not successful.
</dd>
<dt><b>NTA1013</b></dt>
<dd>Network server installation not successful.
</dd>
<dt><b>NTA1024</b></dt>
<dd>Storage space assigned to server &amp;1 missing, damaged or not valid.
</dd>
<dt><b>NTA1030</b></dt>
<dd>Internal error occurred.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#INSWNTSVR.Top_Of_Page">Top</a></td></tr>
</table>
</body>
</html>