HPlogo Volume Management: HP 3000 MPE/iX Computer Systems > Chapter 5 Volume Management Commands

VSOPEN

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

The VSOPEN command cancels a VSCLOSE command and places the volume set online.

After a VSOPEN command is issued, the volume set is ready for use. A volume set is open unless explicitly closed by the VSCLOSE command.

Task

Places a previously closed volume set online.

Capability

SM, system manager capability and can only be issued from the console.

Syntax

   VSOPEN  volsetname 

Parameter

volsetname

The volume set that will be placed online. Required.

Example

This example shows how to bring a volume set online.

  1. To bring a volume set online, enter the VSOPEN command.

  2. Verify that VSOPEN was effective by entering the DSTAT command. The master/member status indicates that the set is online.

       :VSOPEN BSET
    
    
    
       :DSTAT
    
    
    
       LDEV-TYPE   STATUS   VOLUME (VOLUME SET - GEN)
    
       ---------   ------   --------------------------
    
       21-079350   MASTER   BVOL1          (BSET-0)
    
       22-079350   MEMBER   BVOL2          (BSET-0)
    
       23-079350   MEMBER   BVOL3          (BSET-0)
    
Feedback to webmaster