$dcecp
dcecp> principal create 
dcecp> account create 
3.Grant the group 
dcecp> acl 
dcecp> exit
4.Use the su command to become the local superuser root on the machine:
$ su
Password: root_password
5.Add a server key for the 
#dcecp
dcecp> keytab add self 
6.Remove the BosConfig file and any administrative lists that possibly exist from a previous configuration of the BOS Server on the machine:
#rm 
#rm 
7.Start the bosserver process with DFS authorization checking disabled. The process creates a new BosConfig file and a new admin.bos file, which is the administrative list for the BOS Server.
#dcelocal/bin/bosserver 
8.Add the group subsys/dce/dfs-admin  to the admin.bos file:
#dcelocal/bin/bos addadmin 
9.Enable DFS authorization checking by the BOS Server:
#dcelocal/bin/bos setauth 
10.Configure the bosserver process to start automatically when the system is restarted by removing the two number signs (#) from the following line of the /etc/rc.dfs file (or its equivalent):
##daemonrunning $DCELOCAL/bin/bosserver
The BOS Server is now fully configured on the machine.
