- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Backups started failing
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
08-07-2003 06:20 AM
08-07-2003 06:20 AM
Backups started failing
Up until just a few days ago, backups were running fine.
I'm seeing this error:
fbackup(3038): output file /dev/rmt/0m is not a valid device file for backup
If I do an ls -l on /dev/rmt, 0m indeed listed, and permissions are 666.
Any ideas?
Thanks!
Stace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2003 06:24 AM
08-07-2003 06:24 AM
Re: Backups started failing
Things to try are;
1. powering off then on the tape device (if you can - ie. its an external unit)
2. running tar to see if it can write to the device (just tar /tmp to /dev/rmt/0m)
3. do a full ioscan; ioscan -f
4. run a fbackup during the day - just a small one of say /tmp to see if its can write to the tape. If it works then it should work overnight fine.
5. Its possible some other overnight job is doing heavy i/o at the time your backup starts. Try changing the time of your backup.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2003 06:28 AM
08-07-2003 06:28 AM
Re: Backups started failing
1) Install patch PHKL_28217 (stape cumulative patch 11.11)
2) Check if the media (tape) is mounted properly. Check device status with ioscan, check cables, try another backup with tar etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2003 06:30 AM
08-07-2003 06:30 AM
Re: Backups started failing
Is it possible that someone has overwritten the device file ?
# file /dev/rmt/0m
0m: character special (205/12288)
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2003 06:34 AM
08-07-2003 06:34 AM
Re: Backups started failing
# ioscan -fnC tape
Is the S/W State still shown as "CLAIMED"? Otherwise, the tape device's connection has become loose.
Hai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2003 06:36 AM
08-07-2003 06:36 AM
Re: Backups started failing
if it has a size rather than major / minor numbers, it has been overwritten, and needs to be recreated.
In the meantime, you should be able to get away with using one of the other /dev/rmt/0xxx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2003 07:10 AM
08-07-2003 07:10 AM
Re: Backups started failing
You may be getting fbackup (3038) error because there is no tape in your tape drive.
Elena.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2003 07:48 AM
08-07-2003 07:48 AM
Re: Backups started failing
I would bet that either someone did an ovewrite on the device, but I would a
check major/minor numbers.
Mine looks like this from my A class:
crw-rw-rw- 2 bin bin 205 0x003000 Sep 10 2001 0m
I would bet that if that isn't the case,
go into SAM and remove tape and devices, and rebuild them. I would then recreate them. If they don't create correctly, Call hardware service if all cables are on securely and the power is on.
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2003 10:23 AM
08-07-2003 10:23 AM
Re: Backups started failing
I even disconnected the tape drive and redid insf -e.
Still no 0m visible via SAM.
I have another tape drive in the same array attached to another box, so I swapped and tried to use that drive, and that won't work either. Ran cleaning tape as well, just to be safe.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2003 10:30 AM
08-07-2003 10:30 AM
Re: Backups started failing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2003 10:43 AM
08-07-2003 10:43 AM
Re: Backups started failing
How can I find out what the latest frecover/fbackup patches are?
I did verify that the one mentioned earlier is present.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2003 10:48 AM
08-07-2003 10:48 AM
Re: Backups started failing
cat filename > /dev/rmt/0m
( does the drive have an activity light to see if data gets sent?)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2003 10:51 AM
08-07-2003 10:51 AM
Re: Backups started failing
sh: /dev/rmt/0m: Cannot create the specified file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2003 10:52 AM
08-07-2003 10:52 AM
Re: Backups started failing
Also, do you have another tape device (DLT, DDS) connected to the system? Is that working? Is your tape device listed here:
# ioscan -fnC tape
Check proper SCSI termination and cable connections too.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2003 11:13 AM
08-07-2003 11:13 AM
Re: Backups started failing
Can you post the output of the commands below:
# ll /dev/rmt
# ioscan -fknC tape
# diskinfo -v /dev/rmt/0m
Hai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2003 11:15 AM
08-07-2003 11:15 AM
Re: Backups started failing
if it still fails......
This looks like recreate the tape time.
check that the tape drive exists w/
ioscan -fnC tape
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2003 12:01 PM
08-07-2003 12:01 PM