- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: unable to install patch
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
09-26-2006 08:25 PM
09-26-2006 08:25 PM
I am unable to install the patches PHSS_33279 and PHSS_33278. It was giving the following error in swagent.log file. Can any one tell, how to install the base file set given below
"Auxiliary-Opt.LANG-AUX,fr=B.11.23.06,v=HP"
Thanks in advance
======= 09/26/06 17:31:57 EDT BEGIN install AGENT SESSION (pid=24998)
* Agent session started for user "root@HPnode.domain.com".
(pid=24998)
* Beginning Analysis Phase.
* Source:
HPnode.domain.com:/opt/patches/PHSS_33279.depot
* Target: HPnode:/
* Target logfile: HPnode:/var/adm/sw/swagent.log
* Reading source for product information.
* Reading source for file information.
NOTE: The patch fileset "PHSS_33279.LANG-AUX,r=1.0" may only be
installed upon a previously installed base fileset. The
specification for this base fileset is
"Auxiliary-Opt.LANG-AUX,fr=B.11.23.06,v=HP". Since there is
no fileset on the target or selected from the source which
matches this specification, fileset
"PHSS_33279.LANG-AUX,r=1.0" will be excluded.
* Executing preDSA command.
* Summary of Analysis Phase:
* 1 of 1 filesets will be Skipped.
* The Analysis Phase succeeded.
======= 09/26/06 17:35:12 EDT END install AGENT SESSION (Canceled)
(pid=24998)
Regards,
Satish
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2006 08:40 PM
09-26-2006 08:40 PM
Re: unable to install patch
Make sure you have (or you have right version) "HP C/aC++ Developer's Bundle" install on your machine.
Regards,
Yang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2006 08:41 PM
09-26-2006 08:41 PM
SolutionThis fileset: Auxiliary-Opt.LANG-AUX,fr=B.11.23.06,v=HP
Is not installed on your system.
Therefore the patch is not relavent.
swlist -l product | grep -i auxiliary
or
swlist -l product -a fileset | grep -i auxiliary
To check your system.
Once the fileset is installed you can patch the box.
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
09-26-2006 09:25 PM
09-26-2006 09:25 PM
Re: unable to install patch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2006 11:53 PM
09-26-2006 11:53 PM
Re: unable to install patch
I have checked the below mentioned commands and it shows as if it has been installed.
$ /usr/sbin/swlist -l product | grep -i "Auxiliary"
Auxiliary-Opt B.11.23.09 Auxiliary Optimizer for HP Languages.
$
$ /usr/sbin/swlist -l bundle | grep -i "Auxiliary"
HPUXBaseAux B.11.23.0603 HP-UX Base OS Auxiliary
$
Anymore ideas is very much appreciated.
Regards,
satish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2006 12:08 AM
09-27-2006 12:08 AM
Re: unable to install patch
swlist -l fileset | grep 'Auxiliary-Opt.LANG-AUX'
to see if this particular fileset is also installed.
Regards,
Ninad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2006 12:25 AM
09-27-2006 12:25 AM
Re: unable to install patch
$ /usr/sbin/swlist -l fileset | grep 'Auxiliary-Opt.LANG-AUX'
Auxiliary-Opt.LANG-AUX B.11.23.09 Advanced Optimization Tools
$
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2006 04:38 AM
09-28-2006 04:38 AM
Re: unable to install patch
swlist -l fileset -a state Auxiliary-Opt.LANG-AUX
Jimmy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2006 05:25 AM
09-28-2006 05:25 AM
Re: unable to install patch
I see a version difference from what SDUX expects to see on the system:
"Auxiliary-Opt.LANG-AUX,fr=B.11.23.06,v=HP"
...and what you actually have....
"Auxiliary-Opt.LANG-AUX,fr=B.11.23.09,v=HP"
I haven't looked into the patches you're applying but mismatched versions of the fileset will prevent the install.
Thanks,
Eric