[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference tuxedo::dce-products

Title:DCE Product Information
Notice:Kit Info - See 2.*-4.*
Moderator:TUXEDO::MAZZAFERRO
Created:Fri Jun 26 1992
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:2269
Total number of notes:10003

2177.0. "RFC: DCE for VMS settings" by VIRGIN::BILL (BILL is my lastname !!!) Tue Mar 04 1997 10:52

Hello friends

I just like to post UCX and VMS settings and parameters from
a VMS/DCE environment which is running very stable and reliable.

Maybe others like to comment or post their settings as a reference:

Thanks 

/Marco

VERSIONS:

VMS 6.2 (AXP)
DCE 1.3


UCX:

UCX> show comm

Communication Parameters

Local host:      gdc039                 Domain:   KUKOBEZA

Cluster timer:             5
                                 Maximum     Current        Peak
Interfaces                            20           3           3
Device_sockets                      4000         230         350
Routes                             65535           4           4
Services                             200           0           1
Proxies                               20

Type:        FDDI       Free     Maximum   Max Bytes     Minimum   Min Bytes
Large buffers             20        2000     9472000          10       47360
Small buffers            150        8000     2048000          50       12800
IRPs                      20         200
Non UCX buffers           10

Remote Terminal
  Large buffers:          10
  UCBs:                    4
  Virtual term:     disabled


UCX> show prot tcp/para
TCP
  MTU size segment:      disabled
  Delay ACK:             disabled
  Loopback:              disabled
  Window scale:           enabled
  Drop timer:                 600
  Probe timer:                 75

                          Receive                Send

  Checksum:               enabled             enabled
  Push:                  disabled            disabled
  Quota:                    32768               32768

UCX>


UCX> show comm/mem
                                   MBUF Summary
                      Small_static  Large_static  Small_dynamic  Large_dynamic
 Total buffers                  50            10            850              0
 Free                            0            10            256              0
 Busy
  Data                           0             0              0              0
  Header                         5             0            189              0
  Socket                        29             0            201              0
  Prot. control                  9             0            204              0
  Route                          4             0              0              0
  Socket name                    0             0              0              0
  Socket options                 0             0              0              0
  Fragment reassembly            0             0              0              0
  IP address                     3             0              0              0
 Size of cluster             13056         47616          26976              0

                Free       Current          Peak          Waits          Drops
 Small Buffers                 644          1005              0              0
 Large Buffers                   0            47              0              0
 IRPs              3             0             0              0              0

                    Small clusters  Large clusters    Non UCX buffers
 Free                            0             2              0
UCX>



DCE$SETUP.COM ("DCE$MAX_USERS" = "1000")



$ If OnAlpha
$   Then
$      C_Page = 13*1024 + ( Dce_Max_Users * 460 )
$      S_Page = 12*1024 + ( Dce_Max_Users * 180 )
$   Else
$      C_Page = 11*1024 + ( Dce_Max_Users * 310 )
$      S_Page = 10*1024 + ( Dce_Max_Users * 180 )
$   Endif
$ C_Buff   = 12*1024 + (Dce_Max_Users * 1400)
$ S_Buff   =  9*1024 + (Dce_Max_Users *  800)
$ B_Io_Buf = 20 + (Dce_Max_Users * 2)
$ B_Ast    = 20 + (Dce_Max_Users * 2)
$!
$! RPC:
$ Rpcd_Pid              = ""
$ Rpcd_Procname         = "DCE$RPCD"
$ Rpcd_Descrip          = "Remote Procedure Call Services"
$ Rpcd_Filedir          = "Dce$Specific:[Var.Rpc.Adm]"
$ Rpcd_Privs            = "NoAll,Cmkrnl,Tmpmbx,Netmbx,Sysprv,Exquota," -
                                + "Sysnam,Sysgbl,Prmgbl"
$ Rpcd_Quotas           = "/Prio=6 /Enque=128 /Extent=16384 /File=50 " -
                        + "/Io_Dir=100 /Maximum_work=2000 /Queue=30 " -
                        + "/Work=2000 " -
                        + "/Ast=''B_Ast' /Buff=''C_Buff' " -
                        + "/Io_Buf=''B_Io_Buf' /Page=''C_Page'"
$ Rpcd_DceCheck         = True
$!
$! Security:
$ Sec_Descrip           = "Security Services"
$!
$ Sec_Clientd_Pid       = ""
$ Sec_Clientd_Procname  = "DCE$SEC_CLIENTD"
$ Sec_Clientd_Descrip   = "Security Service Client"
$ Sec_Clientd_Filedir   = "Dce$Specific:[Var.Security]"
$ Sec_Clientd_Privs     = "All"
$ Sec_Clientd_Quotas    = "/Prio=6 /Enque=128 /Extent=16384 /File=50 " -
                        + "/Io_Dir=100 /Maximum_work=2000 /Queue=20" -
                        + "/Work=2000" -
                        + "/Ast=''B_Ast' /Buff=''C_Buff' " -
                        + "/Io_Buf=''B_Io_Buf' /Page=''S_Page'"
$!Sec_Clientd_Wait_Idle = True
$ Sec_Clientd_DceCheck  = True
$!
$ Secd_Pid              = ""
$ Secd_Procname         = "DCE$SECD"
$ Secd_Descrip          = "Security Service Server"
$ Secd_Filedir          = "Dce$Specific:[Var.Security]"
$ Secd_Privs            = "All"
$ Secd_Quotas           = "/Prio=8/Enque=2000/Extent=32768/File=100" -
                        + "/Io_Dir=150/Maximum_work=6000/Queue=30" -
                        + "/Work=4000" -
                        + "/Ast=''B_Ast' /Buff=''S_Buff' " -
                        + "/Io_Buf=''B_Io_Buf' /Page=''S_Page'"
$  Secd_Check_Pid       = True
$!
$! CDS:
$ Cds_Descrip           = "CDS Name Service"
$!
$ Cdsadv_Pid            = ""
$ Cdsadv_Procname       = "DCE$CDSADV"
$ Cdsadv_Descrip        = "CDS Name Service Advertiser"
$ Cdsadv_Filedir        = "Dce$Specific:[Var.Directory.Cds]"
$ Cdsadv_Privs          = "All"
$ Cdsadv_Quotas         = "/Prio=6 /Ast=50 /Buff=''S_Buff' /Enque=128 " -
                        + "/Extent=8192 /File=50 /Io_Buf=60 /Io_Dir=100" -
                        + "/Maximum_work=2000 /Page=24000 /Queue=20" -
                        + "/Work=2000"
$ Cdsadv_Check_Pid    = True
$!
$ Cdsclerk_Pid          = ""
$ Cdsclerk_Procname     = "DCE$CDSCLERK"
$ Cdsclerk_Descrip      = "CDS Name Service Client"
$ Cdsclerk_Filedir      = "Dce$Specific:[Var.Directory.Cds]"
$ Cdsclerk_Privs        = "All"
$ Cdsclerk_Quotas       = "/Prio=6 /Enque=128 /Extent=16384 /File=50 " -
                        + "/Io_Dir=100 /Maximum_work=8192 /Queue=20 " -
                        + "/Work=3000 " -
                        + "/Ast=''B_Ast' /Buff=''C_Buff' " -
                        + "/Io_Buf=''B_Io_Buf' /Page=''C_Page'"
$ Cdsclerk_Check_Pid    = True
$!
$ Cdsd_Pid              = ""
$ Cdsd_Procname         = "DCE$CDSD"
$ Cdsd_Descrip          = "CDS Name Service Server"
$ Cdsd_Filedir          = "Dce$Specific:[Var.Directory.Cds]"
$ Cdsd_Privs            = "All"
$ Cdsd_Quotas           = "/Prio=6/Ast=256/Buff=''C_Buff'/Enque=2000" -
                        + "/Extent=32768/File=200/Io_Buf=300/Io_Dir=150" -
                        + "/Maximum_work=8192/Page=''C_Page'/Queue=64" -
                        + "/Work=4000"
$ Cdsd_Check_Pid        = True
$!
$! GDA:
$ Gdad_Pid              = ""
$ Gdad_Procname         = "DCE$GDAD"
$ Gdad_Descrip          = "Global Directory Agent"
$ Gdad_Filedir          = "Dce$Specific:[Var.Directory.Cds]"
$ Gdad_Privs            = "NoAll,Tmpmbx,Netmbx,Readall,Sysprv,Syslck,Prmmbx," -
                                + "Sysgbl,Prmgbl"
$ Gdad_Quotas           = "/Prio=6 /Ast=50 /Buff=40000 /Enque=128 " -
                        + "/Extent=8192 /File=50 /Io_Buf=60 /Io_Dir=100" -
                        + "/Maximum_work=2000 /Page=24000 /Queue=20" -
                        + "/Work=1000"
$ Gdad_Check_Pid        = True
$!
$! NSI Agent:
$ Nsid_Pid              = ""
$ Nsid_Procname         = "DCE$NSID"
$ Nsid_Descrip          = "PC Name Service Interface"
$ Nsid_Filedir          = "Dce$Specific:[Var.Directory]"
$ Nsid_Privs            = "NoAll,Cmkrnl,Tmpmbx,Netmbx,Sysprv,Sysnam," -
                                + "Sysgbl,Prmgbl"
$ Nsid_Quotas           = "/Prio=6 /Ast=50 /Buff=40000 /Enque=128 " -
                        + "/Extent=4096 /File=30 /Io_Buf=60 /Io_Dir=50" -
                        + "/Maximum_work=2000 /Page=24000 /Queue=20" -
                        + "/Work=512"
$!
$! DTS:
$ Dtsd_Pid              = ""
$ Dtsd_Procname         = "DCE$DTSD"
$ Dtsd_Descrip          = "Distributed Time Service"
$ Dtsd_Filedir          = "Dce$Specific:[Var.Adm.Time]"
$ Dtsd_Privs            = "NoAll,Tmpmbx,Prmmbx,Netmbx,Sysprv,Sysnam," -
                                + "Cmkrnl,Cmexec,Oper,Log_Io,Sysgbl,Prmgbl"
$ Dtsd_Quotas           = "/Prio=10 /Ast=100 /Buff=''S_Buff' /Enque=128 " -
                        + "/Extent=8192 /File=50 /Io_Buf=200 /Io_Dir=50" -
                        + "/Maximum_work=2000 /Page=120000 /Queue=20" -
                        + "/Work=512"

T.RTitleUserPersonal
Name
DateLines