- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Intermitent fbackup problem with C1533A tape drive
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
02-16-2001 07:34 AM
02-16-2001 07:34 AM
Intermitent fbackup problem with C1533A tape drive
============================================
fbackup(1004): session begins on Thu Feb 15 02:10:13 2001
fbackup(3205): unable to read a volume header
fbackup(3047): could not open output file /dev/rmt/dds2
fbackup(3019): would you like to enter a new output file?
fbackup(3004): writer aborting
fbackup(1002): Backup did not complete : Reader or Writer process exit
frecover(5403): Unable to open or identify device at /dev/rmt/dds2
frecover(5432): Media rewind failed
frecover(5402): failed close on device /dev/rmt/dds2
frecover(5404): Press return when the next volume is ready on /dev/rmt/dds2:
frecover(5403): Unable to open or identify device at /dev/rmt/dds2
==============================================
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2001 07:42 AM
02-16-2001 07:42 AM
Re: Intermitent fbackup problem with C1533A tape drive
Let's start with the obvious:
What is the USERID of your cron job ?
Is is the same as the one you use when starting your script manually ?
What are the permissions of your /dev/rmt/dds2 device file? Is it well a device file ?
Best regards,
Dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2001 07:43 AM
02-16-2001 07:43 AM
Re: Intermitent fbackup problem with C1533A tape drive
Regards,
Jason V.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2001 07:50 AM
02-16-2001 07:50 AM
Re: Intermitent fbackup problem with C1533A tape drive
Unless you have made provisions in your cron backup to provide "yes" responses to fbackup's requests for operator input, as you report, then the backup is destined to fail. There is a 'chgvol' mechanism with 'fbackup'. Take a look at the man pages and document #KBRC00001392.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2001 07:51 AM
02-16-2001 07:51 AM
Re: Intermitent fbackup problem with C1533A tape drive
The dds2 device is one I linked from the /dev/rmt/c1t0d0DDS2C device (ls -il output below for both). It has been working fine for about a year.
=============================================
1472 crw-rw-rw- 1 bin bin 205 0x010004 Feb 16 08:18 c1t0d0DDS2
1474 lrwxrwxrwx 1 root sys 11 Mar 1 2000 dds2 -> c1t0d0DDS2C
=============================================
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2001 07:55 AM
02-16-2001 07:55 AM
Re: Intermitent fbackup problem with C1533A tape drive
===================================
/etc/fbackup -0 -g /usr/adm/fbackupfiles/graph.user -I /usr/adm/fbackupfiles/ind
ex -u -f /dev/rmt/dds2 -v
/etc/frecover -V /tmp/tapeheader -f /dev/rmt/dds2
===================================
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2001 07:55 PM
02-16-2001 07:55 PM
Re: Intermitent fbackup problem with C1533A tape drive
I can't find the document (document #KBRC00001392) you referenced. Searched the ITRC with no luck.
Got a link?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2001 08:21 PM
02-16-2001 08:21 PM
Re: Intermitent fbackup problem with C1533A tape drive
I don't know if you changed the SCSI connections recently, but I had problems when I confused an F/W SCSI terminator when I should have been using a SCSI Ultra Wide Single Ended terminator. They look identical, can only tell the difference by the product number.
Good Luck!
J.R.