- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Ignite-UX versions mismatch
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
05-12-2006 02:25 AM
05-12-2006 02:25 AM
Ignite-UX versions mismatch
Trying to install HP-UX by the network with ignite and got the following error:
ERROR: The version of Ignite-UX on the server you are using (C.6.0.72) is
different than the version of Ignite-UX that the client booted
(B.5.4.50). The versions must match in order to ensure correct
behavior. You may need to update the device you booted from with the
components found on the server.
Strange thing is that on the ignite server all file seems to be at the same version:
# swlist Ignite-UX | grep -i igni
# Ignite-UX C.6.0.72 HP-UX System Installation Services
Ignite-UX.BOOT-COMMON-IA C.6.0.72 Common Boot Components for IPF clients
Ignite-UX.BOOT-COMMON-PA C.6.0.72 Common Boot Components for PA-RISC clients
Ignite-UX.BOOT-KRN-11-23 C.6.0.72 Installation Boot Kernel for B.11.23 clients
Ignite-UX.BOOT-SERVICES C.6.0.72 Network Boot Services for System Installations
Ignite-UX.FILE-SRV-11-23 C.6.0.72 File Archives Used By Clients During HP-UX Install
Ignite-UX.IGNITE C.6.0.72 Graphical Ignite User Interface for Installations
Ignite-UX.IGNT-ENG-A-MAN C.6.0.72 Ignite-UX Manual Pages
Ignite-UX.MGMT-TOOLS C.6.0.72 Tools for Managing Data Files on an Ignition Server
Ignite-UX.OBAM-RUN C.6.0.72 User Interface Libraries Needed for Older Systems
Ignite-UX.RECOVERY C.6.0.72 System disaster recovery tools
And the target machine has a broken hp-ux instalation (it doesn't boot OS).
What can I do?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2006 03:32 AM
05-12-2006 03:32 AM
Re: Ignite-UX versions mismatch
The message means the client and server need the same version of Ignite.
I would say that the image you are trying to use was done in a prior version of Ignite and this server using the new version does not know how to properly recover a client with an archive made in the previous version.
I'd call the response center, there may be a way around this, or try using a different Ignite image to recover the machine.
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
05-12-2006 03:48 AM
05-12-2006 03:48 AM
Re: Ignite-UX versions mismatch
But this is supposed to be a new install. So the client version should have come from the server anyway, right?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2006 04:56 AM
05-12-2006 04:56 AM
Re: Ignite-UX versions mismatch
You need to be at the same level of ignite. If you have to have that image, you might be able to downgrade the server then ignite. Can't say I would recommend it though.
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2006 04:59 AM
05-12-2006 04:59 AM
Re: Ignite-UX versions mismatch
did you boot using the network boot. Or did you boot through a media and then doing a network install.
If you booted through the network, then it should be same version and should not complain.
If you booted through an older ignite image from this server and using a network ignite server to install the OS, the version mismatch would matter and i think that is what the complain is all about.
Hope this helps.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2006 06:06 AM
05-12-2006 06:06 AM
Re: Ignite-UX versions mismatch
So I may suppose I have two different versions inside the server.
Considering that, how can I figure out where that diverging image is located?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2006 04:24 AM
05-15-2006 04:24 AM
Re: Ignite-UX versions mismatch
cd /opt/ignite/boot
for fs in Rel_B.*/*INSTALLFS; do
echo "$fs : "$(strings $fs | grep 'Ignite-UX Revision ')
done
This will show you the Ignite-UX revision of all the "install filesystems" (RAMfs) on the server as follows:
Rel_B.11.00/INSTALLFS : @(#) Ignite-UX Revision C.6.8.186 ...
Rel_B.11.00/VINSTALLFS : @(#) Ignite-UX Revision C.6.8.186 ...
Rel_B.11.00/WINSTALLFS : @(#) Ignite-UX Revision C.6.8.186 ...
Rel_B.11.11/INSTALLFS : @(#) Ignite-UX Revision C.6.8.186 ...
Rel_B.11.11/VINSTALLFS : @(#) Ignite-UX Revision C.6.8.186 ...
Rel_B.11.11/WINSTALLFS : @(#) Ignite-UX Revision C.6.8.186 ...
Rel_B.11.23/IINSTALLFS : @(#) Ignite-UX Revision C.6.8.186 ...
Rel_B.11.23/WINSTALLFS : @(#) Ignite-UX Revision C.6.8.186 ...
Rel_B.11.31/IINSTALLFS : @(#) Ignite-UX Revision C.6.8.186 ...
Rel_B.11.31/WINSTALLFS : @(#) Ignite-UX Revision C.6.8.186 ...
Based on your description of the symptoms, it sounds like there is a stray RAMfs still on your server.
Another (possibly relevant) side note: in revision B.5.4.50 there was support for B.10.20 (this was the last Ignite-UX revision to support B.10.20, if I recall correctly)... i.e. C.6.0.72 does not have the B.10.20 client bundle.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2006 09:37 PM
10-11-2006 09:37 PM
Re: Ignite-UX versions mismatch
did you get a solution for this problem? I got the same error and even HP´s Customer Care is a bit worried about this mismatch. Please let me know if you got it to work.
Frank Grote
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2006 01:25 AM
10-16-2006 01:25 AM
Re: Ignite-UX versions mismatch
Sorry for the late replay.
The problem here seemed to be the existence of another Ignite-UX server active o the network. After deactivating the other server, the problem disapeared.