- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Restoring backup
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
06-25-2003 01:11 PM
06-25-2003 01:11 PM
Restoring backup
I am trying to restore a backup from a old tape on HP-UX vision B.10.20 E.
When i give the
command cpio -icd < /dev/rmt/1m it shows me that u should not use c option.
When i just specify cpio -id < /dev/rmt/1m
the system displays a message that i should use c option also.
Could you please help.
regards
R.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2003 01:18 PM
06-25-2003 01:18 PM
Re: Restoring backup
dd if=/dev/rmt/1m bs=512 count=2 | od -A d -t c -v > myfile.
Then attach myfile and post it and we can probably identify the backup format.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2003 01:23 PM
06-25-2003 01:23 PM
Re: Restoring backup
It could as well be a fbackup format. Try
frecover -I /tmp/index -f /dev/rmt/1m
And see if it dumps any index file. If not, it's not fbackup media either.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2003 01:42 PM
06-25-2003 01:42 PM
Re: Restoring backup
Best bet would be dd command as sugested by Clay.
The pax can read both cpio and tar created tapes.
Try with dd first.
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2003 08:24 AM
06-30-2003 08:24 AM
Re: Restoring backup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2003 08:38 AM
06-30-2003 08:38 AM
Re: Restoring backup
from the tape it is and old, very old Omniback media.
I suggest you to download a free copy of OB/DP, install the trial, import the tape and do the restore.
I wonder if you can import the tape, since it looks like a version 1 of OB (i never saw it..)
With the free trial, you have 60 days for this purpose.
HTH,
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2003 08:42 AM
06-30-2003 08:42 AM
Re: Restoring backup
cpio -itumvB < /dev/rmt/0m (* list table of contents / index *)
cpio -idumvB < /dev/rmt/0m (* restore *)
Also refer to PAX. PAX is the ignite backup utility. It will automatically decypher 'tar' and 'cpio' utilities:
pax -v -f /dev/rmt/0m (* list of contents *)
pax -r -f /dev/rmt/0m (* restore *)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2003 12:42 PM
06-30-2003 12:42 PM
Re: Restoring backup
You have backup tape of OmniBack
If you have OmniBack then scan&import the tape
with Omni and you will see what's on the tape.
Caesar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2003 05:04 PM
06-30-2003 05:04 PM
Re: Restoring backup
# frecover -rNv -f /dev/rmt/0m
# frecover -Nrosv -f /dev/rmt/0m > your_filename 2>&1
# cpio -it < /dev/rmt/0m
# tar tvf /dev/rmt/0m
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2003 08:18 AM
07-08-2003 08:18 AM
Re: Restoring backup
I had a old Omni backup software installed on my server.
While starting the xomni software using xomni from /opt/omni/bin folder, it displays an error message "display could not be found".
I tried setting up display as DISPLAY=ipaddress:0.0 and export display
even then it displays the same error.
Any thoughts on this please.
regards
R.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2003 10:09 AM
07-08-2003 10:09 AM
Re: Restoring backup
# xhost servername
Then telnet to servername and export DISPLAY.
Hope this help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2003 10:47 AM
07-08-2003 10:47 AM
Re: Restoring backup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2003 10:55 AM
07-08-2003 10:55 AM
Re: Restoring backup
First of all thanks to all u guys for helping me out. This forum is great and it is u guys who make this forum look GREAT.
The prcess that i am following is :-
1.Start exceed (exceed-host access-telnet thru' VT) giving a IP address and finally entering Username and password.
2.After getting connected, enter the command
DISPLAY=IPADDRESS:0.0
3.echo $DISPLAY
4.Export DISPLAY
5.xomni
I also verified using nslookup IPAddress which gives me a valid result.
Am i missing anything ?
thanks
R.
regards
R.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2003 12:19 PM
07-08-2003 12:19 PM
Re: Restoring backup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2003 12:29 PM
07-08-2003 12:29 PM
Re: Restoring backup
Does other X programs work or not?
It will help to understand.
Caesar