- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Igniting from a Raid 5 system to a mirrored 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
03-11-2002 09:34 AM
03-11-2002 09:34 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2002 09:47 AM
03-11-2002 09:47 AM
Re: Igniting from a Raid 5 system to a mirrored system
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2002 09:57 AM
03-11-2002 09:57 AM
Re: Igniting from a Raid 5 system to a mirrored system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2002 07:08 PM
03-11-2002 07:08 PM
SolutionIf the disks are untouched and you are
physically connecting them to your K570
system, all you need to do have a mapfiles
created for them before disconnecting.
# vgexport -m myvg.mapfile -p -v -s /dev/myvg
Do this for each and save the files somewhere.
on the K570 after building:
# mkdir /dev/myvg
# mknod /dev/myvg/group c 64 0xN0000 (use next numbers)
# vgimport -m myvg.mapfile -p -v -s /dev/myvg
(preview mode)
# vgimport -m myvg.mapfile -v -s /dev/myvg
Even you haven't got the mapfiles it is possible
to import them if you have printouts of your
volume group structure.
HTH
-MIchael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 11:48 AM
03-12-2002 11:48 AM
Re: Igniting from a Raid 5 system to a mirrored system
Sandip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 11:51 AM
03-12-2002 11:51 AM
Re: Igniting from a Raid 5 system to a mirrored system
After installation also if you found that the device name has been changed, it is possible to change the SCSI Card instance No. from the single user mode. So, don't worry, it can be done.
Sandip