This post is more than 5 years old
8 Posts
0
1738
April 26th, 2018 04:00
emc unity 400 configure snapshot schedules every 48 hours
hi guys!
I want create task that take snapshot every 48 hours!
How can i do this!?
No Events found!
This post is more than 5 years old
8 Posts
0
1738
April 26th, 2018 04:00
hi guys!
I want create task that take snapshot every 48 hours!
How can i do this!?
Top
DELL_ChrisHolloway
2 Intern
•
125 Posts
1
April 27th, 2018 06:00
As Rainer says UEMCLI gives alot more config options for snaps than the GUI. Try these as an example of creating a snap every 2 days at 8pm and keeping it for 7 days:
PS C:\Users\Administrator> uemcli -d 1.1.1.1 -u admin -p mypassword /sys/task/rule create -schedName 48hours -type daysinterval -every 2 -at 20:00 -keepFor 7d
Storage system address: 1.1.1.1
Storage system port: 443
HTTPS connection
ID = SchedRule_304
Schedule ID = snapSch_18
Operation completed successfully.
PS C:\Users\Administrator> uemcli -d 1.1.1.1 -u admin -p mypassword /sys/task/rule -id SchedRule_304 show
Storage system address: 1.1.1.1
Storage system port: 443
HTTPS connection
1: ID = SchedRule_304
Type = DaysInterval
Frequency = Every 2d at 20:00
Keep for = 7d
Allow auto-delete = no
Access = Checkpoint
Rainer_EMC
6 Operator
•
8.6K Posts
0
April 26th, 2018 10:00
if you cannot configure that in the GUI you need to use UEMCLI to create/modify the schedule and rules
Rainer_EMC
6 Operator
•
8.6K Posts
0
April 27th, 2018 06:00
Dont forget that you can use multiple rules in a schedule
see the uemcli command reference guide for details
Inishev
8 Posts
0
May 8th, 2018 05:00
it's that i need
kelleg
6 Operator
•
4.5K Posts
0
May 8th, 2018 08:00
Was your question answered correctly? If so, please mark your question as answered.
glen