- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Ignite-UX
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2005 09:28 PM
04-03-2005 09:28 PM
Ignite-UX
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2005 09:35 PM
04-03-2005 09:35 PM
Re: Ignite-UX
Check the output of
# vgdisplay -v
By the way you should upgrade your ignite version (make_tape_recovery)
Best regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2005 09:41 PM
04-03-2005 09:41 PM
Re: Ignite-UX
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2005 09:51 PM
04-03-2005 09:51 PM
Re: Ignite-UX
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!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2005 10:00 PM
04-03-2005 10:00 PM
Re: Ignite-UX
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2005 10:03 PM
04-03-2005 10:03 PM
Re: Ignite-UX
# 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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2005 10:47 PM
04-03-2005 10:47 PM
Re: Ignite-UX
Volume group "/dev/vg00" does not exist in the "/etc/lvmtab"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2005 10:59 PM
04-03-2005 10:59 PM
Re: Ignite-UX
# vgscan -pv
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2005 11:00 PM
04-03-2005 11:00 PM
Re: Ignite-UX
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2005 12:35 AM
04-04-2005 12:35 AM
Re: Ignite-UX
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2005 05:52 PM
04-10-2005 05:52 PM
Re: Ignite-UX
Then I run vgscan and all the vgs were in the lvmtab.
When this one was corrected the Ignite ran just fine!