HPlogo Using the Node Management Services (NMS) Utilities: HP 3000 MPE/iX Computer Systems > Chapter 5 Using NMMGR in Maintenance Mode

ADDLU

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Glossary

 » Index

Adds LUs to the SNA node transport screen.

Syntax

		ADDLU SNAnodename [filename]

Parameters

SNAnodename

A one to eight character alphanumeric name that identifies the SNA node to be modified.

filename

A text file that contains the LU name and number for each LU to be added to the configuration file. The file name's format is:

filename[.groupname[.accountname]]

A file lockword may not be specified. The contents of the file must be formatted as described below.

Description

If the filename is not specified you will be prompted with the ADDLU> prompt. The format for each interactive or filename is:

LUName [,] [[LUNumber]] [;]

The LUName is a one to eight character alphanumeric name that must be unique for the SNA node.

The LUNumber must be a number from 1-256 as defined on the SNA node screen. The LUNumber must be left blank if the SNA node is a type 2.1 node. If specified, the LUNumber must be unique.

See also LISTLU and PURGELU.

Example

NMMGR> ADDLU SNAnode1
Enter LU names (luname [, lunumber]:)
ADDLU> lu1,1;
ADDLU> lu2,2;
ADDLU> lu3,3;
ADDLU> lu4,4;
ADDLU>
NMMGR>
Feedback to webmaster