- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: file system increase
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
10-15-2008 07:35 AM
10-15-2008 07:35 AM
file system increase
I have to increase the filesystem /volme size.how do i check if i can do that online.
It is set up lvm/vxfs
i dont think it has onlinejfs.
pls advice
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2008 07:38 AM
10-15-2008 07:38 AM
Re: file system increase
If you have not online JFS then you cannot extend it online.
check if you have online jfs installed or not by using swlist
#swlist -l product |grep -i online
if you don't have, you need to unmount and extend the filesytem using lvextend and extendfs commands
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2008 07:51 AM
10-15-2008 07:51 AM
Re: file system increase
plz provide os version.
Regards,
Gokul Chandola
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2008 07:51 AM
10-15-2008 07:51 AM
Re: file system increase
A. umount /dev/vgxx/lvolx
(unmounts filesystem)
B. lvextend â L
C. extendfs â F vxfs/hfs(/etc/fstab) â o largefiles
D. mount â a
AND this if ONLINE JFS IS available:
A. lvextend â L 4000 /dev/vgxx/lvolx
(increases the size of the lvol reads in megs by default)
Note: the â L option is not used to specify the amount of space you want to â growâ the lvol by. It is used to specify TOTAL space needed after the lvextend.
B. fsadm â F vxfs â b 39000M /filesystem
Note: fsadm command reads by Kbytes by default, Megs must be specified by the M after amount
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2008 07:53 AM
10-15-2008 07:53 AM
Re: file system increase
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2008 08:00 AM
10-15-2008 08:00 AM
Re: file system increase
some of the stuff in vg00 requires contiguous allocations an is easier to handle with ignite.....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2008 08:25 AM
10-15-2008 08:25 AM
Re: file system increase
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2008 08:36 AM
10-15-2008 08:36 AM
Re: file system increase
OS version is 11.23
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2008 08:48 AM
10-15-2008 08:48 AM
Re: file system increase
> it's file system opt.it's in vg00
OK, so what. If you have OnlineJFS you don't need to unmount the filesystem to enlarge it. In this case, you use 'fsadm' after growing the logical volume with 'lvextend'.
If you don't have OnlineJFS then you can't use 'fsadm' and must first unmount the filesytem to enlarge it with 'extendfs' (after doing an 'lvextend').
It will be easiest if you boot *into* single-user mode where '/opt' isn't mounted. Then, use the commands in '/sbin'. When you are done, it is easiest to reboot again to resume normal operations.
For your reading pleasure see:
http://docs.hp.com/en/B2355-90950/index.html
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2008 09:48 PM
10-15-2008 09:48 PM
Re: file system increase
First check whether you have OnlineJFS product installed in your system to increase filesystem online.
#swlist -l product | grep -i onlinejfs
Then you can use fsadm command to increase.
If this product is not installed, you cannot increase filesystem online.
regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2008 10:18 PM
10-15-2008 10:18 PM
Re: file system increase
First check onlineJFS is there or not with swlist command if onlineJFS is there then no need to unmount the FS.
as well as you have to check this things also
vgdisplay vg00
PE Size (Mbytes) ?
Free PE ?
if you have free pe then only you can extend your /opt
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2008 11:11 PM
10-15-2008 11:11 PM
Re: file system increase
>> Increase the filesystem /volume size.how do i check if i can do that online >>
which volume are you going to increase..?
does your file system or Logical reside under vg00.?
also you need check do you have enough free disk space.?
vgdisplay /dev/vgxx
*****Free Space = Free PE x PE Size (Mbytes)
(if you have Onlin JFS)
lvextend -L
fsadm -f vxfs -b
bdf --> verfiy "you have Increased the file system"
Extending Logical Volumes (without online JFS)
umount /dev/vgxx/lvolx --> this you need to check if your Logical volume reside under "vg00" also belongs to Operating File system (eg /var/ /opt/ /usr)
(note you can't unmount the file system) you need go HPUX Singel User mode)
shutdown -ry 0
Hit anykey to interupt the boot process
main Menu > bo pri
Interact with IPL (Y or N)?> y
Booting...
Hard booted
ISL> hpux -lm --> booting server in lvm maintance Mode
# mount -a
umount /var
lvextend -L
extendfs -F vxfs /dev/vg00/lvolx
mount /dev/vg00/lvolx /var
(Note if you Logical volume does not reside under vg00 or doesn't belong to Operating File system pls ignore the above steps)
fuser -c
umount /data --> example
lvextend -L
extendfs -F vxfs /dev/vg00/lvolx
mount /dev/vg01/lvolx /data
mount -a
Hope this helps you ,
Thanks,
Johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2008 12:33 AM
10-16-2008 12:33 AM
Re: file system increase
Thanks
SKR