RVOLUME command examples

The following are examples of the RVOLUME command:
  1. Join volumes to a session:
    RVOLUME SNBR(16) VOLSER(421652) LSSTYPE(FB) LSSNBR(2A) ESSSERIAL(51214) 
         ACTION(JOIN) VOLLIST(C4,C5,C6,CA,CB)
  2. Remove volumes from a session:
    RVOLUME SNBR(16) VOLSER(421652) LSSTYPE(FB) LSSNBR(2A) ESSSERIAL(51214) 
         ACTION(REMOVE) VOLRANGE(C4:C6,CA:CB)
  3. Start of changeJoin a list of Global Copy devices to the Global Mirror session, in a multi-target environment:
    RVOLUME SNBR(16) VOLSER(421652) LSSTYPE(FB) LSSNBR(2A) ESSSERIAL(000000051214) ACTION(JOIN)
        MTVOLLIST(C4,000000016191,3A,C4 C5,000000016191,3A,C5 C6,000000017720,3A,F6)
    End of change
  4. Start of changeJoin a list of ranges of Global Copy devices to the Global Mirror session, in a multi-target environment:
    RVOLUME SNBR(16) DEVN(0F70) LSSTYPE(FB) LSSNBR(2A) ESSSERIAL(000000051214) ACTION(JOIN)  
       MTVOLRANGE(C4:CF,000000016191,3A,C4 A0:BF,000000016191,30,A0 E0:E4,000000017720,D0,E0)
    End of change