목차

rgmanager status lvm return 1

발생로그

rgmanager[ ]: [lvm] Getting status
rgmanager[ ]: [lvm] WARNING : vg00 should not be active
rgmanager[ ]: [lvm] WARNING : node1 does not own vg00
rgmanager[ ]: [lvm] WARNING : Attempting shutdown of vg00
rgmanager[ ]: status on lvm "vg00" returned 1 (generic error)

문제해결

[root@localhost ~#]# lvs
/var/lock/lvm/v_vg00:aux: open failed: No space left on device
Can't get lock for VG00

위와 같은 메세지가 보일 경우 파일 시스템 용량 및 inode 가 full 난 경우를 의심 해야 한다.
파일 용량이 Full 이 아니여도 inode 가 Full 인 경우가 있음으로, 필히 확인해 봐야 한다.

[root@localhost ~]# df -ih
Filesystem           Inodes IUsed IFree IUse% Mounted on
/dev/mapper/VolGroup-lv_root
                       1.1M   97K  1.1M    9% /
tmpfs                  233K     5  233K    1% /dev/shm
/dev/sda1              126K    39  125K    1% /boot
/test                  1.1M    1.1M  0    100% /test

디스크 정리를 하면 해당 원인은 해결된다.