Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Legato 7.1.2 issue

Status
Not open for further replies.

nyck

Technical User
Joined
Mar 10, 2004
Messages
447
Location
GB
Each night I run level 9 backups of my unix servers, these have been working great for the last few months but over the last couple of nights something strange is happening. The level 9 backup runs fine and I get my savegroup and bootstrap but when I unload the tapes I have noticed that one of the tapes that get used has got a one year expiration ( this is being displayed in the volumes window ). The level 9 schedule is only one month, what could be causing this?

Yesterday I ran this in the day time manually and all was fine!
 
Have a look at the save sets stored on that volume. At least one must have that long retention period. Then investigate why it was saved on that media.
 
I have run the following command and get the following output:-

mminfo -o e -r 'name,savetime,ssbrowse,ssretent' -q 'volume=ABC000S3'
name date browse retent
/opt 13/11/08 15/12/08 15/12/08
/ora1 13/11/08 15/12/08 15/12/08
/var/adm/ras/platform 12/11/08 13/11/09 13/11/09
/usr 12/11/08 13/11/09 13/11/09
/ 12/11/08 13/11/09 13/11/09
/home 12/11/08 13/11/09 13/11/09
/proj/concilia 12/11/08 13/11/09 13/11/09
/var 12/11/08 13/11/09 13/11/09
/tmp 12/11/08 13/11/09 13/11/09
/opt 12/11/08 13/11/09 13/11/09
index:lonibm6 12/11/08 13/11/09 13/11/09

Is there a switch I can add into mminfo so I know which server these mount points come from?
 
What about extending your command slightly:

mminfo -o e -r 'client,name,savetime,ssbrowse,ssretent' -q 'volume=ABC000S3'
 
Hello,

I added the client bit and discovered which server was causing the issue and have now got all working fine again. The annoying thing is that I checked all the clients within nwadmin and just did not see the issue!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top