Justification for QA needing Network Monitoring software

– Why do you need this software?

We need a product that can confirm our lab networking is in good working condition. Also that can quickly and easially spot issues live while testing, and historcally keep needed data when a potential bug is found. This information can be included during the time the bug is filed to assist in justification that the bug is or is not in fact a product related issue.

– What is the business impact?

The impact is high. Currently when bugs are submitted that are not obvious bugs, frequently the bug is kicked back by the developer that it looks like a connectivity issue. We then spend a day gathering any info we can find and send it back. If the issue happens over the weekend then it can prove very hard to find the needed logs and we find our selves having to repro the bug, and for some, this can take a day or more if it is an uptime or scaled test. We find that we can lose 1-4 man days just in getting the needed info to show that there was in fact no connection issues between all the points in that specific testbed. This can equate to loss of man weeks in a release cycle. This product would allow us to attach the needed information when the bug is filed, therefore eliminating any need for Development to kick the bug back as a network connectivity issue.

Continue Reading

Show Advanced Graphs in PathSolutions TotalView

If you want the “Show Advanced” to always show up on all pages in TotalView, here’s the registry entry for that:

  1. Run RegEdit
  2. Navigate to HKEY_LOCAL_MACHINE/Software/Wow6432Node/NetLatency/SwitchMonitor
  3. Create a DWORD entry named DestWebAdvanced and set it to 1
  4. Stop and restart the PathSolutions Network Monitor service

At this point, “Show Advanced” will display on all interface pages by default.

Continue Reading

Enabling SNMP on Windows OS

STEP 1:
Open up the Control Panel and go to Programs.  Click on “Turn Windows features on or off”

 

 

 

 

 

 

STEP 2:
Check the box to enable SNMP.  Dont forget to enable the WMI as this adds additional OID’s for you to monitor.


 

 

 

 

 

STEP 3:
Open up SERVICES and find the SNMP Service and double click on it.  This will provide you with a Service Dialog box.

 

 

 

 

 

 

STEP 4:
Click on the AGENT tab.  Type in your contact info (such as your email or phone number).  Type in the Location and/or Name of this server you are monitoring.  Make sure to select ALL check-boxes.

 

 

 

 

 

 

 

 

STEP 5:
Click on the SECURITY tab and select the radio button that says “Accept SNMP packets from any host”

(NOTE: as long as you only set Read Only access to the Community string in Step 6, there is NO security risk)


 

 

 

 

 

 

 

STEP 6:
Click on The ADD button to add a new Community string.  My suggestion is to add a community string that is not the standard “public” community string.  Make up a string that fits your Company, department, etc…, and make sure you set it as READ ONLY!

 

 

 

 

 

 

 

 

STEP 7:
Open up the SERVICES window and you can now restart the SNMP service and you are ready to monitor your server!

(NOTE: you will need to enable port 161 for SNMP traffic if you have a firewall between your monitoring system and the server you just configured)

 

 

 

 

 

 

 

 

 

Continue Reading

How to configure PathSolutions for use with a proxy server

Details: When a proxy server is used instead of a firewall, the license mechanism may not be able to connect to the PathSolutions license server on the Internet to validate its configuration. Thus, the program may fail to connect when it initially tries to validate its license, or may fail in the future if the proxy server is not properly configured.

Deployment: Microsoft has included a different proxy server configuration tool for different versions of its operating system. Use the below procedure associated with your OS version.

Microsoft Windows NT/2000/2003/XP (32bit)
Internet Explorer should be configured with the correct proxy server settings. Once that is completed, validate that it is working by browsing to the following test page:
https://sub01.nlsubscription.com/test.htm

If the test page works, the same proxy server configuration can be utilized by PathSolutions to validate its license. Enter the following command to configure Windows to use the same proxy configuration as IE:
proxycfg –u
At this point, you should be able to validate your license against the license server using SSL.

Microsoft Windows Vista/2008/7 (32bit)
Internet Explorer should be configured with the correct proxy server settings. Once that is completed, validate that it is working by browsing to the following test page:
https://sub01.nlsubscription.com/test.htm

If the test page works, the same proxy server configuration can be utilized by PathSolutions to validate its license. Enter the following command to configure Windows to use the same proxy configuration as IE:
NetSH WinHTTP import proxy source=ie

At this point, you should be able to validate your license against the license server using SSL.

Microsoft Windows Vista/2008/7 (64bit)
Internet Explorer should be configured with the correct proxy server settings. Once that is completed, validate that it is working by browsing to the following test page:
https://sub01.nlsubscription.com/test.htm

If the test page works, the same proxy server configuration can be utilized by PathSolutions to validate its license. A special 32bit version of the NetSH program must be run to do the configuration.

Use the following procedure:
1) Open a CMD window
2) Change directory to C:\Windows\SysWOW64
3) Enter:
NetSH WinHTTP import proxy source=ie

At this point, you should be able to validate your license against the license server using SSL.

Continue Reading