NCLHELP.HLB  —  set  device
    set  [node node-id] device unit simple-name ...

    Modifies the attributes of a ddcmp link logical station entity
    which manages a link to a remote station.  The modifiable
    attributes and their data types [in brackets] are:

    auto load [boolean]
    dump destination [filespec]
    dump on error [boolean]
    load source [filespec]

1  –  auto_load

    Default: True          Value: True or false

    Specifies whether the device should try to load its microcode
    without management intervention. Autoloading would occur after
    initialization, a failure, or a dump.

2  –  dump_destination

    File specification to hold the contents of the device's microcode
    when a dump occurs.

    For Tru64 UNIX, the default value for the dump destination is
    /usr/var/xxx.dump where xxx is the device specification. For
    example: /usr/var /dsv.dump.

3  –  dump_on_error

    Default: False         Value: True or false

    Whether a device should try to dump its microcode after a device
    failure. Set this characteristic only for those devices that
    support the dump operation.

4  –  load_source

    Default:  None         Value: File specification

    File specification that contains the device's microcode. This is
    used during a load operation.

    For Tru64 UNIX the default value is /usr/var/xxx.firmware, where xxx
    is the device specification. For example: /usr/var/dsv.firmware.
Close Help