Unsolved

This post is more than 5 years old

35 Posts

715

March 2nd, 2009 08:00

Backup Exec integration

I have a customer who is trying to RM with Backup Exec. They are using RM on a Windows server with a Celerra NS20 w/ SnapSure enabled for iSCSI LUNs. They have a RM job configured to run a backup script using Backup Exec. However, once the backup job completes RM does not unmount the snap automatically. What should be configured so that RM recognizes the backup is complete?

Alternatively, I know we could manually create a script to unmount the snap at a given time using rmcli and the unmount-replica command.

Thanks, Aaron

2.2K Posts

March 2nd, 2009 08:00

If you are using the "Other Mount Options" settings within the RM job properties, you could also select the option "Unmount replica upon job completion".

If that does not work with your setup you could also set the replica count for the snap job to one, so that each time the job runs it will first unmount and then expire the existing snap before creating a new one.

257 Posts

March 2nd, 2009 12:00

Aran is spot on as usual!

Just be sure that your backup script does not call back to the RM client pre-maturely. i.e. dont let the original script invoked by RM mount options end before the backup does.

Let us know how it goes!
Cheers
James.

133 Posts

March 2nd, 2009 13:00

All,

Some years ago I had a customer who had a similar issue with backing up SQL via a Backup Exec script launched from RM/SE. We found out that by using the ¿bemcmd¿ command with the -w option the script waits until the BE job has complete before returning a value of -1 thus allowing RM/SE to unmount and complete the job¿.

Here is a link to the BE v10 Command Line Applet document: ftp://exftpp.symantec.com/pub/support/products/Backup_Exec_for_WindowsNT/275538.pdf

I hope this helps

Cheers
Carl

19 Posts

April 23rd, 2009 18:00

Do we have sample scripts we might use to mount a CX4 SnapClone from a RHEL Oracle 10g server?

Top