Need to get an list view of Windows & Linux Servers with business application
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
- last edited
an hour ago
by
kh_safal
Hi Team,
We need to get an list view of Windows & Linux Servers with end of life operating system with business application. I can get the data for end of life operating system but how can i information for business application as it is tied to an application service.
Regards,
Rustam S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
19m ago
Hi @RustamS
@this is the exact usecase for the CMDB query builder.
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
18m ago
Hi @RustamS ,
In ServiceNow, servers don’t usually point straight to business apps. Instead, the link goes like this:
Server → Application Service → Business Application
So the trick is to follow the relationships in the CMDB.
1. Start with your EOL server list.
2. Use the CMDB relationship table (`cmdb_rel_ci`) to see which application services those servers are tied to.
3. From the application services, roll up to the business application CIs.
4. Build a report or list view that shows all three together:
- Server name + OS version (EOL flag)
- Application service it supports
- Business application linked to that service
If you have Service Mapping in place, this is easy because those relationships are already discovered. If not, you may need to rely on manually maintained CMDB relationships or work with app owners to validate the mapping. Once you’ve got the links, you can automate the report so management sees exactly which business apps are at risk because of outdated servers.
