- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How can I move OS from one disk to second?
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
04-23-2001 02:57 AM
04-23-2001 02:57 AM
How can I move OS from one disk to second?
I want create partitions in new disk (with LVM) (partitions on new and old disk are not equal).
Then move all data from old disk to new by ( tar cfb - 20 |tar xfb - 20) on second workstation.
It is correct ? Or exist alternate path ?
P.S. Sorry my english.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2001 03:11 AM
04-23-2001 03:11 AM
Re: How can I move OS from one disk to second?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2001 03:25 AM
04-23-2001 03:25 AM
Re: How can I move OS from one disk to second?
If you want:
dd if=/dev/rdsk/cxtyd0 of=/dev/rdsk/cxtzd0 bs=4096k
cxtyd0 is the disk origin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2001 03:26 AM
04-23-2001 03:26 AM
Re: How can I move OS from one disk to second?
check this great thread:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x158e0cb17a32d5118fef0090279cd0f9,00.html
good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2001 07:00 AM
04-23-2001 07:00 AM
Re: How can I move OS from one disk to second?
Hope this helps.