Browse Community
Help
Log In
Responses(3)
Solutions(1)
dpinink_silva
2 Intern
•
724 Posts
0
September 22nd, 2008 07:00
MarcLewis
18 Posts
September 22nd, 2008 08:00
September 22nd, 2008 09:00
Dell Support Resources
View All
Top
dpinink_silva
2 Intern
•
724 Posts
0
September 22nd, 2008 07:00
print type: NSR group; name: "group_name"
update autostart: Enabled
MarcLewis
18 Posts
0
September 22nd, 2008 08:00
I get the printout of the group, but then an error when trying to update it.
C:\Legato\nsr\bin>nsradmin -i cmdfile.txt
type: NSR group;
name: Test;
comment: ;
snapshot: False;
autostart: Disabled;
autorestart: Disabled;
start time: "3:33";
last start: ;
last end: ;
interval: "24:00";
restart window: "12:00";
force incremental: Yes;
savegrp parallelism: 0;
client retries: 1;
clones: No;
clone pool: Default Clone;
success threshold: Warning;
options: ;
level: ;
printer: ;
schedule: ;
schedule time: ;
expiration time: ;
inactivity timeout: 30;
File inactivity threshold: 30;
File inactivity alert threshold: 30;
work list: ;
completion: ;
status: idle;
Snapshot Policy: Daily;
Snapshot Pool: Default;
Resource parse error: Unexpected end of input
autostart: Enabled ^
usage: update attrlist
If I remove the the line 'update autostart: Enabled'. Then it will print out the details of the group without any problems. Any ideas on this error?
Thanks again
MarcLewis
18 Posts
0
September 22nd, 2008 09:00
All works great now, it just needed a line break in between the 2 lines.
Thanks!!