- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Installing An individual 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
10-04-2003 09:15 AM
10-04-2003 09:15 AM
Installing An individual patch
PHC0_28123
PHC0_28123.depot
PHC0_28123.text
create_depot_hp-ux_11
README_hp-ux
I thought I could run create_depot_hp-ux_11, but it's a file and not a script. What are the steps for installing this patch?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2003 10:44 AM
10-04-2003 10:44 AM
Re: Installing An individual patch
# swinstall & (* launch gui *)
-or-
# swinstall -s /dir/PHC0_28123.depot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2003 01:37 PM
10-04-2003 01:37 PM
Re: Installing An individual patch
You should run it as following:
# ./create_depot_hp_ux_11
it'll create the files *.text and *.depot and a directory /depot, then:
# rm *.depot
# rm *.text
# swinstall -s /tmp/patches/directory/depot
Read the README_hp-ux for more details!
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2003 02:30 PM
10-04-2003 02:30 PM
Re: Installing An individual patch
swinstall -s /tmp/patches/PHCVO_28123.depot \*
If its a reboot patch, the command line is thus:
swinstall -x autoreboot=true -x reinstall=false -s /tmp/patches/PHCVO_28123.depot \*
The reinstall line prevents damaging reinstalls, but is not required.
The prior posts are quite valid solutions as well.
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
10-05-2003 04:09 PM
10-05-2003 04:09 PM
Re: Installing An individual patch
Steven Protter's reply is pretty good.. Yo umay need to add one mpre option -x reinstall=true if the patch is already installed on the system and you want to reinstall the same...
You may want to go through man swinstall to get to know the additional options and their usage..
If you are a new user, it will be helpful, if you export the display and just give swinstall.. it will bring up a GUI in which there is a options checklist that is self explanatory..click your choice and then install.
hope this helps...