UP

Generated from C.60.01 /SYS/PUB/CICAT last modified on Thu Jan 11 09:18:52 2001

Back to Main Index


UP

     Returns a particular device to its normal function on the
     system; cancels a DOWN command that had been issued for the
     device.  This command does not apply to disks.

SYNTAX


     UP ldev


PARAMETERS


ldev                The logical device number of the device being
                    returned to service online.


OPERATION


     This command makes available to users a device previously
     taken offline with the DOWN command.  Ownership of the
     device is not affected by the UP command.  If a device is
     owned by the system at the time it is downed, the system
     will retain ownership even after the UP command is
     executed.

     This command does not apply to disks.

     This command may be issued from a session, job, in BREAK, or
     from a program.  Pressing [Break] has no effect on this
     command.  It may be issued only from the console, unless it
     is distributed to users with the ALLOW or ASSOCIATE commands.


EXAMPLE(S)


     To allow logical device number 10 to function again, enter

     UP 10
     SHOWDEV 10
     LDEV   AVAIL    OWNERSHIP    VOLID   ASSOCIATION

     10   A AVAIL

ADDITIONAL INFORMATION


Commands:   DOWN

Manuals :   Using the HP3000 Workload Manager (B3879-90001)

Back to Main Index