
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2018 01:24 PM
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
Solved! Go to Solution.
- Labels:
-
Service Mapping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2018 11:07 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2023 02:47 AM - edited 04-18-2023 02:48 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Wednesday
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Wednesday
@nikhil_agr20 Please reply on my query, if possible.