- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- PATCHE installation
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
12-07-2005 01:27 AM
12-07-2005 01:27 AM
And how to install a patch which is in tar format?
Will it take reboot?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2005 01:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2005 01:38 AM
12-07-2005 01:38 AM
Re: PATCHE installation
To find a particular patch you can do, for example:
# swlist -l patch PHCO_30700
You can also run 'show_patches'. Add the '-s' option to list superceded patches. Add the '-a' option to show active patches, or use both options.
A patch in tar format is untared. If the tar archive came form the ITRC Patch Database, the process will yield a script to run, called 'create_depot_hp-ux_11'. Run this and then install the depot it creates with 'swinstall'.
Patches may or may not require a reboot. Patches that begin with PHCO (command) do *not*. Patches that begin with PHKL (kernel) or PHNE (network) *do* take a reboot. Patches beginning with PHSS (SubSystem) *may* or may not require a reboot to install. The patch notes accompanying a patch will tell you. You can also browse the ITRC Patch Database and read the associated patch notes.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2005 01:38 AM
12-07-2005 01:38 AM
Re: PATCHE installation
Forgot to mention after you untar the file there is create depot run that and it will create a depot after which you can use the swinstall and point to this depot (dont forget the dependencies)
Rgds
HGN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2005 01:39 AM
12-07-2005 01:39 AM
Re: PATCHE installation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2005 01:40 AM
12-07-2005 01:40 AM
Re: PATCHE installation
Untar it, then swinstall it.
You'll have to check the patch.txt file to see if it requires reboot. Generally, PHKL patches always require reboot and PHCO patches may also require reboot, while PHNE and PHSS patches do not.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2005 01:45 AM
12-07-2005 01:45 AM
Re: PATCHE installation
swlist -l product
or
swlist -l product | grep
A tared up patch? Un-tar the beast, you should have (I assume) a shar file. To un-shar it:
sh /tmp/Patch_Name
This should give you a text file and a *.depot (patch) file. Add the .depot file to your system:
swinstall -x autoreboot match_target=true -s /tmp/patch.depot
The text file will tell you if it want's a reboot.