- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to extend the Cluster Filesystem --new lun
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
11-14-2010 09:58 PM
11-14-2010 09:58 PM
How to extend the Cluster Filesystem --new lun
Note: onlineJFS installed. No space left onthe VG ,so new lun is added.Package is running on primary node. There should not be any unavailability of applications.
NODE A
#pvcrerate /dev/rdsk/cxtxdx
#vgextend vgname /dev/dsk/cxtxdx
#lvextend -L XXXXM /dev/vgname/lvname
#fsadm -F vxfs -b XXXXM /mnt_point
#vgexport -p -v -s -m vgname.map /dev/vgname
#scp -p vgname.map
NODE B
#ll /dev/vgname/group [note the minor no]
#vgexport /dev/vgname
#mkdir /dev/vgname
#mknode /dev/vgname/group c 64
#vgimport -v -s -m /tmp/vgname.map /dev/vgname
Please check & let me know if the above steps are correct or not.After that in which file i have to update the lun details or what step i have to follow after these.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2010 10:02 PM
11-14-2010 10:02 PM
Re: How to extend the Cluster Filesystem --new lun
Yeah Ani
This looks perfect.
Regards
Jayakrishnan G Naik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2010 10:05 PM
11-14-2010 10:05 PM
Re: How to extend the Cluster Filesystem --new lun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2010 10:38 PM
11-14-2010 10:38 PM
Re: How to extend the Cluster Filesystem --new lun
Nothing required as such. When the vg config changes in one node that should be replicated to the other, and no lun information other than (if used) appears in cluster config file.
Cluster and package config/cntl files normally have vg and lv information and your task to add a pv to a cluster vg and extending it has nothing to do with config & control files.
Thanks & Regards
Jayakrishnan G Naik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2010 11:48 PM
11-14-2010 11:48 PM
Re: How to extend the Cluster Filesystem --new lun
which would have confused.
"When the vg config changes in one node that should be replicated to the other, and no lun information other than "FIRST_CLUSTER_LOCK_PV" (if used) appears in cluster config file.
Regards
Jayakrishnan G Naik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2010 08:43 PM
11-15-2010 08:43 PM
Re: How to extend the Cluster Filesystem --new lun
Is your problem got fixed? steps which is mentioned by you is perfect and few things which is perfectly said buy JGN, go ahead and do this activity..... :)
Regards,
Rahul Rai.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2010 10:56 PM
11-15-2010 10:56 PM