EndecaOperationsfrom the archive1 min read

Endeca Application : How to remove host entry from AppConfig files and EAC?

AppConfig.xml import set of XML files related to host configuration, process definition etc. LiveDgraphCluster.xml contains host and port entry related to multiple Dgraph and this file is the potential candidate to add/remove host entry.

Behaviour:-

Suppose one new MDEX host added as per need basis and after sometimes extra MDEX host needs to be removed from LiveDgraphCluster.xml.

<host id="LiveMDEXHostB" hostName="<<MDEXHost IP>>" port="8888" />

Run below command. This command does not remove any host from EAC.

./runncommand.sh --update-definition


Solution :- 

--update-definition  can only add Dgraphs and MDEXHosts by updating the LiveDgraphCluster.xml  but not remove it.

To remove MDEXHosts, below command needs to be run explicitly

eaccmd remove-host  --app CRS --host localhost

Remove host using eaccmd command



Discussion (5)

Technical questions and architecture discussions
A
Anonymous
Hi Ajay, I have a doubt. I changed the existing hostname to new hostname in all endeca services. I backup the state folder and restart all the services.I just re-Initialised the endeca-app. I try to login in EndecaXM for the App. Not able to view the Experience Manager, EAC admin console,Reports,Search Tools,Application Settings. just showing the blank page. not able to find in log. kindly help me Thanks
A
Ajay AgrawalAUTHOR
Hi Mohan, Which host name has changed in terms of mdex, ITL or everything in one box?What are different places where you made changes? Thanks, Ajay Agrawal
A
Anonymous
Machine hostname had changed.so, i changed hostname in endeca services also. everything in one box.In PF,TF,CAS and in endeca App script folder(XML files)
A
Ajay AgrawalAUTHOR
This happens whenever you do not have any Endeca Application created. was endeca application re-initialization successful. Seems like Application creation failed. I hope this helps. Thanks, Ajay Agrawal
J
Jennet
The main issue is, what do you do in the event that you overlook the password yourself? Is the record always blocked off?, Can You recoup the Lost Password? <a href="https://techalook.com/how-to/remove-password-windows-10" rel="nofollow">password removal</a>

Join the Discussion

Leave a comment

Comments are reviewed before they appear.