Start the IXIA TEXTML Server service (Linux)

This procedure describes how to start the IXIA TEXTML Server service in Linux.

You must know the name of the service. The name of the TEXTML Server service is:
textml.[ServerInstanceName]
For example, if the instance name is ts01, the service name is:
textml.ts01
Note: You must run this procedure as user root.

To start the IXIA TEXTML Server service:

  1. On the Linux machine, run the service command, using the following syntax:
    /sbin/service textml.ServerInstanceName start
    For example:
    /sbin/service textml.ts01 start
  2. Confirm the service is started.
    Starting textml.ts01                 [  OK  ]
    Note: If you get a [FAILED] result when you attempt to start the server, the server may have already been started. If that is not the case, the port number may be the same as another TEXTML Server instance. To correct this problem, change the TEXTML Server port number in the server configuration.
    The service starts in Linux.