- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ignite error...core dumped
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
01-03-2003 07:17 AM
01-03-2003 07:17 AM
ignite error...core dumped
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2003 07:22 AM
01-03-2003 07:22 AM
Re: ignite error...core dumped
4 - illegal instruction
I believe there could be a problem with vg05. Can you try doing a vgcfgbackup through command line and see if it doesn't core dump?.
#vgcfgbackup -f /tmp/vg05.conf /dev/vg05
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2003 07:24 AM
01-03-2003 07:24 AM
Re: ignite error...core dumped
What happens if you run this command manually?
# /usr/sbin/vgcfgbackup /dev/vg05
If it errors out, try running the command for /dev/vg04. If that works, I would then check vg05 to make sure it properly configured and working.
Start with:
# vgdisplay -v /dev/vg05
Then you could try
# lvdisplay -v /dev/vg05/lvol??
or whatever the appropriate name is for the LV's on vg05. Make sure everything is set up like you think it should be.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2003 07:33 AM
01-03-2003 07:33 AM
Re: ignite error...core dumped
I tried all of the ideas suggested and everything appears to be fine.
/usr/sbin/vgcfgbackup /dev/vg05 worked fine (configuration has been saved in ....)
did vgdisplay and lvdisplay for vg05 and they look fine too.
Any other ideas or thoughts, I'd appreciate it.
Cindy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2003 07:40 AM
01-03-2003 07:40 AM
Re: ignite error...core dumped
I noticed that for vg05 there was no vg05.mapfile.....so I created it.
Ran make_tape_recovery again and it appears to be working.
Thanks again everyone!
Cindy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2003 07:44 AM
01-03-2003 07:44 AM
Re: ignite error...core dumped
I don't know if this will make any difference, but try a bit of a different make_tape_recovery syntax:
# /opt/ignite/bin/make_tape_recovery -a /dev/rmt/0mn -I -v -x inc_entire=vg00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2003 08:04 AM
01-03-2003 08:04 AM
Re: ignite error...core dumped
I'm a little bit worried that your vgcfgbackup received a SIGILL. This typically happens only with corrupted exectutables!
Since the following vgcfgbackup commands worked, this seem to be some kind of intermittent. Did you observe any other strange symptoms on this box? Other commands failing e.g.?
I recently saw similar with a mirrored root VG which was not properly in sync, due to some problems during a disk replacement... hmm.
Best regards...
Dietmar.