- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- patch verifiaction
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
11-24-2004 03:22 AM
11-24-2004 03:22 AM
patch verifiaction
I have a patch depot which we use to update all servers each year: ie patch_2004 is the current bundle.
How can I tell if patch_2004 bundle has been installed on a server?
TY
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2004 03:28 AM
11-24-2004 03:28 AM
Re: patch verifiaction
#swlist -R should list all the softwares and patches installed in the system.
#swlist -d
I think you must be looking for
#swlist -R |grep -i
Best of luck
Shahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2004 03:31 AM
11-24-2004 03:31 AM
Re: patch verifiaction
do
swlist -l bundle
You can grep for the bundle you are interseted in. If you find it, it is installed, else it is not.
in this case,
swlist -l bunle |grep -i patch
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2004 03:53 AM
11-24-2004 03:53 AM
Re: patch verifiaction
Bundles and depots can be confusing. For ex., simply running 'swcopy' over multiple patches to put them together in a depot does not make them a depot. Though you can be able to install them in one shot, they will be installed as individual patches/products not part of a bundle.
In order for you to make them bundled (after you swcopied them), you will need to use 'make_bundles' command that comes with ignite. In that case, you can list the bundle by simply using
swlist patch_2004
Otherwise, you will have to list each patch.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2004 04:38 AM
11-24-2004 04:38 AM
Re: patch verifiaction
the solution is that I will list a patch form the 2004 bundle and search for this patch on the target server.
we have depot's and bundles on a master server and use this to push out all patches to other servers
THT
Law