- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Back up with gnu tar.
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-26-2009 10:02 PM
03-26-2009 10:02 PM
Back up with gnu tar.
1. i already installed gnu tar in my hp ux 11.23.is there any new command for taking back up which is more than 8 Gb.
2. i already tried with "tar -cvf ". but it showing error message.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2009 10:31 PM
03-26-2009 10:31 PM
Re: Back up with gnu tar.
1. There is no new command, just tar. The old tar is probably still on the PATH variable. Make sure PATH is set so the new gnu tar is first or use it with its full path.
2. See the man page for gnu tar, but I've been told it works the same. HP ships a patch in the itrc patch database that enables its tar to make archives larger than 8 GB. That is why I never found the need to use gnu tar.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2009 11:56 PM
03-26-2009 11:56 PM
Re: Back up with gnu tar.
Thanks for your valuable time.
Can u specify the patch no if its so i need to upgrade my tar ,also by using this patch wheather its possible to take a backup of 18 GB using tar?
can u mention the correct format to take backup to a tape using the modified tar.. is it
tar -cvf /dev/rmt11mn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2009 01:21 AM
03-27-2009 01:21 AM
Re: Back up with gnu tar.
I think you can patch tar to go up to 8 Gb but no larger. To go larger you need pax(1):
PHCO_38835 11.31 pax(1) cumulative patch
PHCO_38165 11.23 Cumulative changes to pax(1)
PHCO_35998 11.11 pax(1) cumulative patch
Besides these patches, you need to download PAX-Enh from sofware.hp.com.
PHCO_36587 11.11 tar(1) cumulative patch
PHCO_39454 11.23 tar(1) catalogs ; directory timestamp
>by using this patch whether it's possible to take a backup of 18 GB using tar?
You can use tar if each file is smaller than 8 Gb. If files are > 8 Gb, you need pax.
- Tags:
- pax
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2009 02:41 AM
03-27-2009 02:41 AM
Re: Back up with gnu tar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2009 04:53 AM
03-27-2009 04:53 AM
Re: Back up with gnu tar.
> 11.23 [...]
How? Where?
> 2. i already tried with "tar -cvf ".
So, which "tar" is that?
type tar
> but it showing error message.
But you're not showing the error message, and
my psychic powers are too weak to tell me
what you saw.
> You need to go with pax if you have files
> > 8G
Or GNU "tar". But installing GNU "tar" may
not help unless you actually _run_ GNU
"tar".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2009 05:00 AM
03-27-2009 05:00 AM
Re: Back up with gnu tar.
> You need to go with pax [...]
You guys sure are free and easy with this
"need" stuff. If there's some actual reason
that GNU "tar" would not work in this case,
please reveal it. Otherwise, please try to
remember that there is often more than one
way to solve a computer problem, so one
seldom _needs_ to do _any_ particular thing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2009 01:26 AM
03-28-2009 01:26 AM
Re: Back up with gnu tar.
tar -cvf
taking bakup of the saj folder which one is under opt dir, in to a media
tar -cvf /dev/rmt11mn /opt/saj
thanks and regards
Sajjad