Description
Type string READONLY
The value of the thishost setting in the pm.settings file on the client. If you do not specify the thishost setting or if the client cannot resolve thishost to an IP address configured on the client, the variable remains undefined.
Example
# print a warning if thishost is not defined if (!defined thishost) printf("WARNING: the thishost variable is not defined. \ Please check the pm.settings file on host %s.\n", submithost);