- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Installed a patch but it is not displaying usi...
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
08-31-2004 02:25 AM
08-31-2004 02:25 AM
Today I have installed a patch (PHSS_20861 & PHSS_23796 ) using swinstall on our HP-UX 10.20 machines.There was no error and it was successful.
But if I run swlist | grep PHSS_20861 Or swlist | grep PHSS_23796 it is not displaying the installed patch..
i tried it After reboot also. I believe it is not installed.
But If I run [root@zen / 3 ] /usr/sbin/swlist -l fileset -a state -a patch_state | grep PHSS_20861
# PHSS_20861
PHSS_20861.PHSS_20861 configured
[root@zen / 54 ]
These Patchs are there at /var/adm/sw/products
any suggestions?
Thanks ,
Shashikiran
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2004 02:28 AM
08-31-2004 02:28 AM
SolutionI don't know why - perhaps someone else can explain that. But don't worry - this happens to me all the time and the patches have successfully installed.
Mark Syder (like the drink but spelt different)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2004 02:30 AM
08-31-2004 02:30 AM
Re: Installed a patch but it is not displaying using swlist ..
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2004 02:31 AM
08-31-2004 02:31 AM
Re: Installed a patch but it is not displaying using swlist ..
you should use "swlist -l product|grep PHSS_XXX
not only swlist|grep ...
Regards
Franky
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2004 02:32 AM
08-31-2004 02:32 AM
Re: Installed a patch but it is not displaying using swlist ..
Check for the existence of the patches with:
swlist -l patch | grep -e 20861 -e 23796
you can also add -a state to see if they're Configured. Do the sw?????.log files show the patch being installed?
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2004 02:33 AM
08-31-2004 02:33 AM
Re: Installed a patch but it is not displaying using swlist ..
swlist display products in a hierarchy - the default level is to show a product bundle.
Those patches are probably part of a bundle already installed on your system.
To see all patches installed on a system, including those in bundles, don't run just 'swlist', run 'swlist -l product'.
If the swlist you ran down to fileset level (swlist -l fileset -a state) shows them as configured, then they are dfeinately installed.
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2004 02:39 AM
08-31-2004 02:39 AM
Re: Installed a patch but it is not displaying using swlist ..
If you are trying for fileset level then you have to start with swlist -l
-l level levels of objects to view, one of: "depot",
"bundle", "product", "subproduct", "fileset",
"file", "root", "shroot", "prroot",
"category", "patch", "control_file"
Level rate is as depot --> bundle --> as in the level option.
Problem is because of sd level.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2004 02:52 AM
08-31-2004 02:52 AM
Re: Installed a patch but it is not displaying using swlist ..
We have install them as a bundle from other network machine.
PLs find attached index file from /var/adm/sw/products .
swlist -l patch | grep PHSS_20861 &
swlist -l product|grep PHSS_20861 does not display anything.
Thanks & Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2004 02:52 AM
08-31-2004 02:52 AM
Re: Installed a patch but it is not displaying using swlist ..
We have install them as a bundle from other network machine.
PLs find attached index file from /var/adm/sw/products .
swlist -l patch | grep PHSS_20861 &
swlist -l product|grep PHSS_20861 does not display anything.
Thanks & Regards
shashi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2004 03:17 AM
08-31-2004 03:17 AM
Re: Installed a patch but it is not displaying using swlist ..
zen / 33 > usr/sbin/swlist -l fileset -a state -a patch_state | grep PHSS_20861
# PHSS_20861
PHSS_20861.PHSS_20861 configured
zen / 34 > /usr/sbin/swlist -l fileset -a state -a patch_state | grep PHSS_23796
# PHSS_23796
PHSS_23796.PHSS_23796 configured
zen / 35 >
Is This indicates the patches are installed ?
Thanks & Regards
Shashi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2004 04:12 AM
08-31-2004 04:12 AM
Re: Installed a patch but it is not displaying using swlist ..
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2004 07:24 PM
08-31-2004 07:24 PM
Re: Installed a patch but it is not displaying using swlist ..
10.20 swinstall man page says -->
By default, the software is configured for use on the
target after it is installed. (The software is not configured when
installed into an alternate root directory.)