- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Disks-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
10-26-2003 07:11 PM
10-26-2003 07:11 PM
Disks-Backup
I just wonder how i could backup the data from disk on server1 to disk on server2 (the servers are hp unix rp8400)?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2003 07:25 PM
10-26-2003 07:25 PM
Re: Disks-Backup
man dd
http://66.34.90.71/ITRCForumsEtiquette/
aparna
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2003 09:09 PM
10-26-2003 09:09 PM
Re: Disks-Backup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2003 09:26 PM
10-26-2003 09:26 PM
Re: Disks-Backup
a) read the manuals at http://docs.hp.com
b) consider attending HP-UX education courses
c) read the very good document on etiquette to be used in hte forums: http://66.34.90.71/ITRCForumsEtiquette
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2003 01:25 AM
10-27-2003 01:25 AM
Re: Disks-Backup
You did not specify what kind of DISKS are you referring to. If they're just simple SCSI attached disks -- then you have a wealth of tools available to you: dd, remsh, cpio, tar, ftp, etc..
.
However if you are using SAN disks -- then you can ask your SAN Administrator to make the disks "accesible" to both servers. Of course only one server can have it on an LVM/VXVM control at any one time. After being written to on one server - you can "deport" the Volume/Disk Group that the disk(s) belong and "import" it on the other server... a very nice approach to doing large backups which I also called the "Floating Disks" strategy -- you save a ton on so called SSO/DDS (shared tape drive) licenses on most backup software.