![]() |
![]() |
![]() |
|
|
![]() |
Managing the LAN Node Databases
Typically, each database contains the same nodes. The LANACP LAN server process maintains the volatile node database. The LANCP utility maintains the permanent node database. You can manipulate either database using the LANCP utility commands depending on your user privileges, as follows:
The following sections describe how to enter nodes into and remove nodes from the LAN permanent and volatile node databases.
Displaying Nodes in the LAN Node Databases
To display information in the LAN permanent node database,
enter the LIST NODE command using the following syntax: LIST NODE node-name [/ALL]
To display information in the LAN volatile node database, enter the SHOW NODE command using the following syntax: SHOW NODE node-name [/ALL]
For the LIST NODE and SHOW NODE commands, the /ALL qualifier displays data for all nodes in the LAN permanent or volatile node database.
Entering Nodes into the LAN Node Databases
To enter a node into the LAN permanent node database or to
modify an existing entry, enter the DEFINE NODE command using the
following syntax: DEFINE NODE node-name [/qualifiers]
To enter a node into the LAN volatile node database or to modify an existing entry, enter the SET NODE command using the following syntax: SET NODE node-name [/qualifiers]
DEFINE NODE and SET NODE Command Qualifiers provides a brief description of the DEFINE NODE and SET NODE command qualifiers.
DEFINE NODE GALAXY/ADDRESS=08-00-2B-11-22-33 -
/FILE=NISCS_LOAD.EXE -
/ROOT=$64$DIA14:<SYS10.> -
/BOOT_TYPE=VAX_SATELLITE
This command sets up node GALAXY in the LAN permanent node
database for booting as a VAX satellite into an OpenVMS Cluster
system. DEFINE NODE ZAPNOT/ADDRESS=08-00-2B-11-22-33 -
/FILE=APB.EXE -
/ROOT=$64$DIA14:<SYS10.> -
/BOOT_TYPE=ALPHA_SATELLITE
This command sets up node ZAPNOT for booting as an Alpha satellite
into an OpenVMS Cluster system. SET NODE CALPAL/ADDRESS=08-00-2B-11-22-33 -
/FILE=APB_061.EXE
This command sets up node CALPAL for booting an InfoServer
image. It defines the file that should be loaded when a load request
without a file name is received from node CALPAL. Deleting
Nodes from the LAN Node Databases
To delete a node from the LAN permanent node database, enter
the PURGE NODE command using the following syntax: PURGE NODE node-name [/ALL]
To delete a node from the LAN volatile node database, enter the CLEAR NODE command using the following syntax: CLEAR NODE node-name [/ALL]
For the PURGE NODE and CLEAR NODE commands, the /ALL qualifier deletes all LAN nodes in the LAN permanent or volatile node database.
|
|