dts configure
Configure the local dtsd as a normal or global server. The syntax is:
dts configure [dts_server] {-global | -notglobal}
Options
-global Configures the system as a global server by adding the server's entry to the cell profile
-notglobal Configures the system as a normal server by removing the server's entry from the cell profile
Description The dts configure operation sets the local dtsd to be a normal or global server. Requires one of two options -global or
-notglobal to configure the local dtsd as a global server or not. The difference is whether they are listed in /.:/cell-profile. Returns the string global or
notglobal to indicate the current (new) state of the dtsd.
Privileges Required You must have w (write) permission on the ACL associated with the DTS entity in order to execute the command.
Examples The following example sets the local dtsd to be a global DTS server.
dcecp> dts configure -global global dcecp>
|