Views:

Summary

An Advanced Recovery Open Storage (AROS) or Advanced Recovery SnapVault (ARSV) backup fails on an Oracle instance and reports a problem finding file system information. To resolve this issue, change the location of the instance to reside under a logical volume manager (LVM).

 

Symptoms

Performing an AROS or ARSV backup on an Oracle instance fails with the following error message in the job log: "Problem in finding file system info for logdev".

The job log displays:

172.16.2.19 10/6/2010 2:16:20 pm SNBAPH_331J prepare for snap operation for the VV

(/ORACLE/10g/vmfg) is complete.

172.16.2.19 10/6/2010 2:16:20 pm SNBAPH_364E Problem in finding file system info for logdev (/oracle)

172.16.2.19 10/6/2010 2:16:20 pm SNBAPH_126E Func(backup_): Exception (AHException:

<AHExceptionxception instance at 21307317> )

 

The apph log displays:

Thu Sep 30 17:49:22 2010; TGID(main), TID(Thread-22); SNBAPH_331J prepare for snap operation for the VV (/ORACLE/10g/vmfg) is complete.

Thu Sep 30 17:49:22 2010; TGID(main), TID(Thread-22); SNBAPH_364E Problem in finding file system info for logdev (/oracle)

Thu Sep 30 17:49:22 2010; TGID(main), TID(Thread-22); SNBAPH_225E Jython Exception:

Traceback (most recent call last):

File "/build/builder/r311/src/APPH/SvcImplementation_apph.py", line 0, in get_covvol_list

File "/build/builder/r311/src/APPH/AHSession.py", line 0, in fill_missing_devnames

AHException: <AHExceptionxception instance at 29930036>

 

The mount output displays:

 

The df -h output displays:

 

Resolution

To resolve this issue, ensure that the instance resides under a logical volume manager (LVM).

In this case, the /oracle instance is on ext3, a supported file system. However, /dev/sda3 is mapped to /oracle, which is not under an LVM.