Solaris Common Desktop Environment: Advanced User's and System Administrator's Guide

Creating an Action that Runs a Remote Application

Use the EXEC_HOST field in the action definition to specify the location of the application.

Valid values for EXEC_HOST are:

%DatabaseHost%—the host where the action is defined.

%LocalHost%—the host where the action is invoked (the session server).

%DisplayHost%—the host running the X server (not allowed for X terminals).

%SessionHost%—the host where the controlling Login Manager is running.

hostname—the named host. Use this value for environments in which the action should always be invoked on one particular host.

%"prompt"%—prompts the user for the host name each time the action is invoked.

The default value is %DatabaseHost%, %LocalHost%. Thus, when the EXEC_HOST field is omitted, the action first attempts to run the command on the host containing the action definition. If this fails, the action attempts to run the command on the session server.

Examples