Previous Topic: OverviewNext Topic: Displaying the File System Mount Points


Detailed Configuration Instructions

In order to insure proper Backstore Primary and Failover Server functionality, each SVTS subsystem in a CA Vtape Complex must share the same USS mount points. To facilitate this, we recommend sharing the same VUSSMNTS parmlib member.

Note: It is not required for the <StartupOptions> RootDirectory = '/u/users/vtape' attribute to match.

To configure the USS Backstore file system

  1. Customize the VUSSMNTS member to include the <Triplex> section is at a minimum.
    <USSMountPoints>      
                        
    <Triplex>            
     DSName  = VTAPE.TRIPLEX         
     FSType  = NFS     
     PARMS  =  10.130.42.54:'            + ip address       
               '"/nas/vtape/triplex"'    ; drive directory  
    

    Observe the following:

  2. Setup the VTGROUPS parmlib member and indicate what combinations of Backstore copies are desired at the group level:
    <GroupDefinitions>         
                               
      Group01 = USS_Only       
      Group02 = Primary_Duplex
         ...
      Group74=
    
    <USS_Only>                          
      Description='USS Only'            
      MB_Threshold               = 2000 
      ShortRetention             =    7 
      MediumRetention            =   21 
      Triplex                    =  USS 
      RecallAttemptsThreshold    =    2
    

    Observe the following:

  3. Change the parmlib directory section to include the new VUSSMNTS member. We recommend sharing the VUSSMNTS member with all SVTS subsystems in the same CA Vtape Complex.
    <ParmlibDirectory>   
      USSMountPoints     = VUSSMNTS
    
  4. Change the < StartupOptions> section to include the new UnixSystemServices and RootDirectory attributes.
    <StartupOptions>                
         UnixSystemServices=Y       
         RootDirectory='/u/users/vtape'   
    
  5. Start the SVTS subsystem.

    When starting with the USS mount point section for the first time, the directory structure is built and the file systems are mounted dynamically. The file system attributes are saved in the control files to be used on subsequent restarts to insure the file system settings do not change without confirmation. Additionally, a timed routine checks to insure the file systems are mounted properly every 5 minutes.