- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: fbackup question
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
10-04-2005 01:08 AM
10-04-2005 01:08 AM
fbackup question
The nightly backup is getting the following error.
fbackup(1417): cannot open the dates file /var/adm/fbackupfiles/dates for readin
g
fbackup(1004): session begins on Tue Oct 4 02:11:26 2005
fbackup(3203): volume 1 has been used 2 time(s)
fbackup(3024): writing volume 1 to the output file /dev/rmt/c4t3d0BEST
fbackup(3055): total file blocks read for backup: 9200423
fbackup(3056): total blocks written to output file /dev/rmt/c4t3d0BEST: 9201387
The file /var/adm/fbackupfiles/dates does not exist on my system - there is no /var/adm/fbackupfiles directory.
What am I missing?
Thanks,
Patti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2005 01:11 AM
10-04-2005 01:11 AM
Re: fbackup question
fbackup is expecting to find this file due to the command options you have used.
So I guess you need to let us know what is the exact command you are using if you want to stop this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2005 01:14 AM
10-04-2005 01:14 AM
Re: fbackup question
/etc/fbackup -f /dev/rmt/c4t3d0BEST -c /usr/local/bin/fbackup_config -g /usr/lo
cal/bin/graph_hot -I /usr/local/bin/index_hot 2>>$LOGFILE
And here is the contents of the fbackup_config file
blocksperrecord 64
records 64
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2005 01:21 AM
10-04-2005 01:21 AM
Re: fbackup question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2005 01:23 AM
10-04-2005 01:23 AM
Re: fbackup question
This is the same script I used on my HP-UX 11.0 server without issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2005 01:24 AM
10-04-2005 01:24 AM
Re: fbackup question
See the man page for more information.
It is informational only
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2005 07:26 AM
10-04-2005 07:26 AM
Re: fbackup question
Here is an example of a dates file.
/etc/sam/br/graphXCAa06759 0 1128240003 1128242503
STARTED: Sun Oct 2 01:00:03 2005 ENDED: Sun Oct 2 01:41:43 2005
/etc/sam/br/graphXCAa06759 1 1128412803 1128413459
STARTED: Tue Oct 4 01:00:03 2005 ENDED: Tue Oct 4 01:10:59 2005
You will need to create the directory for this file, if you want to do incremental or differential backups. Otherwise, you will only get full backups since fbackup will not know the date/time of the previous backup.
Marlou
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2005 07:53 AM
10-04-2005 07:53 AM
Re: fbackup question
My HP-UX 11.0 server had the /var/adm/fbackupfiles/date file, so I got away without specifying a backup level.
Since the file did not exist on the new server (don't do incremental backups) I got the warning message when I didn't specify that the backup was level 0.
Thanks for the help.