- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Ignite backup hangs server
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-27-2006 12:58 AM
11-27-2006 12:58 AM
Ignite backup hangs server
make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn
and the system became unresponsive could not kill off ignite backup through the console and ended up issuing a TOC. Has anyone experienced this problem before or know of any issues that caused this? When I look through the Ignite log all looks fine, and it did seem to be working however everyone else's sessions hung, which shouldn't happen normally.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2006 01:04 AM
11-27-2006 01:04 AM
Re: Ignite backup hangs server
Ignite displays a log file. Reboot the system and check the log file.
The most common cause is unsufficient space on the /var filesystem. It also could be a problem with logical volumes.
Ignite is very picky because it wants to be as certain as possible that the image you make is going to be usable.
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-27-2006 01:06 AM
11-27-2006 01:06 AM
Re: Ignite backup hangs server
That looks weird, is this the first time that it happened to you?
First make sure that the system got the latest patches and firmware on it.
If it still does it, you might want to run tusc against the system to see where is it that ignite is hanging the system.
If you get the output or need more assistance with it you might want to open a case with HP.
Regards,
Jaime.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2006 01:18 AM
11-27-2006 01:18 AM
Re: Ignite backup hangs server
See if you have a hardware problem look in your syslog file. and do an ioscan on your system.
And like jaime said, check firmware and patches.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2006 01:36 AM
11-27-2006 01:36 AM
Re: Ignite backup hangs server
Looking through the ignite log it appears to be hanging when exporting the volume groups to create the mapfiles, it is exporting vg01 - vg01 contains only 1 log volume which is actually on a SAN and is 31TB!!! - even though I explicitly specified just saving vg00, ignite still exports vg01 - could this be the problem, if I state -x exclude /disk2 will this stop this happening?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2006 01:25 AM
11-28-2006 01:25 AM
Re: Ignite backup hangs server
Thanks in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2006 01:40 AM
11-28-2006 01:40 AM
Re: Ignite backup hangs server
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1024443
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2006 01:45 AM
11-28-2006 01:45 AM
Re: Ignite backup hangs server
Did you try the -x exclude=/dir within your command?
make_tape_recovery -x inc_entire=vg00 -x exclude=/dir -l -v -a /dev/rmt/0m
/dir = whatever filesystems are on vg01 vg02 etc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2006 02:02 AM
11-28-2006 02:02 AM
Re: Ignite backup hangs server
Yes I did try the -x exclude=/dir .... it still exports ALL volume groups -even though they aren't included in the ignite backup. I've just tried using include/exclude as opposed to inc_entire=vg00 - and it still exports all volume groups to create mapfiles, even though again these don't get included in the ignite backup. Is there anyway to stop it vgexporting the other volume groups??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2006 03:42 AM
11-28-2006 03:42 AM
Re: Ignite backup hangs server
/opt/ignite/bin/make_tape_recovery -Av
Also.../usr is not located on VG01 right? It will include any vg that has the /usr directory.
"The Ignite-UX serverâ s make_tape_recovery command creates a bootable recovery tape for an LVM or whole disk file system while it is up and running. When a system has a logical volume layout, the recovery tape will only include data from the root volume group, plus data from any non-root volume group containing the /usr directory.
You can run make_tape_recovery either on the Ignite-UX server or locally on the system from which you are trying to make a recovery tape.
To create the bootable recovery tape, enter:
/opt/ignite/bin/make_tape_recovery -Av
where: v is for verbose mode and A specifies the entire root disk or volume group. Also, more than one volume group can be specified with the -x option. "
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2006 11:33 PM
11-29-2006 11:33 PM