[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference aosg::lsm

Title:LSM
Moderator:SMURF::SHIDERLY
Created:Mon Jan 17 1994
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:803
Total number of notes:2852

771.0. "volmake probs adding vol in rootdg" by CSC32::D_MAHDER () Thu Mar 20 1997 21:04

    DUNIX 3.2C   LSM 
    
    We have found the following problem when trying to add a previously
    known volume back into rootdg.  This problem occurs when rootvol,
    usrvol, and varvol already exist.  We are trying to recover another 
    volume called testvol using the volmake script from a previously saved
    LSM configuration file. 
    
    	volprint -g rootdg -mvps > /var/lsm_data/volmake.rootdg.out
    
    Our failure occurred using the following commands:
    
    # voldiskadm (to add rza9 to rootdg)
    # volmake -g rootdg -d /var/lsm_data/volmake.rootdg.out
    
    We received messages satting rootvol, usrvol, varvol already exists
    and no failure messages.  No testvol volume gets created.
    
    If we edit the /var/lsm_data/volmake.rootdg.out file and cut everything
    out except the testvol details and rerun the same sequence testvol
    gets added fine.  
    
    The problem we can foresee is if many more volumes are in rootdg and 
    this type of recovery is attempted I would think extracting the volumes
    out separately could be costly and very time consuming.
    
    Are we missing something here or is this a limitation of LSM that we 
    have found ?  Is there another way to recover ?
    
    thanks,
    dave mahder 
    ken inghram
T.RTitleUserPersonal
Name
DateLines
771.1NETRIX::"[email protected]"Fri Mar 21 1997 08:413
Check out volsave(8) and volrestore(80).

[Posted by WWW Notes gateway]
771.23.2c dunixCSC32::D_MAHDERFri Mar 21 1997 15:136
    volsave and volrestore look to be new with 4.0, we are using 3.2C
    is there anything besides the workaround that can be used for this
    version.
    
    thanks,
    dave
771.3file separate records of the volumesBACHUS::DEVOSManu Devos DEC/SI Brussels 856-7539Tue Mar 25 1997 17:107
    HI,
    
    No, I used to use a 'volprint -vhm  vol_name > /dir/vol_name' for  each
    of the volumes I created, so I can re-create any volume simply by
    selecting the correct 'save' file.
    
    Manu.
771.4thanks for .3CSC32::D_MAHDERSat Mar 29 1997 15:263
    That works...
    
    thanks