Operating System - HP-UX
1839537 Members
3013 Online
110146 Solutions
New Discussion

Re: No space left on device when execute vgcfgbackup

 
SOLVED
Go to solution
RogerVI
Regular Advisor

No space left on device when execute vgcfgbackup

I have the following error when I try execute vgcfgbackup command:

# 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
Roger
7 REPLIES 7
Chan 007
Honored Contributor

Re: No space left on device when execute vgcfgbackup

Hi,

Do you have quota enabled? Check nd disbale that.

I had a similar problem once...

Chan
James R. Ferguson
Acclaimed Contributor
Solution

Re: No space left on device when execute vgcfgbackup

Hi Roger:

The '/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...
Sivakumar TS
Honored Contributor

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.
Nothing is Impossible !
Jakes Louw
Trusted Contributor

Re: No space left on device when execute vgcfgbackup

Dumb question, maybe, but how does the space on root look?
Trying is the first step to failure - Homer Simpson
rariasn
Honored Contributor

Re: No space left on device when execute vgcfgbackup

Hi Roger,

Create a file system for /etc/lmvconf directory. Sample:

/dev/vg00/lvconfcomp
516096 420117 90027 82% /etc/lvmconf

Ran
Devender Khatana
Honored Contributor

Re: No space left on device when execute vgcfgbackup

Hi,

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
Impossible itself mentions "I m possible"
RogerVI
Regular Advisor

Re: No space left on device when execute vgcfgbackup

Thanks all, I clean up some files in /tmp. I was able to execute vgcfgbackup
Roger