- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- post execution on SAM backup
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2003 03:04 AM
03-11-2003 03:04 AM
currently i'm doing backup of my servers using automated sam backups ...
is there any provision to execute some scripts or commands after the completion of the backup just like post_exec scripts in Omniback .... Or is there any sam backup scripts where i can add in commands/scripts to execute ....
how to i handle the exit code of SAM backup ... ie based on the success or failure of the sam backup, i want to execute some commands/ scripts for house keeping ....
pls advice ....
regards
-bala-
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2003 03:13 AM
03-11-2003 03:13 AM
Re: post execution on SAM backup
I'd consider writing your own scripts for the whole backup, including your post_exec stuff.
The SAM backup script is just a wrapper for fbackup, so armed with the man page for fbackup it should be fairly easy to script what you need to do.
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2003 07:02 PM
03-11-2003 07:02 PM
Re: post execution on SAM backup
This is what exactly i'm informing my boss for a long period. But he don't want to disturb the existing backup procedure and still want me to explore possibilities of altering SAM backup.
cheers
-bala-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2003 07:18 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2003 07:53 PM
03-11-2003 07:53 PM
Re: post execution on SAM backup
as already suggested above try using a wrapper script to call fbackup / br_backup.
if that is not possible and u want to use only the sam's backup, try this. ( this thought just occured to my mind and not sure if it will work.)
after every backup, there is an option of sending a mail to a specific user. using procmail, u can process this mail and then run a custom script.
hth
-balaji
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2003 06:16 PM
03-12-2003 06:16 PM
Re: post execution on SAM backup
i'll modify the scripts of Michael .....
cheers
-bala-