CL Command Reference - ADDNODLE

CL Command List > ADDNODLE Reference

Description:

The Add Node List Entry (ADDNODLE) command adds a new entry to an existing node list object.


Examples:

Example 1: Adding a System in the Local Network to a Node List

ADDNODLE NODL(MYLIB/NODL02) RMTLOCNAME(AS400A01 *SNA)
TEXT(¡¯THE FIRST ISERIES 400 SERVER IN MY NETWORK¡¯)

This command adds an entry for system AS400A01, which is in the local network, to the node list NODL02 in library MYLIB. The entry has an address type of SNA. The text description for the entry is ¡¯THE FIRST ISERIES 400 SERVER IN MY NETWORK¡¯.


Example 2: Adding a Host Name to a Node List

ADDNODLE NODL(MYLIB/NODL02) RMTLOCNAME(MYSYS.NET1.LOCAL *IP)
TEXT(¡¯SYSTEM AT HEADQUARTERS¡¯)

This command adds an entry for host name MYSYS.NET1.LOCAL to the node list NODL02 in library MYLIB. The entry has an address type of IP. The text description for the entry is ¡¯SYSTEM AT HEADQUARTERS¡¯.


Example 3: Adding an Internet Address to a Node List

ADDNODLE NODL(MYLIB/NODL02) RMTLOCNAME(¡¯9.13.156.8¡¯ *IP)
TEXT(¡¯MINNEAPOLIS OFFICE¡¯)

This command adds an entry for internet address 9.13.156.8 to the node list NODL02 in library MYLIB. The entry has an address type of IP. The text description for the entry is ¡¯MINNEAPOLIS OFFICE¡¯.