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
03-14-2004 10:10 PM
03-14-2004 10:10 PM
Patching
I have downloaded the latest QPK patch bundle from the hp site. Before applying them, I have to find out any bad patch, and remove them, and also make a seperate depot for the sendmail and bind patches.
Could some body suggest a method?
Thanks in Advance.
Anoop
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2004 10:23 PM
03-14-2004 10:23 PM
Re: Patching
That will give you a list of any patches that are corrupt and not installed. Then use swremove to get rid of them.
cleanup -c 1
that will let you remove any patches that are superseded by 1 or more newer patches. This commits the patches so they can't be backed out and saves you substantial amounts of space.
As far as the last suggestion, you would have to go through the patch descriptions on the QPK and manually create a new depot.
I'm attaching a script that will create a new depot after you manually identify and copy the patches off. The QPK is a stable, well tested patch group. I suggest you not create BIND and sendmail depots and install it whole.
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
03-14-2004 10:53 PM
03-14-2004 10:53 PM
Re: Patching
Regarding the command which you gave, is it that it can be exectuted only after installation, or can it be done on a depot, without doin the actual installation?
I'm looking for a solution, the second way.
Anoop
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2004 11:21 PM
03-14-2004 11:21 PM
Re: Patching
The script I attaches will let you create sperate depots after breaking the QPK into pieces.
In your situation, I'd copy the QPK to disk and then use the mv command to move the sendmail and BIND portions into new directories. Then use my script to create new depots.
The script requires one command line parameter, the target location of the new depot.
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
03-15-2004 04:52 PM
03-15-2004 04:52 PM
Re: Patching
I would still need some assistance from you.
Currently I have the QPK bundle in a .depot file.
1. How do I find out those patches in the depot which are for bind and sendmail? swlist command does give me patch numbers in the depot, but not the description.
2. How do I seperate them from this depot, with out discarding them? I mean, I need to make seperate depots off them.
Thanks in advance.