- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- MCSG Filesystem extension
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
12-21-2010 01:31 AM
12-21-2010 01:31 AM
MCSG Filesystem extension
I need an urgent help.I am having a two node cluster MCSG version A.11.20.Now I want to extend 3 filesystems which is in this cluster.Onlinejfs is installed in the server.Now I want to know what all things need to be done to achieve this.Pls guide me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2010 01:42 AM
12-21-2010 01:42 AM
Re: MCSG Filesystem extension
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1254805
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2010 01:45 AM
12-21-2010 01:45 AM
Re: MCSG Filesystem extension
If space is there in the VG then you can easily extend the FS. So you need to check whether space is there or not.(Free PE*PE size)
-----------------------------------------------------
If space is not there in the vg & you add anew lun :--
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
Regards,
Ani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2010 02:59 AM
12-21-2010 02:59 AM
Re: MCSG Filesystem extension
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2010 03:08 AM
12-21-2010 03:08 AM
Re: MCSG Filesystem extension
Regards,
Ani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2010 04:22 AM
12-21-2010 04:22 AM
Re: MCSG Filesystem extension
The whole point of online JFS is to provide resizing online without restriction of access to the filesystem. In other words, unmounting the filesystem is not required for online JFS.
Regards
Ismail Azad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2010 05:40 AM
12-21-2010 05:40 AM
Re: MCSG Filesystem extension
On your first node, where your VG active, the vgexport is in preview mode. It doesn't need deactivation of VG.
On your second node, we simply take out the existing structure in order to accommodate new, updated details.
Hope you understood.
Shibin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2010 06:06 AM
12-21-2010 06:06 AM
Re: MCSG Filesystem extension
If all you are doing is growing existing logical volumes there is no need for any 'vgexport' or 'vgimport. Use 'fsadm' to increase the size of the logical volumes on the active, primary node. The changes will be reflected in the LVM VGDA (Volume Group Descriptor Area) held on the physical volume(s). Hence, when you activate the volume group on the other node during package startup, the new geometry will be seen.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2010 08:19 PM
12-22-2010 08:19 PM
Re: MCSG Filesystem extension
Hi
As I said earlier my requirement is to extend my filesystem by 50GB.I dont have any free pe's in my VG.So i have to do all those pvcreate,vgextend,lvextend and fsadm in my primary node.My confusion is after these steps.And I am doing it online when the cluster,packages and DB are running.
And also I want to know what is the risk factor included in this activity and your recommendations..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2010 12:42 AM
12-27-2010 12:42 AM
Re: MCSG Filesystem extension
thanks for your valuable replies.issue is resolved with ur helps...