Operating System - HP-UX
1830027 Members
2370 Online
109998 Solutions
New Discussion

Re: swinstall command not exicuted in to HP_UX 11.00

 
pratibha S Kajbale
New Member

swinstall command not exicuted in to HP_UX 11.00


hi
I want to install PHSS_21692 patch on HP_UX 11.00.
But i got swinstall not exicuted.
wht will be resion??

thanks
Pratibha
7 REPLIES 7
Reshma Malusare
Trusted Contributor

Re: swinstall command not exicuted in to HP_UX 11.00

Peter Godron
Honored Contributor

Re: swinstall command not exicuted in to HP_UX 11.00

Hi Pratibha,
and welcome to the forums !

Are you following the instaructions on:
http://www4.itrc.hp.com/service/patch/patchDetail.do?patchid=PHSS_21692&sel={hpux:11.00,}&BC=main|pdb|search|#Installation%20Instructions:

Please detail the actual error message, as I can't open the attachment.

Please also read:
http://forums1.itrc.hp.com/service/forums/helptips.do?#33 on how to reward any useful answers given to your questions.
Andrew Merritt_2
Honored Contributor

Re: swinstall command not exicuted in to HP_UX 11.00

Hi Pratibha,
The message is:

# swinstall -s PHSS_21692.depot
ksh: swinstall: cannot execute

You need to check the execute permissions on the 'swinstall' that is on your $PATH. Try 'whence swinstall' to see which file you are trying to execute, and check the permissions on it. If that's not the answer, you may have an installation problem with swinstall itself.

(It would have been easier for people to help you if you'd just cut and pasted the message into your posting, rather than attaching a .png file.)

Andrew
Andrew Merritt_2
Honored Contributor

Re: swinstall command not exicuted in to HP_UX 11.00

Also, have a look at http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1104350 which has just asked the exact same question, albeit for a different patch. There are some pointers there on how to troubleshoot.

Andrew
jkumar
Advisor

Re: swinstall command not exicuted in to HP_UX 11.00


Hi Pratibha,

Just chk the swagentd is running with ps command,and try excute the command with the full path swinstall -s /tmp/xx.depot If it didnt work then the problem may be with Depot file try to download it again and try.

Good Luck.

Jai....
pratibha S Kajbale
New Member

Re: swinstall command not exicuted in to HP_UX 11.00


many thanks...

I got differents answers i also tried it..

But main issue that I unable to exicute swinstall command on HP_UX 11.00

what to do??

regards,
Pratibha
Dennis Handly
Acclaimed Contributor

Re: swinstall command not exicuted in to HP_UX 11.00

>But main issue that I unable to execute swinstall command on HP_UX 11.00

As root did you do:
# /usr/sbin/swinstall -s $PWD/PHSS_21692.depot \*

You might want to try "whence swinstall" to see what you were executing.

And I suppose file(1) on the result of what whence.