- Community Home
- >
- Storage
- >
- Midrange and Enterprise Storage
- >
- HPE EVA Storage
- >
- Re: How to reduce the filesystem's size online.
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
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
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-08-2004 03:40 PM
тАО08-08-2004 03:40 PM
How to reduce the filesystem's size online.
Is there any way to reduce the filesystem online( that means no need to umount the filesystem)withow loss the exiting the data.
Because we can encrease the filesystem's size online ( no neet to umount the filesystem.)
Thanks.
Cong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-08-2004 04:54 PM
тАО08-08-2004 04:54 PM
Re: How to reduce the filesystem's size online.
If you have HP's Advance Online JFS you can do it with fsadm command.
HP's Base JFS product comes by default with
HPUX 11i but advance JFS you have to purchase the license as it's a priced product.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-08-2004 04:59 PM
тАО08-08-2004 04:59 PM
Re: How to reduce the filesystem's size online.
Also pls refer the following links
the same discussions are going on here:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=660297
regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-08-2004 04:59 PM
тАО08-08-2004 04:59 PM
Re: How to reduce the filesystem's size online.
See 'fsadm_vxfs' man page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-09-2004 02:10 AM
тАО08-09-2004 02:10 AM
Re: How to reduce the filesystem's size online.
Reduce the Filesystem first :
fsadm -b nnnnM /mntpnt
Then Reduce its underlying LVOL:
lvreduce -L nnnnM /dev/vgname/lvolname
nnnn is size in Megabytes.
If using VxVM:
/etc/vx/bin/vxresize -g DGNAME VOLNAME SIZE
SIZE syntax can conventions can be:
+10g,-100g (explicit k,m,g) or blocks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-09-2004 04:15 AM
тАО08-09-2004 04:15 AM
Re: How to reduce the filesystem's size online.
Steven
HP Master ASE, Storage, Servers, and Clustering
MCSE (NT 4.0, W2K, W2K3)
VCP (ESX2, Vi3, vSphere4, vSphere5, vSphere 6.x)
RHCE
NPP3 (Nutanix Platform Professional)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-17-2004 12:52 PM
тАО08-17-2004 12:52 PM
Re: How to reduce the filesystem's size online.
Nelson Caparroso, I follow your suggest but can not. The message is:
fsadm: /etc/default/fs is used for determining the file system type
vxfs fsadm: /dev/vg00/rconghc is currently 1024000 sectors - size will be reduced
vxfs fsadm: allocations found in shrink range, moving data
vxfs fsadm: cannot shrink /dev/vg00/rconghc - blocks are currently in use.
I already read another suggestion but has the same result.
And in my system already buy the onlineJFS product.
Thanks a lots.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-17-2004 07:25 PM
тАО08-17-2004 07:25 PM
Re: How to reduce the filesystem's size online.
First amke sue you have sufficient space for data to accomdate ater shrink and the defragmant data using fsadm -e option (Extent based defragmentation) and then reduce size using fsadm -b. Please use -F vxfs with all comamnd or use fsadm_vxfs insted of fsadm.
Sunil