- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Remote backing up of system
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
10-07-2004 05:36 PM
10-07-2004 05:36 PM
Just to enquire, say I want to backup a server remotely. How can I telnet into it and back the data to my local system tape drive.. how should I specify the destination tape locally. (such as using tar )
Thank you
Henry
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2004 06:53 PM
10-07-2004 06:53 PM
Re: Remote backing up of system
if your server is remote, you can mount the remote directory and send the files to the local tape drive.
whereas if your tape drive is found in a remote server, you can use named pipes to send the files to the remote tape drive.
hope this helps!
regards
Yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2004 07:19 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2004 07:21 PM
10-07-2004 07:21 PM
Re: Remote backing up of system
see man page of dump,vxdump and fbackup for more information
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2004 09:19 PM
10-07-2004 09:19 PM
Re: Remote backing up of system
If both are HP systems, then I suggest you use 'fbackup'. It has got a lot of advantages including 'incremental' backups. With incremental backups, you can actually backup your system everyday with minimum impact to the system.
All you have to do is to set up a .rhosts entry on the remote HP system for "root" and start using it's tape drive. For ex.,
fbackup -f other_sytem:/dev/rmt/0m -g
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2004 01:56 AM
10-08-2004 01:56 AM
Re: Remote backing up of system
If the remote system is HP-UX, download the latest copy of Ignite/UX and setup network recovery. You'll need enough disk space to hold the remote system's files plus some overhead for boot files. If the remote system just has a vg00, this is an ideal method as you can recover from a replaced boot disk over the network. Get Ignite/UX from http://www.software.hp.com/products/IUX/download.html
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2004 02:06 AM
10-08-2004 02:06 AM
Re: Remote backing up of system
make_tape_recovery -a
or simply do
make_tape_recovery -i -a host:
it is interactive session.
Hope it helps somewhere.
Otherwise as mentioned above fbackup is your best bet as it is faster also.
Thanks
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2004 02:13 AM
10-08-2004 02:13 AM
Re: Remote backing up of system
Then make_net_recovery will be good for you if you hold reasonable amount of space on remote server.
Sorry again
Prashant