GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
dtspcd(user cmd) dtspcd(user cmd)

dtspcd — CDE Subprocess Control Service

dtspcd [-debug] [-log] [-auth_dirdirectory] [-timeoutnum_minutes] [-mount_pointmount_point]

The daemon for the CDE Subprocess Control service, dtspcd, is not intended to be started directly by the user, rather it should be started automatically by the inetd daemon (see inetd(1m)) in response to a CDE client requesting a process to be started on the daemon's host.

The default authentication directory is the user's $HOME directory. This option allows the system administrator to use a different directory. Note that directory must be exported to hosts wishing to use the dtspc service. directory - the name of the directory to use for authentication.
By default, the dtspcd process will terminate if it does not have any activity (process start or process stop) for 10 minutes and dtspcd has no child processes running. To change the timeout, set minutes to the desired number of minutes. To force the daemon to not use a timer, set minutes to -1. minutes - the number of minutes for the timer.
The file system's mount point is named mount_point. For example, mount_point could be "/net" or "/nfs". The daemon sets the environment variable DTMOUNTPOINT to the value of mount_point. This value of DTMOUNTPOINT will override all other definitions of DTMOUNTPOINT.
This option turns on logging of status information to the file /var/dt/tmp/DTSPCD.log. The information logged includes the name of the client host, the client's username, error messages and the name of the file used for authentication. The default is to not do any logging.
This option turns on logging of dtspc protocol to the file /var/dt/tmp/DTSPCD.log. The protocol information logged includes the name of the protocol and number of bytes in the request. The default is to not log the protocol.

When a CDE client attempts to connect to a dtspcd daemon, the client sends the daemon its username. The daemon uses the username to determine the user's home directory on the daemon's host. The home directory is used during authentication and it must be readable by the daemon and writable by the client. Therefore, the user's home directory on the daemon's host must be mounted to the client host. If the user's home directory is not readable and the -auth_dir command line option is not used, the directory /var/dt/tmp will be used.

To use a directory other than the user's home directory for authentication, use the -auth_dir command line option.

The dtspcd daemon is an Internet service that must be registered in the file /etc/services as follows:

dtspc      6112/tcp

and in the file /etc/inetd.conf as follows:

dtspc  stream  tcp  nowait  root  /usr/local/dt/bin/dtspcd /usr/local/dt/bin/dtspcd

The CDE Subprocess Control service allows the user and system administrator to create files of environment variable definitions to be placed in the processes environment before a remote process is started. See dtspcdenv(4) for more information.

On HP-UX, the file /usr/adm/inetd.sec may be used to control access to the dtspcd daemon. See inetd.sec(4) for more information.

/usr/local/dt/bin/dtspcd
The CDE Subprocess Control daemon
/etc/services
The Internet service name data base
/etc/inted.conf
The inetd configuration file
/usr/local/dt/etc/config/dtspcdenv
System-wide, locally defined environment variable definitions used when a process is executed
/usr/local/dt/config/dtspcdenv
System-wide, installed environment variable definitions used when a process is executed
$HOME/.dt/dtspcdenv
User-specific environment variable definitions used when a process is executed
/var/dt/tmp/DTSPCD.log
The dtspcd log file

Use the command line options -log and -debug (described above) to get diagnostic information.

inetd(1m), services(4), inetd.conf(4), dtspcdenv(4).


Search for    or go to Top of page |  Section u |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.