- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: MC Service Guard ....
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-13-2004 06:35 PM - last edited on 03-29-2013 12:15 AM by Maiko-I
01-13-2004 06:35 PM - last edited on 03-29-2013 12:15 AM by Maiko-I
MC Service Guard ....
HI,
I am running MCService Guard Two node cluster attach with EMC DMX 1000 Storage. I want to increase the filesystem size under the cluster VG. There are free PE in Cluster VG and on-line JFS is installed on the node.
I have tried to increase the size of required filesystem while cluster is up and running. but system is not allowing me to do so.
Can anyone tell me , Is it possible to increase the file system size under cluster VG while cluster is up and running. If yes, pls help me to provide the process.
Thanks
NV Pathak
P.S. this trhead has been moved from HP-UX > HP-UX Technical Documentation to HP-UX > Serviceguard - Hp Forums moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 06:38 PM
01-13-2004 06:38 PM
Re: MC Service Guard ....
I assume you have onlinejfs and do not have nested mountpoints. ( /mountpoint/submountpoint) if so onlinejfs does not work for /mountpoint.
Use the lvextend -L (size in mb) /dev/vg
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 06:50 PM
01-13-2004 06:50 PM
Re: MC Service Guard ....
If the lvextend does not work it can be becouse you created the lvols with a phisicalvolumegroup. You could check /etc/lvmpvg and make sure the Phisical volume group needed is defined. ( lvdisplay -v /dev/vg
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 06:59 PM
01-13-2004 06:59 PM
Re: MC Service Guard ....
Thanks for the reply.
Does same applies for extending VG. I am performing following step while cluster is up and running on the primary node.
1) pvcreate disk
2) vgextend vgname diskno
3) exporting the VG and creating map files.
4) copy this map file to the adaptive node.
5) re-import the VG on adoptive node.
Is it OK...
Pathak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 07:13 PM
01-13-2004 07:13 PM
Re: MC Service Guard ....
If you extend a lvol you do not have to distribute the info over all nodes. Since the vginfo does not change.
If you add/delete a lvol or extend a volume group with a disk you need to distribute. The steps you provide must work fine as long as you devicefiles/instance numbers are the same on all servers. ( c
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2004 07:16 PM
01-13-2004 07:16 PM
Re: MC Service Guard ....
The export can be done with the -p option. What you can do is activate the vg on the alternative node read only and run an vgcfgbackup and deactivate again. ( vgchange -a r vgname && vgcfgbackup vgname & vgchange -a n vgname)
Gideon
Thanks for the points in the fsck question :-)