PMDF System Manager's Guide


Previous Next Contents Index


test -channel x400

Test X.400 channel connection.

Syntax

pmdf test -channel x400

Command Qualifiers Defaults
-mta=mta-id See text
-transfer=file-spec See text

restrictions

This utility is supplied only with the PMDF-X400 optional layered product.

Parameters

x400

The string parameter x400 is required.

Description

The pmdf test -channel x400 utility can be used to test the configuration of the X400_LOCAL channel and verify that it can successfully connect to the remote MTA. Network configuration errors and validation problems will be reported by the utility.

Any file can be specified for transfer via the -transfer qualifier. However, if the file does not contain P1/P2/P22 information valid to the remote X.400 MTA, then the behavior is undefined. Some X.400 MTAs, such as PMDF-X400 and HP's Message Router X.400 Gateway, MRX, will accept any data and generate an error at a later stage in processing. Other MTAs, such as PP and EAN will abort the network connection as soon as they detect that the incoming data is invalid.

If pmdf test -channel x400 does not complete the connection successfully, it will indicate whether it is having trouble making the network connection itself or the network connection is rejected due to validation failure. If the former, make sure that the remote TSAP address is correctly specified for this MTA. If the latter, then check the MTA names and passwords. Remember that each MTA validates the name and password sent by the other MTA. Both sides of the connection must pass validation or the connection will be terminated with a validation failure error. Log or trace information on the remote MTA can prove invaluable when tracing validation failures or problems with messages being rejected.


Command Qualifiers

-mta=mta-id

Specifies the MTA to connect to when PMDF-X400 is configured for more than one remote MTA. This qualifier is only applicable when PMDF-X400 has been configured to support more than one remote MTA. The mta-id value must be an MTA identification as defined in the X400-MTAID database. Note that in a single MTA configuration, as generated by the PMDF-X400 configuration utility, there is no MTA identification nor X400-MTAID database.

-transfer=file-spec

Use RTS to transfer the specified file, file-spec. If no file is given it will default to /dev/null (UNIX) or nul (NT) and transfer 0 bytes of data. Note that transferring 0 bytes of data by specifying -transfer is not the same as transferring nothing, which is the behavior when this qualifier is not present.


Previous Next Contents Index