- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Ignite failed and cannot restart
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-01-2004 08:02 PM
11-01-2004 08:02 PM
Ignite failed and cannot restart
The server had previously been ignited with an image of a different server. The make recovery failed the message in the logs was
* Testing pax for needed patch xx
x x * Passed pax tests. xx
x x * Checking Versions of Recovery Tools xx
x x ERROR: Cannot stat device file: /dev/vx/dsk/dg01/vol3: No such file or xx
x x directory (errno = 2). Check /etc/fstab for a bad entry. x
x x ERROR: The list_expander command failed. This could be due to a proble x
x x the file: "/var/opt/ignite/recovery/client_mnt/0x00306E4B1F32/re x
make_net_recovery completed unsuccessfully
However in the ignite GUI it says it is 5% done and "Active with Warnings". I cannot see any ignite processes running on the target or ignite server The trouble is I can't restart or run a new install or cancel the one I tried to run so I'm stuck
HELP !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2004 08:12 PM
11-01-2004 08:12 PM
Re: Ignite failed and cannot restart
You say you've ignited from an image of a different server. It appears that the other server had a different number of discs and ignite is trying to read from or write to a non-existent disc.
I don't think you'll be able to ignite from this image. Have you an alternative one from a server with the same number of discs?
Mark Syder (like the drink but spelt different)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2004 08:13 PM
11-01-2004 08:13 PM
Re: Ignite failed and cannot restart
Check if you have this /dev/vx/dsk/dg01/vol3 volume stated in you /etc/fstab file, remove it and try again!
Best Regards,
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2004 08:15 PM
11-01-2004 08:15 PM
Re: Ignite failed and cannot restart
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2004 08:31 PM
11-01-2004 08:31 PM
Re: Ignite failed and cannot restart
On the server which runs ignite, check the file /var/opt/ignite/server/ignite.defs - the value client_timeout is the one you are looking for. According to the manual page, it is typically set to 30 minutes.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2004 08:35 PM
11-01-2004 08:35 PM
Re: Ignite failed and cannot restart
I ran the ignite 18 hours ago so it doesn't look like the timeout is going to kick in for some reason ???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2004 08:41 PM
11-01-2004 08:41 PM
Re: Ignite failed and cannot restart
The ignite server should detect that the remote server is not responding and stop the process. If that doesn't work, I think we'll have to consider more drastic action (kill -9?) but we really should save that for the last resort.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2004 08:46 PM
11-01-2004 08:46 PM
Re: Ignite failed and cannot restart
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2004 08:55 PM
11-01-2004 08:55 PM
Re: Ignite failed and cannot restart
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2004 09:06 PM
11-01-2004 09:06 PM
Re: Ignite failed and cannot restart
If you have a support agreement I think it's time to make a phone call to HP. If not, I would be looking for processes on the ignite server that you can kill:
ps -ef|grep ignite
If I have time to look in my HP-UX book over the coming minutes I'll try to come up with something more productive than killing processes.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2004 03:12 AM
11-02-2004 03:12 AM
Re: Ignite failed and cannot restart
/var/opt/ignite/clients/
to see what the last message written to the server was. Also on the server you can run
'nfsstat -m' and check for problems with NFS mounts.
Closing down the GUI will remove the read() on the log file, and that may release the processes.