- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Cloning and DD
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
01-09-2003 05:35 AM
01-09-2003 05:35 AM
Cloning and DD
I'm wanting to clone a disk using dd. I've done it in the past and it seems to work just fine. A colleague of mine recently brought up the point of disk geometry. He is saying I will need the exact kind of disk to do the cloning due to disk geometry being different. I was under the impression as long as my disk is greater than or equal to the disk being cloned it will work. Does anyone have any information on this subject?
Regards,
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2003 05:39 AM
01-09-2003 05:39 AM
Re: Cloning and DD
Best regards...
Dietmar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2003 05:41 AM
01-09-2003 05:41 AM
Re: Cloning and DD
I remember something of the sort from several years ago when we were copying a root volume - they had to be identical (according to the HP S.E. we were working with). I don't know if that's still true or not because I've never tried doing it with non-identical disks.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2003 05:56 AM
01-09-2003 05:56 AM
Re: Cloning and DD
But please be cautious if you want to connect cloned machine to the same network: cloning whole disk will leave network settings as original machine has. So to disable forcing of MAC address change and thus MAC address conflict you should inspect /etc/rc.config.d/hpetherconf and hpbase100conf files and remove MAC addresses from them (HP_ETHER_STATION_ADDRESS)
Eugeny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2003 06:03 AM
01-09-2003 06:03 AM
Re: Cloning and DD
I noticed you are new in this forum, so try the search , use bolean, check the forum box and write some words mirror, dd. I've found several threads for these.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2003 09:20 AM
01-09-2003 09:20 AM
Re: Cloning and DD
Good Luck.
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2003 01:42 AM
01-10-2003 01:42 AM
Re: Cloning and DD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2003 03:42 AM
01-10-2003 03:42 AM
Re: Cloning and DD
Forgive my aging memory cells, but I *think* you're probably right that it was a 9.x system, though I am *pretty sure* it was an 800 rather than a workstation. I've probably got notes somewhere - give me a month or so and I'll see if I can remember where I put them.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2003 10:56 AM
01-10-2003 10:56 AM
Re: Cloning and DD
I think it would be far better to use the Ignite tools.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2003 11:09 AM
01-10-2003 11:09 AM
Re: Cloning and DD
Personally, I'd use mirror/ux, then it "just DOESN'T matter".
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2003 02:45 PM
01-10-2003 02:45 PM
Re: Cloning and DD
Before cloning,
I manually edited the /etc/rc.conf.d/net.conf
inserting the correct hostname and IP address. I also modified /var/adm/inetd.sec.
My clone did not have the mac address set in /etc/rc.conf.d, So on bootup the network card got the default mac address.
If for some strange reason the new upgraded System needed to have a different MAC address than the Cards default. You could change it by using the ADVANCE setting option in sam and reconfigure network card selection.
I do recall having mac address problems when cloneing hpux 9X and 10X. All of which was resolved by editing a configuration file in /etc/rc.config.d. But not recently on 11X
Good luck