- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Extend and add VG in cluster - itanium
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
06-23-2005 08:27 AM
06-23-2005 08:27 AM
I need extend a VG and to add new VG in a cluster with two intanium server with hp-ux 11.23. I have the procedure and i know if this is correct to this platform.
thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2005 08:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2005 09:01 AM
06-23-2005 09:01 AM
Re: Extend and add VG in cluster - itanium
UXSGLVKBAN00000002
http://www1.itrc.hp.com/service/cki/search.do?category=c0&mode=text&searchString=UXSGLVKBAN00000002&searchCrit=allwords&docType=EngineerNotes&search.x=49&search.y=10
For adding a VG:
UXSGLVKBAN00000012
http://www1.itrc.hp.com/service/cki/search.do?category=c0&mode=text&searchString=UXSGLVKBAN00000012&searchCrit=allwords&docType=EngineerNotes&search.x=49&search.y=10
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2005 02:10 PM
06-23-2005 02:10 PM
Re: Extend and add VG in cluster - itanium
You cannot export when the VG is active, Hence steps 7 and 8 should be followed after step 13.
Cheers!!!
eknath
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2005 04:22 PM
06-23-2005 04:22 PM
Re: Extend and add VG in cluster - itanium
You have same case as mine.
If your system has been installed Online JFS, This job will be easier.
these is my Working plan (if U need detail mail to me at tiennaATgmailDOTcom)It had been done 3 months ago.
see attached for detail. IT is so long so i was unable to post it here
I will check you WP now.
HTH
tienna
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2005 04:30 PM
06-23-2005 04:30 PM
Re: Extend and add VG in cluster - itanium
Extend a VG in cluster (two new disk), and extend LV and FS
nodo e ( active):
1.- # ioscan â fnC disk ï ¨ to see the new disks
2.- # cmhaltpkg -v â paqueteâ ï ¨ halt the package
3.- # vgchange -a e /dev/vgXX ï ¨ to activate VG
4.- # pvcreate /dev/rdsk/cXtYdZ .
5.- # vgextend /dev/vgXX /dev/dsk/cXtYdZ /dev/dsk/cRtVdW
6.- # vgdisplay vgXX ï ¨ to verify the new size
7.-------
8.- # lvextend -L "nuevo tamaño en Mb" /dev/vgXX/lvolXX ï ¨ extend the LV
9.- # extendfs /dev/vgXX/lvolXX ï ¨ extend the filesystem
EXPORT VG MAP SHOULD DO AFTER EXTENDING LV
# vgexport -v -p -s -m /tmp/vgXX.map /dev/vgXX ï ¨export the VG.
I RECOMMEND YOU COPY CONFIG FIL AT THIS STEP (AFTER EXTENDING)
10.- Copy the mapfile to node B
11.- # mount /dev/vgXX/lvolXX /tmp_test ï ¨ to verify the new size
12.- # umount /tmp_test
13.- # vgchange -a n /dev/vgXX ï ¨ to deactivate the VG in the node A
14.- # vgimport â v â s â m /tmp/vgXX.map /dev/vgXX ï ¨ import the VG in node B
15.- # cmrunpkg -n "node" â packageâ ï ¨ Stara the package in the node.
16
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2005 08:08 PM
06-25-2005 08:08 PM
Re: Extend and add VG in cluster - itanium
check the link for detailed information on service guard
http://www.docs.hp.com/en/B3936-90073/index.html
regards
Vinod
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2005 07:10 AM
06-28-2005 07:10 AM
Re: Extend and add VG in cluster - itanium
GM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2005 11:47 PM
07-11-2005 11:47 PM