- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How restore on linux PC the vxdump file created by...
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
01-25-2005 01:48 AM
01-25-2005 01:48 AM
How restore on linux PC the vxdump file created by HP-UX
I have a backup file created on a remote backup server running linux. The vxdump command is:
/usr/sbin/vxdump -0uf - /data | /usr/bin/ssh -l backup -c blowfish backupserver dd bs=1024 of=/backup/HP/VXDUMP/vxdump.0uf.data
The file vxdump.0uf.data is very big, it has 107GB, for that reason my directory /tmp is full when I use vxrestore -ivf on HP-UX box.
I need only restore a small files of 1MB, so I would like restore on linux box using any application that can read vxdump files.
Exist others alternative for vxrestore on linux box?
Do you have others ideas?
very thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2005 01:55 AM
01-25-2005 01:55 AM
Re: How restore on linux PC the vxdump file created by HP-UX
Use ftp/scp/rcp to copy it to a Linux box via wired or wireless network.
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
01-25-2005 01:58 AM
01-25-2005 01:58 AM
Re: How restore on linux PC the vxdump file created by HP-UX
-i = interactive -v = verbose -b = block size -f = file (the tape device name)
The interactive option allows you to browse through the tape looking for the specific file(s) you need and you can specifically mark the file(s) for extract and start the restore.
Being that you can restore a specific file from the vxdump tape you can perform the restore on the HPUX:/tmp without worry of filling up the /tmp filesystem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2005 02:13 AM
01-25-2005 02:13 AM
Re: How restore on linux PC the vxdump file created by HP-UX
Is possible use another program or command for restore a vxdump file? I am searching a replace for vxrestore that run on Linux box.
Exist it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2005 02:21 AM
01-25-2005 02:21 AM
Re: How restore on linux PC the vxdump file created by HP-UX
I am running journaled file systems (ext3) but I am unsure if vxrestore would exist on Linux.
Each UNIX flavor has there own version of dump/restore applications. Example, SUN=ufsdump,ufsrestore. Using the base dump/restore would be portable but I do not believe that vxdump/vxrestore is as portable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2005 02:29 AM
01-25-2005 02:29 AM
Re: How restore on linux PC the vxdump file created by HP-UX
Yes, you have all reason, each UNIX has its own utility backup, but some have compatibility.
For example, on my linux I can use "restore -ivf" command for read backup file created by ufsdump (on Solaris box.
I did not know that HP-UX is very close.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2005 02:34 AM
01-25-2005 02:34 AM
Re: How restore on linux PC the vxdump file created by HP-UX
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2005 02:56 AM
01-25-2005 02:56 AM
Re: How restore on linux PC the vxdump file created by HP-UX
Yes, My nfs server is my linux box and I mount the remote directory on my HP box, but it is very slow, but it isn't problem, the main problem is that the /tmp directory is full when I use vxrestore, and my services (apache, php, clamd, spamassassin and more) don't work when /tmp is full.
Is possible specific to vxrestore another directory temporaly, different to /tmp?
For example /var/tmp, /data/tmp, etc
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2005 04:17 AM
01-25-2005 04:17 AM
Re: How restore on linux PC the vxdump file created by HP-UX
Start by going to that directory 'cd /wherever' - the `cwd`
Then you can invoke the vxrestore command with the options supplied. The file(s) marked for extraction will be restored in the `cwd` directory