- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Backing up system to remove tapedrive
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-15-2005 07:09 PM
03-15-2005 07:09 PM
Backing up system to remove tapedrive
Regards
Henry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2005 07:24 PM
03-15-2005 07:24 PM
Re: Backing up system to remove tapedrive
one approach is to nfs mount the data you want to backup and then run the backup from the solaris box. Problems include loss of nfs connection/slowness of backup. Also use the dd command to perform the backup for compatibility reasons.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2005 09:34 PM
03-15-2005 09:34 PM
Re: Backing up system to remove tapedrive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2005 01:06 AM
03-17-2005 01:06 AM
Re: Backing up system to remove tapedrive
have tried the suggestions?
Any feedback?
regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2005 01:15 AM
03-17-2005 01:15 AM
Re: Backing up system to remove tapedrive
a) on hpux box using ssh:
cd /mylocaldir
tar cvf - . | ssh sunbox "cd /destdir; tar xvf - "
b) on hpux box using remsh
tar cvf - . | remsh sunbox "cd /desdir; tar xvf - "
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2005 01:21 AM
03-17-2005 01:21 AM
Re: Backing up system to remove tapedrive
NOT on a 10.20 box!
henry,
What backup software do you have available on the HPux box???
You could use tar to a named pipe and then dd the data to the sun box to the tape drive.
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2005 02:04 AM
03-17-2005 02:04 AM
Re: Backing up system to remove tapedrive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2005 02:13 AM
03-17-2005 02:13 AM
Re: Backing up system to remove tapedrive
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2005 02:34 AM
03-17-2005 02:34 AM
Re: Backing up system to remove tapedrive
If I remember correctly, you can use SAM in order to set a backup on a remote tape drive. I done this for HPUX -> HPUX and I hope this works for HPUX -> another OS.
Good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2005 04:31 AM
03-17-2005 04:31 AM
Re: Backing up system to remove tapedrive
Bottom-most links on the following pages are for "HPUX" which is (from my reading) HPUX 10.20.
http://hpux.cs.utah.edu/hppd/hpux/Networking/Admin/openssh-3.9p1/
http://hpux.cs.utah.edu/hppd/hpux/Networking/Admin/openssh-4.0p1/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2005 12:55 PM
03-17-2005 12:55 PM
Re: Backing up system to remove tapedrive
How do i find out whether my box possesses ssh?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2005 12:40 AM
03-18-2005 12:40 AM
Re: Backing up system to remove tapedrive
. That's my response, but if you search the forums, I think that I've seen much better explanations on how to use it and set it up.