Service Mapping for a Web Application

nikhil_agr20
Tera Contributor

I have a Web Application for which I am doing Service Mapping. I gave the entry point as a httsp URL & started discovery. It discovered the F5 loadbalancer & IIS WebServer. After that it stopped without any error. 

How can I add Application Server & MS-SQL Database server to complete the Map? Attached the map

1 ACCEPTED SOLUTION

Hello,

You are going to need to add a connectivity section to the IIS Virtual Directory Pattern that parses the URL out of the config file. Once you do that you should see the next hop IIS server and it may or may not find the database server. If it doesn't then you will have to do something similar in which you will create a connectivity section to pull out the configuration for the SQL server. It will most likely either be in the web.config file (make sure your URLs are correct so they go into the right IIS Website) or some other configuration file that may reference the ODBC DSN setup in Windows (which you can pull from the registry). Hope this helps.

View solution in original post

12 REPLIES 12

Himanshu10
Tera Expert

Hello, 

i need to perform similar exercise. i see you have done it, would you be able to show me how it was done?

i am new to this concept.

vivek gupta1
Tera Contributor

I also need to do something similar . I have IIS Virtual Directory pattern which gets triggered but cannot see it invokes MSSQL cluster Database pattern. Upon checking I found it runs a MySQL pattern and not MSSQL pattern. I need to get this Clustered Databse and two DB nodes inside this cluster. I am not from Development background so trying to do minimum customization. 

 

Also Is MSSQL clustered Databse underneath IIS server so unusual from Infrastructure point of view  that it is not part of Out of the box ? Please advise. Thanks 

vivek gupta1
Tera Contributor

@nikhil_agr20 Please reply on my query, if possible.