I've built a new server using a NIM image. The OS side has built fine.
Since then I've created a new volume group called logsvg, consisting at the moment of 1 disk. The vg will contain 2 lv's - mqmloglv and mqmerrorlv, with the fs mounted in /var/mqm/log and /var/mqm/errors respectively.
There has been no problem in creating and mounting the mqmloglv lv and respective fs.
When creating the mqmerrorlv lv all has gone smoothly. Lsvg -l output as follows:
logsvg:
LV NAME TYPE LPs PPs PVs LV STATE MOUNT POINT
mqmloglv jfs2 1 1 1 open/syncd /var/mqm/log
mqmerrorlv jfs2 1 1 1 closed/syncd N/A
loglv01 jfs2log 1 1 1 open/syncd N/A
When creating the fs for mqmerrorlv and giving it the /var/mqm/errors mount point (in smitty) it refuses, as follows:
crfs: 0506-909 /var/mqm/errors file system already exists.
The filesystem didn't exist!
I then created the filesystem and asked it to mount, which confused me even more:
mount: 0506-324 Cannot mount /dev/mqmerrlv on /var/mqm/errors: A file or directory in the path name does not exist.
Note here it is using mqmerrlv, not mqmerrorlv. An lsvg -l on all the vg's does not find this lv, nor does an lspv -l on all the pv's, and /etc/filesystem has no record of mqmerrlv.
I can't even rmlv it as it says it doesn't exist in the Device Configuration Database!
Can anyone suggest how I find where it's got confused, and more importantly where I can fix it?
Thanks in advance.
Since then I've created a new volume group called logsvg, consisting at the moment of 1 disk. The vg will contain 2 lv's - mqmloglv and mqmerrorlv, with the fs mounted in /var/mqm/log and /var/mqm/errors respectively.
There has been no problem in creating and mounting the mqmloglv lv and respective fs.
When creating the mqmerrorlv lv all has gone smoothly. Lsvg -l output as follows:
logsvg:
LV NAME TYPE LPs PPs PVs LV STATE MOUNT POINT
mqmloglv jfs2 1 1 1 open/syncd /var/mqm/log
mqmerrorlv jfs2 1 1 1 closed/syncd N/A
loglv01 jfs2log 1 1 1 open/syncd N/A
When creating the fs for mqmerrorlv and giving it the /var/mqm/errors mount point (in smitty) it refuses, as follows:
crfs: 0506-909 /var/mqm/errors file system already exists.
The filesystem didn't exist!
I then created the filesystem and asked it to mount, which confused me even more:
mount: 0506-324 Cannot mount /dev/mqmerrlv on /var/mqm/errors: A file or directory in the path name does not exist.
Note here it is using mqmerrlv, not mqmerrorlv. An lsvg -l on all the vg's does not find this lv, nor does an lspv -l on all the pv's, and /etc/filesystem has no record of mqmerrlv.
I can't even rmlv it as it says it doesn't exist in the Device Configuration Database!
Can anyone suggest how I find where it's got confused, and more importantly where I can fix it?
Thanks in advance.