Service mapping certification course task - Lab 6.3: Verify discovery with entry point
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
Hi Rajan
Even I am facing same the issue.
Any resolution found?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
Its the same issue for everyone it seems.
Support Case can help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
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