- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- problem with resizing the file systems / LV
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
01-12-2006 02:26 AM
01-12-2006 02:26 AM
i was trying these commands:
this is the error:
# lvextend -L 15000 /dev/vg01/opt_oracle
Warning: rounding up logical volume size to extent boundary at size "15008" MB.
Logical volume "/dev/vg01/opt_oracle" has been successfully extended.
Volume Group configuration for /dev/vg01 has been saved in /etc/lvmconf/vg01.conf
# fsadm -F vxfs -b 15000M /opt/oracle
vxfs fsadm: /dev/vg01/ropt_oracle is currently 524288 sectors - size will be increased
vxfs fsadm: attempt to resize /dev/vg01/opt_oracle failed with errno 28
vxfs fsadm: Retry the operation after freeing up some space
Please suggest what to do?
bunty
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 02:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 02:34 AM
01-12-2006 02:34 AM
Re: problem with resizing the file systems / LV
# fsadm -F vxfs -b 15368192 /opt/oracle
ie 15008 x 1024
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 02:36 AM
01-12-2006 02:36 AM
Re: problem with resizing the file systems / LV
i think that in fsadm command
you have not to use
15000M
but the size in Kbytes.
Hth
regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 02:38 AM
01-12-2006 02:38 AM
Re: problem with resizing the file systems / LV
Recheck your calculations. Error #28 is "ENOSPC" which means "No Space left on the device.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 02:42 AM
01-12-2006 02:42 AM
Re: problem with resizing the file systems / LV
it is 100% utilized
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 02:47 AM
01-12-2006 02:47 AM
Re: problem with resizing the file systems / LV
for example:
lvextend -L 15000 /dev/vg01/opt_oracle
fsadm -F vxfs -b 15360000 /opt/oracle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 02:52 AM
01-12-2006 02:52 AM
Re: problem with resizing the file systems / LV
Your real issue is that the device is 100% full. fsadm does not work well if there is no space left on the device. You will need to figure out some way to free up some space temporarily, by moving some files to another mount point or removing some files, run the fsadm command again, and then move the files back.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 02:55 AM
01-12-2006 02:55 AM
Re: problem with resizing the file systems / LV
:
# fsadm -F vxfs -b 15360000 /opt/oracle
vxfs fsadm: /dev/vg01/ropt_oracle is currently 524288 sectors - size will be increased
vxfs fsadm: attempt to resize /dev/vg01/ropt_oracle failed with errno 28
vxfs fsadm: Retry the operation after freeing up some space.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 02:57 AM
01-12-2006 02:57 AM
Re: problem with resizing the file systems / LV
# fsadm -F vxfs -b 15368192 /opt/oracle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 02:58 AM
01-12-2006 02:58 AM
Re: problem with resizing the file systems / LV
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 03:15 AM
01-12-2006 03:15 AM
Re: problem with resizing the file systems / LV
(as usual :-)
regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 06:35 AM
01-12-2006 06:35 AM
Re: problem with resizing the file systems / LV
i moved some file from there and then tried again.
this is the solution
thanks
bunty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2006 06:38 AM
01-12-2006 06:38 AM