1834650 Members
2272 Online
110069 Solutions
New Discussion

Re: Ignite-UX

 

Ignite-UX

I have a rp7410 server with one dds4 tape drive. My OS is B.11.11.
When I am trying to run the:
make_recovery -A -v -d /dev/rmt/1mn

When It reached on "the creating the configuration file", I get this message:

make_recovery(520): A problem has been detected in determining which volume groups and/or disks are to be part of the recovery tape. This could be due to a failure of the "vgdisplay" command returns valid output and re-retry.

What is going wrong?
10 REPLIES 10
Robert-Jan Goossens_1
Honored Contributor

Re: Ignite-UX

Hi,

Check the output of
# vgdisplay -v

By the way you should upgrade your ignite version (make_tape_recovery)

Best regards,
Robert-Jan
Mohanasundaram_1
Honored Contributor

Re: Ignite-UX

Hi AP,

attach the /var/opt/ignite/recovery/latest/recovery.log file to see the errors.

Also, I suggest that you use make_tape_recovery command with -x inc_entire option to indicate the VGs you want to backup. This command provides more options and thereby more flexibility.

There is a possibility that one are more disks in the VG are unavailable causing this error. Check through ioscan and vgdisplay commands.

If you are trying to use ignite for the first time on this server, it is a good IDEA to check all the required patches for ignite.

share us the result of these commands.

With regards,
Mohan.
Attitude, Not aptitude, determines your altitude

Re: Ignite-UX

Ok, I find out that although my server is running properly, when I run the SAM and I go to Disks and File Systems, my local disks (which are mirrored)
is Unused and there aren't in a VG as they should to be(vg00).
But with bdf command I can see the /dev/vg00/lvol3... mounted.

And with the vgdisplay is not appearing any vg00!!!
Mohanasundaram_1
Honored Contributor

Re: Ignite-UX

Hi AP,

Atleast we are narrowing on the problem now.

send us the output of
lvdisplay -v /dev/vg00/lvol3
Also provide
vgdisplay -v vg00
and
lvlnboot -v
and
ioscan -funCdisk

With regards,
Mohan.
Attitude, Not aptitude, determines your altitude
Robert-Jan Goossens_1
Honored Contributor

Re: Ignite-UX

Is there a problem with vgdisplay command?

# ll /usr/sbin/vgdisplay

# ll /sbin/vgdisplay

Check the VG group files

# ll /dev/*/group
crw-r----- 1 root sys 64 0x000000 May 18 2000 /dev/vg00/group
crw-r----- 1 root sys 64 0x010000 May 18 2000 /dev/vg01/group

Re: Ignite-UX

Ok, here are the messages that I get:
Volume group "/dev/vg00" does not exist in the "/etc/lvmtab"
Robert-Jan Goossens_1
Honored Contributor

Re: Ignite-UX

Try to preview the vgscan command.

# vgscan -pv
Mohanasundaram_1
Honored Contributor

Re: Ignite-UX

Thats interesting. So you may have to recollect what was done earlier.

it is very strange that vg00 is not in lvmtab. was the lvmtab moved/copied to another name recently?

What you can do is,

1) mv lvmtab lvmtab.org
2) vgscan -v

then check if your new lvmtab contains the vg00.

if this too fails, we have a problem at hand. then we need to go in single-user mode and then try importing vg00.

But I hope vgscan works for you. Do let us know what happens.

With regards,
Mohan.
Attitude, Not aptitude, determines your altitude
Bill Hassell
Honored Contributor

Re: Ignite-UX

Indeed, your lvmtab file has become corrupted. I hope someone did not try to edit this file!! It is a binary and critical to system operation. It can be corrupted while running and everything will seem to work OK from a filesystem perspective but as you've seen, vgdisplay (and other LVM commands) will probably fail. Rebuilding lvmtab with vgscn as mentioned above should this potential disaster.

And once you fix the vgdisplay problem, do NOT use make_recovery, especially on such new hardware as the rp7410. It has been obsolete for a long time. Your version of Ignite/UX should be at least C.6.something:

cat /opt/ignite/Version

Without the latest version, you run the risk of failure due to new hardware and driver features that do not exist in make_recovery. The make_tape_revcovery command is quite different. Use this to save your VG00 onto your DDS4 tape:

make_tape_recovery -I -v -x inc_entire=vg00 -a /dev/rmt/0mn


Bill Hassell, sysadmin

Re: Ignite-UX

I move the /etc/lvmtab and the /dev/slvmvg.
Then I run vgscan and all the vgs were in the lvmtab.
When this one was corrected the Ignite ran just fine!