2 * Copyright 2000, International Business Machines Corporation and others.
5 * This software has been released under the terms of the IBM Public
6 * License. For details, see the LICENSE file in the top-level source
7 * directory or online at http://www.openafs.org/dl/license10.html
10 #include <afs/param.h>
12 #include <sys/types.h>
16 #include <WINNT/afsevent.h>
25 #include <netinet/in.h>
30 #include <rx/rx_globals.h>
31 #include <afs/cellconfig.h>
36 #include <afs/afsutil.h>
41 const char *vl_dbaseName;
42 struct afsconf_dir *vldb_confdir = 0; /* vldb configuration dir */
45 struct vldstats dynamic_statistics;
46 struct ubik_dbase *VL_dbase;
47 afs_uint32 HostAddress[MAXSERVERID+1];
48 extern afs_int32 afsconf_GetKey();
49 extern int afsconf_CheckAuth();
50 extern int afsconf_ClientAuth();
51 extern int afsconf_ServerAuth();
53 extern afs_int32 ubik_lastYesTime;
54 extern afs_int32 ubik_nBuffers;
59 int rxJumbograms = 1; /* default is to send and receive jumbo grams */
61 static void CheckSignal_Signal() {IOMGR_SoftSig(CheckSignal, 0);}
65 register int i, errorcode;
66 struct ubik_trans *trans;
68 if (errorcode = Init_VLdbase(&trans, LOCKREAD, VLGETSTATS-VL_LOWEST_OPCODE))
70 VLog(0, ("Dump name hash table out\n"));
71 for (i = 0; i < HASHSIZE; i++) {
74 VLog(0, ("Dump id hash table out\n"));
75 for (i = 0; i < HASHSIZE; i++) {
78 return(ubik_EndTrans(trans));
82 /* Initialize the stats for the opcodes */
83 void initialize_dstats ()
86 dynamic_statistics.start_time = (afs_uint32) time(0);
87 for (i=0; i< MAX_NUMBER_OPCODES; i++) {
88 dynamic_statistics.requests[i] = 0;
89 dynamic_statistics.aborts[i] = 0;
93 /* check whether caller is authorized to manage RX statistics */
94 int vldb_rxstat_userok(call)
97 return afsconf_SuperUser(vldb_confdir, call, (char *)0);
100 /* Main server module */
102 #include "AFS_component_version_number.c"
108 register afs_int32 code;
110 struct rx_service *tservice;
111 struct rx_securityClass *sc[3];
112 extern struct rx_securityClass *rxnull_NewServerSecurityObject();
113 extern int VL_ExecuteRequest();
114 extern int RXSTATS_ExecuteRequest();
115 struct afsconf_dir *tdir;
116 struct ktc_encryptionKey tkey;
117 struct afsconf_cell info;
119 char hostname[VL_MAXNAMELEN];
120 int noAuth = 0, index, i;
121 extern int rx_extraPackets;
122 char commandLine[150];
123 char clones[MAXHOSTSPERCELL];
127 * The following signal action for AIX is necessary so that in case of a
128 * crash (i.e. core is generated) we can include the user's data section
129 * in the core dump. Unfortunately, by default, only a partial core is
130 * generated which, in many cases, isn't too useful.
132 struct sigaction nsa;
134 rx_extraPackets = 100; /* should be a switch, I guess... */
135 sigemptyset(&nsa.sa_mask);
136 nsa.sa_handler = SIG_DFL;
137 nsa.sa_flags = SA_FULLDUMP;
138 sigaction(SIGABRT, &nsa, NULL);
139 sigaction(SIGSEGV, &nsa, NULL);
141 /* Parse command line */
142 for (index=1; index < argc; index++) {
143 if (strcmp(argv[index], "-noauth") == 0) {
146 } else if (strcmp(argv[index], "-p") == 0) {
147 lwps = atoi(argv[++index]);
149 printf("Warning: '-p %d' is too big; using %d instead\n", lwps, MAXLWP);
153 } else if (strcmp(argv[index], "-nojumbo") == 0) {
156 } else if (strcmp(argv[index], "-smallmem") == 0) {
159 } else if (strcmp(argv[index], "-trace") == 0) {
160 extern char rxi_tracename[80];
161 strcpy (rxi_tracename, argv[++index]);
163 } else if (strcmp(argv[index], "-enable_peer_stats") == 0) {
164 rx_enablePeerRPCStats();
165 } else if (strcmp(argv[index], "-enable_process_stats") == 0) {
166 rx_enableProcessRPCStats();
168 } else if (strcmp(argv[index], "-syslog")==0) {
169 /* set syslog logging flag */
171 } else if (strncmp(argv[index], "-syslog=", 8)==0) {
173 serverLogSyslogFacility = atoi(argv[index]+8);
176 /* support help flag */
178 printf("Usage: vlserver [-p <number of processes>] [-nojumbo] "
179 "[-syslog[=FACILITY]] "
180 "[-enable_peer_stats] [-enable_process_stats] "
183 printf("Usage: vlserver [-p <number of processes>] [-nojumbo] "
184 "[-enable_peer_stats] [-enable_process_stats] "
192 /* Initialize dirpaths */
193 if (!(initAFSDirPath() & AFSDIR_SERVER_PATHS_OK)) {
195 ReportErrorEventAlt(AFSEVT_SVR_NO_INSTALL_DIR, 0, argv[0],0);
197 fprintf(stderr,"%s: Unable to obtain AFS server directory.\n", argv[0]);
200 vl_dbaseName = AFSDIR_SERVER_VLDB_FILEPATH;
202 OpenLog(AFSDIR_SERVER_VLOG_FILEPATH); /* set up logging */
205 tdir = afsconf_Open(AFSDIR_SERVER_ETC_DIRPATH);
207 printf("vlserver: can't open configuration files in dir %s, giving up.\n", AFSDIR_SERVER_ETC_DIRPATH);
211 /* initialize winsock */
212 if (afs_winsockInit()<0) {
213 ReportErrorEventAlt(AFSEVT_SVR_WINSOCK_INIT_FAILED, 0,
215 fprintf(stderr, "vlserver: couldn't initialize winsock. \n");
220 gethostname(hostname,sizeof(hostname));
221 th = gethostbyname(hostname);
223 printf("vlserver: couldn't get address of this host (%s).\n", hostname);
226 bcopy(th->h_addr,&myHost,sizeof(afs_int32));
228 #if !defined(AFS_HPUX_ENV) && !defined(AFS_NT40_ENV) && !defined(AFS_DJGPP_ENV)
229 signal(SIGXCPU, CheckSignal_Signal);
231 /* get list of servers */
232 code = afsconf_GetExtendedCellInfo(tdir,(char *)0, AFSCONF_VLDBSERVICE,
235 printf("vlserver: Couldn't get cell server list for 'afsvldb'.\n");
239 vldb_confdir = tdir; /* Preserve our configuration dir */
240 /* rxvab no longer supported */
241 bzero(&tkey, sizeof(tkey));
243 if (noAuth) afsconf_SetNoAuthFlag(tdir, 1);
246 ubik_CRXSecurityProc = afsconf_ClientAuth;
247 ubik_CRXSecurityRock = (char *) tdir;
248 ubik_SRXSecurityProc = afsconf_ServerAuth;
249 ubik_SRXSecurityRock = (char *) tdir;
250 ubik_CheckRXSecurityProc = afsconf_CheckAuth;
251 ubik_CheckRXSecurityRock = (char *) tdir;
252 code = ubik_ServerInitByInfo(myHost, htons(AFSCONF_VLDBPORT), &info,
253 &clones, vl_dbaseName, &VL_dbase);
255 printf("vlserver: Ubik init failed with code %d\n",code);
259 rx_maxReceiveSize = OLD_MAX_PACKET_SIZE;
260 rxi_nSendFrags = rxi_nRecvFrags = 1;
262 rx_SetRxDeadTime(50);
264 bzero(HostAddress, sizeof(HostAddress));
267 sc[0] = rxnull_NewServerSecurityObject();
268 sc[1] = (struct rx_securityClass *) 0;
269 sc[2] = (struct rx_securityClass *) rxkad_NewServerSecurityObject(0, tdir, afsconf_GetKey, (char *) 0);
270 tservice = rx_NewService(0, USER_SERVICE_ID, "Vldb server", sc, 3, VL_ExecuteRequest);
271 if (tservice == (struct rx_service *)0) {
272 printf("vlserver: Could not create VLDB_SERVICE rx service\n");
275 rx_SetMinProcs(tservice, 2);
278 rx_SetMaxProcs(tservice, lwps);
280 tservice = rx_NewService(0, RX_STATS_SERVICE_ID, "rpcstats", sc, 3, RXSTATS_ExecuteRequest);
281 if (tservice == (struct rx_service *)0) {
282 printf("vlserver: Could not create rpc stats rx service\n");
285 rx_SetMinProcs(tservice, 2);
286 rx_SetMaxProcs(tservice, 4);
288 for (commandLine[0]='\0', i=0; i<argc; i++) {
289 if (i > 0) strcat(commandLine, " ");
290 strcat(commandLine, argv[i]);
292 ViceLog(0,("Starting AFS vlserver %d (%s)\n", VLDBVERSION_4, commandLine));
293 printf("%s\n", cml_version_number); /* Goes to the log */
295 /* allow super users to manage RX statistics */
296 rx_SetRxStatUserOk(vldb_rxstat_userok);
298 rx_StartServer(1); /* Why waste this idle process?? */