Operating System - HP-UX
1748255 Members
3924 Online
108760 Solutions
New Discussion юеВ

Re: HP-ux rx2620 - dmesg command meassag

 
SOLVED
Go to solution
Mastan
Frequent Advisor

HP-ux rx2620 - dmesg command meassag

Hi,

We have HP UX rx2620 and getting following message.

тАЬmsgcnt 3 vxfs: mesg 001: vx_nospace - /dev/vg03/prod4 file system full (1 block
extent)тАЭ

Please suggest!

Regards,
Mastan.
7 REPLIES 7
Uday_S_Ankolekar
Honored Contributor
Solution

Re: HP-ux rx2620 - dmesg command meassag

As message says the file system is full
run bdf and see where /dev/vg03/prod4 is mounted/.
you have to increase filesystem.

-USA..
Good Luck..
James R. Ferguson
Acclaimed Contributor

Re: HP-ux rx2620 - dmesg command meassag

Hi:

Make sure that you're not looking at an old 'dmesg' buffer. The event should also have been logged in '/var/adm/syslog/syslog.log'.

Regards!

...JRF...
djoshi
Frequent Advisor

Re: HP-ux rx2620 - dmesg command meassag

Hello,

Message seems to be Clear. The first thing to troubleshoot, follow the steps suggested by USA.

Thx
Mastan
Frequent Advisor

Re: HP-ux rx2620 - dmesg command meassag

Dear Uday S. Ankolekar / James R. Ferguson / djoshi,

Thanks for the information.

It would be great help if you could explain step by step for increase the file system space.

Regards,
Mastan.
VVS
Regular Advisor

Re: HP-ux rx2620 - dmesg command meassag

Check if you have online JFS.

If yes then you can extend FS online by below steps,

#lvextend -L
#fsadm -F vxfs -b M /opt

If you dont have online JFS, then you need to unmount the FS.
# umount
#lvextend -L
# extendfs -F vxfs /dev/
# mount

Regards,
VVS
Work is life, you know, and without it, there's nothing but fear and insecurity.
Kuntal Gupta
Frequent Advisor

Re: HP-ux rx2620 - dmesg command meassag

U cane use directly lvextend only if there is a free space in the VG, else you have to extend the vg first by vgextend.
Raj D.
Honored Contributor

Re: HP-ux rx2620 - dmesg command meassag

Mastan,

See below how to add 1GB.
Make sure the filesystem is not 100% , at least some free space needed to extend the FS.

1. # bdf /dev/vg03/prod4
2. # vgdisplay vg03 | grep -e "Free PE" -e "PE Size"

3. # See current size:
# lvdisplay /dev/vg03/prod4 | grep "LV Size"


4. # To add 1GB
Total_space becomes: (Current_space in MB + 1024 )
# lvextend -L Total_space M /dev/vg03/prod4



5. # fsadm -b Total_space M /mount_point

6. # verify
# bdf /dev/vg03/prod4

7. Done.


Cheers,
Raj.
" If u think u can , If u think u cannot , - You are always Right . "