You are on page 1of 1

#

# TCPConf.txt (TCP configuration file)


#
# Use this to access the local server.
# keyword ip_addr login_name pc_ident
unix_process_name
server localhost cache CACH
CalcManager
server localhost cache CACH
CalcManager
# Use these if the domain name server is available.
# keyword server_name login_name pc_ident
unix_process_name
server groupserver user CACH
CalcManager
# Use these if the domain name server is down.
# 100.100.10.00 == groupserver
# keyword ip_addr login_name pc_ident
unix_process_name
server 100.100.10.00 user CACH
CalcManager
# Debug lines specify a process name and options.
# uxc == CAChe (PC)
# uxs == UnixServer (Unix)
# uam == UnixAppMgr (Unix)
#
# main == main part of process
# chm == ChannelMgr
# uem == UnixEventMgr
# ftm == FileXferMgr
# all == all debug options on
#
# savetmp == request UnixServer to save temporary files
#
# Options may appear in any order and any number of times.
# debug uxc [ main | ftm | uem | chm | all ]+
# debug uxs [ main | ftm | uem | chm | all | savetmp ]+
# debug uam [ main | uem | chm | all ]+
#
#debug uxc main ftm uem chm all
#debug uxs main ftm all savetmp
#debug uam main all

You might also like