HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: taking file backup
Operating System - HP-UX
1834189
Members
2744
Online
110064
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
12-08-2004 11:43 PM
12-08-2004 11:43 PM
Hi,
I want to take a single individual file and other database file under subdirectory from
the following path /oracle/product/oradata/9.2.0.1.0/dbs/orapwgdbs.ora and /u01/gdbs, /u02/gdbs, /u03/gdbs
Is the following fbackup command is correct?
$fbackup -v -f /dev/rmt/0m -i /u01/gdbs -i /u02/gdbs -i /u03/gdbs -i /oracle/product/oradata/9.2.0.1.0/dbs/orapwgdbs.ora
I want to take a single individual file and other database file under subdirectory from
the following path /oracle/product/oradata/9.2.0.1.0/dbs/orapwgdbs.ora and /u01/gdbs, /u02/gdbs, /u03/gdbs
Is the following fbackup command is correct?
$fbackup -v -f /dev/rmt/0m -i /u01/gdbs -i /u02/gdbs -i /u03/gdbs -i /oracle/product/oradata/9.2.0.1.0/dbs/orapwgdbs.ora
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2004 12:35 AM
12-09-2004 12:35 AM
Solution
Looks good to me.
You could also create a graph file:
i oracle/product/oradata/9.2.0.1.0/dbs/orapwgdbs.ora
i /u01/gdbs
i /u02/gdbs
i /u03/gdbs
Then:
fbackup -v -f /dev/rmt/0m -g /mygraph
Rgds...Geoff
You could also create a graph file:
i oracle/product/oradata/9.2.0.1.0/dbs/orapwgdbs.ora
i /u01/gdbs
i /u02/gdbs
i /u03/gdbs
Then:
fbackup -v -f /dev/rmt/0m -g /mygraph
Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2004 12:36 AM
12-09-2004 12:36 AM
Re: taking file backup
Hi,
Looks fine, but remember stop de databases before make a backup of files that belong them to ensure integrity and consistence. You can check the final status of this backup entering the following command immediately after the finalization of the backup:
# echo $?
Always, in database file case, the status must be 0. To know all available fbackup status pls "man fbackup"
Afther, you can check the tape content entering the command:
# frecover -I /tmp/index.txt -f /dev/rmt/0m
Then cat or edit /tmp/index.txt file to check the tape content.
Rgds.
Looks fine, but remember stop de databases before make a backup of files that belong them to ensure integrity and consistence. You can check the final status of this backup entering the following command immediately after the finalization of the backup:
# echo $?
Always, in database file case, the status must be 0. To know all available fbackup status pls "man fbackup"
Afther, you can check the tape content entering the command:
# frecover -I /tmp/index.txt -f /dev/rmt/0m
Then cat or edit /tmp/index.txt file to check the tape content.
Rgds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2004 05:15 AM
12-10-2004 05:15 AM
Re: taking file backup
Using the graph file is a good idea - you can change it if you need to add more files.
I like to use "-V header -I index" options (could go before the -f), with datestamps in the "header" and "index" filenames - that way, you can search those files for what's on the tape. (Like -V OraHdr20041210).
I like to use "-V header -I index" options (could go before the -f), with datestamps in the "header" and "index" filenames - that way, you can search those files for what's on the tape. (Like -V OraHdr20041210).
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