cancel
Showing results for 
Search instead for 
Did you mean: 

Taking Offline Backup of production in Solaris

Former Member
0 Kudos

Hai All,

I have a problem in my production server ,that is while i was trying to take the offline backup from db13 it is not allowing and the reason is production server is the cluster server if one node is down automatically another node is up and we are using IBM LEGATO tool for taking backups ,

Kindly tell me the solution for taking offline backup in cluster server on SOLARIS

Regards,

Srinivas.G

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Helle Srinivas,

You must stop the Cluster SAP and Oracle services to be sure to stop your system.

Because when you use a cluster, you cannot use the stopsap command to shut the SAP down. If you shut down the SAP system with stopsap command, the cluster detects the kill of the processes and restarts it on the other node.

You must use the SOLARIS internal cluster commands which are basically as follow :

scswitch -nj

Run this command for SAP and Oracle ressources and launch your backup.

To startup your system at the end of the backup, you must use the same commands but with "-ej" instead of "-nj".

I which it will help you.

Regards,

Stéphan

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Stephen

Thanks for ur reply

Regards,

Srinivas.G