Veritas-bu

Re: [Veritas-bu] Problem with Netbackup 6.5 and EV 8.0

2009-11-13 02:58:41
Subject: Re: [Veritas-bu] Problem with Netbackup 6.5 and EV 8.0
From: Kenneth Hansen <Kenneth.Hansen AT atea DOT no>
To: "veritas-bu AT mailman.eng.auburn DOT edu" <veritas-bu AT mailman.eng.auburn DOT edu>
Date: Fri, 13 Nov 2009 08:58:34 +0100

Hi,

 

In EV 8.0 you should use powershell to do backups.

Meaning powershell command puts EV in backup mode.

Using scripts make sure EV never is unavailable for users.

 

Here is an example of scripts I use in my test lab:

 

Setting backup mode

 

powershell -psconsolefile "C:\Program Files\Enterprise Vault\EVShell.psc1" set-IndexLocationBackupMode evsite01

powershell -psconsolefile "C:\Program Files\Enterprise Vault\EVShell.psc1" set-vaultstorebackupmode -name 'Primary VSG01' -evservername ev01 -evobjecttype vaultstoregroup

powershell -psconsolefile "C:\Program Files\Enterprise Vault\EVShell.psc1" set-vaultstorebackupmode -name 'Primary VSG02' -evservername ev01 -evobjecttype vaultstoregroup

 

Clearing backup mode

 

powershell -psconsolefile "C:\Program Files\Enterprise Vault\EVShell.psc1" clear-IndexLocationBackupMode evsite01

powershell -psconsolefile "C:\Program Files\Enterprise Vault\EVShell.psc1" clear-vaultstorebackupmode -name 'Primary VSG01' -evservername ev01 -evobjecttype vaultstoregroup

powershell -psconsolefile "C:\Program Files\Enterprise Vault\EVShell.psc1" clear-vaultstorebackupmode -name 'Primary VSG02' -evservername ev01 -evobjecttype vaultstoregroup

 

Note!! EVSITE01 is the name of my EVSITE – PrimaryVSG01 and 02 is name of my Vault Store Groups.

When it comes to SQL, use online agent or make a dump script and backup DB. Make sure backup is consistent.

 

Kenneth

 

From: veritas-bu-bounces AT mailman.eng.auburn DOT edu [mailto:veritas-bu-bounces AT mailman.eng.auburn DOT edu] On Behalf Of Francisco Javier Gallegos Iglesias
Sent: 12. november 2009 14:12
To: veritas-bu AT mailman.eng.auburn DOT edu
Subject: [Veritas-bu] Problem with Netbackup 6.5 and EV 8.0

 

Hi,

 

I need some help, because I have a Enterprise Vault 8.0 without the agent of NetBackup, that means that I make backup in a traditional way, with scrips of start and stop. And makes the next:

 

The first script down the data base of EV.

After this make copy of two net folder \\NAS_NETAAP\VaultStorageDat

                                                                               \\NAS_NETAAP\VaultStorageIndx

The second script launch a backup of SQL instance  (licenses) and up the Data Bases of Enterprise Vault.

 

Is this well done? Or I have to do, some changes. At this moment I have a status code 59, but I think that it is related to other thing, I suppose.

 

Thanks for all.

_______________________________________________
Veritas-bu maillist  -  Veritas-bu AT mailman.eng.auburn DOT edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu
<Prev in Thread] Current Thread [Next in Thread>