Configure the Linux source machine for network monitoring

This topic describes how to configure a UNIX source machine before running the network monitor. To learn more about network monitoring, see Network monitoring overview.

Assign permissions for a local installation

Follow these steps to assign root permissions to the merc_webtrace process.

To assign permissions for a local installation:

  1. Sign in to the source machine as root.

  2. Type: cd <installdir>/bin to change to the bin directory.

  3. Type: chown root merc_webtrace to make the root user the owner of the merc_webtrace file.

  4. Type: chmod +s merc_webtrace to add the s-bit to the file permissions.

  5. To verify, type ls -l merc_webtrace. The permissions should look like this: -rwsrwsr-x.

Back to top

Assign permissions for a network installation

In a network installation, the merc_webtrace process is on the network, not on the source machine disk. The following procedure copies the merc_webtrace file to the local disk, configures mdrv.dat to recognize the process, and assigns root permissions to merc_webtrace.

To assign permissions for a network installation:

  1. Copy merc_webtrace from <installdir>/bin to anywhere on the local disk of the source machine.

  2. Note: All of the source machines that use the same network installation must copy merc_webtrace to the identical directory path on their local disk, since they all use the same mdrv.dat.

  3. Add the following line to the <installdir>/dat/mdrv.dat file, in the [monitors_server] section:

  4. ExtCmdLine=-merc_webtrace_path /local/xxx

  5. Sign in to the source machine as root.

  6. Type: cd <installdir>/bin to change to the bin directory.

  7. Type: chown root merc_webtrace to make the root user the owner of the merc_webtrace file.

  8. Type: chmod +s merc_webtrace to add the s-bit to the file permissions.

  9. To verify, type ls -l merc_webtrace. The permissions should look like:
    -rwsrwsr-x.

Back to top

Connect to the Linux Source Machine Through RSH

Follow these instructions if the Controller is connected to the source machine through RSH (default connection mode). In this case you do not need to activate the agent daemon.

Before running the Network monitor the first time, you enter an encrypted user name and password in the Network monitor configuration file.

To connect to the Linux Source Machine Through RSH:

  1. On the OpenText Enterprise Performance Engineering host machine, type cd <installdir>/bin to change the bin directory.

  2. Run CryptonApp.exe.

  3. In the Password box, type your RSH user name and password, separated by a vertical bar symbol. For example, myname|mypw.

  4. Click Generate. An encoded string is displayed in the Encoded string field.

  5. Click Copy to copy the encoded string to the clipboard.

  6. Add the following line to the <installdir>/dat/monitors/ndm.cfg file, in the [hosts] section:

  7. Host = <encrypted string copied from clipboard>

  8. Close and open the current performance test. OpenText Enterprise Performance Engineering reads the updated configuration file and recognizes the source machine for monitoring.

Back to top

Connect to the Linux Source Machine Through the Agent

Follow these instructions for activating agent daemon on the source machine if the Controller is not connected to the source machine through RSH.

To connect to the Linux Source Machine Through the Agent:

  1. Type m_daemon_setup -install from the <installdir>/bin directory.

  2. Make sure that the agent daemon is running whenever you activate the Network monitor.

  3. To stop the Network Delay Monitor agent daemon, type m_daemon_setup -remove.

Back to top

See also: