Skip to Main Content

Hardware

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

OEM OPs Centre Fails To Install

peter fieldingNov 14 2019 — edited Nov 14 2019

Currently trying to install OEM OPs Centre 12c R4 on a new sparc machine running factory install S11.4.

I haven't provided a username/email address on first steps (planing on configuring OCM later). Problem is, the install fails at a pre-req's stage (even though OCDoctor reports fine.

Error as below

####################

Failed Step:  Check for installation prerequisites.

The following is a portion of the installer

log which may indicate the cause of the error.

If this does not indicate the cause of the

error, you will need to view the full log

file. More information on how to do that is

available below.

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

Executing: /usr/sbin/beadm mount s11_test_BE_39457 /var/tmp/opscenter/s11_test_BE_39457

Executing: /usr/bin/pkg -R /var/tmp/opscenter/s11_test_BE_39457 uninstall //solaris/entire

Executing: /usr/bin/pkg -R /var/tmp/opscenter/s11_test_BE_39457 install //solaris/entire

Error: Failed to re-install package entire to BE s11_test_BE_39457

Testing Shell Limits

localhost is alive

error: The configured Oracle Solaris 11 publisher, solaris, does not support

        the version of Oracle Solaris 11 that is installed on this system.

Number of precheck error messages: 1, number of warnings: 0

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *

Please fix the problem and then try this step again.

For a full log of the failed install see the file: /var/tmp/opscenter/installer.log.28166.

t. Try this step again (correct the failure before proceeding)

x. Exit

Enter selection: (t/x)

#########################

Logfile show below

######################

This vers, 11.4.11.0.1.4.0, is greater than or equal to 0.175.2.0.0.42.0

/usr/bin/pkgrepo list -s http://pkg.oracle.com/solaris/release/  pkg://solaris/entire@11.4-11.4.11.0.1.4.0:20190712T004819Z

pkgrepo returned error: 1

Now test to see whether the solaris pub supports this version of solaris

Executing: /usr/sbin/beadm create s11_test_BE_39457

Executing: /usr/sbin/beadm mount s11_test_BE_39457 /var/tmp/opscenter/s11_test_BE_39457

Executing: /usr/bin/pkg -R /var/tmp/opscenter/s11_test_BE_39457 uninstall //solaris/entire

Executing: /usr/bin/pkg -R /var/tmp/opscenter/s11_test_BE_39457 install //solaris/entire

Error: Failed to re-install package entire to BE s11_test_BE_39457

Testing Shell Limits

localhost is alive

error: The configured Oracle Solaris 11 publisher, solaris, does not support

        the version of Oracle Solaris 11 that is installed on this system.

Number of precheck error messages: 1, number of warnings: 0

############################

uname -a

SunOS UK1-SSE-OCEC-01 5.11 11.4.11.4.0 sun4v sparc sun4v

This is on a sparc T7.

pkg publisher

PUBLISHER                   TYPE     STATUS P LOCATION

solaris                     origin   online F http://pkg.oracle.com/solaris/release/

Any help would be much appreciated as i cant seem to find any info that helps.

Thanks

This post has been answered by WollemiLover on Nov 14 2019
Jump to Answer

Comments

EJP
From what I understand, JAAS uses UDP (correct me if I am wrong)
You are wrong. JAAS doesn't use UDP. It doesn't do any networking at all. It is an API framework.
but that does not work for me because of some unique requirements
So you now need to review that decision.
978809
Thanks for the reply

When I run this code

loginCtx = new LoginContext( "Client",
new LoginCallbackHandler( username, password));

which uses this package import javax.security.auth.login.LoginContext;

It starts connecting to kerberos and I see it mentioning UDP ports in the console, I thought this was part of JAAS but it seems I was mistaken, that is not a problem now
So the question now is, is there a way to get SOAP in between the client and the kerberos without sending the username and password?
EJP
You need to do some basic reading about JAAS. Your question is too large to be answered here.
1 - 3