How do I compare two environment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2016 04:40 PM
I'd like to find a way in servicenow where I can compare my Test Environment with Production Environment. For e.g. I've 5 servers dedicated to Test Environment (for application testing) and 5 servers in production. I'd like to compare against following attributes:
- OS version
- OS Patch
- what 3rd party applications are installed like Tomcat, JBoss, Java etc
- location of 3rd party application, where they are installed on the server
- version of the application running on the server
- load balancer information
- other attributes as needed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2016 12:03 AM
Hi Deepak,
The information you are looking for is usually visible using:
1. stats.do page, under:
- under "Open Software" link for 3rd party libraries
- OS information under "OS Configuration"
2. xmlstats.do page, under:
<system.java.home type="info">/glide/java-1.8.0_40.i586/jre</system.java.home>
<system.java.version type="info">1.8.0_40</system.java.version>
...
<servlet.info>Apache Tomcat/7.0.64</servlet.info>
and much more information.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2016 01:53 PM
Thanks Sergiu, But how do I get to the stats.do page for a specific server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2016 11:03 PM
All servers are identical, so seeing one stats page should be enough.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2016 07:24 AM
Hmm I don't think so. What I'm trying to find out is the difference between my Integration Test Server Vs Production Servers for a particular business service or an application.