- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- moving shared disks between servers
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-02-2006 08:55 PM
01-02-2006 08:55 PM
Is there a document on the HP document search or an easy way to do this.
Cheers
John
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2006 08:57 PM
01-02-2006 08:57 PM
SolutionIf possible:
vgexport the volume group that includes the disks.
or vgreduce the disks out of the volume group they are in.
Then
Then move them and add them to the new location.
ioscan -fnC disk should detect them
pvcreate them
vgextend a volume group to include them.
done.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2006 09:02 PM
01-02-2006 09:02 PM
Re: moving shared disks between servers
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=47108
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=234594
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2006 09:05 PM
01-02-2006 09:05 PM
Re: moving shared disks between servers
ON the existing server using the disks do
1. Umount all the LVOLs belonging to these disks.
2.vgexport the VG.
3. Remove zoning for giving access to this host and allow access to second host.
On the second host do
1. Find if the new disks are accessible in
#ioscan -fnC disk
If yes create device files for the same.
2. pvcreate them using -f option as these allready have VG information.
3. Create new vg on these disks using vgcreate.
4. Create lvols in the new VG using lvcreate command. Then create file system using newfs commands. Now mount these on desired mount points and make entries in /etc/fstab.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2006 09:05 PM
01-02-2006 09:05 PM
Re: moving shared disks between servers
Doing a quick search at ITRC will bring up many threads, here is one more
http://forums1.itrc.hp.com/service/forums/parseCurl.do?CURL=/cm/QuestionAnswer/1,,0x0cbacc84e9bb7d4a8a9c7587a773dae3,00.html&admit=716493758+1066312761789+28353475
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2006 09:33 PM
01-02-2006 09:33 PM
Re: moving shared disks between servers
ON the existing server
a. unmount the volume
b.vgexport /dev/vg01
c. if it is hot swapable remove the disk.
On the second
a. plug the disk
b. check the disk detetced ioscan -fnC disk
c. pvcreate -f ( rawdisk )
and the normal procedure for creating the vg
regards
tvs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2006 11:24 PM
01-02-2006 11:24 PM
Re: moving shared disks between servers
We now want to split the luns on the array into two JBOD's and run without a mirror. A mirrored copy is not overly important as it is only a testbed server.
If anyone could provide some information into how to go about this it would be much appreciated
Thanks
john
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2006 02:25 AM
01-03-2006 02:25 AM