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!

Saveset retension time CLI change 2

Status
Not open for further replies.

SirPoBack

IS-IT--Management
Joined
Jan 20, 2005
Messages
2
Location
SE
I want to change the retension time on some saveset
1. I Select some tapes by use of mminfo command in an AT jobb (cron job)
2. I use SOME command (here i need help) to change the browse and retension policy.

// they dont want to set the tape manual recykle.. why I dont know.. // Soo does it work

regards Pane
 
nsrmm -e new_retent -w new_brose SSID

man srmm
 
Hi pontusankarbage,

be carful and do not mix up terms here: policies are not dates.

- A policy defines how log the information will be valuable -
- A date defines when the information will expire.

Of course you may change both. However, AFTER a backup, you may only change the DATE for an esisting save set. Let me refine Chacalinc's command a little bit:

1. find out the SSID with mminfo
2. Change the retention DATE using nsrmm
nsrmm -e new_retention_date -s SSID

As he stated, you will find more info in the nsrmm Manual Page (Command Line Reference) which you also may download from Legato's web page via
 
Deaply thx for answering me sooo quickly..

// Po
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top