cancel
Showing results for 
Search instead for 
Did you mean: 

Installation ECC5+ora with MSCS

Former Member
0 Kudos

Dear Sirs,


I'm installing ECC5 with windows 2003 and Oracle 10.2.0.5.

We're getting a problem during the MSCS installation step MSCS Node A Configuration.

When we run this step we get an error:

"FSL-06002 Error 1722 (The RPC server is unavailable.) in execution of a 'OpenSCManager' function, line (130) with parameter (ServicesActive).

MOS-01203 Could not stop the 'SAPOSCOL' service on host '\\NOT_EXIST'

I can stop and start SAPOSCOL and I've checked that RPC Server is running.

Could you help me in this issue?

regards,
Filipe Vasconcelos

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member189546
Active Contributor
0 Kudos

Hello,

FSL-06002  Error 1722 (The RPC server is unavailable.

Please see note 112266

The problem is the following - the installation expect that you already
have a 2nd MSCS node. Currently you just have a one host
that is part of the MSCS node.
The installation program tries to collect the informations from the
other host also. As he fails the entry information is "NOT_EXIST"

Have  two possibilities:
1. You could add a second node to MSCS cluster, and then
   start a new installation.
2. We could do a workarround in the installation. In this case
   after you add a second node, you have to manually create
   folder %windir%\SapCluster and copy the all files from the first
   node SapCluster folder. Then you would be able to succeesfully
   perform step Clustersing Node B.

Best option is step 1. as this is a usual procedure, and anyway for
the High Availability you need a 2 MSSC nodes.

regards,

John Feely

Former Member
0 Kudos

Dear John,


Thank you very much for your message.

I have already the 2nd node. So it's quite weird the behaviour.

C:\WINDOWS\Cluster>cluster node

Listing status for all available nodes:

  Node           Node ID Status

-------------- ------- ---------------------

EMEA-DCP-TR3         3 Up

EMEA-DCP-TR4         4 Up

The %windir%\SAPCluster  directory it's not created. I've created manually in node A. But problem remains.

I don't understand why in keydb.xml it appears NOT_EXIST in both nodes!! Following your suggestion, it should have hostname in NodeA.

<fld name="NodeA">

<strval><![CDATA[NOT_EXIST]]>

</strval>

</fld>

<fld name="NodeB">

<strval><![CDATA[NOT_EXIST]]>

What do you think if I delete Node B in cluster configuration?

regards and thanks,

Filipe



former_member182034
Active Contributor
0 Kudos

hi Filipe,

please check following.

FSL-06002 Error 1722 (The RPC server is unavailable)

run --> services.msc

check the RPC services are running or not if not then start these services.

MOS-01203 Could not stop the 'SAPOSCOL' service on host '\\NOT_EXIST'

1. SAPOSCOL

2. Check the hostname entry in System32\drivers\etc is exist or not and if not then put the following entry in host file.

Machine_Name     IP of Machine

3. Check the ping status

please read following doc for more info:
SAPinst Troubleshooting

Regards,

Former Member
0 Kudos

Dear Jamil,

I've checked RPC services and saposol.

Now I'm putting the entries in hosts fles.

This issue remains.

regards,

Filipe

former_member182034
Active Contributor
0 Kudos

hi Filipe,

please follow below guides for installation.

Installaton of Multiple SAP System

&

SAPinst Troubleshooting

Regards,

Former Member
0 Kudos

Additional info:

in keydb.xml I appreciate that there are 2 entries:

<fld name="NodeA">

<strval><![CDATA[NOT_EXIST]]>

</strval>

</fld>

<fld name="NodeB">

<strval><![CDATA[NOT_EXIST]]>

</strval>

</fld>


It seems that sapinst don't detect the hostname of each node.

regards,
Filipe Vasconcelos