- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: No space left on device when execute vgcfgback...
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-31-2006 11:21 AM
01-31-2006 11:21 AM
# vgcfgbackup vg05
msgcnt 37 vxfs: mesg 001: vx_nospace - /dev/vg00/lvol4 file system full (8 block extent)
vgcfgbackup: IO error on configuration file: No space left on device
bdf command show the follow line:
/dev/vg00/lvol4 2097152 1593041 473820 77% /tmp
Can anybody help me ?
I have using hp-ux 11i
Thanks in advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2006 11:32 AM
01-31-2006 11:32 AM
Re: No space left on device when execute vgcfgbackup
Do you have quota enabled? Check nd disbale that.
I had a similar problem once...
Chan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2006 12:09 PM
01-31-2006 12:09 PM
SolutionThe '/tmp' directory is used during 'vgcfgbackup' runs even though the final backup file is placed in '/etc/lvmconf' (by default).
I would guess that your vg05 configuration backup file is fairly large.
Clean up (remove or move) some files in '/tmp' to allow some temporary workspace.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2006 02:13 PM
01-31-2006 02:13 PM
Re: No space left on device when execute vgcfgbackup
Hi,
Though the vgcfgbackup is being taken on /etc, during the scanning of PV it creates some temp files in the /tmp f/s.
Please try freeing up /tmp and try vgcfgbackup.
With Regards,
Siva.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2006 06:31 PM
02-01-2006 06:31 PM
Re: No space left on device when execute vgcfgbackup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2006 07:37 PM
02-01-2006 07:37 PM
Re: No space left on device when execute vgcfgbackup
Create a file system for /etc/lmvconf directory. Sample:
/dev/vg00/lvconfcomp
516096 420117 90027 82% /etc/lvmconf
Ran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2006 07:43 PM
02-01-2006 07:43 PM
Re: No space left on device when execute vgcfgbackup
This seems that the space occupied by some open processes is not visible through bdf outputs but is actually in use causing the file system to get full.
A reboot of machine or restart of any application using files under /tmp will free up the sapce in /tmp. Also you can clean some unused old files from /tmp which are taking space if application/machine restart is not feasible.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2006 02:17 AM
02-02-2006 02:17 AM