- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- save_config hangs.....
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
11-18-2007 10:07 PM
11-18-2007 10:07 PM
Whenever i try to run save_config command to save config to specified file it got hangs.. nothing happens for a long time.....
Machine config: N class server running HPUX 11.00
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2007 10:22 PM
11-18-2007 10:22 PM
Re: save_config hangs.....
Try debugging the save_config.
# cp /opt/ignite/bin/save_config /tmp
add set -x in the second lineof the /tmp/save_config
# /tmp/save_config >/tmp/save_config.out 2>&1
paste the output.
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2007 10:41 PM
11-18-2007 10:41 PM
Re: save_config hangs.....
+ process_volume_group vg00
I mean this is last line found in save_config.out and nothing happening after this. Process went sleeping mode.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2007 10:58 PM
11-18-2007 10:58 PM
Re: save_config hangs.....
Options:
1) Newer version of Ignite.
2) remove vxvm if installed (I don't think it is in 11.00).
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2007 11:07 PM
11-18-2007 11:07 PM
Re: save_config hangs.....
# vgdisplay -v vg00
# lvlnboot -v
Chck the syslog.log file for errors.
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2007 12:19 AM
11-19-2007 12:19 AM
Re: save_config hangs.....
comment pls....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2007 02:38 AM
11-20-2007 02:38 AM
Re: save_config hangs.....
Or dows anyone have required Ignite ux c.7.2 setup?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2007 01:14 PM
11-20-2007 01:14 PM
Re: save_config hangs.....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2007 02:37 PM
11-20-2007 02:37 PM
Re: save_config hangs.....
To see exactly where save_config is failing, this command can be used:
# sh -x /opt/ignite/bin/save_config > /tmp/save_config.out 2>&1
paste the file here. Thanks
WK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2007 07:38 PM
11-20-2007 07:38 PM
Re: save_config hangs.....
FYI, here is part of output....
+ [[ 1 -eq 1 ]]
+ check_lvm
+ [[ -f /etc/lvmtab ]]
+ [[ 1 = 1 ]]
+ vgdisplay
+ 2> /dev/null
+ grep ^VG Name
+ read vol_group trash
+ awk { print $3 }
+ process_volume_group vg00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2007 07:46 PM
11-20-2007 07:46 PM
Re: save_config hangs.....
what version of ignite-ux you are using now?
WK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2007 08:27 PM
11-20-2007 08:27 PM
Re: save_config hangs.....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2007 08:36 PM
11-20-2007 08:36 PM
Re: save_config hangs.....
You need to update to a much more recent release.
Bearing in mind that HP-UX 11.00 is also out of support, you will probably have to get the update from your last set of media you would have got with your contract.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2007 08:36 PM
11-20-2007 08:36 PM
Re: save_config hangs.....
It is really old.
see this url
http://docs.hp.com/en/IUX/docs/Supported_Versions.pdf
please update to latest copy. Can you able to find it ? let me know.
I will try to help
WK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2007 08:39 PM
11-20-2007 08:39 PM
Re: save_config hangs.....
i already mentioned in this thread "newer version of ignite supporting is C.7.2 which i dont have". Help me if you have this setup....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2007 08:43 PM
11-20-2007 08:43 PM
Re: save_config hangs.....
I have ignite 7.2 for 11.00 depot, if you need it is 77MB, please let me know how to send to you.
WK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2007 08:46 PM
11-20-2007 08:46 PM
Re: save_config hangs.....
If possible u shared it on your personal FTP or upload it on any public file hsaring site. If you have any other way in mind tell me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2007 09:00 PM
11-20-2007 09:00 PM
Re: save_config hangs.....
If possible you can make a zip file and breake it into files of 10MB and mail me on sify3232@yahoo.com I need it. Please make it fast.
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2007 09:21 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2007 01:21 PM
11-21-2007 01:21 PM
Re: save_config hangs.....
Done, please check your email.
WK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2007 07:48 PM
11-21-2007 07:48 PM
Re: save_config hangs.....
thanks man....
Thanks all.....