Dce Tcl Examples; Configuring A Dce Client; Configuring A Single-Machine Dce Server - HP j6750 Supplementary Manual

Enterprise file system, planning and configuring hp dce/9000 enhanced dfs version 3.0
Hide thumbs Also See for j6750:
Table of Contents

Advertisement

TCL Functions

DCE TCL Examples

DCE TCL Examples
This section shows examples of how you can use the TCL commands to
configure DCE.

Configuring a DCE Client

tcl_dce_config_dceclient (hostname sec_server \
> cds_server dts_type celladmin celladmin_pw)
The local host name is passed for users that would like to specify a full domain
name (for example, oddball.ch.apollo.hp.com) instead of the short name you get
from the system hostname command. The cds_server parameter is passed
in order to cache if dcecp can't figure out one for itself. (This is a necessity and
something that seems to happen all too often). The dts_type is one of
'client', 'local', 'global' or 'none'.
Example:
dcecp> tcl_dce_config_dceclient oddball harpoon \
> harpoon client cell_admin -dce-
:
dcecp>

Configuring a Single-machine DCE Server

tcl_dce_config_dceserver (hostname cellname dts_type
\ > celladmin celladmin_pw)
The hostname parameter can be passed as either the full domain name (for
example, blech.ch.apollo.hp.com) or the short name (for example, blech).
Specify the cellname parameter without the /.../ in front. The dts_type
parameter should be one of 'client', 'local', 'global' or 'none'. Choose your own
celladmin account name (usually 'cell_admin') and password. This function
calls tcl_dce_config_dced(), tcl_dce_config_secserver(),
tcl_dce_config_cdsserver() and
tcl_dce_config_dtsserver().
112

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents