- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: tar backup Issue
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
09-02-2004 04:41 PM
09-02-2004 04:41 PM
tar backup Issue
I used following command to get backup
# tar cvf /dev/rmt/0m /home/somedir
This is succesfull but when you try to restore in Sco unix U get some checksum error message
Is there any special switch to be used with tar when U get backup for compatibility ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2004 04:55 PM
09-02-2004 04:55 PM
Re: tar backup Issue
On the SCO side, what do the following commands return:
tape getblk /dev/rStp0
dtype /dev/rStp0
If the blocking factor is off, you can try changing the block size on the SCO side (using 'tape -a
Unfortunately, I don't have a HP-UX tar file handy to try on my OSR machines here, sorry.
(NOTE: Actually, I should have asked earlier. What release of SCO are you using? Use 'uname -X', and show the 'Release' line. The commands here should work on most releases however).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2004 06:18 PM
09-02-2004 06:18 PM
Re: tar backup Issue
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2004 07:22 PM - last edited on 09-16-2024 02:08 AM by support_s
09-02-2004 07:22 PM - last edited on 09-16-2024 02:08 AM by support_s
Re: tar backup Issue
if there's a problem in that way then it's almost always because there are different block sizes
So you should use tar with the "-b"
Regards
Franky
- Tags:
- Network Controller
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2004 08:52 PM
09-02-2004 08:52 PM
Re: tar backup Issue
#
# uname -X
System = SCO_SV
Node = isddev
Release = 3.2v5.0.5
KernelID = 98/07/02
Machine = i80386
BusType = ISA
Serial = 4EB012127
Users = 30-user
OEM# = 0
Origin# = 1
NumCPU = 1
# tar
Usage: tar -{txruc}[0-9vfbkelmnopwAFLTP] [tapefile] [blocksize] [tapesize] files
...
Key Device Block Size(K) Tape
0 /dev/rfd048ds9 18 360 No
1 /dev/rfd148ds9 18 360 No
2 /dev/rfd096ds15 10 1200 No
3 /dev/rfd196ds15 10 1200 No
4 /dev/rfd0135ds9 18 720 No
5 /dev/rfd1135ds9 18 720 No
6 /dev/rfd0135ds18 18 1440 No
7 /dev/rfd1135ds18 18 1440 No
8 /dev/rct0 20 0 Yes
9 /dev/rctmini 20 0 Yes
10 /dev/rdsk/fp03d 18 720 No
11 /dev/rdsk/fp03h 18 1440 No
12 /dev/rdsk/fp03v21 10 20330 No
# tape getblk /dev/rct0
tape: can't open '/dev/rct0': No such device or address
# dtype /dev/rct0
/dev/rct0 No such device or address
# tape getblk /dev/rctmini
tape: can't open '/dev/rctmini': No such file or directory
# dtype /dev/rctmini
/dev/rctmini No such file or directory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2004 09:03 PM
09-02-2004 09:03 PM
Re: tar backup Issue
i don't know the block_size of SCO, but maybe there's a similar command like in HPUX "fstyp -v
HTH
Franky
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2004 12:18 AM
09-03-2004 12:18 AM
Re: tar backup Issue
please assign points accordingly so that one can see if any of the answers helped you out
Regards
Franky
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2004 12:30 AM
09-03-2004 12:30 AM
Re: tar backup Issue
tar xvbf 20