1753460 Members
4986 Online
108794 Solutions
New Discussion юеВ

DRD mount issue

 
Ramesh S
Esteemed Contributor

DRD mount issue

Hi Guru's

I did drd clone without any issue or error. Checked /var/opt/drd/drd.log also.

Activated succesfully...

But when i try to mount in "drd mount" , it fails with error

ERROR: Mounting the file system fails.
- Mounting the inactive system image fails.
- The "mount" command fails with the return code "1". The error message from the command is "/dev/drd00/lvol3:
unrecognized file system"
- Use the "bdf(1M)" and "umount(1M)" commands to remove any conflicting mounts.

did fstyp /dev/drd00/lvol3 -- unrecognized file system

please advice

Thanks & Regards

Ramesh
4 REPLIES 4
likid0
Honored Contributor

Re: DRD mount issue

Hy,

What version of DRd are you using, versions prior to DynRootDisk_A.3.0.0.1280 had some mount issues.

just to check,did you use the -p(its only for preview):

drd clone -x overwrite=true -v -t /dev/dsk/c3t3d0

you should be able to mount by hand:

mount /dev/drd00/lvol3 /var/opt/drd/mnts/sysimage_001

bdf:
/dev/drd00/lvol3 573440 364384 207496 64% /var/opt/drd/mnts/sysimage_001

if not looks like the sync found problems, strange you don't get anything in the log
Windows?, no thanks
Ramesh S
Esteemed Contributor

Re: DRD mount issue

Thanks for the immediate response

What version of DRd are you using, versions prior to DynRootDisk_A.3.0.0.1280 had some mount issues.

>> DRD A.3.1.0.1452 Dynamic Root Disk

just to check,did you use the -p(its only for preview):

drd clone -x overwrite=true -v -t /dev/dsk/c3t3d0

you should be able to mount by hand:

>> When i cloned the disk, i used the overwrite option.

you should be able to mount by hand:

>> couldn't mount : unrecognized filesystem
as my earlier post "fstyp" also throws the same.

strange you don't get anything in the log

>> on /var/opt/drd/drd.log has same "unrecognized filesystem" error.. nothign else

Thanks & Regards

Ramesh
Ramesh S
Esteemed Contributor

Re: DRD mount issue

Hi

any suggestions for me?

Thanks & Regards

Ramesh
likid0
Honored Contributor

Re: DRD mount issue

just some ideas..

Can you mount any other FS, like /dev/drd00/lvol5 for example?, or is it only lvol3 ?.

is the vg /dev/drd00 active?, can you activate it?

Have you tried, to give it another go, and launch the sync again?
Windows?, no thanks