- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: no backup blues
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
03-25-2002 08:15 AM
03-25-2002 08:15 AM
the fbackup (via SAM) won??t work on companies 9000/J220 HPUX 11.00 machine.
Trying to interactivelely backup the whole system (w.o. NFS) I received the following error message:
fbackup(3205)WARNING: unable to read a volume header
fbackup(3024): writing volume 1 to /dev/rmt/0m
fbackup(9999): I/O error
fbackup(3120): write error on a record in the index
fbackup(3025):write error at the beginning of the volume
after that I can only more abort the operation.
Trying to forward the tape via mt -f /dev/rmt/0m fss 20 dumped: fss 20 failed: I/O error; the tape is brand-new, the backup device is an HP C1533A (referring to ioscan), clean led is not active;
do I need to mount the tape in advance or is it simply broken respectively dirty?
Thanks for any suggestion
Marcus
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2002 08:21 AM
03-25-2002 08:21 AM
Re: no backup blues
You are using a dds-2 tape, correct?
Here's the C1533A main link:
http://h20000.www2.hp.com/bizsupport/TechSupport/Home.jsp?locale=en_US&prodTypeId=12169&prodSeriesId=63916&prodSeriesName=hp+c1533a+dds-2+drive
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2002 08:24 AM
03-25-2002 08:24 AM
Re: no backup blues
I had faced a similar problem where it was working with tar and failing with fbackup. Then we put a call to HP and they have replaced the DDS3 drive and now everything is working fine.
It is bettere to give a call to support.
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2002 08:28 AM
03-25-2002 08:28 AM
Re: no backup blues
Looks like you need a replacement tape drive. You can try a sample tar / cpio backup just to make sure the fbackup binaries are not corrupted.
The first few messages are normal since you are using a new media, (it is unable to find a header)
fbackup(3205)WARNING: unable to read a volume header
fbackup(3024): writing volume 1 to /dev/rmt/0m
The problem is I/O error.
Try to take a sample tar / cpio backup and if even that fails, try to get a replacement drive.
hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2002 09:49 AM
03-25-2002 09:49 AM
Re: no backup blues
thanks again
Marcus
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2002 10:01 AM
03-25-2002 10:01 AM
SolutionTry this,
ioscan -fnkC tape
This will give you the device file associated with the backup device. say it is /dev/rmt/0m, now do a tar backup
tar cvf /dev/rmt/0m some_directory
Check the contents of the tape,
tar tvf /dev/rmt/0m
To try the same with cpio, try this,
find . -print |cpio -iCBvdul >/dev/rmt/0m
To check the contents of the tape,
cpio -itBvdul
If the backup performed using these is okay, you should look at the fbackup command you are trying. If both of these give you problem, replace the drive and try.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2002 10:22 AM
03-25-2002 10:22 AM
Re: no backup blues
while checking it via cpio and tar the streamer shit itself and scrambled the tape, so I thing my question is well answered right now......(-;
thanks for your precious time
M
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2002 10:24 AM
03-25-2002 10:24 AM