- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- checking to see if a patch is installed
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
06-18-2004 10:37 AM
06-18-2004 10:37 AM
checking to see if a patch is installed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2004 11:00 AM
06-18-2004 11:00 AM
Re: checking to see if a patch is installed
'swlist' is the command.
swlist -l patch -a state
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2004 11:04 AM
06-18-2004 11:04 AM
Re: checking to see if a patch is installed
lets you browse interactively through software.
If you want to command line it, lets say you want to see if patch PHSS_19503 is installed
swlist -l product | grep PHSS_19503
patch names are case sensitive.
also useful are the -l bundle and -a or -l state
swverify will let you check the install status of a patch.
It might be installed but not in a configured state.
swremove PHSS_19503 to get rid of it
to try again
swinstall -s /full_path/PHSS_19503.depot \* to reinstall.
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
06-18-2004 01:25 PM
06-18-2004 01:25 PM
Re: checking to see if a patch is installed
/usr/contrib/bin/show_patches
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2004 06:55 PM
06-18-2004 06:55 PM
Re: checking to see if a patch is installed
#show_patches
will only work if ignite is installed and you have a PA systems.
One way to know supersedes and other dependencies of a particular PATCH is to go thr' the PHXX_yyyy.text file.
This is created when you unshar a PATCH.
Hope that help.
Regards,