Operating System - HP-UX
1753995 Members
7698 Online
108811 Solutions
New Discussion юеВ

Re: need help for HP-Unix patches & non-trusted system

 
SOLVED
Go to solution
Seems
Occasional Advisor

need help for HP-Unix patches & non-trusted system


Hi friends

I am new to HP-Ux and I am having some queries

1)How to find required patches for HP Unix B.11.11 server

2)How to convert non-trusted system to trusted system and it's prerequisites

OS HP-Ux B.11.11
7 REPLIES 7
Johnson Punniyalingam
Honored Contributor

Re: need help for HP-Unix patches & non-trusted system

>>I am new to HP-Ux and I am having some queries <<<

Welcome UNIX World, Congrats and Best of Luck... :)


>>>>1)How to find required patches for HP Unix B.11.11 server<<<<<

Folow below links

https://www13.itrc.hp.com/service/patch/releasePage.do?BC=main|releaseIndexPage|&releaseId=0912-11.11

2)How to convert non-trusted system to trusted system and it's prerequisites

Check below thread -> steps given to convert.

http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=419310

Finally if you are satisfied with answers. D'not forget to assign the points.

Regards,
Johnson
Problems are common to all, but attitude makes the difference
Johnson Punniyalingam
Honored Contributor

Re: need help for HP-Unix patches & non-trusted system

How to assign points check the below link

http://forums13.itrc.hp.com/service/forums/helptips.do?admit=109447627+1256027208667+28353475#33
Problems are common to all, but attitude makes the difference
Seems
Occasional Advisor

Re: need help for HP-Unix patches & non-trusted system

Hi Johnson

Thanks for your quick replay

I have gone through given links for converting non-trusted system, but that link is for converting trusted system to non-trusted system.
Johnson Punniyalingam
Honored Contributor

Re: need help for HP-Unix patches & non-trusted system

Oops, my sincere apologies,.. :(

Please check below thread,

http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=822409

Thanks,
Johnson
Problems are common to all, but attitude makes the difference
Amitav
Frequent Advisor

Re: need help for HP-Unix patches & non-trusted system

Your 1st question is not so clear...

>>>>How to find required patches for HP Unix B.11.11 server

if you are building the server, then the link provided is a gud one...if the server already exists and still u want to upgrade with the current patch level released by hp, u can have a patch assessment done from ITRC site....

Go to patch database, and select the 3rd option "run a patch assessment" then again select "upload new system information" and follow the steps, u'll get the recommended patches that needs to be installed on ur server...


You can convert non-trusted systems to trusted systems by --- tsconvert -r
Bob E Campbell
Honored Contributor
Solution

Re: need help for HP-Unix patches & non-trusted system

In addition to running a patch assessment on the ITRC, you can run a patch assessment on your own system using Software Assistant (SWA). Both solutions allow you to run a variety of analyzers. As an example, you could look for Quality Pack updates, Security bulletin fixes, critical patches, and known patch issues with the command:

# swa report -a SEC -a QPK -a CRIT -a PW

and build an install-ready depot with:

# swa get -t /var/tmp/myDepot

which can be installed with:

# swinstall -s /var/tmp/myDepot
-x autoreboot=true
-x patch_match_target=true

All of the above is simplified. Be sure to read the admin guide and post detailed questions as new threads. Get the latest version and documentation from https://www.hp.com/go/swa.
Seems
Occasional Advisor

Re: need help for HP-Unix patches & non-trusted system

Thanks all

For your valuable response.