- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- increase size from sam
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
05-25-2003 11:03 PM
05-25-2003 11:03 PM
increase size from sam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2003 11:19 PM
05-25-2003 11:19 PM
Re: increase size from sam
When increasing the size of a logical volume, you also need to extend the size of the filesystem as well.
At a guess, you haven't got online JFS installed, so the increase cannot be done without first unmounting the filesystem.
To check the software
# swlist -l product | grep -i jfs
If it returns only JFS and not Online JFS as well, you cannot extend the filesystem without first unmounting it, whether it is through 'sam' or the command line.
There are two steps to this, first the extension of the logical volume 'lvextend'(/dev/vgxx/mylv) and the second which extends the filesystem 'extendfs'
Regards
Michael
"When I have trouble spelling, it's called fat finger syndrome"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2003 11:34 PM
05-25-2003 11:34 PM
Re: increase size from sam
$ /usr/sbin/swlist -l product | grep -i jfs
you can just do
# lvextend -xxxxL /dev/vgxx/lvol?
# fsadm -F vxfs -b xxxxxx /opt
If you do not have OnlineJFS
then you need to umount the file system and then increase it using
# lvextend -xxxxL /dev/vgxx/lvol?
#extendfs /dev/vgxx/rvol?
Then again mount it.
(assuming that you are extending the non-system file systems )
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2003 11:51 PM
05-25-2003 11:51 PM
Re: increase size from sam
Do you mean that let say I have online JFS I can extend the filesystem (even system filesystem) without umount the filesystem first.
regards
mB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2003 11:58 PM
05-25-2003 11:58 PM
Re: increase size from sam
Yes, if Online JFS is installed there are a number of features you can take advantage of:
increasing filesytem sizes
changing parameters, like changing it to largefile option.
There are some filesystems that you can't which are the ones that are contiguous (/, /stand and primary swap /dev/vg00/lvol2) which cannot) These must be done using 'ignite'.
If you find that you can't unmount your filesystem, there will be processes running. These must be terminated first.
If these are part of the OS (/, /stand, /opt, /usr, /tmp, /var) etc, you will need to find another alternative by using ignite, or booting into single user mode.
Regards
Michael
"When I have trouble spelling, it's called fat finger syndrome"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2003 12:55 AM
05-26-2003 12:55 AM
Re: increase size from sam
please check this links
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xdbac79bffde7d4118fef0090279cd0f9,00.html
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xce650b0717d1d5118ff40090279cd0f9,00.html
hope it will be helpful.
regards
radhakrishnan