HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to timestamp main backup directories
Operating System - HP-UX
1833420
Members
2786
Online
110052
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
04-16-2001 12:01 PM
04-16-2001 12:01 PM
I am using fbackup to backup oracle and users directories to tape. I need to find out how much time the oracle directores takes for backup so that I can estimate time to open the database before the full backup ends. My graph looks like
i /oradisk1
i /oradisk2
i /oradisk3
i /userdata1
i /userdata2
Do I have to change to cpio? TIA Haitham
i /oradisk1
i /oradisk2
i /oradisk3
i /userdata1
i /userdata2
Do I have to change to cpio? TIA Haitham
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2001 03:53 PM
04-16-2001 03:53 PM
Re: How to timestamp main backup directories
Fbackup is ok but the best is Omniback.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2001 10:47 PM
04-16-2001 10:47 PM
Solution
Hello,
I do not think it is a good idea to do this on a time-based approach. If the DBA extends the database, or even if data is filled into prevois empty tablespaces, the time may change, as the compressratio changes.
What about a small script, that watches the progress of your backup by analyzing the logfile of fbackup. Should be like this:
- Loop and Wait for fbackup logfile to apear
- Loop and Wait for /oradisk1 token to apear
- Loop and Wait for /userdata1 token to apear
- wait 2 minutes to be safe
- start oracle
The check could be done with
tail -n 1 logfile | grep oradisk
or use a more sofisticated awk program.
Hope this helps
Volker
I do not think it is a good idea to do this on a time-based approach. If the DBA extends the database, or even if data is filled into prevois empty tablespaces, the time may change, as the compressratio changes.
What about a small script, that watches the progress of your backup by analyzing the logfile of fbackup. Should be like this:
- Loop and Wait for fbackup logfile to apear
- Loop and Wait for /oradisk1 token to apear
- Loop and Wait for /userdata1 token to apear
- wait 2 minutes to be safe
- start oracle
The check could be done with
tail -n 1 logfile | grep oradisk
or use a more sofisticated awk program.
Hope this helps
Volker
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2001 05:08 AM
04-17-2001 05:08 AM
Re: How to timestamp main backup directories
Thanks volker for your concern. This is a temporary solution till my client purchase more disk.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP