/sys$common/syshlp/NCLHELP.HLB  —  Network Management, Tools  Decnet Register
    With decnet_register, you can manage the node names and addressing
    information in both the Local namespace and the DECdns namespace,
    using either the command-line or forms-driven version of the tool.

    On OpenVMS, invoke decnet_register as follows.  By default,
    decnet_register starts in forms mode from a video terminal and in
    command mode from a hardcopy terminal.

    $ run sys$system:decnet_register

    You can define the following logical before invoking
    decnet_register if you want to force command mode:

    $ define decnet_register_commands 1

    Some examples using the command line interface are provided here.
    To obtain further help regarding the decnet_register utility, either
    invoke the utility and enter "?" at the Option prompt, or refer to
    the DECnet-Plus Network Management book.

1  –  Examples

    The following example demonstrates how to modify a pre-existing
    LOCAL registration using decnet_register's command line interface:

    $ define decnet_register_commands 1
    $ run sys$system:decnet_register
    modify node LOCAL:.logic directory_service LOCAL -
    towers {SC3/NSP/24.6,SC3/TP4/24.6}
    show node LOCAL:.logic directory_service LOCAL full
    exit

    The following example shows how to register a Phase V
    node in the LOCAL namespace, explicitly specifying
    session control Version 3 for NSP.  If the session
    version is not specified, NSP towers will still
    default to SC2, and OSI towers will default to SC3:

    $ define decnet_register_commands 1
    $ run sys$system:decnet_register
    register node LOCAL:.newno1 directory_service LOCAL -
    towers {SC3/NSP/24.224,TP4/24.224} synonym newno1
    show node LOCAL:.newno1 directory_service LOCAL full
    exit

    This example shows how to use decnet_register from
    an OpenVMS node to register a Phase V node in the
    WINTER namespace.  The node being registered is
    an OpenVMS node that is configured to run NSP,
    OSI Transport Class 4, and OSI Transport Class 2 for
    DECnet over IP:

    $ define decnet_register_commands 1
    $ run sys$system:decnet_register
    register node WINTER:.xpr.newno1 directory_service DECdns -
    towers {SC3/NSP/24.224,TP4/24.224,TP2/IP=161.114.94.128} -
    synonym newno1
    show node Winter:.xpr.newno1 directory_service DECdns full
    exit

    Note that only decnet_register on OpenVMS accepts IP
    tower registrations, and those registrations must be
    made in the DECdns directory service.  IP towers cannot
    be registered in the LOCAL namespace.  Furthermore,
    decnet_register does not handle Domain (Bind) registrations.
Close Help