- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to find version of Ignite
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-28-2007 08:05 AM
03-28-2007 08:05 AM
Is there some way to correlate the client version and server versions? which client can be served by which server?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2007 08:06 AM
03-28-2007 08:06 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2007 08:09 AM
03-28-2007 08:09 AM
Re: How to find version of Ignite
# what `whence ignite`
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2007 08:10 AM
03-28-2007 08:10 AM
Re: How to find version of Ignite
Thanks. Sometimes one does not look in the obvious places.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2007 08:20 AM
03-28-2007 08:20 AM
Re: How to find version of Ignite
bash-3.2# swlist | grep -i ignite
IGNITE C.7.1.93 HP-UX Installation Utilities (Ignite-UX)
Ignite-UX-11-11 C.7.1.93 HP-UX Installation Utilities for Installing 11.11 Systems
Do I need both the versions?
The OS running on the system:
bash-3.2# uname -a
HP-UX r23h01 B.11.11 U 9000/785 2000386692 unlimited-user license
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2007 08:21 AM
03-28-2007 08:21 AM
Re: How to find version of Ignite
I don't have whence on my system. I guess it is not on by default
swlist | grep -i ignite works
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2007 08:27 AM
03-28-2007 08:27 AM
Re: How to find version of Ignite
What you get depends on what swlist switches you used. Have a look at the following, all done on the same machine:
# swlist |grep -i ignite
B5725AA C.6.9.150 HP-UX Installation Utilities (Ignite-UX)
Ignite-UX-11-00 C.6.9.150 HP-UX Installation Utilities for Installing 11.00 Systems
Ignite-UX-11-11 C.6.9.150 HP-UX Installation Utilities for Installing 11.11 Systems
Ignite-UX-11-23 C.6.9.150 HP-UX Installation Utilities for Installing 11.23 Systems
# swlist -l bundle|grep -i ignite
B5725AA C.6.9.150 HP-UX Installation Utilities (Ignite-UX)
Ignite-UX-11-00 C.6.9.150 HP-UX Installation Utilities for Installing 11.00 Systems
Ignite-UX-11-11 C.6.9.150 HP-UX Installation Utilities for Installing 11.11 Systems
Ignite-UX-11-23 C.6.9.150 HP-UX Installation Utilities for Installing 11.23 Systems
# swlist -l product|grep -i ignite
Ignite-UX C.6.9.150 HP-UX System Installation Services
If you want a really long list of stuff do an 'swlist -l fileset | grep -i ignite'.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2007 08:28 AM
03-28-2007 08:28 AM
Re: How to find version of Ignite
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2007 08:31 AM
03-28-2007 08:31 AM
Re: How to find version of Ignite
Your root POSIX shell most certainly has 'what' and 'whence'.
# what `whence ignite`
...or as some prefer:
# what $(whence ignite)
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2007 11:43 AM
03-28-2007 11:43 AM