Page 1 of 1

Schedule the script

Posted: Wed Dec 17, 2014 7:13 am
by kk2491
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

Re: Schedule the script

Posted: Wed Jan 07, 2015 10:19 am
by Christian
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

Re: Schedule the script

Posted: Tue Jan 27, 2015 12:17 am
by Richard Siemers
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.

Re: Schedule the script

Posted: Wed Mar 04, 2015 9:15 am
by kk2491
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