Liffeyman
14 years agoLevel 3
Scheduling EV services to go into backup mode
Folks,
We have the following maintenance plan in place the run weekly http://www.symantec.com/business/support/index?page=content&id=TECH74666
Question is, do i need to create a task to place the services in backup mode before this maintenance starts, or will the linked maintenance plan automatically place the services in backup mode?
Have found the following article http://www.symantec.com/docs/HOWTO37613 which showes me how to place the services into backup mode but i haven't being able to find a way to schedule this task.
Any help would be great
thanks
Paul
- powershell -psconsolefile "C:\Program Files\EnterpriseVault\EVShell.psc1"Set-IndexLocationBackupMode EVServer-Win2k3 -IndexRootPathf:\enterprise vault index location\index location 1Set-IndexLocationBackupMode EVServer-Win2k3 -IndexRootPathf:\enterprise vault index location\index location 2Set-IndexLocationBackupMode EVServer-Win2k3 -IndexRootPathf:\enterprise vault index location\index location 3Set-IndexLocationBackupMode EVServer-Win2k3 -IndexRootPathf:\enterprise vault index location\index location 4Set-IndexLocationBackupMode EVServer-Win2k3 -IndexRootPathf:\enterprise vault index location\index location 5Set-IndexLocationBackupMode EVServer-Win2k3 -IndexRootPathf:\enterprise vault index location\index location 6Set-IndexLocationBackupMode EVServer-Win2k3 -IndexRootPathf:\enterprise vault index location\index location 7-command "& {set-vaultstorebackupmode -name'Default Upgrade Group' -evservername Server evobjecttypevaultstoregroup}"powershell -psconsolefile "C:\Program Files\EnterpriseVault\EVShell.psc1"Clear-IndexLocationBackupMode EVServer-Win2k3 -IndexRootPathf:\enterprise vault index location\index location 1Clear-IndexLocationBackupMode EVServer-Win2k3 -IndexRootPathf:\enterprise vault index location\index location 2Clear-IndexLocationBackupMode EVServer-Win2k3 -IndexRootPathClear-IndexLocationBackupMode EVServer-Win2k3 -IndexRootPathf:\enterprise vault index location\index location 3Clear-IndexLocationBackupMode EVServer-Win2k3 -IndexRootPathClear-IndexLocationBackupMode EVServer-Win2k3 -IndexRootPathf:\enterprise vault index location\index location 4Clear-IndexLocationBackupMode EVServer-Win2k3 -IndexRootPathf:\enterprise vault index location\index location 5Clear-IndexLocationBackupMode EVServer-Win2k3 -IndexRootPathf:\enterprise vault index location\index location 6Clear-IndexLocationBackupMode EVServer-Win2k3 -IndexRootPathf:\enterprise vault index location\index location 7-command "& clear-vaultstorebackupmode -name'Default Upgrade Group' -evservername Server -evobjecttypevaultstoregroup}"But you kind find all of this in the administrator guide.