Service Mapping: What to do with maps when the Datacenter for your Business Service Application changesIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Description In many cases the application that is mapped on a business service might failover or transfer to another Datacenter. Meaning the endpoints you have configured are now directing to a new load balancer than before. There are some steps that need to be taken to make sure you map reflects the current datacenter and not the old one that was transferred from. Procedure 1) Make sure that an nslookup from MID servers will resolve to the correct IP address, pointing to the appropriate LB. 2) If it is not then fix that issue first. 3) You should run a regular discovery on the new AND old Load balancers that would be associated with the business service. 4) Run the DNS lookup scheduled job on demand to update the IP address on the entrypoints of the business service. Here is the job, you can click 'execute now' to run it: [Instance_name.serice-now.com]/nav_to.do?uri=sysauto_script.do?sys_id=f178ab457fb213001952baf8befa91d3 If you cannot find it through that, the job is called: "Run DNS Lookup For All Entry Points And Manual Connection Endpoints" 5) After that is finished, you can run the business service map and it should also switchover to the correct LB. Applicable Versions All Additional Information The entry point, should have correct IP address after running job. You can find the entrypoint info on this table: "cmdb_ci_endpoint". You will need to expose the IP Address field on the list view or add it to that form. You can always view XML to see the value for that IP Address as well. Look at which LB service the map should go to. See that the entry point should have the same IP address as the LB service that is associated with that Business Service Application. If these two match and are for the correct LB, your map should also run accurately. The IP address associated with the LB service is updated when we run regular discovery on the LB itself. That is why step 3 above is important.