Mindware Troubleshooting

From Netsville Support
Jump to navigation Jump to search

Overview

Some tips on network troubleshooting the Mindware server hosted at Netsville

In general, what will be described below is how we can:

  • ping the server
  • traceroute to the server
  • Test the WebDAV share with a regular browser

These tests should be performed from the client desktop machine having difficulty.

PING the server

  • Right-click the Windows icon -> Choose Run.

Windows run.png

  • Type the word cmd into the Run Window and hit OK

Windows cmd.png

  • Type in the command: ping -n 10 mindware.netsville.com
    The -n 10 will tell the command to ping the server 10 times.

Windows ping.png

What you want to focus on is the round-trip time in milliseconds. It should be consistent. If there is a large difference between the minimum and maximum times (ms), this could indicate a problem.

You also want to note if there is any packet loss. You want it see Lost = 0 (0% loss) under Ping statistics.

TRACEROUTE to the server

  • Use the directions above under PING the server to bring up a Run Window or use the same one from the previous test.
    Type this command: tracert mindware.netsville.com

Windows tracert.png

The results here will vary. Typically, you want to see a numbered list of servers and hosts between you and the Mindware server.

If after a minute, you see nothing but "stars" (asterisks) and don't see Trace complete, stop the output by hitting CNTL-C. That is, hold down the CNTL button while typing 'C'.

Again, we're concerned with the millisecond times. This is the time it takes to reach a "hop" (or host) and return back to the client machine.

In the screenshot example, the millisecond times are very small because this was done close to the network the server is on. Your results will vary.

Testing WebDAV

Open up Internet Explorer or another browser. There are many ways to do this. There may already be a browser icon pinned to the task bar. If not:

  • Left-click the Windows icon
  • Choose the Internet Explorer icon
    This may be on a menu or a tile depending on the version of Windows (the screenshot shows a tile icon)

Windows ie icon.png

  • Type in this URL in the Location bar at the top: http://mindware.netsville.com/profiles
  • You will be prompted for a username and password.
  • Type in the proper credentials (not provided in this document)

Windows profile login.png

  • You should be presented with a plain listing of directories with Index of /profiles at the top. If you see this, then the WebDAV share is working properly.

Windows index profiles.png