DMGR profile not correctly created and unable to add a app node to it in WAS 8.5.5.19 | Connections 7 | RHEL 7.9

Hello,

I am installing Connections 7.0 on RHEL 7.9. I have created a management profile using the profile management GUI option however, I am unable to add an application node to the DMGR in WebSphere 8.5.5.19 and getting the below errors. I doubt that the DMGR profile has not been created correctly.

Even I tried to create the DMGR using admin agent in command line but the SOAP port 8879 doesn't listen there and 8877 port listening instead, I don't see the startManager.sh file after created the admin agent!

Please help me.

/local/IBM/WebSphere/AppServer/bin/manageprofiles.sh -create -profilePath /local/IBM/WebSphere/AppServer/profiles/Dmgr01 -templatePath /local/IBM/WebSphere/AppServer/profileTemplates/management -cellName Dmgr01NodeCell -hostName myserver.mydomain.com -defaultPorts -enableAdminSecurity true -adminUserName wasadmin -adminPassword Passw0rd -profileName Dmgr01 -nodeName Dmgr01Node -serverType ADMIN_AGENT

—Profile created using above command

[root@myserver bin]# ./startServer.sh adminagent
ADMU0116I: Tool information is being logged in file
/local/IBM/WebSphere/AppServer/profiles/AdminAgent01/logs/adminagent/startServer.log
ADMU0128I: Starting tool with the AdminAgent01 profile
ADMU3100I: Reading configuration for server: adminagent
ADMU3200I: Server launched. Waiting for initialization status.
ADMU3000I: Server adminagent open for e-business; process id is 39712

— start admin agent

[root@myserver bin]# /local/IBM/WebSphere/AppServer/bin/manageprofiles.sh -create -profilePath /local/IBM/WebSphere/AppServer/profiles/ConnAppPro01 -templatePath /local/IBM/WebSphere/AppServer/profileTemplates/default -enableAdminSecurity true -adminUserName wasadmin -adminPassword Passw0rd -profileName ConnAppPro01 -nodeName ConnAppNode01
INSTCONFSUCCESS: Success: Profile ConnAppPro01 now exists. Please consult /local/IBM/WebSphere/AppServer/profiles/ConnAppPro01/logs/AboutThisProfile.txt for more information about this profile.

[root@myserver bin]# /local/IBM/WebSphere/AppServer/profiles/ConnAppPro01/bin/addNode.sh myserver.mydomain.com 8877 -username wasadmin -password Passw0rd
ADMU0116I: Tool information is being logged in file
/local/IBM/WebSphere/AppServer/profiles/ConnAppPro01/logs/addNode.log
ADMU0128I: Starting tool with the ConnAppPro01 profile
CWPKI0308I: Adding signer alias “CN=myserver.mydomain.com,” to local
keystore “ClientDefaultTrustStore” with the following SHA digest:
62:78:D9:30:F5:10:C6:61:44:C5:AF:F0:18:EF:42:50:A9:6C:C6:CB
CWPKI0314E: The following error is returned from an exception: Exception thrown
in RequiredModelMBean while trying to invoke operation
retrieveSigners
CWPKI0304E: The <remoteKeyStoreName> specified as
“CellDefaultTrustStore” was not found on the server.
ADMU0001I: Begin federation of node ConnAppNode01 with Deployment Manager at
myserver.mydomain.com:8877.
ADMU0027E: An error occurred during federation ADMU0025E: Given host and port
do not point to a Deployment Manager.; rolling back to original
configuration.
ADMU0211I: Error details may be seen in the file:
/local/IBM/WebSphere/AppServer/profiles/ConnAppPro01/logs/addNode.log
ADMU0111E: Program exiting with error:
com.ibm.websphere.management.exception.AdminException: ADMU0025E:
Given host and port do not point to a Deployment Manager.
ADMU1211I: To obtain a full trace of the failure, use the -trace option.
ADMU0211I: Error details may be seen in the file:
/local/IBM/WebSphere/AppServer/profiles/ConnAppPro01/logs/addNode.log


Regards,
Elango

Hello Elango,

Based on below error-

ADMU0111E: Program exiting with error:
com.ibm.websphere.management.exception.AdminException: ADMU0025E:
Given host and port do not point to a Deployment Manager.



Have you verified that the host and port passed are correct?Also, have you tried to sync the nodeagent via syncNode command?

I would suggest to have a look on below URL from IBM->
https://www.ibm.com/mysupport/s/question/0D50z000062km9YCAQ/why-does-the-addnode-command-fail-with-admu0111e-

Thanks,
Pratyush

Hello , you should select a different

serverType for DMGR , 

this is the example

./manageprofiles.sh -create
-profileName WasND
-profilePath /opt/IBM/WebSphere/AppServer/profiles/WasND
-templatePath /opt/IBM/WebSphere/AppServer/profileTemplates/management
-serverType DEPLOYMENT_MANAGER
-cellName cellName -nodeName NodeName -hostName FQDN
-enableAdminSecurity true -adminUserName was9admin -adminPassword Password
Some times ago I wrote a little guide on my blog, it's WebSphere generic things if you like to see the others, check here.
 

Hello Team,

Thanks for your response.

The issue was that Customer had downloaded the WAS base edition instead of WAS ND.

With WAS base edition I was unable to create a Standalone Deployment manager profile using GUI and command line

Everything is working fine with WAS ND edition.