- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Increases filesystem from a package
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
08-28-2006 04:00 AM
08-28-2006 04:00 AM
I need to increase filesystem mounted by a package.
Should I increase filesystem in all nodes or just increasing in 1 node package and sizing will be updated?
Thanks in advance for your help.
Regards,
Carles
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2006 04:11 AM
08-28-2006 04:11 AM
Re: Increases filesystem from a package
No need to export and import the VG.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2006 04:48 AM
08-28-2006 04:48 AM
Re: Increases filesystem from a package
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2006 06:00 AM
08-28-2006 06:00 AM
Re: Increases filesystem from a package
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2006 06:38 AM
08-28-2006 06:38 AM
Re: Increases filesystem from a package
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000081631752
cheers!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2006 06:04 PM
08-28-2006 06:04 PM
SolutionThere are some quick ways,
if you have Online Jfs then;
1 -lvextend -L(new MB) /dev/vgname/lvolname
2 -fsadm -F vxfs -b (new MB)M /mount_point
but i also have onlinejfs and always think about Murphy so i go after my offline bck
if you do not have OnlineJfs
Then you have to go with "halting" package
so the steps like;
1 -vgchange -a y vgname
2 -vgchange -c n vgname
3 -lvextend - L /dev/vgname/lvolname
4 -extendfs -F /dev/vgname/rlvolname
5 -mount /dev/vgname/lvolname /mount_point
6 -bdf (check FS)
7 -umount /mount_point
8 -vgchange -c y vgname
9 -vgchange -a n vgname
10 -cmrunpkg your_package
Good Luck,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2006 06:07 PM
08-28-2006 06:07 PM
Re: Increases filesystem from a package
0- cmhaltpkg package_name
then fallow the steps 1,2,3,4,5,6...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2006 08:08 PM
08-29-2006 08:08 PM