How do I compare two environment

dkhanna01
Mega Contributor

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

5 REPLIES 5

sergiu_panaite
ServiceNow Employee
ServiceNow Employee

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,


Thanks Sergiu, But how do I get to the stats.do page for a specific server


All servers are identical, so seeing one stats page should be enough.



Regards,


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.