HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Cloning a Hard Disk Drive (HDD) In HP-UX Version 8...
Operating System - HP-UX
1833783
Members
2473
Online
110063
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-2003 09:56 AM
10-07-2003 09:56 AM
Cloning a Hard Disk Drive (HDD) In HP-UX Version 8.
Belive it or not we are still using Version 8 of HP-UX to automate a particular Test process. As one might conclude the system is aging and we need to CLONE The existing Hard drive. I know little in UNIX and nothing in HP-UX. Does anyone know the command to clone a drive in HP-UX, particularly version 8?
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2003 12:44 PM
10-07-2003 12:44 PM
Re: Cloning a Hard Disk Drive (HDD) In HP-UX Version 8.
I hope your test process doesn't depend on accurate dates or a reliable cron. There are no tools in version 8 to clone a disk much like Ignite/UX in current versions of HP-UX. The only choice you have is to use dd on the raw device file as input and the same for output. The target disk must at least as large as the current disk. There is no LVM at version 8 so you can't use any extra space on a larger target disk.
Bill Hassell, sysadmin
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2003 01:31 PM
10-07-2003 01:31 PM
Re: Cloning a Hard Disk Drive (HDD) In HP-UX Version 8.
Hi..
1. Add a new disk to system
2. Check the new disk device name.
#ioscan -fknC disk
3. Copy a disk with dd command
#dd if=/dev/rdsk/c0t1d0 of=/dev/rdsk/c0t2d0 bs=512K
(if : a existing disk , of : a new disk )
Have a good time
1. Add a new disk to system
2. Check the new disk device name.
#ioscan -fknC disk
3. Copy a disk with dd command
#dd if=/dev/rdsk/c0t1d0 of=/dev/rdsk/c0t2d0 bs=512K
(if : a existing disk , of : a new disk )
Have a good time
I think I am a specialist in IT Korea^^. I am a programmer and SE and DBA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2003 03:46 PM
10-07-2003 03:46 PM
Re: Cloning a Hard Disk Drive (HDD) In HP-UX Version 8.
Sorry, no ioscan in version 8 or earlier. Your /etc/checklist file (called fstab in current versions of HP-UX) has the device file name for your disk. It will be /dev/dsk/XXXX but in the dd command, you'll need to use the rdsk device as in: /dev/rdsk/XXXX. NOTE: Unlike current HP-UX, the device files for a new disk are not added automatically so you'll have to create the device files. Refer to your 8.x manuals for the mknod commands.
Bill Hassell, sysadmin
Bill Hassell, sysadmin
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP