- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- increase Filesystems using online JFS
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-26-2003 04:17 AM
08-26-2003 04:17 AM
increase Filesystems using online JFS
I would like to increase two current FS's. Can you please confim that the multiplier for fsadm is done correct? I found two different explanations on the web. One is (LE*1024) the other one is (MB * 1024). Please help.
LV Name /dev/vg01/lvol03
LV Status available/syncd
LV Size (Mbytes) 31744
Current LE 7936
Allocated PE 7936
Used PV 1
lvextend ???l 8228 /dev/vg01/lvol03 ( 7936 + 292 = 8228 )
fsadm ???F vxfs ???b 33701888 /orapkg/ora003 ( 8228 * 1024 * 4 = 33.701.888 )
LV Name /dev/vg01/lvol06
LV Status available/syncd
LV Size (Mbytes) 26988
Current LE 6747
Allocated PE 6747
Used PV 1
lvextend ???l 8247 /dev/vg01/lvol06 ( 6747 + 1500 = 8247 )
fsadm ???F vxfs ???b 33779712 /orapkg/ora006 ( 8247 * 1024 * 4 = 33.779.712 )
Regs David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2003 04:26 AM
08-26-2003 04:26 AM
Re: increase Filesystems using online JFS
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2003 04:27 AM
08-26-2003 04:27 AM
Re: increase Filesystems using online JFS
I'm assuming a PE size of 4?
lvextend -L 32998 /dev/vg01/lvol06
fsadm -b 32998M /orapkg/ora006
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2003 05:01 AM
08-26-2003 05:01 AM
Re: increase Filesystems using online JFS
LV size in MB * 1024
or
PE size * PE * 1024
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2003 05:16 AM
08-26-2003 05:16 AM
Re: increase Filesystems using online JFS
PE Size * PE * 1024 will equal the amount that you need to put in your -b option of fsadm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2003 05:28 AM
08-26-2003 05:28 AM
Re: increase Filesystems using online JFS
Thank you all for your help !!
The checkup afterwards can also easily be done :
LV Name /dev/vg01/lvol06
LV Status available/syncd
LV Size (Mbytes) 32988
Current LE 8247
Allocated PE 8247
Used PV 1
32988*1024 = 33779712
bdf /orapkg/ora006 :
Filesystem kbytes used avail %used Mounted on
/dev/vg01/lvol06 33779712 1182816 32342568 4% /orapkg/ora006
So we see our number back in the bdf output.
Again thanks a lot for your help !!
Regs David