- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-13-2016 04:17 AM
Hello,
Can someone help with business case and example to understand below two type of relationships between Server and Database
Also, I am confused between the CMDB class "Database Servers" and "Database Instance" since I am not sure what exactly database instance refers to.
How relationship can be established between these different classes like Server, Database Server, Database Instance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-14-2016 07:46 AM
OK, let's say you have two applications and each application needs access to the database. However, each application is very strict on which patches can be installed on the database. Let's call them app_one and app_two.
Now, let's say, in this hypothetical world, you have only one server on which to install the database. Let's call this example.server.com. example.server.com runs Windows 2008 R2 Datacenter.
You look at the databases software out there and decide on MSSQL. You decide that you want to turn example.server.com into a database server, so you install MSSQL on the server. You have to name the server in the install. You name it MyDatabase.server.com. You now have MyDatabase.server.com that is hosted on example.server.com.
You have two applications, each with the need to have different patch levels, etc. You create two named instance, app_one_instance and app_two_instance. Each now Run On MyDatabase.server.com, which in turn is hosted on example.server.com.
Now the apps can connect to their databases. These apps depend on their instances be up and running. In the end, you have something that looks like this:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-02-2016 06:20 AM
Dear all,
I am fairly new to ServiceNow and have this same question. Could I ask you please then how the Database Catalogs are different from the Database Instances? I have read that the Database Catalogs can be populated by Discovery into the instances but no relationship is established.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-02-2016 06:52 AM
Database Catalog would sit underneath the database instance. It is the metadata of the instance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-08-2019 11:30 AM