Browse Community
Help
Log In
Responses(5)
Solutions(0)
ble1
4 Operator
•
14.4K Posts
0
November 21st, 2009 03:00
HCLBACKUP
2 Intern
150 Posts
November 23rd, 2009 03:00
Hi Crvelin,
Can you give a sample script for this.
As requires a lot of tedious job otherwise.
1
I would have to test this against my production, so here is how it looks like from CLI:
1. You type: nsradmin
2. From nsradmin prompt you type: show browse policy
3. From nsradmin prompt you type: show retention policy
4. From nsradmin prompt you tyoe: show name
5. From nsradmin prompt you type: print type: NSR client
This will give you the list of all client instances with their name, browse and retention policy.
To update browse policy of all clients you type: update browse policy:
You will be asked to confirm this each client instance in order as in previous output.
From script (which you call with nsradmin -i
November 23rd, 2009 04:00
phagen1
5 Posts
Thanks
That did the trick
nice scripting, I did it be hand because we have windows envoirement.
But this worked for me.
Dell Support Resources
View All
Top
ble1
4 Operator
•
14.4K Posts
0
November 21st, 2009 03:00
HCLBACKUP
2 Intern
•
150 Posts
0
November 23rd, 2009 03:00
Hi Crvelin,
Can you give a sample script for this.
As requires a lot of tedious job otherwise.
ble1
4 Operator
•
14.4K Posts
1
November 23rd, 2009 03:00
I would have to test this against my production, so here is how it looks like from CLI:
1. You type: nsradmin
2. From nsradmin prompt you type: show browse policy
3. From nsradmin prompt you type: show retention policy
4. From nsradmin prompt you tyoe: show name
5. From nsradmin prompt you type: print type: NSR client
This will give you the list of all client instances with their name, browse and retention policy.
To update browse policy of all clients you type: update browse policy:
You will be asked to confirm this each client instance in order as in previous output.
From script (which you call with nsradmin -i
HCLBACKUP
2 Intern
•
150 Posts
0
November 23rd, 2009 04:00
phagen1
5 Posts
0
November 23rd, 2009 04:00
Thanks
That did the trick
nice scripting, I did it be hand because we have windows envoirement.
But this worked for me.