- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: file system extension on exclusively shared vo...
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-20-2003 07:10 AM
01-20-2003 07:10 AM
file system extension on exclusively shared volume group
I hv service guard with OPS edition , one of the Package uses an exclusively shared volume group (vg02) which is of size 30 GB , currently 20 GB is been used by two logical volumes , with file system vxfs , if i want to extend one of the logical volume , whether i would require to stop the cluster package who access the volume group (vg02) . the OS version is 11i
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2003 07:23 AM
01-20-2003 07:23 AM
Re: file system extension on exclusively shared volume group
if you only want to change the size of the lvol and you have Online JFS installed you can increase the size of the lvol and the filesystem online.
There should be no additional steps required since these changes are only done in the LVM structures which are on disk. But you need Online JFS to do this without umounting the filesystem.
Regards,
Jochen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2003 07:29 AM
01-20-2003 07:29 AM
Re: file system extension on exclusively shared volume group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2003 07:32 AM
01-20-2003 07:32 AM
Re: file system extension on exclusively shared volume group
or
# vxlicense -p
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2003 07:32 AM
01-20-2003 07:32 AM
Re: file system extension on exclusively shared volume group
$ swlist -l product | grep -i advanced
AdvJournalFS B.11.00 The Advanced VxFS File System
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2003 07:33 AM
01-20-2003 07:33 AM
Re: file system extension on exclusively shared volume group
You can do this online if you have online jfs.
fsadm -F vxfs -b no_of_MB*1024 /filesystem
Kind regards,
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2003 07:33 AM
01-20-2003 07:33 AM
Re: file system extension on exclusively shared volume group
Should report:
JFS 3.3 JFS 3.3 base filesystem
OnlineJFS 3.3 JFS 3.3 online (Advanced) filesystem features
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2003 10:35 AM
01-20-2003 10:35 AM
Re: file system extension on exclusively shared volume group
Use Online JFS. fsadm will to the trick for you.
If you do not have online jfs, well it depends if the application configured in package is using volume you want to extend at that time.
If not - you can play with extendfs. Also check your HA policy to determine what event is monitored by MC/SG, so it will not failover if you umount a FS. You are not required to stop the package in most of the cases.
Hope this helps,
0leg