DCE Cell Administration -- Digital Unix

DCE Cell Administration -- Digital Unix



Making a DU 4.0 box a DCE client


/usr/sbin/dcesetup


                     ***  DCE Setup Main Menu  ***
                         Version V2.0 (Rev. 514)

 --->   1)  Configure         Configure DCE services on this system
        2)  Show              Show DCE configuration and active daemons
        3)  Stop              Terminate all active DCE daemons 
        4)  Start             Start all DCE daemons 
        5)  Restart           Terminate and restart all DCE daemons
        6)  Clean             Terminate all active DCE daemons and remove
                              all temporary local DCE databases 
        7)  Clobber           Terminate all active DCE daemons and remove
                              all permanent local DCE databases
        8)  CVP               Run Configuration Verification Program
        9)  Version           Show DCE Version number 
        X)  Exit

                  ***  Configuration Choice Menu  ***

 --->   1) Configure this system as a DCE Client
        2) Create a new DCE cell
        3) Add Master CDS Server
        4) Configure DCE Distributed File Service (DFS)
        5) Modify DCE cell configuration
        R) Return to previous menu

    Shutting down DCE services

    DCE services stopped

    Removing temporary local DCE databases and configuration files

    Removing permanent local DCE databases and configuration files

    Starting client configuration
        Initializing dced (dced)...
        Starting dced (dced)...

Would you like to search the LAN for known cells? (y/n) [y] : n

Please enter the name of your DCE cell : u.washington.edu

Please enter your DCE hostname [saulfs01]: 

What is the hostname of the Master CDS Server for this cell []: strunk.u.washington.edu

Can saulfs01 broadcast to strunk.u.washington.edu? (y/n/?) [y]: y

        Stopping dced...
        Initializing dced (dced)...
        Starting dced (dced)...
        Starting CDS advertiser daemon (cdsadv)...
        Testing access to CDS server (please wait) .

        Attempting to locate security server
        Found security server
        Creating /opt/dcelocal/etc/security/pe_site file
        Checking local system time
        Looking for DTS servers in the LAN profile
        Found DTS server

    The local system time is: Fri Nov 15 15:14:24 1996

Is this time correct?  (y/n): y

Do you need the Distributed Time Service? (y/n/?) [y]: y

Do you want to enable DCE SIA? (y/n/?) [n]: n


        Stopping cdsadv...

This operation requires that you be authenticated as a member
of the sec-admin group.  Please login.

    Enter Principal Name: cell_admin
    Password:  

    Configuring security client
        Creating /krb5/krb.conf file
        Adding kerberos5 entry to /etc/services
        Creating ktab entry for client

        Stopping dced...
        Initializing dced (dced)...
        Starting dced (dced)...
        Starting sec_client service (please wait) .

    This machine is now a security client.

    Configuring CDS client
        Creating the cds.conf file
        Starting CDS advertiser daemon (cdsadv)...
        Testing access to CDS server (please wait) .
        Creating hosts/saulfs01 objects in name space

    This machine is now a CDS client.
        Stopping sec_client service...
        Starting sec_client service (please wait) .
        Modifying acls on /.:/hosts/saulfs01/config
            secval
            xattrschema
            srvrexec
            keytab
            keytab/self
            hostdata
            hostdata/dce_cf.db
            hostdata/cell_name
            hostdata/pe_site
            hostdata/cds_attributes
            hostdata/cds_globalnames
            hostdata/host_name
            hostdata/cell_aliases
            hostdata/post_processors
            hostdata/svc_routing
            hostdata/cds.conf
            hostdata/passwd_override
            hostdata/group_override
            hostdata/krb.conf
            srvrconf



    Configuring DTS daemon as client (dtsd)
        Starting DTS daemon (dtsd)...
        Waiting for DTS daemon to synchronize (please wait) ......

    This machine is now a DTS clerk.


Do you want to run the DCE Configuration Verification Program? (y/n/?)
[y]: y

    Executing Digital DCE V2.0 (Rev. 514) for Digital UNIX CVP (please wait)
    Copyright (c) Digital Equipment Corporation. 1996. All Rights Reserved.
    
    Verifying.


-->  Now need to manually edit /opt/dcelocal/dce_services.db and
     remove the "dts client" line.  Then stop and restart services
     through dcesetup.  (DU will not manually allow you 


================================

Unconfiguring a DU box as a DCE client -- 2 parts (possibly
could do as one, but it's not straightforward):

1)  From the cell_admin side

#strunk% rmdce -o admin -h saulfs01 all_cl

Enter password for DCE account cell_admin: 

Unconfiguring DTS Clerk (dts_cl) for 
  DCE host saulfs01 ...
DTS Clerk (dts_cl) unconfigured successfully for 
  DCE host saulfs01

Unconfiguring CDS Clerk (cds_cl) for 
  DCE host saulfs01 ...
CDS Clerk (cds_cl) unconfigured successfully for 
  DCE host saulfs01

Unconfiguring Security Client (sec_cl) for 
  DCE host saulfs01 ...
Security Client (sec_cl) unconfigured successfully for 
  DCE host saulfs01

Note: If DCE host saulfs01 has a DFS client
  (dfs_cl) configured, the DFS client will be unuseable until 
  the host has been reconfigured as a DCE client.

2)  On DU client

In dcesetup on DU system, choose:

        7)  Clobber           Terminate all active DCE daemons and remove
                              all permanent local DCE databases