HPlogo Using NS 3000/iX Network Services: HP 3000 MPE/iX Computer Systems > Chapter 8 NetCI

ALTLIST

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

Adds nodes to or deletes nodes from a list.

Syntax

ALTLIST {ADD} list nodes
{DEL}

Parameters

ADD

Adds a node to a list.

DEL

Deletes a node from a list. If you delete the last node from the list, the list will still exist in the configuration with no node members.

list

Name of the list to which a new node is to be added, or from which an existing member node is to be deleted.

nodes

Name of the nodes to be added to or deleted from the list. More than one node can be specified here separated by spaces or commas.

Discussion

You must create a list before you can add a node to the list. If you add or delete a node to or from a non-existing list, you will get an error message that the list name is an unknown list name.

Examples

This example shows how to add nodes H, L, K, I and Y to a list named NET3 with the parameter ADD. This list now has five members:

     NetCI>ALTLIST ADD NET3 H,L,K,I,Y

This example shows how to delete node Y from NET3. However, nodes H, L, K and I still exist in the NetCI configuration.

     NetCI>ALTLIST DEL NET3 Y

To check whether node Y is deleted from NET3, use the SHOWLIST command (which is discussed later in this section). This command shows only nodes I, K, L, and H as members of NET3.

     NetCI>SHOWLIST NET3
     NET3     Nodes on list:            I   K   L   H
Feedback to webmaster