- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- make_net_recovery problem
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
03-14-2008 05:59 PM
03-14-2008 05:59 PM
I am using Ignite server to make_net_recovey a 11.23 machine.But when saving the system configuration,errors appear show that there are some VG not activated.However it is a alternate NODE in a failover cluster,and I only include the vg00.
Can anyone help me?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2008 06:03 PM
03-14-2008 06:03 PM
Re: make_net_recovery problem
I understand those would be warnings, not errors. And those warnings can be ignored since they are for non-root vg.
make_net_recovery is used to take OS backup i.e. vg00 which includes root, stand, var, opt, var, /var/adm/crash etc.
These warning appears always and If you don't want to see those warning execute tha backup by specifying -P s option.
I see that you are new to this forum so welcome to the forum communitiy and njoy foruming ;)
Do remember to assign points so the person replying gets the credit.
Regards,
Mridul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2008 06:49 PM
03-14-2008 06:49 PM
Re: make_net_recovery problem
Thank you for your reply.
I specified only include vg00,but from the log it will check the output of lvlnboot -v when saving the system configeration,which I think cause the error.
And it's not warning message,it unsuccessfully completed.
below is the log:
lvlnboot: Volume group not activated.
Cannot display volume group "/dev/vgsap".
lvlnboot: Volume group not activated.
Cannot display volume group "/dev/vgdata".
save_config: Error - lvlnboot command returns above complaints.
ERROR: /opt/ignite/bin/save_config failed
Regards,
Fei
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2008 06:59 PM
03-14-2008 06:59 PM
SolutionThe vglock LVM volume group contains logical volumes, and is in fact inactive. Previously Ignite-UX used to just print a warning about inactive volume groups.
For C.7.3.X, the save_config script was modified to prevent cases where the lvnlboot command encountered an error, but still returned a return code of 0. Unfortunately, these modifications resulted in the undesirable behavior you're seeing now. They have already fixed the issue in C.7.3.148.
Here an excerpt from the Release Notes:
######--cut--######
- Fixes for the following Change Requests:
* JAGag46613 fix. save_config, make_net_recovery, and make_tape_recovery would fail on systems that have inactive volume groups (which is typical on ServiceGuard clusters). This issue was introduced with the C.7.3.144 Ignite-UX release.
######--paste--######
Go on upgrade to C.7.3.148.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2008 07:47 PM
03-14-2008 07:47 PM
Re: make_net_recovery problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2008 04:02 AM
09-11-2008 04:02 AM
Re: make_net_recovery problem
Thx to all, the same has helped me too.