f67036671bd30b9e401680db7228e5025d02eb8d
[openafs.git] / src / viced / viced.c
1 /*
2  * Copyright 2000, International Business Machines Corporation and others.
3  * All Rights Reserved.
4  *
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
8  *
9  * Portions Copyright (c) 2006 Sine Nomine Associates
10  */
11
12 /*  viced.c     - File Server main loop                                  */
13 /*                                                                       */
14 /*  Date: 5/1/85                                                         */
15 /*                                                                       */
16 /*  Function    - This routine has the initialization code for           */
17 /*                FileServer II                                          */
18 /*                                                                       */
19 /* ********************************************************************** */
20
21 #include <afsconfig.h>
22 #include <afs/param.h>
23 #include <afs/stds.h>
24
25 #include <afs/procmgmt.h>
26 #include <roken.h>
27
28 #ifdef AFS_NT40_ENV
29 # include <windows.h>
30 # include <WINNT/afsevent.h>
31 #endif
32
33 #ifdef HAVE_SYS_FILE_H
34 # include <sys/file.h>
35 #endif
36
37 #ifdef HAVE_SYS_RESOURCE_H
38 # include <sys/resource.h>
39 #endif
40
41 #undef SHARED
42
43 #include <afs/opr.h>
44 #include <afs/nfs.h>
45 #include <rx/rx_queue.h>
46 #include <lwp.h>
47 #include <lock.h>
48 #include <afs/cmd.h>
49 #include <afs/ptclient.h>
50 #include <afs/afsint.h>
51 #include <afs/vldbint.h>
52 #include <afs/errors.h>
53 #include <afs/ihandle.h>
54 #include <afs/vnode.h>
55 #include <afs/volume.h>
56 #include <afs/auth.h>
57 #include <afs/cellconfig.h>
58 #include <afs/acl.h>
59 #include <afs/prs_fs.h>
60 #include <rx/rx.h>
61 #include <rx/rxstat.h>
62 #include <afs/keys.h>
63 #include <afs/afs_args.h>
64 #include <afs/vlserver.h>
65 #include <afs/afsutil.h>
66 #include <afs/fileutil.h>
67 #include <afs/ptuser.h>
68 #include <afs/audit.h>
69 #include <afs/partition.h>
70 #include <afs/dir.h>
71 #ifndef AFS_NT40_ENV
72 # include <afs/softsig.h>
73 #endif
74 #include "viced_prototypes.h"
75 #include "viced.h"
76 #include "host.h"
77 #if defined(AFS_SGI_ENV)
78 # include "sys/schedctl.h"
79 # include "sys/lock.h"
80 #endif
81 #include <rx/rx_globals.h>
82
83 extern int etext;
84
85 void *ShutDown(void *);
86 static void ClearXStatValues(void);
87 static void PrintCounters(void);
88 static void ResetCheckDescriptors(void);
89 static void ResetCheckSignal(void);
90 static void *CheckSignal(void *);
91
92 static afs_int32 Do_VLRegisterRPC(void);
93
94 int eventlog = 0, rxlog = 0;
95 FILE *debugFile;
96
97 pthread_mutex_t fsync_glock_mutex;
98 pthread_cond_t fsync_cond;
99
100 #ifdef AFS_NT40_ENV
101 # define NT_OPEN_MAX    1024    /* This is an arbitrary no. we came up with for
102                                  * now. We hope this will be replaced by a more
103                                  * intelligent estimate later. */
104 #endif
105
106 int SystemId;                   /* ViceID of "Administrators" */
107 int SystemAnyUser;              /* Viceid of "System:AnyUser" */
108 prlist SystemAnyUserCPS;        /* CPS for "system:AnyUser */
109 int AnonymousID = 0;            /* ViceId of "Anonymous" */
110 prlist AnonCPS;                 /* CPS for "Anonymous" */
111
112 struct afsconf_dir *confDir;    /* Configuration dir object */
113
114 int restartMode = RESTART_ORDINARY;
115
116 /*
117  * Home for the performance statistics.
118  */
119 struct afs_PerfStats afs_perfstats;
120
121 extern int LogLevel;
122 extern int Statistics;
123
124 int busyonrst = 1;
125 int timeout = 30;
126 int printBanner = 0;
127 int rxJumbograms = 0;           /* default is to not send and receive jumbograms. */
128 int rxBind = 0;         /* don't bind */
129 int rxkadDisableDotCheck = 0;      /* disable check for dot in principal name */
130 int rxMaxMTU = -1;
131 afs_int32 implicitAdminRights = PRSFS_LOOKUP;   /* The ADMINISTER right is
132                                                  * already implied */
133 afs_int32 readonlyServer = 0;
134
135 int stack = 24;
136 int stackSize = 24000;
137 int fiveminutes = 300;          /* 5 minutes.  Change this for debugging only */
138 int CurrentConnections = 0;
139 int hostaclRefresh = 7200;      /* refresh host clients' acls every 2 hrs */
140 #if defined(AFS_SGI_ENV)
141 int SawLock;
142 #endif
143 time_t StartTime;
144
145 /**
146  * seconds to wait until forcing a panic during ShutDownAndCore(PANIC)
147  * in case we get stuck.
148  */
149 #ifdef AFS_DEMAND_ATTACH_FS
150 static int panic_timeout = 2 * 60;
151 #else
152 static int panic_timeout = 30 * 60;
153 #endif
154
155 int rxpackets = 150;            /* 100 */
156 int nSmallVns = 400;            /* 200 */
157 int large = 400;                /* 200 */
158 int volcache = 400;             /* 400 */
159 int numberofcbs = 60000;        /* 60000 */
160 int lwps = 9;                   /* 6 */
161 int buffs = 90;                 /* 70 */
162 int novbc = 0;                  /* Enable Volume Break calls */
163 int busy_threshold = 600;
164 int abort_threshold = 10;
165 int udpBufSize = 0;             /* UDP buffer size for receive */
166 int sendBufSize = 16384;        /* send buffer size */
167 int saneacls = 0;               /* Sane ACLs Flag */
168 static int unsafe_attach = 0;   /* avoid inUse check on vol attach? */
169 static int offline_timeout = -1; /* -offline-timeout option */
170 static int offline_shutdown_timeout = -1; /* -offline-shutdown-timeout option */
171
172 struct timeval tp;
173
174 pthread_key_t viced_uclient_key;
175
176 /*
177  * FileServer's name and IP address, both network byte order and
178  * host byte order.
179  */
180 #define ADDRSPERSITE 16         /* Same global is in rx/rx_user.c */
181
182 char FS_HostName[128] = "localhost";
183 char *FS_configPath = NULL;
184 afs_uint32 FS_HostAddr_NBO;
185 afs_uint32 FS_HostAddr_HBO;
186 afs_uint32 FS_HostAddrs[ADDRSPERSITE], FS_HostAddr_cnt = 0, FS_registered = 0;
187 /* All addresses in FS_HostAddrs are in NBO */
188 afsUUID FS_HostUUID;
189
190 #ifdef AFS_DEMAND_ATTACH_FS
191 /*
192  * demand attach fs
193  * fileserver mode support
194  *
195  * during fileserver shutdown, we have to track the graceful shutdown of
196  * certain background threads before we are allowed to dump state to
197  * disk
198  */
199
200 # if !defined(PTHREAD_RWLOCK_INITIALIZER) && defined(AFS_DARWIN80_ENV)
201 #  define PTHREAD_RWLOCK_INITIALIZER {0x2DA8B3B4, {0}}
202 # endif
203
204 # ifndef AFS_NT40_ENV
205 struct fs_state fs_state =
206     { FS_MODE_NORMAL,
207       0,
208       0,
209       0,
210       0,
211       { 1,1,1,1 },
212       PTHREAD_COND_INITIALIZER,
213       PTHREAD_RWLOCK_INITIALIZER
214     };
215 # else /* AFS_NT40_ENV */
216 struct fs_state fs_state;
217
218 static int fs_stateInit(void)
219 {
220     fs_state.mode = FS_MODE_NORMAL;
221     fs_state.FiveMinuteLWP_tranquil = 0;
222     fs_state.HostCheckLWP_tranquil = 0;
223     fs_state.FsyncCheckLWP_tranquil = 0;
224     fs_state.salvsync_fatal_error = 0;
225
226     fs_state.options.fs_state_save = 1;
227     fs_state.options.fs_state_restore = 1;
228     fs_state.options.fs_state_verify_before_save = 1;
229     fs_state.options.fs_state_verify_after_restore = 1;
230
231     CV_INIT(&fs_state.worker_done_cv, "worker done", CV_DEFAULT, 0);
232     opr_Verify(pthread_rwlock_init(&fs_state.state_lock, NULL) == 0);
233 }
234 # endif /* AFS_NT40_ENV */
235 #endif /* AFS_DEMAND_ATTACH_FS */
236
237 /*
238  * Home for the performance statistics.
239  */
240
241 /* DEBUG HACK */
242 static void *
243 CheckDescriptors(void *unused)
244 {
245 #ifndef AFS_NT40_ENV
246     struct afs_stat status;
247     int tsize = getdtablesize();
248     int i;
249     for (i = 0; i < tsize; i++) {
250         if (afs_fstat(i, &status) != -1) {
251             printf("%d: dev %x, inode %u, length %u, type/mode %x\n", i,
252                    (unsigned int) status.st_dev,
253                    (unsigned int) status.st_ino,
254                    (unsigned int) status.st_size,
255                    status.st_mode);
256         }
257     }
258     fflush(stdout);
259     ResetCheckDescriptors();
260 #endif
261     return 0;
262 }                               /*CheckDescriptors */
263
264
265 void
266 CheckSignal_Signal(int x)
267 {
268     CheckSignal(NULL);
269 }
270
271 void
272 ShutDown_Signal(int x)
273 {
274     ShutDown(NULL);
275 }
276
277 void
278 CheckDescriptors_Signal(int x)
279 {
280     CheckDescriptors(NULL);
281 }
282
283 /* check whether caller is authorized to perform admin operations */
284 int
285 viced_SuperUser(struct rx_call *call)
286 {
287     return afsconf_SuperUser(confDir, call, NULL);
288 }
289
290 /**
291  * Return true if this name is a member of the local realm.
292  */
293 int
294 fs_IsLocalRealmMatch(void *rock, char *name, char *inst, char *cell)
295 {
296     struct afsconf_dir *dir = (struct afsconf_dir *)rock;
297     afs_int32 islocal = 0;      /* default to no */
298     int code;
299
300     code = afsconf_IsLocalRealmMatch(dir, &islocal, name, inst, cell);
301     if (code) {
302         ViceLog(0,
303                 ("Failed local realm check; code=%d, name=%s, inst=%s, cell=%s\n",
304                  code, name, inst, cell));
305     }
306     return islocal;
307 }
308
309 static void
310 ResetCheckSignal(void)
311 {
312     int signo;
313
314 #if defined(AFS_HPUX_ENV)
315     signo = SIGPOLL;
316 #elif defined(AFS_NT40_ENV)
317     signo = SIGUSR2;
318 #else
319     signo = SIGXCPU;
320 #endif
321
322 #if !defined(AFS_NT40_ENV)
323     softsig_signal(signo, CheckSignal_Signal);
324 #else
325     signal(signo, CheckSignal_Signal);
326 #endif
327 }
328
329 static void
330 ResetCheckDescriptors(void)
331 {
332 #ifndef AFS_NT40_ENV
333     softsig_signal(SIGTERM, CheckDescriptors_Signal);
334 #endif
335 }
336
337 #ifndef AFS_NT40_ENV
338 int
339 viced_syscall(afs_uint32 a3, afs_uint32 a4, void *a5)
340 {
341     afs_uint32 rcode;
342 # ifndef AFS_LINUX20_ENV
343     void (*old) (int);
344
345     old = (void (*)(int))signal(SIGSYS, SIG_IGN);
346 # endif
347     rcode = syscall(AFS_SYSCALL, 28 /* AFSCALL_CALL */ , a3, a4, a5);
348 # ifndef AFS_LINUX20_ENV
349     signal(SIGSYS, old);
350 # endif
351
352     return rcode;
353 }
354 #endif
355
356 #if !defined(AFS_NT40_ENV)
357 # include "AFS_component_version_number.c"
358 #endif /* !AFS_NT40_ENV */
359
360 #define MAXADMINNAME 64
361 char adminName[MAXADMINNAME];
362
363 static void
364 CheckAdminName(void)
365 {
366     int fd = 0;
367     struct afs_stat status;
368
369     if ((afs_stat("/AdminName", &status)) ||    /* if file does not exist */
370         (status.st_size <= 0) ||        /* or it is too short */
371         (status.st_size >= (MAXADMINNAME)) ||   /* or it is too long */
372         !(fd = afs_open("/AdminName", O_RDONLY, 0))) {  /* or the open fails */
373         strcpy(adminName, "System:Administrators");     /* use the default name */
374     } else {
375         (void)read(fd, adminName, status.st_size);      /* use name from the file */
376     }
377     if (fd)
378         close(fd);              /* close fd if it was opened */
379
380 }                               /*CheckAdminName */
381
382
383 static void
384 setThreadId(char *s)
385 {
386 #if !defined(AFS_NT40_ENV)
387     int threadId;
388
389     /* set our 'thread-id' so that the host hold table works */
390     threadId = rx_SetThreadNum();
391     afs_pthread_setname_self(s);
392     ViceLog(0, ("Set thread id 0x%x for '%s'\n", threadId, s));
393 #endif
394 }
395
396 /* This LWP does things roughly every 5 minutes */
397 static void *
398 FiveMinuteCheckLWP(void *unused)
399 {
400     static int msg = 0;
401     char tbuffer[32];
402
403     ViceLog(1, ("Starting five minute check process\n"));
404     setThreadId("FiveMinuteCheckLWP");
405
406 #ifdef AFS_DEMAND_ATTACH_FS
407     FS_STATE_WRLOCK;
408     while (fs_state.mode == FS_MODE_NORMAL) {
409         fs_state.FiveMinuteLWP_tranquil = 1;
410         FS_STATE_UNLOCK;
411 #else
412     while (1) {
413 #endif
414
415         sleep(fiveminutes);
416
417 #ifdef AFS_DEMAND_ATTACH_FS
418         FS_STATE_WRLOCK;
419         if (fs_state.mode != FS_MODE_NORMAL) {
420             break;
421         }
422         fs_state.FiveMinuteLWP_tranquil = 0;
423         FS_STATE_UNLOCK;
424 #endif
425
426         /* close the log so it can be removed */
427         ReOpenLog(AFSDIR_SERVER_FILELOG_FILEPATH);      /* don't trunc, just append */
428         ViceLog(2, ("Cleaning up timed out callbacks\n"));
429         if (CleanupTimedOutCallBacks())
430             ViceLog(5, ("Timed out callbacks deleted\n"));
431         ViceLog(2, ("Set disk usage statistics\n"));
432         VSetDiskUsage();
433         if (FS_registered == 1)
434             Do_VLRegisterRPC();
435         /* Force wakeup in case we missed something; pthreads does timedwait */
436         if (printBanner && (++msg & 1)) {       /* Every 10 minutes */
437             time_t now = time(NULL);
438             struct tm tm;
439             strftime(tbuffer, sizeof(tbuffer), "%a %b %d %H:%M:%S %Y",
440                      localtime_r(&now, &tm));
441             ViceLog(2,
442                     ("File server is running at %s\n", tbuffer));
443         }
444 #ifdef AFS_DEMAND_ATTACH_FS
445         FS_STATE_WRLOCK;
446 #endif
447     }
448 #ifdef AFS_DEMAND_ATTACH_FS
449     fs_state.FiveMinuteLWP_tranquil = 1;
450     FS_LOCK;
451     CV_BROADCAST(&fs_state.worker_done_cv);
452     FS_UNLOCK;
453     FS_STATE_UNLOCK;
454 #endif
455     return NULL;
456 }                               /*FiveMinuteCheckLWP */
457
458
459 /* This LWP does host checks every 5 minutes:  it should not be used for
460  * other 5 minute activities because it may be delayed by timeouts when
461  * it probes the workstations
462  */
463
464 static void *
465 HostCheckLWP(void *unused)
466 {
467     ViceLog(1, ("Starting Host check process\n"));
468     setThreadId("HostCheckLWP");
469 #ifdef AFS_DEMAND_ATTACH_FS
470     FS_STATE_WRLOCK;
471     while (fs_state.mode == FS_MODE_NORMAL) {
472         fs_state.HostCheckLWP_tranquil = 1;
473         FS_STATE_UNLOCK;
474 #else
475     while(1) {
476 #endif
477
478         sleep(fiveminutes);
479
480 #ifdef AFS_DEMAND_ATTACH_FS
481         FS_STATE_WRLOCK;
482         if (fs_state.mode != FS_MODE_NORMAL) {
483             break;
484         }
485         fs_state.HostCheckLWP_tranquil = 0;
486         FS_STATE_UNLOCK;
487 #endif
488
489         ViceLog(2, ("Checking for dead venii & clients\n"));
490         h_CheckHosts();
491
492 #ifdef AFS_DEMAND_ATTACH_FS
493         FS_STATE_WRLOCK;
494 #endif
495     }
496 #ifdef AFS_DEMAND_ATTACH_FS
497     fs_state.HostCheckLWP_tranquil = 1;
498     FS_LOCK;
499     CV_BROADCAST(&fs_state.worker_done_cv);
500     FS_UNLOCK;
501     FS_STATE_UNLOCK;
502 #endif
503     return NULL;
504 }                               /*HostCheckLWP */
505
506 /* This LWP does fsync checks every 5 minutes:  it should not be used for
507  * other 5 minute activities because it may be delayed by timeouts when
508  * it probes the workstations
509  */
510 static void *
511 FsyncCheckLWP(void *unused)
512 {
513     afs_int32 code;
514     struct timespec fsync_next;
515     ViceLog(1, ("Starting fsync check process\n"));
516
517     setThreadId("FsyncCheckLWP");
518
519 #ifdef AFS_DEMAND_ATTACH_FS
520     FS_STATE_WRLOCK;
521     while (fs_state.mode == FS_MODE_NORMAL) {
522         fs_state.FsyncCheckLWP_tranquil = 1;
523         FS_STATE_UNLOCK;
524 #else
525     while(1) {
526 #endif
527         FSYNC_LOCK;
528         /* rounding is fine */
529         fsync_next.tv_nsec = 0;
530         fsync_next.tv_sec = time(0) + fiveminutes;
531
532         code = CV_TIMEDWAIT(&fsync_cond, &fsync_glock_mutex,
533                             &fsync_next);
534         if (code != 0 && code != ETIMEDOUT)
535             ViceLog(0, ("pthread_cond_timedwait returned %d\n", code));
536         FSYNC_UNLOCK;
537
538 #ifdef AFS_DEMAND_ATTACH_FS
539         FS_STATE_WRLOCK;
540         if (fs_state.mode != FS_MODE_NORMAL) {
541             break;
542         }
543         fs_state.FsyncCheckLWP_tranquil = 0;
544         FS_STATE_UNLOCK;
545 #endif /* AFS_DEMAND_ATTACH_FS */
546
547         ViceLog(2, ("Checking for fsync events\n"));
548         do {
549             code = BreakLaterCallBacks();
550         } while (code != 0);
551 #ifdef AFS_DEMAND_ATTACH_FS
552         FS_STATE_WRLOCK;
553 #endif
554     }
555 #ifdef AFS_DEMAND_ATTACH_FS
556     fs_state.FsyncCheckLWP_tranquil = 1;
557     FS_LOCK;
558     CV_BROADCAST(&fs_state.worker_done_cv);
559     FS_UNLOCK;
560     FS_STATE_UNLOCK;
561 #endif /* AFS_DEMAND_ATTACH_FS */
562     return NULL;
563 }
564
565 /*------------------------------------------------------------------------
566  * PRIVATE ClearXStatValues
567  *
568  * Description:
569  *      Initialize all of the values collected via the xstat
570  *      interface.
571  *
572  * Arguments:
573  *      None.
574  *
575  * Returns:
576  *      Nothing.
577  *
578  * Environment:
579  *      Must be called during File Server initialization.
580  *
581  * Side Effects:
582  *      As advertised.
583  *------------------------------------------------------------------------*/
584
585 static void
586 ClearXStatValues(void)
587 {                               /*ClearXStatValues */
588
589     struct fs_stats_opTimingData *opTimeP;      /*Ptr to timing struct */
590     struct fs_stats_xferData *opXferP;  /*Ptr to xfer struct */
591     int i;                      /*Loop counter */
592
593     /*
594      * Zero all xstat-related structures.
595      */
596     memset((&afs_perfstats), 0, sizeof(struct afs_PerfStats));
597     memset((&afs_FullPerfStats), 0,
598            sizeof(struct fs_stats_FullPerfStats));
599
600     /*
601      * That's not enough.  We have to set reasonable minima for
602      * time and xfer values in the detailed stats.
603      */
604     opTimeP = &(afs_FullPerfStats.det.rpcOpTimes[0]);
605     for (i = 0; i < FS_STATS_NUM_RPC_OPS; i++, opTimeP++)
606         opTimeP->minTime.tv_sec = 999999;
607
608     opXferP = &(afs_FullPerfStats.det.xferOpTimes[0]);
609     for (i = 0; i < FS_STATS_NUM_XFER_OPS; i++, opXferP++) {
610         opXferP->minTime.tv_sec = 999999;
611         opXferP->minBytes = 999999999;
612     }
613
614     /*
615      * There's more.  We have to set our unique system identifier, as
616      * declared in param.h.  If such a thing is not defined, we bitch
617      * and declare ourselves to be an unknown system type.
618      */
619 # ifdef SYS_NAME_ID
620     afs_perfstats.sysname_ID = SYS_NAME_ID;
621 # else
622 #  ifndef AFS_NT40_ENV
623     ViceLog(0, ("Sys name ID constant not defined in param.h!!\n"));
624     ViceLog(0, ("[Choosing ``undefined'' sys name ID.\n"));
625 #  endif
626     afs_perfstats.sysname_ID = SYS_NAME_ID_UNDEFINED;
627 # endif /* SYS_NAME_ID */
628
629 }                               /*ClearXStatValues */
630
631 int CopyOnWrite_calls = 0, CopyOnWrite_off0 = 0, CopyOnWrite_size0 = 0;
632 afs_fsize_t CopyOnWrite_maxsize = 0;
633
634 static void
635 PrintCounters(void)
636 {
637     int dirbuff, dircall, dirio;
638     struct timeval tpl;
639     int workstations, activeworkstations, delworkstations;
640     int processSize = 0;
641     char tbuffer[32];
642     struct tm tm;
643 #ifdef AFS_DEMAND_ATTACH_FS
644     int stats_flags = 0;
645 #endif
646
647     gettimeofday(&tpl, 0);
648     Statistics = 1;
649     strftime(tbuffer, sizeof(tbuffer), "%a %b %d %H:%M:%S %Y",
650              localtime_r(&StartTime, &tm));
651     ViceLog(0, ("Vice was last started at %s\n", tbuffer));
652
653 #ifdef AFS_DEMAND_ATTACH_FS
654     if (LogLevel >= 125) {
655         stats_flags = VOL_STATS_PER_CHAIN2;
656     } else if (LogLevel >= 25) {
657         stats_flags = VOL_STATS_PER_CHAIN;
658     }
659     VPrintExtendedCacheStats(stats_flags);
660 #endif
661     VPrintCacheStats();
662     VPrintDiskStats();
663     DStat(&dirbuff, &dircall, &dirio);
664     ViceLog(0,
665             ("With %d directory buffers; %d reads resulted in %d read I/Os\n",
666              dirbuff, dircall, dirio));
667     rx_PrintStats(stderr);
668     audit_PrintStats(stderr);
669     h_PrintStats();
670     PrintCallBackStats();
671 #ifdef AFS_NT40_ENV
672     processSize = -1;           /* TODO: */
673 #else
674     processSize = (int)((long)sbrk(0) >> 10);
675 #endif
676     ViceLog(0,
677             ("There are %d connections, process size %d\n",
678              CurrentConnections, processSize));
679     h_GetWorkStats(&workstations, &activeworkstations, &delworkstations,
680                    tpl.tv_sec - 15 * 60);
681     ViceLog(0,
682             ("There are %d workstations, %d are active (req in < 15 mins), %d marked \"down\"\n",
683              workstations, activeworkstations, delworkstations));
684     ViceLog(0, ("CopyOnWrite: calls %d off0 %d size0 %d maxsize 0x%llx\n",
685                 CopyOnWrite_calls, CopyOnWrite_off0, CopyOnWrite_size0, CopyOnWrite_maxsize));
686
687     Statistics = 0;
688
689 }                               /*PrintCounters */
690
691
692
693 static void *
694 CheckSignal(void *unused)
695 {
696     if (FS_registered > 0) {
697         /*
698          * We have proper ip addresses; tell the vlserver what we got; the following
699          * routine will do the proper reporting for us
700          */
701         Do_VLRegisterRPC();
702     }
703     h_DumpHosts();
704     h_PrintClients();
705     DumpCallBackState();
706     PrintCounters();
707     ResetCheckSignal();
708     return 0;
709 }                               /*CheckSignal */
710
711 static void *
712 ShutdownWatchdogLWP(void *unused)
713 {
714     afs_pthread_setname_self("ShutdownWatchdog");
715     sleep(panic_timeout);
716     ViceLogThenPanic(0, ("ShutdownWatchdogLWP: Failed to shutdown and panic "
717                          "within %d seconds; forcing panic\n",
718                          panic_timeout));
719     return NULL;
720 }
721
722 void
723 ShutDownAndCore(int dopanic)
724 {
725     time_t now = time(NULL);
726     struct tm tm;
727     char tbuffer[32];
728
729     if (dopanic) {
730         pthread_t watchdogPid;
731         pthread_attr_t tattr;
732         opr_Verify(pthread_attr_init(&tattr) == 0);
733         opr_Verify(pthread_create(&watchdogPid, &tattr,
734                                   ShutdownWatchdogLWP, NULL) == 0);
735     }
736
737     /* do not allows new reqests to be served from now on, all new requests
738      * are returned with an error code of RX_RESTARTING ( transient failure ) */
739     rx_SetRxTranquil();         /* dhruba */
740
741     VSetTranquil();
742
743 #ifdef AFS_DEMAND_ATTACH_FS
744     FS_STATE_WRLOCK;
745     if (fs_state.mode == FS_MODE_SHUTDOWN) {
746         /* it is possible for at least fs_stateSave() (called below) to call
747          * ShutDownAndCore if there's host list corruption; prevent
748          * deinitializing some stuff twice */
749         ViceLog(0, ("ShutDownAndCore called during shutdown? Skipping volume "
750                     "and host package shutdown\n"));
751         FS_STATE_UNLOCK;
752         goto done_vol_host;
753     }
754     fs_state.mode = FS_MODE_SHUTDOWN;
755     FS_STATE_UNLOCK;
756 #endif
757
758     strftime(tbuffer, sizeof(tbuffer), "%a %b %d %H:%M:%S %Y",
759              localtime_r(&now, &tm));
760     ViceLog(0, ("Shutting down file server at %s\n", tbuffer));
761     if (dopanic)
762         ViceLog(0, ("ABNORMAL SHUTDOWN, see core file.\n"));
763     DFlush();
764     if (!dopanic)
765         PrintCounters();
766
767     /* shut down volume package */
768     VShutdown();
769
770 #ifdef AFS_DEMAND_ATTACH_FS
771     if (fs_state.options.fs_state_save) {
772         /*
773          * demand attach fs
774          * save fileserver state to disk */
775
776         if (dopanic) {
777             ViceLog(0, ("Not saving fileserver state; abnormal shutdown\n"));
778
779         } else {
780             /* make sure background threads have finished all of their asynchronous
781              * work on host and callback structures */
782             FS_STATE_RDLOCK;
783             while (!fs_state.FiveMinuteLWP_tranquil ||
784                    !fs_state.HostCheckLWP_tranquil ||
785                    !fs_state.FsyncCheckLWP_tranquil) {
786                 FS_LOCK;
787                 FS_STATE_UNLOCK;
788                 ViceLog(0, ("waiting for background host/callback threads to quiesce before saving fileserver state...\n"));
789                 CV_WAIT(&fs_state.worker_done_cv, &fileproc_glock_mutex);
790                 FS_UNLOCK;
791                 FS_STATE_RDLOCK;
792             }
793             FS_STATE_UNLOCK;
794
795             /* ok. it should now be fairly safe. let's do the state dump */
796             fs_stateSave();
797         }
798     }
799  done_vol_host:
800
801 #endif /* AFS_DEMAND_ATTACH_FS */
802
803     if (debugFile) {
804         rx_PrintStats(debugFile);
805         fflush(debugFile);
806     }
807     now = time(0);
808     strftime(tbuffer, sizeof(tbuffer), "%a %b %d %H:%M:%S %Y",
809              localtime_r(&now, &tm));
810     if (dopanic) {
811       ViceLog(0, ("File server has terminated abnormally at %s\n", tbuffer));
812     } else {
813       ViceLog(0, ("File server has terminated normally at %s\n", tbuffer));
814     }
815
816     if (dopanic) /* XXX pass in file and line? */
817         osi_Panic("Panic requested\n");
818
819     exit(0);
820 }
821
822 void *
823 ShutDown(void *unused)
824 {                               /* backward compatibility */
825     ShutDownAndCore(DONTPANIC);
826     return 0;
827 }
828
829 static afs_int32
830 ParseRights(char *arights)
831 {
832     afs_int32 mode = 0;
833     int i, len;
834     char tc;
835
836     if (!arights || !strcmp(arights, "")) {
837         printf("Missing list of mode bits on -implicit option\n");
838         return -1;
839     }
840     if (!strcmp(arights, "none"))
841         mode = 0;
842     else if (!strcmp(arights, "read"))
843         mode = PRSFS_READ | PRSFS_LOOKUP;
844     else if (!strcmp(arights, "write"))
845         mode =
846             PRSFS_READ | PRSFS_LOOKUP | PRSFS_INSERT | PRSFS_DELETE |
847             PRSFS_WRITE | PRSFS_LOCK;
848     else if (!strcmp(arights, "all"))
849         mode =
850             PRSFS_READ | PRSFS_LOOKUP | PRSFS_INSERT | PRSFS_DELETE |
851             PRSFS_WRITE | PRSFS_LOCK | PRSFS_ADMINISTER;
852     else {
853         len = strlen(arights);
854         for (i = 0; i < len; i++) {
855             tc = *arights++;
856             if (tc == 'r')
857                 mode |= PRSFS_READ;
858             else if (tc == 'l')
859                 mode |= PRSFS_LOOKUP;
860             else if (tc == 'i')
861                 mode |= PRSFS_INSERT;
862             else if (tc == 'd')
863                 mode |= PRSFS_DELETE;
864             else if (tc == 'w')
865                 mode |= PRSFS_WRITE;
866             else if (tc == 'k')
867                 mode |= PRSFS_LOCK;
868             else if (tc == 'a')
869                 mode |= PRSFS_ADMINISTER;
870             else if (tc == 'A')
871                 mode |= PRSFS_USR0;
872             else if (tc == 'B')
873                 mode |= PRSFS_USR1;
874             else if (tc == 'C')
875                 mode |= PRSFS_USR2;
876             else if (tc == 'D')
877                 mode |= PRSFS_USR3;
878             else if (tc == 'E')
879                 mode |= PRSFS_USR4;
880             else if (tc == 'F')
881                 mode |= PRSFS_USR5;
882             else if (tc == 'G')
883                 mode |= PRSFS_USR6;
884             else if (tc == 'H')
885                 mode |= PRSFS_USR7;
886             else {
887                 printf("Illegal -implicit rights character '%c'.\n", tc);
888                 return -1;
889             }
890         }
891     }
892     return mode;
893 }
894
895 /*
896  * Limit MAX_FILESERVER_THREAD by the system limit on the number of
897  * pthreads (sysconf(_SC_THREAD_THREADS_MAX)), if applicable and
898  * available.
899  *
900  * AIX:         sysconf() limit is real
901  * HP-UX:       sysconf() limit is real
902  * IRIX:        sysconf() limit is apparently NOT real -- too small
903  * DUX:         sysconf() limit is apparently NOT real -- too big
904  * Linux:       sysconf() limit is apparently NOT real -- too big
905  * Solaris:     no sysconf() limit
906  */
907 static int
908 max_fileserver_thread(void)
909 {
910 #if defined(AFS_AIX_ENV) || defined(AFS_HPUX_ENV)
911     long ans;
912
913     ans = sysconf(_SC_THREAD_THREADS_MAX);
914     if (0 < ans && ans < MAX_FILESERVER_THREAD)
915         return (int)ans;
916 #endif
917     return MAX_FILESERVER_THREAD;
918 }
919
920 /* from ihandle.c */
921 extern ih_init_params vol_io_params;
922
923 enum optionsList {
924     OPT_large,
925     OPT_small,
926     OPT_banner,
927     OPT_implicit,
928     OPT_lock,
929     OPT_readonly,
930     OPT_saneacls,
931     OPT_buffers,
932     OPT_callbacks,
933     OPT_vcsize,
934     OPT_lvnodes,
935     OPT_svnodes,
936     OPT_sendsize,
937     OPT_minspare,
938     OPT_spare,
939     OPT_pctspare,
940     OPT_hostcpsrefresh,
941     OPT_vattachthreads,
942     OPT_abortthreshold,
943     OPT_busyat,
944     OPT_nobusy,
945     OPT_offline_timeout,
946     OPT_offline_shutdown_timeout,
947     OPT_vhandle_setaside,
948     OPT_vhandle_max_cachesize,
949     OPT_vhandle_initial_cachesize,
950     OPT_fs_state_dont_save,
951     OPT_fs_state_dont_restore,
952     OPT_fs_state_verify,
953     OPT_vhashsize,
954     OPT_vlrudisable,
955     OPT_vlruthresh,
956     OPT_vlruinterval,
957     OPT_vlrumax,
958     OPT_unsafe_nosalvage,
959     OPT_stack,
960     OPT_cbwait,
961     OPT_novbc,
962     OPT_auditlog,
963     OPT_auditiface,
964     OPT_config,
965     OPT_debug,
966     OPT_logfile,
967     OPT_mrafslogs,
968     OPT_threads,
969     OPT_syslog,
970     OPT_peer,
971     OPT_process,
972     OPT_nojumbo,
973     OPT_jumbo,
974     OPT_rxbind,
975     OPT_rxdbg,
976     OPT_rxdbge,
977     OPT_rxpck,
978     OPT_rxmaxmtu,
979     OPT_udpsize,
980     OPT_dotted,
981     OPT_realm
982 };
983
984 static int
985 ParseArgs(int argc, char *argv[])
986 {
987     int code;
988     int optval;
989     char *optstring = NULL;
990     struct cmd_item *optlist;
991     struct cmd_syndesc *opts;
992
993     int lwps_max;
994     char *auditFileName = NULL;
995
996 #if defined(AFS_AIX32_ENV)
997     extern int aixlow_water;
998 #endif
999
1000     opts = cmd_CreateSyntax(NULL, NULL, NULL, NULL);
1001
1002     /* fileserver options */
1003     cmd_AddParmAtOffset(opts, OPT_large, "-L", CMD_FLAG,
1004                         CMD_OPTIONAL, "defaults for a 'large' server");
1005     cmd_AddParmAtOffset(opts, OPT_small, "-S", CMD_FLAG,
1006                         CMD_OPTIONAL, "defaults for a 'small' server");
1007
1008     cmd_AddParmAtOffset(opts, OPT_banner, "-banner", CMD_FLAG,
1009                         CMD_OPTIONAL, "print regular banners to log");
1010     cmd_AddParmAtOffset(opts, OPT_implicit, "-implicit", CMD_SINGLE,
1011                         CMD_OPTIONAL, "implicit admin access bits");
1012
1013 #if defined(AFS_SGI_ENV)
1014     cmd_AddParmAtOffset(opts, OPT_lock, "-lock", CMD_FLAG,
1015                         CMD_OPTIONAL, "lock filserver binary in memory");
1016 #endif
1017     cmd_AddParmAtOffset(opts, OPT_readonly, "-readonly", CMD_FLAG,
1018                         CMD_OPTIONAL, "be a readonly fileserver");
1019     cmd_AddParmAtOffset(opts, OPT_saneacls, "-saneacls", CMD_FLAG,
1020                         CMD_OPTIONAL, "set the saneacls capability bit");
1021
1022     cmd_AddParmAtOffset(opts, OPT_buffers, "-b", CMD_SINGLE,
1023                         CMD_OPTIONAL, "buffers");
1024     cmd_AddParmAtOffset(opts, OPT_callbacks, "-cb", CMD_SINGLE,
1025                         CMD_OPTIONAL, "number of callbacks");
1026     cmd_AddParmAtOffset(opts, OPT_vcsize, "-vc", CMD_SINGLE,
1027                         CMD_OPTIONAL, "volume cachesize");
1028     cmd_AddParmAtOffset(opts, OPT_lvnodes, "-l", CMD_SINGLE,
1029                         CMD_OPTIONAL, "large vnodes");
1030     cmd_AddParmAtOffset(opts, OPT_svnodes, "-s", CMD_SINGLE,
1031                         CMD_OPTIONAL, "small vnodes");
1032     cmd_AddParmAtOffset(opts, OPT_sendsize, "-sendsize", CMD_SINGLE,
1033                         CMD_OPTIONAL, "size of send buffer in bytes");
1034
1035 #if defined(AFS_AIX32_ENV)
1036     cmd_AddParmAtOffset(opts, OPT_minspare, "-m", CMD_SINGLE,
1037                         CMD_OPTIONAL, "minimum percentage spare in partition");
1038 #endif
1039
1040     cmd_AddParmAtOffset(opts, OPT_spare, "-spare", CMD_SINGLE,
1041                         CMD_OPTIONAL, "kB overage on volume quota");
1042     cmd_AddParmAtOffset(opts, OPT_pctspare, "pctspare", CMD_SINGLE,
1043                         CMD_OPTIONAL, "percentage overage on volume quota");
1044
1045     cmd_AddParmAtOffset(opts, OPT_hostcpsrefresh, "-hr", CMD_SINGLE,
1046                         CMD_OPTIONAL, "hours between host CPS refreshes");
1047
1048     cmd_AddParmAtOffset(opts, OPT_vattachthreads, "-vattachpar", CMD_SINGLE,
1049                         CMD_OPTIONAL, "# of volume attachment threads");
1050
1051     cmd_AddParmAtOffset(opts, OPT_abortthreshold, "-abortthreshold",
1052                         CMD_SINGLE, CMD_OPTIONAL,
1053                         "abort threshold");
1054     cmd_AddParmAtOffset(opts, OPT_busyat, "-busyat", CMD_SINGLE, CMD_OPTIONAL,
1055                         "# of queued entries after which server is busy");
1056     cmd_AddParmAtOffset(opts, OPT_nobusy, "-nobusy", CMD_FLAG, CMD_OPTIONAL,
1057                         "send VRESTARTING while restarting the server");
1058
1059     cmd_AddParmAtOffset(opts, OPT_offline_timeout, "-offline-timeout",
1060                         CMD_SINGLE, CMD_OPTIONAL,
1061                         "timeout for offlining volumes");
1062     cmd_AddParmAtOffset(opts, OPT_offline_shutdown_timeout,
1063                         "-offline-shutdown-timeout", CMD_SINGLE, CMD_OPTIONAL,
1064                         "timeout offlining volumes during shutdown");
1065
1066     cmd_AddParmAtOffset(opts, OPT_vhandle_setaside, "-vhandle-setaside",
1067                         CMD_SINGLE, CMD_OPTIONAL,
1068                         "# fds reserved for non-cache IO");
1069     cmd_AddParmAtOffset(opts, OPT_vhandle_max_cachesize, 
1070                         "-vhandle-max-cachesize", CMD_SINGLE, CMD_OPTIONAL,
1071                         "max open files");
1072     cmd_AddParmAtOffset(opts, OPT_vhandle_initial_cachesize,
1073                         "-vhandle-initial-cachesize", CMD_SINGLE,
1074                         CMD_OPTIONAL, "# fds reserved for cache IO");
1075
1076 #ifdef AFS_DEMAND_ATTACH_FS
1077     /* dafs options */
1078     cmd_AddParmAtOffset(opts, OPT_fs_state_dont_save,
1079                         "-fs-state-dont-save", CMD_FLAG, CMD_OPTIONAL,
1080                         "disable state save during shutdown");
1081     cmd_AddParmAtOffset(opts, OPT_fs_state_dont_restore,
1082                         "-fs-state-dont-restore", CMD_FLAG, CMD_OPTIONAL,
1083                         "disable state restore during startup");
1084     cmd_AddParmAtOffset(opts, OPT_fs_state_verify, "-fs-state-verify",
1085                         CMD_SINGLE, CMD_OPTIONAL, "none|save|restore|both");
1086     cmd_AddParmAtOffset(opts, OPT_vhashsize, "-vhashsize",
1087                         CMD_SINGLE, CMD_OPTIONAL,
1088                         "log(2) of # of volume hash buckets");
1089     cmd_AddParmAtOffset(opts, OPT_vlrudisable, "-vlrudisable",
1090                         CMD_FLAG, CMD_OPTIONAL, "disable VLRU functionality");
1091     cmd_AddParmAtOffset(opts, OPT_vlruthresh, "-vlruthresh",
1092                         CMD_FLAG, CMD_OPTIONAL,
1093                         "mins before unused vols become eligible for detach");
1094     cmd_AddParmAtOffset(opts, OPT_vlruinterval, "-vlruinterval",
1095                         CMD_FLAG, CMD_OPTIONAL, "secs between VLRU scans");
1096     cmd_AddParmAtOffset(opts, OPT_vlrumax, "-vlrumax", CMD_FLAG, CMD_OPTIONAL,
1097                         "max volumes to detach in one scan");
1098     cmd_AddParmAtOffset(opts, OPT_unsafe_nosalvage, "-unsafe-nosalvage",
1099                         CMD_FLAG, CMD_OPTIONAL,
1100                         "bybass safety checks on volume attach");
1101 #endif
1102
1103     /* unrecommend options - should perhaps be CMD_HIDE */
1104     cmd_AddParmAtOffset(opts, OPT_stack, "-k", CMD_SINGLE, CMD_OPTIONAL,
1105                         "stack size");
1106     cmd_AddParmAtOffset(opts, OPT_cbwait, "-w", CMD_SINGLE, CMD_OPTIONAL,
1107                         "callback wait interval");
1108     cmd_AddParmAtOffset(opts, OPT_novbc, "-novbc", CMD_SINGLE, CMD_FLAG,
1109                         "disable callback breaks on reattach");
1110
1111     /* general options */
1112     cmd_AddParmAtOffset(opts, OPT_auditlog, "-auditlog", CMD_SINGLE,
1113                         CMD_OPTIONAL, "location of audit log");
1114     cmd_AddParmAtOffset(opts, OPT_auditiface, "-audit-interface", CMD_SINGLE,
1115                         CMD_OPTIONAL, "interface to use for audit logging");
1116     cmd_AddParmAtOffset(opts, OPT_config, "-config", CMD_SINGLE, CMD_OPTIONAL,
1117                         "configuration location");
1118     cmd_AddParmAtOffset(opts, OPT_debug, "-d", CMD_SINGLE, CMD_OPTIONAL,
1119                         "debug level");
1120     cmd_AddParmAtOffset(opts, OPT_logfile, "-logfile", CMD_SINGLE,
1121                         CMD_OPTIONAL, "location of logfile");
1122     cmd_AddParmAtOffset(opts, OPT_mrafslogs, "-mrafslogs", CMD_FLAG,
1123                         CMD_OPTIONAL, "enable MRAFS style logging");
1124     cmd_AddParmAtOffset(opts, OPT_threads, "-p", CMD_SINGLE, CMD_OPTIONAL,
1125                         "number of threads");
1126 #if !defined(AFS_NT40_ENV)
1127     cmd_AddParmAtOffset(opts, OPT_syslog, "-syslog", CMD_SINGLE_OR_FLAG,
1128                         CMD_OPTIONAL, "log to syslog");
1129 #endif
1130
1131     /* rx options */
1132     cmd_AddParmAtOffset(opts, OPT_peer, "-enable_peer_stats", CMD_FLAG,
1133                         CMD_OPTIONAL, "enable RX transport statistics");
1134     cmd_AddParmAtOffset(opts, OPT_process, "-enable_process_stats", CMD_FLAG,
1135                         CMD_OPTIONAL, "enable RX RPC statistics");
1136     cmd_AddParmAtOffset(opts, OPT_nojumbo, "-nojumbo", CMD_FLAG,
1137                         CMD_OPTIONAL, "disable jumbograms");
1138     cmd_AddParmAtOffset(opts, OPT_jumbo, "-jumbo", CMD_FLAG, CMD_OPTIONAL,
1139                         "enable jumbograms");
1140     cmd_AddParmAtOffset(opts, OPT_rxbind, "-rxbind", CMD_FLAG, CMD_OPTIONAL,
1141                         "bind only to the primary interface");
1142     cmd_AddParmAtOffset(opts, OPT_rxdbg, "-rxdbg", CMD_FLAG, CMD_OPTIONAL,
1143                         "enable rx debugging");
1144     cmd_AddParmAtOffset(opts, OPT_rxdbge, "-rxdbge", CMD_FLAG, CMD_OPTIONAL,
1145                         "enable rx event debugging");
1146     cmd_AddParmAtOffset(opts, OPT_rxpck, "-rxpck", CMD_SINGLE, CMD_OPTIONAL,
1147                         "# of extra rx packets");
1148     cmd_AddParmAtOffset(opts, OPT_rxmaxmtu, "-rxmaxmtu", CMD_SINGLE,
1149                         CMD_OPTIONAL, "maximum MTU for RX");
1150     cmd_AddParmAtOffset(opts, OPT_udpsize, "-udpsize", CMD_SINGLE,
1151                         CMD_OPTIONAL, "size of socket buffer in bytes");
1152
1153     /* rxkad options */
1154     cmd_AddParmAtOffset(opts, OPT_dotted, "-allow-dotted-principals",
1155                         CMD_FLAG, CMD_OPTIONAL,
1156                         "permit Kerberos 5 principals with dots");
1157     cmd_AddParmAtOffset(opts, OPT_realm, "-realm",
1158                         CMD_LIST, CMD_OPTIONAL, "local realm");
1159
1160     code = cmd_Parse(argc, argv, &opts);
1161     if (code)
1162         return -1;
1163
1164     /* XXX - cmd_OptionAsString(opts, OPT_config, &configDir); */
1165
1166     cmd_OpenConfigFile(AFSDIR_SERVER_CONFIG_FILE_FILEPATH);
1167     cmd_SetCommandName("fileserver");
1168
1169     if (cmd_OptionPresent(opts, OPT_large)
1170         && cmd_OptionPresent(opts, OPT_small)) {
1171         printf("Only one of -L or -S must be specified\n");
1172         return -1;
1173     }
1174
1175     if (cmd_OptionPresent(opts, OPT_spare)
1176         && cmd_OptionPresent(opts, OPT_pctspare)) {
1177         printf("Both -spare and -pctspare specified, exiting.\n");
1178         return -1;
1179     }
1180
1181     if (cmd_OptionPresent(opts, OPT_large)) {
1182         rxpackets = 200;
1183         nSmallVns = 600;
1184         large = 600;
1185         numberofcbs = 64000;
1186         lwps = 128;
1187         buffs = 120;
1188         volcache = 600;
1189     }
1190
1191     if (cmd_OptionPresent(opts, OPT_small)) {
1192         rxpackets = 100;
1193         nSmallVns = 200;
1194         large = 200;
1195         numberofcbs = 20000;
1196         lwps = 6;
1197         buffs = 70;
1198         volcache = 200;
1199     }
1200
1201     cmd_OptionAsFlag(opts, OPT_banner, &printBanner);
1202
1203     if (cmd_OptionAsString(opts, OPT_implicit, &optstring) == 0) {
1204         implicitAdminRights = ParseRights(optstring);
1205         free(optstring);
1206         optstring = NULL;
1207         if (implicitAdminRights < 0)
1208             return implicitAdminRights;
1209     }
1210
1211 #if defined(AFS_SGI_ENV)
1212     cmd_OptionAsFlag(opts, OPT_lock, &SawLock);
1213 #endif
1214     cmd_OptionAsFlag(opts, OPT_readonly, &readonlyServer);
1215     cmd_OptionAsFlag(opts, OPT_saneacls, &saneacls);
1216     cmd_OptionAsInt(opts, OPT_buffers, &buffs);
1217
1218     if (cmd_OptionAsInt(opts, OPT_callbacks, &numberofcbs) == 0) {
1219         printf("number of cbs %d invalid; "
1220                "must be between 10000 and 2147483647\n", numberofcbs);
1221         return -1;
1222     }
1223
1224     cmd_OptionAsInt(opts, OPT_vcsize, &volcache);
1225     cmd_OptionAsInt(opts, OPT_lvnodes, &large);
1226     cmd_OptionAsInt(opts, OPT_svnodes, &nSmallVns);
1227     if (cmd_OptionAsInt(opts, OPT_sendsize, &optval) == 0) {
1228         if (optval < 16384) {
1229             printf("Warning:sendsize %d is less than minimum %d; ignoring\n",
1230                    optval, 16384);
1231         } else
1232             sendBufSize = optval;
1233     }
1234
1235 #if defined(AFS_AIX32_ENV)
1236     if (cmd_OptionAsInt(opts, OPT_minspare, &aixlow_water) == 0) {
1237         if ((aixlow_water < 0) || (aixlow_water > 30)) {
1238             printf("space reserved %d%% invalid; must be between 0-30%\n",
1239                    aixlow_water);
1240             return -1;
1241         }
1242     }
1243 #endif
1244
1245     cmd_OptionAsInt(opts, OPT_spare, &BlocksSpare);
1246     if (cmd_OptionAsInt(opts, OPT_pctspare, &PctSpare) == 0) {
1247         BlocksSpare = 0;
1248     }
1249
1250     if (cmd_OptionAsInt(opts, OPT_hostcpsrefresh, &optval) == 0) {
1251         if ((optval < 1) || (optval > 36)) {
1252             printf("host acl refresh interval of %d hours is invalid; "
1253                    "hours must be between 1 and 36\n\n", optval);
1254             return -1;
1255         }
1256         hostaclRefresh = optval * 60 * 60;
1257     }
1258
1259     cmd_OptionAsInt(opts, OPT_vattachthreads, &vol_attach_threads);
1260
1261     cmd_OptionAsInt(opts, OPT_abortthreshold, &abort_threshold);
1262
1263     /* busyat is at the end, as rxpackets has to be set before we can use it */
1264     if (cmd_OptionPresent(opts, OPT_nobusy))
1265         busyonrst = 0;
1266
1267     if (cmd_OptionAsInt(opts, OPT_offline_timeout, &offline_timeout) == 0) {
1268         if (offline_timeout < -1) {
1269             printf("Invalid -offline-timeout value %d; the only valid "
1270                    "negative value is -1\n", offline_timeout);
1271             return -1;
1272         }
1273     }
1274
1275     if (cmd_OptionAsInt(opts, OPT_offline_shutdown_timeout,
1276                         &offline_shutdown_timeout) == 0) {
1277         if (offline_shutdown_timeout < -1) {
1278             printf("Invalid -offline-timeout value %d; the only valid "
1279                    "negative value is -1\n", offline_shutdown_timeout);
1280             return -1;
1281         }
1282     }
1283
1284     cmd_OptionAsUint(opts, OPT_vhandle_setaside,
1285                     &vol_io_params.fd_handle_setaside);
1286     cmd_OptionAsUint(opts, OPT_vhandle_max_cachesize,
1287                     &vol_io_params.fd_max_cachesize);
1288     cmd_OptionAsUint(opts, OPT_vhandle_initial_cachesize,
1289                     &vol_io_params.fd_initial_cachesize);
1290
1291 #ifdef AFS_DEMAND_ATTACH_FS
1292     if (cmd_OptionPresent(opts, OPT_fs_state_dont_save))
1293         fs_state.options.fs_state_save = 0;
1294     if (cmd_OptionPresent(opts, OPT_fs_state_dont_restore))
1295         fs_state.options.fs_state_restore = 0;
1296     if (cmd_OptionAsString(opts, OPT_fs_state_verify, &optstring) == 0) {
1297         if (strcmp(optstring, "none") == 0) {
1298             fs_state.options.fs_state_verify_before_save = 0;
1299             fs_state.options.fs_state_verify_after_restore = 0;
1300         } else if (strcmp(optstring, "save") == 0) {
1301             fs_state.options.fs_state_verify_after_restore = 0;
1302         } else if (strcmp(optstring, "restore") == 0) {
1303             fs_state.options.fs_state_verify_before_save = 0;
1304         } else if (strcmp(optstring, "both") == 0) {
1305             /* default */
1306         } else {
1307             fprintf(stderr, "invalid argument for -fs-state-verify\n");
1308             return -1;
1309         }
1310     }
1311     if (cmd_OptionAsInt(opts, OPT_vhashsize, &optval) == 0) {
1312         if (VSetVolHashSize(optval)) {
1313             fprintf(stderr, "specified -vhashsize (%d) is invalid or out "
1314                             "of range\n", optval);
1315             return -1;
1316         }
1317     }
1318     if (cmd_OptionPresent(opts, OPT_vlrudisable))
1319         VLRU_SetOptions(VLRU_SET_ENABLED, 0);
1320     if (cmd_OptionAsInt(opts, OPT_vlruthresh, &optval) == 0)
1321         VLRU_SetOptions(VLRU_SET_THRESH, 60*optval);
1322     if (cmd_OptionAsInt(opts, OPT_vlruinterval, &optval) == 0)
1323         VLRU_SetOptions(VLRU_SET_INTERVAL, optval);
1324     if (cmd_OptionAsInt(opts, OPT_vlrumax, &optval) == 0)
1325         VLRU_SetOptions(VLRU_SET_MAX, optval);
1326     cmd_OptionAsFlag(opts, OPT_unsafe_nosalvage, &unsafe_attach);
1327 #endif /* AFS_DEMAND_ATTACH_FS */
1328
1329     cmd_OptionAsInt(opts, OPT_stack, &stack);
1330     cmd_OptionAsInt(opts, OPT_cbwait, &fiveminutes);
1331     cmd_OptionAsFlag(opts, OPT_novbc, &novbc);
1332
1333     /* general server options */
1334     cmd_OptionAsString(opts, OPT_auditlog, &auditFileName);
1335
1336     if (cmd_OptionAsString(opts, OPT_auditiface, &optstring) == 0) {
1337         if (osi_audit_interface(optstring)) {
1338             printf("Invalid audit interface '%s'\n", optstring);
1339             return -1;
1340         }
1341         free(optstring);
1342         optstring = NULL;
1343     }
1344
1345     cmd_OptionAsInt(opts, OPT_debug, &LogLevel);
1346     /* XXX - cmd_OptionAsString(opts, OPT_logfile, &logFile); */
1347     cmd_OptionAsFlag(opts, OPT_mrafslogs, &mrafsStyleLogs);
1348
1349     if (cmd_OptionAsInt(opts, OPT_threads, &lwps) == 0) {
1350         lwps_max = max_fileserver_thread() - FILESERVER_HELPER_THREADS;
1351         if (lwps > lwps_max)
1352             lwps = lwps_max;
1353         else if (lwps <6)
1354             lwps = 6;
1355     }
1356
1357 #ifndef AFS_NT40_ENV
1358     if (cmd_OptionPresent(opts, OPT_syslog)) {
1359         serverLogSyslog = 1;
1360         cmd_OptionAsInt(opts, OPT_syslog, &serverLogSyslogFacility);
1361     }
1362 #endif
1363
1364     if (cmd_OptionPresent(opts, OPT_peer))
1365         rx_enablePeerRPCStats();
1366     if (cmd_OptionPresent(opts, OPT_process))
1367         rx_enableProcessRPCStats();
1368     if (cmd_OptionPresent(opts, OPT_nojumbo))
1369         rxJumbograms = 0;
1370     if (cmd_OptionPresent(opts, OPT_jumbo))
1371         rxJumbograms = 1;
1372     cmd_OptionAsFlag(opts, OPT_rxbind, &rxBind);
1373     cmd_OptionAsFlag(opts, OPT_rxdbg, &rxlog);
1374     cmd_OptionAsFlag(opts, OPT_rxdbge, &eventlog);
1375     cmd_OptionAsInt(opts, OPT_rxpck, &rxpackets);
1376
1377     cmd_OptionAsInt(opts, OPT_rxmaxmtu, &rxMaxMTU);
1378
1379     if (cmd_OptionAsInt(opts, OPT_udpsize, &optval) == 0) {
1380         if (optval < rx_GetMinUdpBufSize()) {
1381             printf("Warning:udpsize %d is less than minimum %d; ignoring\n",
1382                    optval, rx_GetMinUdpBufSize());
1383         } else
1384             udpBufSize = optval;
1385     }
1386
1387     /* rxkad options */
1388     cmd_OptionAsFlag(opts, OPT_dotted, &rxkadDisableDotCheck);
1389     if (cmd_OptionAsList(opts, OPT_realm, &optlist) == 0) {
1390
1391         for (; optlist != NULL; optlist=optlist->next) {
1392             if (strlen(optlist->data) >= AFS_REALM_SZ) {
1393                 printf("-realm argument must contain fewer than %d "
1394                        "characters.\n", AFS_REALM_SZ);
1395                 return -1;
1396             }
1397             afsconf_SetLocalRealm(optlist->data); /* overrides krb.conf file, if one */
1398         }
1399     }
1400
1401     /* anything setting rxpackets must come before this */
1402     if (cmd_OptionAsInt(opts, OPT_busyat, &optval) == 0) {
1403         if (optval < 10) {
1404             printf("Busy threshold %d is too low, will use default.\n",
1405                    busy_threshold);
1406             busy_threshold = 3 * rxpackets / 2;
1407         } else {
1408             busy_threshold = optval;
1409         }
1410     } else {
1411         busy_threshold = 3 * rxpackets / 2;
1412     }
1413
1414     if (auditFileName)
1415         osi_audit_file(auditFileName);
1416
1417     return (0);
1418 }                               /*ParseArgs */
1419
1420 /* Once upon a time, in a galaxy far far away, IBM AFS supported the use of
1421  * a file /vice/file/parms, the contents of which would override any command
1422  * line parameters. We no longer support the use of such a file, but we warn
1423  * if we encounter its presence from an older release
1424  */
1425 static void
1426 CheckParms(void)
1427 {
1428     struct afs_stat sbuf;
1429
1430     if (afs_stat("/vice/file/parms", &sbuf) == 0) {
1431         ViceLog(0, ("Using /vice/file/parms to override command line "
1432                     "options is no longer supported"));
1433     }
1434 }
1435
1436 /* Miscellaneous routines */
1437 void
1438 Die(const char *msg)
1439 {
1440
1441     ViceLogThenPanic(0, ("%s\n", msg));
1442 }                               /*Die */
1443
1444
1445 afs_int32
1446 InitPR(void)
1447 {
1448     int code;
1449
1450     /*
1451      * If this fails, it's because something major is wrong, and is not
1452      * likely to be time dependent.
1453      */
1454     code = pr_Initialize(2, AFSDIR_SERVER_ETC_DIRPATH, 0);
1455     if (code != 0) {
1456         ViceLog(0,
1457                 ("Couldn't initialize protection library; code=%d.\n", code));
1458         return code;
1459     }
1460
1461     opr_Verify(pthread_key_create(&viced_uclient_key, NULL) == 0);
1462
1463     SystemId = SYSADMINID;
1464     SystemAnyUser = ANYUSERID;
1465     SystemAnyUserCPS.prlist_len = 0;
1466     SystemAnyUserCPS.prlist_val = NULL;
1467     AnonCPS.prlist_len = 0;
1468     AnonCPS.prlist_val = NULL;
1469     while (1) {
1470         code = pr_GetCPS(SystemAnyUser, &SystemAnyUserCPS);
1471         if (code != 0) {
1472             ViceLog(0,
1473                     ("Couldn't get CPS for AnyUser, will try again in 30 seconds; code=%d.\n",
1474                      code));
1475             goto sleep;
1476         }
1477         code = pr_GetCPS(ANONYMOUSID, &AnonCPS);
1478         if (code != 0) {
1479             ViceLog(0,
1480                     ("Couldn't get Anonymous CPS, exiting; code=%d.\n",
1481                      code));
1482             return -1;
1483         }
1484         AnonymousID = ANONYMOUSID;
1485         return 0;
1486       sleep:
1487         sleep(30);
1488     }
1489 }                               /*InitPR */
1490
1491 static struct ubik_client *cstruct;
1492
1493 static afs_int32
1494 vl_Initialize(struct afsconf_dir *dir)
1495 {
1496     afs_int32 code, i;
1497     afs_int32 scIndex = RX_SECIDX_NULL;
1498     struct afsconf_cell info;
1499     struct rx_securityClass *sc;
1500     struct rx_connection *serverconns[MAXSERVERS];
1501
1502     memset(serverconns, 0, sizeof(serverconns));
1503     code = afsconf_ClientAuth(dir, &sc, &scIndex);
1504     if (code) {
1505         ViceLog(0, ("Could not get security object for localAuth\n"));
1506         exit(1);
1507     }
1508     code = afsconf_GetCellInfo(dir, NULL, AFSCONF_VLDBSERVICE, &info);
1509     if (info.numServers > MAXSERVERS) {
1510         ViceLog(0,
1511                 ("vl_Initialize: info.numServers=%d (> MAXSERVERS=%d)\n",
1512                  info.numServers, MAXSERVERS));
1513         exit(1);
1514     }
1515     for (i = 0; i < info.numServers; i++)
1516         serverconns[i] =
1517             rx_NewConnection(info.hostAddr[i].sin_addr.s_addr,
1518                              info.hostAddr[i].sin_port, USER_SERVICE_ID, sc,
1519                              scIndex);
1520     code = ubik_ClientInit(serverconns, &cstruct);
1521     if (code) {
1522         ViceLog(0, ("vl_Initialize: ubik client init failed.\n"));
1523         return code;
1524     }
1525     return 0;
1526 }
1527
1528 #define SYSIDMAGIC      0x88aabbcc
1529 #define SYSIDVERSION    1
1530
1531 afs_int32
1532 ReadSysIdFile(void)
1533 {
1534     afs_int32 fd, nentries, i;
1535     struct versionStamp vsn;
1536     struct afs_stat status;
1537     afsUUID uuid;
1538
1539     if ((afs_stat(AFSDIR_SERVER_SYSID_FILEPATH, &status))
1540         || (status.st_size <= 0)) {
1541         ViceLog(0, ("%s: doesn't exist\n", AFSDIR_SERVER_SYSID_FILEPATH));
1542         return ENOENT;
1543     }
1544     if (!(fd = afs_open(AFSDIR_SERVER_SYSID_FILEPATH, O_RDONLY, 0))) {
1545         ViceLog(0,
1546                 ("%s: can't open (%d)\n", AFSDIR_SERVER_SYSID_FILEPATH,
1547                  errno));
1548         return EIO;
1549     }
1550     if (read(fd, (char *)&vsn, sizeof(vsn)) != sizeof(vsn)) {
1551         ViceLog(0,
1552                 ("%s: Read failed (%d)\n", AFSDIR_SERVER_SYSID_FILEPATH,
1553                  errno));
1554         return EIO;
1555     }
1556     if (vsn.magic != SYSIDMAGIC) {
1557         ViceLog(0,
1558                 ("%s: wrong magic %x (we support %x)\n",
1559                  AFSDIR_SERVER_SYSID_FILEPATH, vsn.magic, SYSIDMAGIC));
1560         return EIO;
1561     }
1562     if (vsn.version != SYSIDVERSION) {
1563         ViceLog(0,
1564                 ("%s: wrong version %d (we support %d)\n",
1565                  AFSDIR_SERVER_SYSID_FILEPATH, vsn.version, SYSIDVERSION));
1566         return EIO;
1567     }
1568     if (read(fd, (char *)&uuid, sizeof(struct afsUUID))
1569             != sizeof(struct afsUUID)) {
1570         ViceLog(0,
1571                 ("%s: read of uuid failed (%d)\n",
1572                  AFSDIR_SERVER_SYSID_FILEPATH, errno));
1573         return EIO;
1574     }
1575     afs_ntohuuid(&uuid);
1576     FS_HostUUID = uuid;
1577     if (read(fd, (char *)&nentries, sizeof(afs_int32)) != sizeof(afs_int32)) {
1578         ViceLog(0,
1579                 ("%s: Read of entries failed (%d)\n",
1580                  AFSDIR_SERVER_SYSID_FILEPATH, errno));
1581         return EIO;
1582     }
1583     if (nentries <= 0 || nentries > ADDRSPERSITE) {
1584         ViceLog(0,
1585                 ("%s: invalid num of interfaces: %d\n",
1586                  AFSDIR_SERVER_SYSID_FILEPATH, nentries));
1587         return EIO;
1588     }
1589     if (FS_HostAddr_cnt == 0) {
1590         FS_HostAddr_cnt = nentries;
1591         for (i = 0; i < nentries; i++) {
1592             if (read(fd, (char *)&FS_HostAddrs[i], sizeof(afs_int32)) !=
1593                 sizeof(afs_int32)) {
1594                 ViceLog(0,
1595                         ("%s: Read of addresses failed (%d)\n",
1596                          AFSDIR_SERVER_SYSID_FILEPATH, errno));
1597                 FS_HostAddr_cnt = 0;    /* reset it */
1598                 return EIO;
1599             }
1600         }
1601     } else {
1602         ViceLog(1,
1603                 ("%s: address list ignored (NetInfo/NetRestrict override)\n",
1604                  AFSDIR_SERVER_SYSID_FILEPATH));
1605     }
1606     close(fd);
1607     return 0;
1608 }
1609
1610 afs_int32
1611 WriteSysIdFile(void)
1612 {
1613     afs_int32 fd, i;
1614     struct versionStamp vsn;
1615     struct afs_stat status;
1616     afsUUID uuid;
1617
1618     if (!afs_stat(AFSDIR_SERVER_SYSID_FILEPATH, &status)) {
1619         /*
1620          * File exists; keep the old one around
1621          */
1622         rk_rename(AFSDIR_SERVER_SYSID_FILEPATH,
1623                   AFSDIR_SERVER_OLDSYSID_FILEPATH);
1624     }
1625     fd = afs_open(AFSDIR_SERVER_SYSID_FILEPATH, O_WRONLY | O_TRUNC | O_CREAT,
1626                   0666);
1627     if (fd < 1) {
1628         ViceLog(0,
1629                 ("%s: can't create (%d)\n", AFSDIR_SERVER_SYSID_FILEPATH,
1630                  errno));
1631         return EIO;
1632     }
1633     vsn.magic = SYSIDMAGIC;
1634     vsn.version = 1;
1635     if ((i = write(fd, (char *)&vsn, sizeof(vsn))) != sizeof(vsn)) {
1636         ViceLog(0,
1637                 ("%s: write failed (%d)\n", AFSDIR_SERVER_SYSID_FILEPATH,
1638                  errno));
1639         return EIO;
1640     }
1641     uuid = FS_HostUUID;
1642     afs_htonuuid(&uuid);
1643     if ((i =
1644          write(fd, (char *)&uuid,
1645                sizeof(struct afsUUID))) != sizeof(struct afsUUID)) {
1646         ViceLog(0,
1647                 ("%s: write of uuid failed (%d)\n",
1648                  AFSDIR_SERVER_SYSID_FILEPATH, errno));
1649         return EIO;
1650     }
1651     if ((i =
1652          write(fd, (char *)&FS_HostAddr_cnt,
1653                sizeof(afs_int32))) != sizeof(afs_int32)) {
1654         ViceLog(0,
1655                 ("%s: write of # of entries failed (%d)\n",
1656                  AFSDIR_SERVER_SYSID_FILEPATH, errno));
1657         return EIO;
1658     }
1659     for (i = 0; i < FS_HostAddr_cnt; i++) {
1660         if (write(fd, (char *)&FS_HostAddrs[i], sizeof(afs_int32)) !=
1661             sizeof(afs_int32)) {
1662             ViceLog(0,
1663                     ("%s: write of addresses failed (%d)\n",
1664                      AFSDIR_SERVER_SYSID_FILEPATH, errno));
1665             return EIO;
1666         }
1667     }
1668     close(fd);
1669     return 0;
1670 }
1671
1672 /*
1673  * defect 10966
1674  * This routine sets up the buffers for the VL_RegisterAddrs RPC. All addresses
1675  * in FS_HostAddrs[] are in NBO, while the RPC treats them as a "blob" of data
1676  * and so we need to convert each of them into HBO which is what the extra
1677  * array called FS_HostAddrs_HBO is used here.
1678  */
1679 static afs_int32
1680 Do_VLRegisterRPC(void)
1681 {
1682     int code;
1683     bulkaddrs addrs;
1684     afs_uint32 FS_HostAddrs_HBO[ADDRSPERSITE];
1685     int i = 0;
1686
1687     for (i = 0; i < FS_HostAddr_cnt; i++)
1688         FS_HostAddrs_HBO[i] = ntohl(FS_HostAddrs[i]);
1689     addrs.bulkaddrs_len = FS_HostAddr_cnt;
1690     addrs.bulkaddrs_val = (afs_uint32 *) FS_HostAddrs_HBO;
1691     code = ubik_VL_RegisterAddrs(cstruct, 0, &FS_HostUUID, 0, &addrs);
1692     if (code) {
1693         if (code == VL_MULTIPADDR) {
1694             ViceLog(0,
1695                     ("VL_RegisterAddrs rpc failed; The IP address exists on a different server; repair it\n"));
1696             ViceLog(0,
1697                     ("VL_RegisterAddrs rpc failed; See VLLog for details\n"));
1698             return code;
1699         } else if (code == RXGEN_OPCODE) {
1700             ViceLog(0,
1701                     ("vlserver doesn't support VL_RegisterAddrs rpc; ignored\n"));
1702             FS_registered = 2;  /* So we don't have to retry in the gc daemon */
1703         } else {
1704             ViceLog(0,
1705                     ("VL_RegisterAddrs rpc failed; will retry periodically (code=%d, err=%d)\n",
1706                      code, errno));
1707             FS_registered = 1;  /* Retry in the gc daemon */
1708         }
1709     } else {
1710         FS_registered = 2;      /* So we don't have to retry in the gc daemon */
1711         WriteSysIdFile();
1712     }
1713
1714     return 0;
1715 }
1716
1717 afs_int32
1718 SetupVL(void)
1719 {
1720     afs_int32 code;
1721
1722     if (AFSDIR_SERVER_NETRESTRICT_FILEPATH || AFSDIR_SERVER_NETINFO_FILEPATH) {
1723         /*
1724          * Find addresses we are supposed to register as per the netrestrict
1725          * and netinfo files (/usr/afs/local/NetInfo and
1726          * /usr/afs/local/NetRestict)
1727          */
1728         char reason[1024];
1729         afs_int32 code;
1730
1731         code = afsconf_ParseNetFiles(FS_HostAddrs, NULL, NULL,
1732                                      ADDRSPERSITE, reason,
1733                                      AFSDIR_SERVER_NETINFO_FILEPATH,
1734                                      AFSDIR_SERVER_NETRESTRICT_FILEPATH);
1735         if (code < 0) {
1736             ViceLog(0, ("Can't register any valid addresses: %s\n", reason));
1737             exit(1);
1738         }
1739         FS_HostAddr_cnt = (afs_uint32) code;
1740     } else
1741     {
1742         FS_HostAddr_cnt = rx_getAllAddr(FS_HostAddrs, ADDRSPERSITE);
1743     }
1744
1745     if (FS_HostAddr_cnt == 1 && rxBind == 1)
1746         code = FS_HostAddrs[0];
1747     else
1748         code = htonl(INADDR_ANY);
1749     return code;
1750 }
1751
1752 afs_int32
1753 InitVL(struct afsconf_dir *dir)
1754 {
1755     afs_int32 code;
1756
1757     /*
1758      * If this fails, it's because something major is wrong, and is not
1759      * likely to be time dependent.
1760      */
1761     code = vl_Initialize(dir);
1762     if (code != 0) {
1763         ViceLog(0,
1764                 ("Couldn't initialize volume location library; code=%d.\n", code));
1765         return code;
1766     }
1767
1768     /* Read or create the sysid file and register the fileserver's
1769      * IP addresses with the vlserver.
1770      */
1771     code = ReadSysIdFile();
1772     if (code) {
1773         /* Need to create the file */
1774         ViceLog(0, ("Creating new SysID file\n"));
1775         if ((code = afs_uuid_create(&FS_HostUUID))) {
1776             ViceLog(0, ("Failed to create new uuid: %d\n", code));
1777             exit(1);
1778         }
1779     }
1780     /* A good sysid file exists; inform the vlserver. If any conflicts,
1781      * we always use the latest interface available as the real truth.
1782      */
1783
1784     code = Do_VLRegisterRPC();
1785     return code;
1786 }
1787
1788 int
1789 main(int argc, char *argv[])
1790 {
1791     afs_int32 code;
1792     char tbuffer[32];
1793     struct rx_securityClass **securityClasses;
1794     afs_int32 numClasses;
1795     struct rx_service *tservice;
1796     pthread_t serverPid;
1797     pthread_attr_t tattr;
1798     struct hostent *he;
1799     int minVnodesRequired;      /* min size of vnode cache */
1800 #ifndef AFS_NT40_ENV
1801     struct rlimit rlim;         /* max number of open file descriptors */
1802 #endif
1803     int curLimit;
1804     time_t t;
1805     struct tm tm;
1806     afs_uint32 rx_bindhost;
1807     VolumePackageOptions opts;
1808
1809 #ifdef  AFS_AIX32_ENV
1810     struct sigaction nsa;
1811
1812     sigemptyset(&nsa.sa_mask);
1813     nsa.sa_handler = SIG_DFL;
1814     nsa.sa_flags = SA_FULLDUMP;
1815     sigaction(SIGABRT, &nsa, NULL);
1816     sigaction(SIGSEGV, &nsa, NULL);
1817 #endif
1818     osi_audit_init();
1819
1820     /* Initialize dirpaths */
1821     if (!(initAFSDirPath() & AFSDIR_SERVER_PATHS_OK)) {
1822 #ifdef AFS_NT40_ENV
1823         ReportErrorEventAlt(AFSEVT_SVR_NO_INSTALL_DIR, 0, argv[0], 0);
1824 #endif
1825         fprintf(stderr, "%s: Unable to obtain AFS server directory.\n",
1826                 argv[0]);
1827         exit(2);
1828     }
1829     /* set ihandle package defaults prior to parsing args */
1830     ih_PkgDefaults();
1831
1832     /* check for the parameter file */
1833     CheckParms();
1834
1835     if (ParseArgs(argc, argv)) {
1836         exit(-1);
1837     }
1838     MUTEX_INIT(&fileproc_glock_mutex, "fileproc", MUTEX_DEFAULT, 0);
1839
1840 #ifdef AFS_SGI_VNODE_GLUE
1841     if (afs_init_kernel_config(-1) < 0) {
1842         printf
1843             ("Can't determine NUMA configuration, not starting fileserver.\n");
1844         exit(1);
1845     }
1846 #endif
1847     FS_configPath = strdup(AFSDIR_SERVER_ETC_DIRPATH);
1848
1849     confDir = afsconf_Open(FS_configPath);
1850     if (!confDir) {
1851         fprintf(stderr, "Unable to open config directory %s\n",
1852                 FS_configPath);
1853         exit(-1);
1854     }
1855
1856     /* initialize audit user check */
1857     osi_audit_set_user_check(confDir, fs_IsLocalRealmMatch);
1858
1859     /* Open FileLog on stdout, stderr, fd 1 and fd2 (for perror), sigh. */
1860 #ifndef AFS_NT40_ENV
1861     serverLogSyslogTag = "fileserver";
1862 #endif
1863     OpenLog(AFSDIR_SERVER_FILELOG_FILEPATH);
1864     SetupLogSignals();
1865
1866     LogCommandLine(argc, argv, "starting", "", "File server", FSLog);
1867
1868 #if !defined(AFS_NT40_ENV)
1869     /* initialize the pthread soft signal handler thread */
1870     softsig_init();
1871 #endif
1872
1873     /* install signal handlers for controlling the fileserver process */
1874     ResetCheckSignal();         /* set CheckSignal_Signal() sig handler */
1875     ResetCheckDescriptors();    /* set CheckDescriptors_Signal() sig handler */
1876
1877 #if defined(AFS_SGI_ENV)
1878     /* give this guy a non-degrading priority so help busy servers */
1879     schedctl(NDPRI, 0, NDPNORMMAX);
1880     if (SawLock)
1881         plock(PROCLOCK);
1882 #elif !defined(AFS_NT40_ENV)
1883     nice(-5);                   /* TODO: */
1884 #endif
1885     DInit(buffs);
1886 #ifdef AFS_DEMAND_ATTACH_FS
1887     FS_STATE_INIT;
1888 #endif
1889
1890 #ifdef AFS_NT40_ENV
1891     if (afs_winsockInit() < 0) {
1892         ReportErrorEventAlt(AFSEVT_SVR_WINSOCK_INIT_FAILED, 0, argv[0], 0);
1893         ViceLog(0, ("File server failed to intialize winsock.\n"));
1894         exit(1);
1895     }
1896 #endif
1897     CheckAdminName();
1898
1899     /* if we support more than 16 threads, then we better have the ability
1900      ** to keep open a large number of files simultaneously
1901      */
1902 #if     defined(AFS_AIX_ENV) && !defined(AFS_AIX42_ENV)
1903     curLimit = OPEN_MAX;        /* for pre AIX 4.2 systems */
1904 #elif defined(AFS_NT40_ENV)
1905     curLimit = NT_OPEN_MAX;     /* open file descriptor limit on NT */
1906 #else
1907
1908     curLimit = 0;               /* the number of open file descriptors */
1909     code = getrlimit(RLIMIT_NOFILE, &rlim);
1910     if (code == 0) {
1911         curLimit = rlim.rlim_cur;
1912         rlim.rlim_cur = rlim.rlim_max;
1913         code = setrlimit(RLIMIT_NOFILE, &rlim);
1914         if (code == 0)
1915             curLimit = rlim.rlim_max;
1916     }
1917     if (code != 0)
1918         ViceLog(0, ("Failed to increase open file limit, using default\n"));
1919
1920 #endif /* defined(AFS_AIX_ENV) && !defined(AFS_AIX42_ENV) */
1921
1922     curLimit -= 32;             /* leave a slack of 32 file descriptors */
1923     if (lwps > curLimit) {
1924         if (curLimit > 0)
1925             lwps = curLimit;
1926         else if (lwps > 16)
1927             lwps = 16;          /* default to a maximum of 16 threads */
1928
1929         /* tune the ihandle fd cache accordingly */
1930         if (vol_io_params.fd_max_cachesize < curLimit)
1931             vol_io_params.fd_max_cachesize = curLimit + 1;
1932
1933         ViceLog(0,
1934                 ("The system supports a max of %d open files and we are starting %d threads (ihandle fd cache is %d)\n",
1935                  curLimit, lwps, vol_io_params.fd_max_cachesize));
1936     }
1937
1938     /* Initialize volume support */
1939     if (!novbc) {
1940         V_BreakVolumeCallbacks = BreakVolumeCallBacksLater;
1941     }
1942
1943     SetLogThreadNumProgram( rx_GetThreadNum );
1944
1945     /* initialize libacl routines */
1946     acl_Initialize(ACL_VERSION);
1947
1948     /* initialize RX support */
1949 #ifndef AFS_NT40_ENV
1950     rxi_syscallp = viced_syscall;
1951 #endif
1952     rx_extraPackets = rxpackets;
1953     rx_extraQuota = 4;          /* for outgoing prserver calls from R threads */
1954     rx_SetBusyThreshold(busy_threshold, VBUSY);
1955     rx_SetCallAbortThreshold(abort_threshold);
1956     rx_SetConnAbortThreshold(abort_threshold);
1957 #ifdef AFS_XBSD_ENV
1958     stackSize = 128 * 1024;
1959 #else
1960     stackSize = lwps * 4000;
1961     if (stackSize < 32000)
1962         stackSize = 32000;
1963     else if (stackSize > 44000)
1964         stackSize = 44000;
1965 #endif
1966 #if defined(AFS_HPUX_ENV) || defined(AFS_SUN_ENV) || defined(AFS_SGI51_ENV) || defined(AFS_XBSD_ENV)
1967     rx_SetStackSize(1, stackSize);
1968 #endif
1969     if (udpBufSize)
1970         rx_SetUdpBufSize(udpBufSize);   /* set the UDP buffer size for receive */
1971     rx_bindhost = SetupVL();
1972
1973     if (rx_InitHost(rx_bindhost, (int)htons(7000)) < 0) {
1974         ViceLog(0, ("Cannot initialize RX\n"));
1975         exit(1);
1976     }
1977     if (!rxJumbograms) {
1978         /* Don't send and don't allow 3.4 clients to send jumbograms. */
1979         rx_SetNoJumbo();
1980     }
1981     if (rxMaxMTU != -1) {
1982         if (rx_SetMaxMTU(rxMaxMTU) != 0) {
1983             ViceLog(0, ("rxMaxMTU %d is invalid\n", rxMaxMTU));
1984             exit(1);
1985         }
1986     }
1987     rx_GetIFInfo();
1988     rx_SetRxDeadTime(30);
1989     afsconf_SetSecurityFlags(confDir, AFSCONF_SECOPTS_ALWAYSENCRYPT);
1990     afsconf_BuildServerSecurityObjects(confDir, &securityClasses, &numClasses);
1991
1992     tservice = rx_NewServiceHost(rx_bindhost,  /* port */ 0, /* service id */
1993                                  1,     /*service name */
1994                                  "AFS",
1995                                  securityClasses, numClasses,
1996                                  RXAFS_ExecuteRequest);
1997     if (!tservice) {
1998         ViceLog(0,
1999                 ("Failed to initialize RX, probably two servers running.\n"));
2000         exit(-1);
2001     }
2002     if (rxkadDisableDotCheck) {
2003         rx_SetSecurityConfiguration(tservice, RXS_CONFIG_FLAGS,
2004                                     (void *)RXS_CONFIG_FLAGS_DISABLE_DOTCHECK);
2005     }
2006     rx_SetMinProcs(tservice, 3);
2007     rx_SetMaxProcs(tservice, lwps);
2008     rx_SetCheckReach(tservice, 1);
2009     rx_SetServerIdleDeadErr(tservice, VNOSERVICE);
2010
2011     tservice =
2012         rx_NewService(0, RX_STATS_SERVICE_ID, "rpcstats", securityClasses,
2013                       numClasses, RXSTATS_ExecuteRequest);
2014     if (!tservice) {
2015         ViceLog(0, ("Failed to initialize rpc stat service.\n"));
2016         exit(-1);
2017     }
2018     rx_SetMinProcs(tservice, 2);
2019     rx_SetMaxProcs(tservice, 4);
2020
2021     /*
2022      * Enable RX hot threads, which allows the listener thread to trade
2023      * places with an idle thread and moves the context switch from listener
2024      * to worker out of the critical path.
2025      */
2026     rx_EnableHotThread();
2027
2028     /* Some rx debugging */
2029     if (rxlog || eventlog) {
2030         debugFile = afs_fopen("rx_dbg", "w");
2031         if (rxlog)
2032             rx_debugFile = debugFile;
2033         if (eventlog)
2034             rxevent_debugFile = debugFile;
2035     }
2036
2037     init_sys_error_to_et();     /* Set up error table translation */
2038     h_InitHostPackage();        /* set up local cellname and realmname */
2039     InitCallBack(numberofcbs);
2040     ClearXStatValues();
2041
2042     code = InitVL(confDir);
2043     if (code && code != VL_MULTIPADDR) {
2044         ViceLog(0, ("Fatal error in library initialization, exiting!!\n"));
2045         exit(1);
2046     }
2047
2048     code = InitPR();
2049     if (code && code != -1) {
2050         ViceLog(0, ("Fatal error in protection initialization, exiting!!\n"));
2051         exit(1);
2052     }
2053
2054     /* allow super users to manage RX statistics */
2055     rx_SetRxStatUserOk(viced_SuperUser);
2056
2057     CV_INIT(&fsync_cond, "fsync", CV_DEFAULT, 0);
2058     MUTEX_INIT(&fsync_glock_mutex, "fsync", MUTEX_DEFAULT, 0);
2059
2060 #if !defined(AFS_DEMAND_ATTACH_FS)
2061     /*
2062      * For DAFS, we do not start the Rx server threads until after
2063      * the volume package is initialized, and fileserver state is
2064      * restored.  This is necessary in order to keep host and callback
2065      * package state pristine until we have a chance to restore state.
2066      *
2067      * Furthermore, startup latency is much lower with dafs, so this
2068      * shouldn't pose a serious problem.
2069      */
2070     rx_StartServer(0);          /* now start handling requests */
2071 #endif
2072
2073     /* we ensure that there is enough space in the vnode buffer to satisfy
2074      ** requests from all concurrent threads.
2075      ** the maximum number of vnodes used by a single thread at any one time
2076      ** is three ( "link" uses three vnodes simultaneously, one vLarge and
2077      ** two vSmall for linking files and two vLarge and one vSmall for linking
2078      ** files  ) : dhruba
2079      */
2080     minVnodesRequired = 2 * lwps + 1;
2081     if (minVnodesRequired > nSmallVns) {
2082         nSmallVns = minVnodesRequired;
2083         ViceLog(0,
2084                 ("Overriding -s command line parameter with %d\n",
2085                  nSmallVns));
2086     }
2087     if (minVnodesRequired > large) {
2088         large = minVnodesRequired;
2089         ViceLog(0, ("Overriding -l command line parameter with %d\n", large));
2090     }
2091
2092     /* We now do this after getting the listener up and running, so that client
2093      * connections don't timeout (maybe) if a file server is restarted, since it
2094      * will be available "real soon now".  Worry about whether we can satisfy the
2095      * calls in the volume package itself.
2096      */
2097     VOptDefaults(fileServer, &opts);
2098     opts.nLargeVnodes = large;
2099     opts.nSmallVnodes = nSmallVns;
2100     opts.volcache = volcache;
2101     opts.unsafe_attach = unsafe_attach;
2102     if (offline_timeout != -1) {
2103         opts.interrupt_rxcall = rx_InterruptCall;
2104         opts.offline_timeout = offline_timeout;
2105     }
2106     if (offline_shutdown_timeout == -1) {
2107         /* default to -offline-timeout, if shutdown-specific timeout is not
2108          * specified */
2109         opts.offline_shutdown_timeout = offline_timeout;
2110     } else {
2111         opts.interrupt_rxcall = rx_InterruptCall;
2112         opts.offline_shutdown_timeout = offline_shutdown_timeout;
2113     }
2114
2115     if (VInitVolumePackage2(fileServer, &opts)) {
2116         ViceLog(0,
2117                 ("Shutting down: errors encountered initializing volume package\n"));
2118         VShutdown();
2119         exit(1);
2120     }
2121
2122     /* Install handler to catch the shutdown signal;
2123      * bosserver assumes SIGQUIT shutdown
2124      */
2125 #if !defined(AFS_NT40_ENV)
2126     softsig_signal(SIGQUIT, ShutDown_Signal);
2127 #else
2128     (void)signal(SIGQUIT, ShutDown_Signal);
2129 #endif
2130
2131     if (VInitAttachVolumes(fileServer)) {
2132         ViceLog(0,
2133                 ("Shutting down: errors encountered initializing volume package\n"));
2134         VShutdown();
2135         exit(1);
2136     }
2137
2138 #ifdef AFS_DEMAND_ATTACH_FS
2139     if (fs_state.options.fs_state_restore) {
2140         /*
2141          * demand attach fs
2142          * restore fileserver state */
2143         fs_stateRestore();
2144     }
2145     rx_StartServer(0);  /* now start handling requests */
2146 #endif /* AFS_DEMAND_ATTACH_FS */
2147
2148     /*
2149      * We are done calling fopen/fdopen. It is safe to use a large
2150      * of the file descriptor cache.
2151      */
2152     ih_UseLargeCache();
2153
2154     ViceLog(5, ("Starting pthreads\n"));
2155     opr_Verify(pthread_attr_init(&tattr) == 0);
2156     opr_Verify(pthread_attr_setdetachstate(&tattr,
2157                                            PTHREAD_CREATE_DETACHED) == 0);
2158
2159     opr_Verify(pthread_create(&serverPid, &tattr, FiveMinuteCheckLWP,
2160                               &fiveminutes) == 0);
2161     opr_Verify(pthread_create(&serverPid, &tattr, HostCheckLWP,
2162                               &fiveminutes) == 0);
2163     opr_Verify(pthread_create(&serverPid, &tattr, FsyncCheckLWP,
2164                               &fiveminutes) == 0);
2165
2166     gettimeofday(&tp, 0);
2167
2168     /*
2169      * Figure out the FileServer's name and primary address.
2170      */
2171     ViceLog(0, ("Getting FileServer name...\n"));
2172     code = gethostname(FS_HostName, 64);
2173     if (code) {
2174         ViceLog(0, ("gethostname() failed\n"));
2175     }
2176     ViceLog(0, ("FileServer host name is '%s'\n", FS_HostName));
2177
2178     ViceLog(0, ("Getting FileServer address...\n"));
2179     he = gethostbyname(FS_HostName);
2180     if (!he) {
2181         ViceLog(0, ("Can't find address for FileServer '%s'\n", FS_HostName));
2182     } else {
2183         char hoststr[16];
2184         memcpy(&FS_HostAddr_NBO, he->h_addr, 4);
2185         (void)afs_inet_ntoa_r(FS_HostAddr_NBO, hoststr);
2186         FS_HostAddr_HBO = ntohl(FS_HostAddr_NBO);
2187         ViceLog(0,
2188                 ("FileServer %s has address %s (0x%x or 0x%x in host byte order)\n",
2189                  FS_HostName, hoststr, FS_HostAddr_NBO, FS_HostAddr_HBO));
2190     }
2191
2192     t = tp.tv_sec;
2193     strftime(tbuffer, sizeof(tbuffer), "%a %b %d %H:%M:%S %Y",
2194              localtime_r(&t, &tm));
2195     ViceLog(0, ("File Server started %s\n", tbuffer));
2196     afs_FullPerfStats.det.epoch.tv_sec = StartTime = tp.tv_sec;
2197     while (1) {
2198         sleep(1000);            /* long time */
2199     }
2200     return 0;
2201 }