1753515 Members
5973 Online
108795 Solutions
New Discussion юеВ

Re: error SAM

 
SOLVED
Go to solution
Eli Daniel
Super Advisor

Re: error SAM

SAPL903:/> find / -name PHCO_34974
/var/adm/sw/products/PHCO_34974
/backup/HP/PHCO_34974
/backup/HP/catalog/PHCO_34974
Pete Randall
Outstanding Contributor

Re: error SAM

A better way to confirm the presence of patches is to use swlist:

swlist -l patch |grep PHCO_34974


Pete

Pete
Eli Daniel
Super Advisor

Re: error SAM

SAPL903:/> swlist -l patch |grep PHCO_34974
SAPL903:/>

no installed.
Johnson Punniyalingam
Honored Contributor

Re: error SAM

How abt below "patch" which latest patches for

"s700_800 11.23 cumulative SAM patch"



# swlist -l patch |grep -i PHCO_34974
Problems are common to all, but attitude makes the difference
Eli Daniel
Super Advisor

Re: error SAM


SAPL903:/> swlist -l patch |grep -i PHCO_34974
SAPL903:/>

no installaed
Johnson Punniyalingam
Honored Contributor

Re: error SAM

>>no installaed<

so please proceed to Install patch

left side look for

Patch database->├В┬╗
find a specific patch-> type PHCO_34974 ->select recommended (hp rating->click -> add to select patchlist ->download select->

You will see,
The total space required for these 14 items is 123310 kb

select all download them

please take note patch ->"PHCO_34974" has some dependcies patches which also inclused some PHKL -> kernal patch )


Action plan:-

make_tape_recovery -> OS backup
than proceed to Install all the patches
Problems are common to all, but attitude makes the difference
Torsten.
Acclaimed Contributor

Re: error SAM

Each HPVM version requires minimum release version for guest OS. Did you check that? Are the requirements met? Are current patches installed (on both, host and guests)?

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
cnb
Honored Contributor

Re: error SAM

If you have SWA installed, you can also get a patch report to review all required patches and bundles:

# swa report

or use the ITRC patch assessment:
http://www13.itrc.hp.com/service/patch/assessSystemsPage.do?BC=main|



Rgds,
Dennis Handly
Acclaimed Contributor

Re: error SAM

>find / -name PHCO_34974
/var/adm/sw/products/PHCO_34974

This appears like you have this patch. You may have to use this to list:
swlist -l patch -x show_superseded_patches=true PHCO_34974

You may need to use the latest: PHCO_39360

>Pete: A better way to confirm the presence of patches is to use swlist:
swlist -l patch | grep PHCO_34974

No need to use grep, just use the ID directly:
swlist -l patch PHCO_34974
Eli Daniel
Super Advisor

Re: error SAM

SAPL903:/var/adm/sw/products> ls -l PHCO_34974
total 96
drwxr-xr-x 2 root sys 8192 Mar 21 2009 INETSVCS-BOOT
drwxr-xr-x 2 root sys 8192 Mar 21 2009 SAM
drwxr-xr-x 2 root sys 8192 Mar 21 2009 SAM-ENG-A-MAN
drwxr-xr-x 2 root sys 8192 Mar 21 2009 SAM-HELP
drwxr-xr-x 2 root sys 8192 Mar 21 2009 UX-CORE
drwxr-xr-x 2 root sys 8192 Apr 19 2008 pfiles

the pacht exist.
reinstall??