- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problem with full backup using SAM
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-14-2003 05:22 AM
10-14-2003 05:22 AM
Problem with full backup using SAM
Recently we have been experiencing some problem with a full back to DDS3 tape using SAM. This is a HPd390 box runing HP-UX 11.0. We set up the full backup using SAM. The br_log tells me it is completed with error code 4 and it took almost 2 hours. However, when we went back to check and verify the content of the DDS3 tape, using "tar tvf /dev/rmt/0m" or "tar -vt", we get "checksum error blocksize 2" or "checksum error blocksize 4". We tried everything: cleaning the head using the cleaning tape; changed the DDS3 from Sony to HP's own tape; replaced the tape drive itself; unplugged and plugged back the SCSI cable on the motherboard; checked and verified the tape drivers...
Yet it still refuses to work. The funny thing about it is that a couple of months ago (June) We were able to make a recovery tape using HP's Ignite_ux. Of course the only difference is we did not use SAM then.
We contacted both HP support as well as the vendor, they could not figure out what is wrong either.
Has anybody experienced this before? Do you have any suggestions? Your help are greatly appreciated.
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2003 05:30 AM
10-14-2003 05:30 AM
Re: Problem with full backup using SAM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2003 05:34 AM
10-14-2003 05:34 AM
Re: Problem with full backup using SAM
Try frecover -Nv > /tmp/file1 2>&1
man frecover for details/options.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2003 05:46 AM
10-14-2003 05:46 AM
Re: Problem with full backup using SAM
Zhi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2003 05:51 AM
10-14-2003 05:51 AM
Re: Problem with full backup using SAM
As the backup is not in a format that "tar" understands, you can not verify it or restore it using "tar". Sam uses the "fbackup" command to store data on the tape and the tape is therefore in "fbackup" format and the only thing that undrstands "fbackup" format tapes is "frecover".
try typing "frecover -vN" and you should see all your backup data has been successfully written to tape.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2003 05:55 AM
10-14-2003 05:55 AM
Re: Problem with full backup using SAM
Just read your last post a bit more carefully. are you saying that on other servers, you backup with SAM and check the tape with "tar"? If this is the case then the only way I can see that happening is if someone has specifically set up a SAM menu to give you the "tar" backup option.
You can test all this by putting in a blank tape and doing "tar cvf /dev/rmt/0m /tmp" and then when finished, try your "tar tvf /dev/rmt/0m" again and see if you still get the same error. There is a "b" option to "tar" to set blocksize but I suspect we don't have to go near that one just yet :)