- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Ignite error
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
03-15-2006 03:16 AM
03-15-2006 03:16 AM
Ignite error
* Checking Versions of Ignite-UX filesets
ERROR: Fileset: "Ignite-UX.BOOT-KERNEL-IA" (rev=B.5.1.33) is a different
version than the rest of Ignite-UX (rev=C.6.2.241). You must
update all filesets of the product to the same version for
proper behavior.
ERROR: Fileset: "Ignite-UX.CFG-FILE-11-22" (rev=B.5.1.33) is a different
version than the rest of Ignite-UX (rev=C.6.2.241). You must
update all filesets of the product to the same version for
proper behavior.
ERROR: Fileset: "Ignite-UX.CFG-FILE-11-23" (rev=B.5.1.33) is a different
version than the rest of Ignite-UX (rev=C.6.2.241). You must
update all filesets of the product to the same version for
proper behavior.
ERROR: Fileset: "Ignite-UX.FILE-SRV-11-11" (rev=B.5.1.33) is a different
version than the rest of Ignite-UX (rev=C.6.2.241). You must
update all filesets of the product to the same version for
proper behavior.
ERROR: Fileset: "Ignite-UX.FILESRV-1122IA" (rev=B.5.1.33) is a different
version than the rest of Ignite-UX (rev=C.6.2.241). You must
update all filesets of the product to the same version for
proper behavior.
ERROR: Fileset: "Ignite-UX.FILESRV-1123IA" (rev=B.5.1.33) is a different
version than the rest of Ignite-UX (rev=C.6.2.241). You must
update all filesets of the product to the same version for
proper behavior.
ERROR: All filesets in the Ignite-UX product must be the same revision.
Please update any old Ignite-UX filesets.
Can somebody tell me what I need to do to resolve this problem?
Regds
Raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 03:27 AM
03-15-2006 03:27 AM
Re: Ignite error
Invoke swremove, then go down the list and select ALL the Ignite/UX stuff you can find, both the old version and the new version.
Once they have been removed, try installing the new version again.
I *ALWAYS* use this method as I have had many problems similar to yours when I did not remove the old version before upgrading.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 03:30 AM
03-15-2006 03:30 AM
Re: Ignite error
You either installed the wrong version of Ignite, or more likely installed a new version of Ignite without removing the prior version.
Back up any custom configuration.
swremove all versions of Ignite.
swinstall new and correct versions of Ignite.
All will then be solved.
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
03-15-2006 04:03 AM
03-15-2006 04:03 AM
Re: Ignite error
What are all files or file system (custom configuration) I need to backup before I remove Ignite versions?
Raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 07:08 AM
03-15-2006 07:08 AM
Re: Ignite error
Look for both products when you're upgrading:
HP-UX Installation Utilities for Installing 11.11 Systems
HP-UX Installation Utilities (Ignite-UX)
Also check your pax patches while you're at it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 07:21 AM
03-15-2006 07:21 AM
Re: Ignite error
Can u post the output of the following command
# swlist -l product | grep -i ignite
And , for installing a new verion ,or removing an old version, you don't need to backup any files ( for your tape backp ).
James
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 07:35 AM
03-15-2006 07:35 AM
Re: Ignite error
Backup any current configurations you
have
#manage_index -l
#manage_index -w -c "Each configuration that you want backed up"
*check the output and see which configurations/configuration files you need to back up.
*copy your ignite config files and INDEX somewhere.
#swlist -a revision Ignite-UX\*
There SHOULD be version mismatches.
#swremove Ignite-UX
*Download the latest version of Ignite-UX
from software.hp.com
#swinstall -s
*This will install the current version.
Recreate your configurations(Restore backed up configurations in /var/opt/ignite/INDEX).
Recommend the manage_index command to do this.
See man manage_index for the exact combination..
This should help you out!