- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Uncompress and untar a downloaded patch set fi...
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-07-2001 07:44 PM
11-07-2001 07:44 PM
Uncompress and untar a downloaded patch set file
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2001 07:51 PM
11-07-2001 07:51 PM
Re: Uncompress and untar a downloaded patch set file
Can be this way..
1) copy the patch file over to the /tmp directory
2) edit the copied file and remove the unwanted lines in the beginning of the file - which is clearly marked at the top of the file..
2) #sh phco_XXXXX.html (the file - which will uncompress and unshar the file- which creates two file named PHCO_XXXXX.txt and PHCO_XXXXX.depot.
3) then to install the patch ...--> swinstall -s /tmp/PHCO_XXXXX.depot
thats it u have started installing it - please note that many of the patches installation requires reboot especially the PHKL series patches...
Hope it helps..
Cheers !!!
Mathew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2001 08:09 PM
11-07-2001 08:09 PM
Re: Uncompress and untar a downloaded patch set file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2001 08:28 PM
11-07-2001 08:28 PM
Re: Uncompress and untar a downloaded patch set file
One additional thing to note is that the
*.txt file contains details and instructions
to install that patch.
-raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2001 08:34 PM
11-07-2001 08:34 PM
Re: Uncompress and untar a downloaded patch set file
copy the patch file to a /tmp/patches directory.
#sh
#swreg -l depot /tmp/patches/
#swinstall /tmp/patches/
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2001 09:16 PM
11-07-2001 09:16 PM
Re: Uncompress and untar a downloaded patch set file
If you are installing any type of kernel patch
make sure that the analysis has no errors.
So if you are using 'swinstall' from the command line make sure you use the preview mode for any type of kernel or reboot patch.
# swinstall -p -x autoreboot=true -x patch_match_target=true -s
-Michael