Operating System - HP-UX
1753513 Members
5342 Online
108795 Solutions
New Discussion юеВ

warning in patch installation

 
SOLVED
Go to solution
Meakin Singh
Frequent Advisor

warning in patch installation

hi,

a litle about my system first

2 node rp3440 severs runnig on HP UX 11.11
with oracle 9.2.0.6 and EBS 11.5.10

we are planning DB upgrade to 10.2.0.4

it required the following patches to be installed first
PHSS_36086 (2) ANSI C compiler B.11.11.16 cumulative patch
PHSS_36087 (2) HP aC++ Compiler (A.03.77)
PHSS_36088 (2) +O4/PBO Compiler B.11.11.16 cumulative patch

, these were successfully installed on node 2 but gave warnings on node 1 , but were still installed , can any one tell me abt the warnings and how serious it is , an extract from swagent.log



Summary of Analysis Phase:
* 1 of 1 filesets had no Errors or Warnings.
* The Analysis Phase succeeded.


* Beginning the Install Execution Phase.
* Filesets: 1
* Files: 5
* Kbytes: 17600
* Installing fileset "PHSS_36086.C,r=1.0" (1 of 1).
* Running install clean command /usr/lbin/sw/install_clean.
NOTE: tlinstall is searching filesystem - please be patient
NOTE: The following are messages for core transition links
WARNING: Can't create core transition links since files/directories exist:
/usr/tmp -> /var/tmp
NOTE: Complete with message(s) displayed above
WARNING: The command "/usr/lbin/sw/install_clean" had warnings. The
installation will continue. Check the above output for
details about the warnings.

* Beginning the Configure Execution Phase.

* Summary of Execution Phase:
* 1 of 1 filesets had no Errors or Warnings.
WARNING: The Execution Phase had warnings. See the above output for
details.
3 REPLIES 3
Steven E. Protter
Exalted Contributor
Solution

Re: warning in patch installation

Shalom,

This doesn't strike me as a very big problem.

WARNING: Can't create core transition links since files/directories exist:
/usr/tmp -> /var/tmp

Looks like a link the patch is trying to create is already there.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Sharma Sanjeev
Respected Contributor

Re: warning in patch installation

Hi

I agree with SEP its just a warning and can be ignored.

Regards
Sanjeev
Everything is Possible as " IMPOSSIBLE" word itself says I M POSSIBLE
Dennis Handly
Acclaimed Contributor

Re: warning in patch installation

>WARNING: Can't create core transition links since files/directories exist:
/usr/tmp -> /var/tmp

You might want to look at the symlink:
ll /usr/tmp

It should have a "t":
lrwxrwxrwt 1 root sys ... /usr/tmp@ -> /var/tmp