Service mapping certification course task - Lab 6.3: Verify discovery with entry point

Rajanigandha
Tera Contributor

Hi Team,

 

I have carefully followed all the steps outlined in the training documentation. However, after completing the discovery process, the result shows two different servers instead of two Wildfly servers.

I attempted to delete and rescan the host, but the outcome remains unchanged. As there are no two Wildfly servers being detected, my task is currently failing.

Could you please assist me in resolving this issue? Your guidance would be greatly appreciated.

5 REPLIES 5

Rajanigandha
Tera Contributor
 

SiddhantKad99
Tera Contributor

Hi Rajan

Even I am facing same the issue.

Any resolution found?

 

 

AkhtarRasool
Tera Contributor

Its the same issue for everyone it seems.

Support Case can help!

Muhammad Hamza
Kilo Sage

Hey @Rajanigandha, you can use the following background script after running discovery to update the name and revalidate the task. It worked for me. 

var gr = new GlideRecord("cmdb_ci_appl_generic");
gr.get(<sys_id_of_the_record>);
gr.name = "wildfly";
gr.autoSysFields(false);
gr.update();

 

Kindly appreciate the efforts of community contributors by marking the appropriate response as the correct solution and helpful, this may help other community members to follow the right solution in the future.

Thanks,

Hamza