help for vxvm3.5 - Veritas Volume Manager
This is a discussion on help for vxvm3.5 - Veritas Volume Manager ; I have made a volume by vxvm3.5 on 2 t3ES diskarray.But when i install oracle
9i on the volume ,some error occure to me .
root@LTdb # mountall
checking vxfs filesystems
/dev/vx/rdsk/datadg/vol01:fileset 999, invalid magic number in primary IAU
1
...
-
-
Re: help for vxvm3.5
Bigger issue is your file system is corrupt. Answering yes to fsck is ok
only if you have backup or don't care about data.
> UX:vxfs mount: ERROR: /dev/dsk/c0t0d0s7 is already mounted, /export/home
is busy
Assuming you don't have anything mounted on /export/home, then as a
quick workaround try removing /export/home directory (if possible) and
re-creating it, then re-mount. Or simply mount the file system to a diff
mount point.
-Dan
"zhaokang" wrote in message
news:3e002d40$1@hronntp01....
>
> I have made a volume by vxvm3.5 on 2 t3ES diskarray.But when i install
oracle
> 9i on the volume ,some error occure to me .
>
> root@LTdb # mountall
> checking vxfs filesystems
> /dev/vx/rdsk/datadg/vol01:fileset 999, invalid magic number in primary IAU
> 1
> /dev/vx/rdsk/datadg/vol01:log replay in progress
> /dev/vx/rdsk/datadg/vol01:fileset 999, invalid magic number in primary IAU
> 1
> /dev/vx/rdsk/datadg/vol01:log replay failed to clean file system
> /dev/vx/rdsk/datadg/vol01:file system is not clean, full fsck required
> /dev/vx/rdsk/datadg/vol01:fileset 999, invalid magic number in primary IAU
> 1
> /dev/vx/rdsk/datadg/vol01
ass0 - checking structural files
> /dev/vx/rdsk/datadg/vol01:fileset 1 primary-ilist inode 64 (Primary IAU)
> failed validation/dev/vx/rdsk/datadg/vol01: clear? (ynq)y
> /dev/vx/rdsk/datadg/vol01
ass1 - checking inode sanity and blocks
> /dev/vx/rdsk/datadg/vol01:rebuild structural files? (ynq)y
> /dev/vx/rdsk/datadg/vol01
ass0 - checking structural files
> /dev/vx/rdsk/datadg/vol01
ass1 - checking inode sanity and blocks
> /dev/vx/rdsk/datadg/vol01
ass2 - checking directory linkage
> /dev/vx/rdsk/datadg/vol01
ass3 - checking reference counts
> /dev/vx/rdsk/datadg/vol01
ass4 - checking resource maps
> /dev/vx/rdsk/datadg/vol01:fileset 999 au 0 imap incorrect - fix (ynq)y
> /dev/vx/rdsk/datadg/vol01:fileset 999 au 1 imap incorrect - fix (ynq)y
> /dev/vx/rdsk/datadg/vol01:fileset 999 au 2 imap incorrect - fix (ynq)y
> /dev/vx/rdsk/datadg/vol01:fileset 999 au 3 imap incorrect - fix (ynq)y
> /dev/vx/rdsk/datadg/vol01:fileset 999 au 4 imap incorrect - fix (ynq)y
> /dev/vx/rdsk/datadg/vol01:au 0 emap incorrect - fix? (ynq)y
> /dev/vx/rdsk/datadg/vol01:au 0 summary incorrect - fix? (ynq)y
> /dev/vx/rdsk/datadg/vol01:au 39250 emap incorrect - fix? (ynq)y
> /dev/vx/rdsk/datadg/vol01:au 39250 summary incorrect - fix? (ynq)y
> /dev/vx/rdsk/datadg/vol01:fileset 999 iau 0 summary incorrect - fix?
(ynq)y
> /dev/vx/rdsk/datadg/vol01:fileset 999 iau 1 summary incorrect - fix?
(ynq)y
> /dev/vx/rdsk/datadg/vol01:fileset 999 iau 2 summary incorrect - fix?
(ynq)y
> /dev/vx/rdsk/datadg/vol01:fileset 999 iau 3 summary incorrect - fix?
(ynq)y
> /dev/vx/rdsk/datadg/vol01:fileset 999 iau 4 summary incorrect - fix?
(ynq)y
> /dev/vx/rdsk/datadg/vol01:free extent vector incorrect fix? (ynq)y
> /dev/vx/rdsk/datadg/vol01:OK to clear log? (ynq)y
> /dev/vx/rdsk/datadg/vol01:set state to CLEAN? (ynq)y
> mount: /tmp already mounted
> UX:vxfs mount: ERROR: /dev/dsk/c0t1d0s0 is already mounted, /usr2 is busy,
> allowable number of mount points exceeded
> UX:vxfs mount: ERROR: /dev/vx/dsk/datadg/vol01 is not a vxfs file system
> or it i
> s cluster mounted.
> UX:vxfs mount: ERROR: /dev/dsk/c0t0d0s7 is already mounted, /export/home
> is busy
> ,
> allowable number of mount points exceeded
>
>
>
> even i rebuld a new filesystem with vxfs3.5.the same error will
happen.Does
> anyone know about it ?Please tell me.Thanks.By the way I have pick all
need
> patch and asign the user and group of the volume to the oracle user.