- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Extend Hot FileSystem (OnlineJFS) whit 100% oc...
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
04-02-2008 12:41 AM
04-02-2008 12:41 AM
Extend Hot FileSystem (OnlineJFS) whit 100% ocupation.
aplitma02.root# bdf /var/repositorio
Filesystem kbytes used avail %used Mounted on
/dev/vg00/lv_entregas
20971520 20971520 0 100% /var/repositorio
aplitma02.root#
---------------------------------------
aplitma02.root# lvdisplay /dev/vg00/lv_entregas
--- Logical volumes ---
LV Name /dev/vg00/lv_entregas
VG Name /dev/vg00
LV Permission read/write
LV Status available/syncd
Mirror copies 0
Consistency Recovery MWC
Schedule parallel
LV Size (Mbytes) 22528
Current LE 704
Allocated PE 704
Stripes 0
Stripe Size (Kbytes) 0
Bad block on
Allocation strict
IO Timeout (Seconds) default
aplitma02.root#
----------------------------------------
aplitma02.root# fsadm -F vxfs -b 22528M /var/repositorio
vxfs fsadm: /dev/vg00/rlv_entregas is currently 20971520 sectors - size will be increased
vxfs fsadm: attempt to resize /dev/vg00/rlv_entregas failed with errno 28
aplitma02.root#
Help me please!! ..
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2008 12:47 AM
04-02-2008 12:47 AM
Re: Extend Hot FileSystem (OnlineJFS) whit 100% ocupation.
Are there any files you can temporarily move or delete to create some space?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2008 12:54 AM
04-02-2008 12:54 AM
Re: Extend Hot FileSystem (OnlineJFS) whit 100% ocupation.
Error number 28 is ENOSPC:
"No Space left on the device"
Two possibilities:
a) fsadm(1) does not work well if there is
no space left on the device. You will need
to find a way to free up some space
temporarily (by moving some files to another file system or removing some files), then
run the fsadm(1) command again, and finally
move the files back.
Or,
b) Your fsadm(1) command is incorrect (some
admins do make mistakes in calculations).
In your case, I think option a) is the way
to resolve it efficiently.
Cheers,
VK2COT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2008 12:58 AM
04-02-2008 12:58 AM
Re: Extend Hot FileSystem (OnlineJFS) whit 100% ocupation.
Yes, its clealry possible to do this however its unsafe.
I recommend clearing some space and then expanding the filesystem. Some free space is clearly necessary to operate a filesystem and expand it.
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
04-02-2008 12:59 AM
04-02-2008 12:59 AM
Re: Extend Hot FileSystem (OnlineJFS) whit 100% ocupation.
Yes, its clearly possible to do this however its unsafe.
I recommend clearing some space and then expanding the filesystem. Some free space is clearly necessary to operate a filesystem and expand it.
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
04-02-2008 02:47 AM
04-02-2008 02:47 AM
Re: Extend Hot FileSystem (OnlineJFS) whit 100% ocupation.
Move files until the occupation of 99% .. ..
And fsadm worked correctly
Thank you all!
Thank you all!