HP-UX Software Assistant Frequently Asked Questions
Q5:WhatistheHTMLreport?
A5:TheHTMLreportcombinestheAction,IssueandDetailreportsintoasinglefile
formattedforviewingwithinawebbrowser.Thereportcontentincludesdirect
linkstoITRCdocumentsforfulldetailssuchas:securitybulletins,patchwarnings,
patchdocumentationandbundlecontents.
Q6:Whatisdetectionconfidence(DC)?
A6:TheSEC(securitybulletin)analyzerwasbuilttoreportanybulletinthatmightbe
applicabletoanHP‐UXsystem.ThismayresultinSWAreportingissuesthatdonot
existonthetargetsystem.Forthisreason,detectionconfidenceisprovided.In
somecasesSWAcanbecertainthatabulletinisapplicableandhasnotbeen
addressed.ThesebulletinsareassignedadetectionconfidenceofDefinite.A
bulletinmayrequireanactionthatSWAcannotdetect,suchaseditingafileor
changingdirectorypermissions.AdetectionconfidenceofRelevantisusedto
indicatethesoftwarespecifiedbythebulletinispresent,buttheresolvingactionis
notdetectablebySWA.SWAcannotdetectsoftwarethatisnotinstalledusingthe
SD‐UXswinstall(1m)co
mmand.SoftwareprovidedbyHPthatsupportsthecurrent
HP‐UXrelease,butisnotdetectablebySWA,willbegiventhedetection
confidenceofUnkn
own.
Networking
Q1:DoesSWAuseaninternetconnection?
A1:SWAreliesonacatalogfilethatprovidesinformationonallknownissuesand
resolutionsforthesupportedreleases.SWAmayalsobeusedtodownload
patchesandpatchbundlesintoaninstallation‐readydepot.
Q2:CanIuseproxieswithSWA?
A2:SWAprovidesmechanismstosp
ecifyproxiesviaoptions,environmentvariables,
andconfigurationfiles.
Q3:IfIdo
n’thaveproxies,canIuseSWA?
A3:Ifsimpleproxiesarenotsufficient,SWAprovidesthe“‐xdownload_cmd=”option.
Thisoptioncanbeusedtospecifyauser‐specifiedcommandorscriptthatis
passedaURLandreturnsthecontentsviastdout.Severalsuchcommandsexistas
opensourceincludingcurlandwgetortheGETcommandincludedwithPerl.
ThesecanbeusedtosupportcomplexproxiesorcombinedwithSSHtospecifya
gatewaysystem.Forexample,thef
ollowingcommandwilldownloadanewSWA
catalogfilebyconnectingtothesystemgrendel,astheuserguest,viaSSHand
fromtheredownloadingthecontentviathePerlGETcommand:
#swastepcatalog‐xdownload_cmd="sshguest@grendel/opt/perl/bin/GET"