Operating System - HP-UX
1837007 Members
1940 Online
110111 Solutions
New Discussion

Re: VG issue duing the Package start.

 
SOLVED
Go to solution
Fenny_1
Super Advisor

VG issue duing the Package start.

Hi All,
Am facing the below mentioned error during package start.


########### Node "tppora51": Starting package at Sat Jul 7 15:33:17 PST 2007 ###########
Jul 7 15:33:17 - Node "tppora51": Activating volume group vgtdevapp with exclusive option.
Activated volume group in Exclusive Mode.
Volume group "vgtdevapp" has been successfully changed.
Jul 7 15:33:17 - Node "tppora51": Activating volume group vgtdevdata with exclusive option.
Activated volume group in Exclusive Mode.
Volume group "vgtdevdata" has been successfully changed.
Jul 7 15:33:17 - Node "tppora51": Checking filesystems:
/dev/vgtdevapp/lvol1
/dev/vgtdevdata/lvol1
/dev/vgtdevdata/lvol3
/dev/vgtdevapp/rlvol1:file system is clean - log replay is not required
/dev/vgtdevdata/rlvol1:file system is clean - log replay is not required
fsck: /etc/default/fs is used for determining the file system type
file system is clean - log replay is not required
Jul 7 15:33:18 - Node "tppora51": Mounting /dev/vgtdevapp/lvol1 at /u22/app/oracle
Jul 7 15:33:19 - Node "tppora51": Mounting /dev/vgtdevdata/lvol1 at /db22/oradata/TIBCODEV/archive
Jul 7 15:33:19 - Node "tppora51": Mounting /dev/vgtdevdata/lvol3 at
mount: /dev/vgtdevdata/lvol3 was either ignored or not found in /etc/fstab
ERROR: Function check_and_mount
ERROR: Failed to mount /dev/vgtdevdata/lvol3
Jul 7 15:33:19 - Node "tppora51": Unmounting filesystem on /dev/vgtdevdata/lvol1
Jul 7 15:33:19 - Node "tppora51": Unmounting filesystem on /dev/vgtdevapp/lvol1
Jul 7 15:33:20 - Node "tppora51": Deactivating volume group vgtdevapp
Deactivated volume group in Exclusive Mode.
Volume group "vgtdevapp" has been successfully changed.
Jul 7 15:33:20 - Node "tppora51": Deactivating volume group vgtdevdata
Deactivated volume group in Exclusive Mode.
Volume group "vgtdevdata" has been successfully changed.

########### Node "tppora51": Package start failed at Sat Jul 7 15:33:20 PST 2007 ###########

I tried mounting it manually and it got mounted properly but its not getting mounter during the package start.

Anyone please help me in this regard. Your urgent support is highly appreciated.
2 REPLIES 2
Fat Scrape
Honored Contributor
Solution

Re: VG issue duing the Package start.

Hi Fenny,

if
1) /dev/vgtdevapp/lvol1 is mounted at /u22/app/oracle
2) /dev/vgtdevdata/lvol1 is mounted at /db22/oradata/TIBCODEV/archive
3) where is /dev/vgtdevdata/lvol3 mounted? I think that /dev/vgtdevdata/lvol3 is trying to mount at "" null moint point

"Mounting /dev/vgtdevdata/lvol3 at
mount: /dev/vgtdevdata/lvol3 was either ignored or not found in /etc/fstab"

Please Could you verify if Filesystem section in the control file present in your package directory is correct:

LV[0]=/dev/vgtdevapp/lvol1
FS[0]=/u22/app/oracle
FS_MOUNT_OPT[0]=""
LV[1]=/dev/vgtdevdata/lvol1
FS[1]=/db22/oradata/TIBCODEV/archive
FS_MOUNT_OPT[1]=""
LV[2]=/dev/vgtdevdata/lvol3
FS[2]= # which is the mount point set, is correct?
FS_MOUNT_OPT[2]=""

Regards,

Fat

Fenny_1
Super Advisor

Re: VG issue duing the Package start.

Problem is resolved; there are some FS issues. thanks for everyone's help.