- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: online jfs doesn't take effect
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
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
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
тАО04-18-2008 06:34 PM
тАО04-18-2008 06:34 PM
hope someone can help,
i've increased a particular logical volume using SAM and it work properly.
my problem is when i look using lvdisplay and bdf the size i've added dooesn't take effect.
how can i solve this without dismounting/mouting the logical volume?
Thanks in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-18-2008 07:40 PM
тАО04-18-2008 07:40 PM
Solutioncheck the below thread:-
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1164762
Hope it will help for U.
Thanks--Yaqub
I am a Customer Advocate!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-18-2008 08:14 PM
тАО04-18-2008 08:14 PM
Re: online jfs doesn't take effect
U can do also this way:-
# lvextend ├в L 1000 /dev/vgXX/lvXXX
# fsadm ├в F vxfs ├в b 1000m /
(1000MB is the new size of the logical volume in this case)
Thanks--Yaqub
I am Customer Advocate!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-18-2008 08:15 PM
тАО04-18-2008 08:15 PM
Re: online jfs doesn't take effect
lvextend -L
fsadm -b
one thing you may check free PE in
vgdisplay vgXX.
Hope this help.
BR,
Kapil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-18-2008 08:27 PM
тАО04-18-2008 08:27 PM
Re: online jfs doesn't take effect
Without OnlineJFS U can do also below process:-
# lvextend -L 240 /dev/vgxx/lvxxx
(The new total size will be 240M)
# umount /xxx
(Note: If the filesystem is in use, it is impossible to unmount it. Therefore stop all the processes (applications) that use the filesystem then unmount it. Processes that use /usr and /var cannot be all stopped,
the only solution is to reboot in single user mode)
# extendfs -F vxfs /dev/vgxx/rlvxxx
# mount /dev/vgxx/lvxxx /xxx
Hope for the Best,
Thanks--Yaqub
I am a Customer Advocate!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-18-2008 08:37 PM
тАО04-18-2008 08:37 PM