Hi All,
Can anybody please tell me how can we scheduled the scripting in 3PAR.?
For example I need to take the physical copy at 12 AM. Then how to schedule the command such that it will be executed at 12 AM.
Thanks in adance...
Regards,
KK
Schedule the script
Re: Schedule the script
Hello
You can use createsched command but it has to be run as a local account.
createsched "createvvcopy -p parentvolumename targetvolume" "0 12 * * *" VVCOPY_Daily
Best Regards Christian
You can use createsched command but it has to be run as a local account.
createsched "createvvcopy -p parentvolumename targetvolume" "0 12 * * *" VVCOPY_Daily
Best Regards Christian
- Richard Siemers
- Site Admin
- Posts: 1333
- Joined: Tue Aug 18, 2009 10:35 pm
- Location: Dallas, Texas
Re: Schedule the script
By "local account" he means if you use AD authentication, you can't use your AD account to schedule the job. You must use a user local to the 3PAR.
Richard Siemers
The views and opinions expressed are my own and do not necessarily reflect those of my employer.
The views and opinions expressed are my own and do not necessarily reflect those of my employer.
Re: Schedule the script
Thanks Richard Sir and Christian Sir,
Yes, Im having a local account to login to 3PAR.
And my aim is to resynching the Physical copy every midnight by scheduling.
It would be a great help if you could share some knowledge.
Regards,
KK
Yes, Im having a local account to login to 3PAR.
And my aim is to resynching the Physical copy every midnight by scheduling.
It would be a great help if you could share some knowledge.
Regards,
KK