Im am configuring Legato Networker 7.2 on a system with several servers and workstations.
Some of the servers have Oracle databases runnning and I am interested in getting the database shutdown before starting the backup and started up again after the backup has finished.
I imagine something like the following commands in the beginning:
-- pre-backup commands
/etc/init.d/oracle stop
/etc/init.d/ldap stop
-- then the start of the backup operation --
-- post-backup commands
/etc/init.d/ldap start
/etc/init.d/oracle start
Can somebody tell me whether a sequence like this is possible to implement whith legato networker software and if so provide me some tips on how and where it is done.
Kind regards / Thanks
MrStig
Some of the servers have Oracle databases runnning and I am interested in getting the database shutdown before starting the backup and started up again after the backup has finished.
I imagine something like the following commands in the beginning:
-- pre-backup commands
/etc/init.d/oracle stop
/etc/init.d/ldap stop
-- then the start of the backup operation --
-- post-backup commands
/etc/init.d/ldap start
/etc/init.d/oracle start
Can somebody tell me whether a sequence like this is possible to implement whith legato networker software and if so provide me some tips on how and where it is done.
Kind regards / Thanks
MrStig