- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Patch 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
07-02-2001 03:14 AM
07-02-2001 03:14 AM
Patch Installation
I have to install 9 patches in one system, HPUX 11.00, where each patch needs reboot.
Is there any way to install all the patches in one attempt and with one reboot?
Can some one suggest with procedure to do?
Thanks in Advance,
Selva...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2001 03:19 AM
07-02-2001 03:19 AM
Re: Patch Installation
# for X in PH*
# do
# sh $X
# done
# mkdir /tmp/patches
# for X in /tmp/PH*.depot
# do
# swcopy -s /tmp/${X} \* @ /tmp/patches
# done
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2001 03:38 AM
07-02-2001 03:38 AM
Re: Patch Installation
create the bundle as described by vincenzo and install in just one step and reboot.
make a copy of /stand/vmunix before installing the patches.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2001 05:51 AM
07-02-2001 05:51 AM
Re: Patch Installation
reboot the system will reboot only once.
------------------
Example of creating a SD-UX depot containing 3 different patches.
1. Retrieve the patches for instance from a patch server or web site :
# mkdir /tmp/patches
# cd /tmp/patches
Copy patches via ftp, rcp ... into this directory.
# ls
PHCO_1234 PHCO_1111 PHCO_2222
2. Unpack all patches :
# sh PHCO_1234
# sh PHCO_1111
# sh PHCO_2222
3. Create a patch depot :
# mkdir /tmp/patch_depot
# swcopy -v -s /tmp/patches/PHCO_1234.depot PHCO_1234 @
/tmp/patch_depot #
swcopy -v -s /tmp/patches/PHCO_1111.depot -> PHCO_1111 @ /tmp/patch_depot #
swcopy -v -s /tmp/patches/PHCO_2222.depot PHCO_2222 @ /tmp/patch_depot
4. Register the depot (optional)
# swreg -l depot /tmp/patch_depot
5. Now call swinstall and specify /tmp/patch_depot as your source.
If you need to copy the depot to a tape use the following command :
# swpackage -s /tmp/patch_depot -x target_type=tape -d /dev/rmt/0m "*"
6. Remove patch source.
# rm -rf /tmp/patches
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2001 05:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2001 10:21 AM
07-02-2001 10:21 AM
Re: Patch Installation
The following is a useful process for applying more than one patch while only requiring a single reboot after the final patch installation:
1) Get the individual depots over into /tmp.
2) Make a new directory to contain the set of patches:
mkdir /tmp/DEPOT # For example
3) For each patch "PHNE_11371":
swcopy -s /tmp/PHNE_11371.depot \* @ /tmp/DEPOT
NOTE: May need to disable filesystem mounting check, use:
-x mount_all_filesystems=false
4) select the installation command...
for 10.x use:
swinstall -x match_target=true -x autoreboot=true -s /tmp/DEPOT
for 11.x use:
swinstall -x patch_match_target=true -x autoreboot=true -s /tmp/DEPOT
To verify installation:
swlist -l fileset -a state | grep -i install
If any patches show up as "installed" instead of configured, run the following command:
swconfig \*