- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ACE and Extension software HP-UX 10.20
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp
Knowledge Base
Discussions
Forums
Discussions
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
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
04-01-2006 12:05 PM
04-01-2006 12:05 PM
2. If I install ACE Version 9912 (DEC1 1999) do I still have to install the extension software?
The Extension software I have is dated April 1999.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2006 12:28 PM
04-01-2006 12:28 PM
SolutionThis is a bit old, but ACE = Additional Core Enhancements. This was delivered to provide additional hardware support for Series 700 servers or workstations.
The so-called "extension pack" was a more general set of operating system patches.
Yes, install both. Unless you would force 'swinstall' to reinstall, it will recognize what is applicable and what is already installed. Hence, any patches applied in one bundle that co-exist in another bundle will not be re-installed.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2006 12:48 PM
04-01-2006 12:48 PM
Re: ACE and Extension software HP-UX 10.20
The Extension Software(XSW) contains essential patches and hardware-specific updates for HP-UX 10.20.
HP-UX 10.20 ACE (Additional Core Enhancements) is an enhancement patch bundle for HP-UX 10.20 that provides, among other things, hardware support for 100MB Ethernet cards, Visualize-FX graphics cards, and software support for OpenGL.
The last XSW bundle was dated June 1999.
It is always better to install the recent version of these bundles.
So you have to install both most recent XSW and ACE.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2006 06:51 AM
04-02-2006 06:51 AM
Re: ACE and Extension software HP-UX 10.20
The Extension Software for HP-UX 10.20 I have, dated April 1999.
I guess I should first install the Extension software then the ACE software.
Do you aggree with me?
Thanks for your answer in advance.
Andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2006 07:23 AM
04-02-2006 07:23 AM
Re: ACE and Extension software HP-UX 10.20
Yes, install XSW first and then ACE.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2006 07:32 AM
04-02-2006 07:32 AM
Re: ACE and Extension software HP-UX 10.20
You can save yourself a reboot and 'swcopy' both bundles to a single depot to perform one 'swinstall':
# swcopy -v -s BUNDLENAME1 -x enforce_dependencies=false \* @ /var/tmp/swdepot
# swcopy -v -s BUNDLENAME2 -x enforce_dependencies=false \* @ /var/tmp/swdepot
Regards!
...JRF...