- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- use of fsadm command to increase the filesystem sp...
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
тАО09-28-2006 05:55 AM
тАО09-28-2006 05:55 AM
I just run the command lvextend -L 500 /dev/vg00/lvol_number the command was completed successfully as i do have online jfs installed on that machine .But when i issue a
fsadm -F vxfx -b 51200 /tmp i try to shrink it instead of extending it ...Thanks all for your help...
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-28-2006 06:03 AM
тАО09-28-2006 06:03 AM
Re: use of fsadm command to increase the filesystem space
b is blocks I believe
fsadm -F vxfs -b $(( (newsize * 1024) * 1024 )) /tmp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-28-2006 06:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-28-2006 06:23 AM
тАО09-28-2006 06:23 AM
Re: use of fsadm command to increase the filesystem space
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-28-2006 07:53 AM
тАО09-28-2006 07:53 AM
Re: use of fsadm command to increase the filesystem space
Also this other thread might be of help:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=874571
Regards,
Jaime.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-28-2006 08:20 AM
тАО09-28-2006 08:20 AM
Re: use of fsadm command to increase the filesystem space
I've never understood why fsadm was not more clear so that one could use a size that makes sense for other utilities.
This one gets a lot of early users of fsadm.
The good news: It would never really try and shrink the fs that much.
The bad news: this "feature" is more or less explained on the man page.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-28-2006 03:06 PM
тАО09-28-2006 03:06 PM
Re: use of fsadm command to increase the filesystem space
The -b option specifies size in kb , so either mention the newsize in kb or better to use m or g along with the value to indicate MB or GB, thus
fsadm -F vxfs -b 500m /tmp
Regards,
Ninad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-28-2006 03:26 PM
тАО09-28-2006 03:26 PM
Re: use of fsadm command to increase the filesystem space
To extend tmp you need to:
fsadm -F vxfs -b 500M /tmp
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-29-2006 12:56 AM
тАО09-29-2006 12:56 AM
Re: use of fsadm command to increase the filesystem space
fsadm -F vxfs -b 500M /tmp worked for me...thank you ALL!!!!!
Have a great weekend