initial-html-documentation-20010606
[openafs.git] / doc / html / AdminReference / auarf120.htm
1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 4//EN">
2 <HTML><HEAD>
3 <TITLE>Administration Reference</TITLE>
4 <!-- Begin Header Records  ========================================== -->
5 <!-- /tmp/idwt3672/auarf000.scr converted by idb2h R4.2 (359) ID      -->
6 <!-- Workbench Version (AIX) on 3 Oct 2000 at 16:18:30                -->
7 <META HTTP-EQUIV="updated" CONTENT="Tue, 03 Oct 2000 16:18:29">
8 <META HTTP-EQUIV="review" CONTENT="Wed, 03 Oct 2001 16:18:29">
9 <META HTTP-EQUIV="expires" CONTENT="Thu, 03 Oct 2002 16:18:29">
10 </HEAD><BODY>
11 <!-- (C) IBM Corporation 2000. All Rights Reserved    --> 
12 <BODY bgcolor="ffffff"> 
13 <!-- End Header Records  ============================================ -->
14 <A NAME="Top_Of_Page"></A>
15 <H1>Administration Reference</H1>
16 <HR><P ALIGN="center"> <A HREF="../index.htm"><IMG SRC="../books.gif" BORDER="0" ALT="[Return to Library]"></A> <A HREF="auarf002.htm#ToC"><IMG SRC="../toc.gif" BORDER="0" ALT="[Contents]"></A> <A HREF="auarf119.htm"><IMG SRC="../prev.gif" BORDER="0" ALT="[Previous Topic]"></A> <A HREF="#Bot_Of_Page"><IMG SRC="../bot.gif" BORDER="0" ALT="[Bottom of Topic]"></A> <A HREF="auarf121.htm"><IMG SRC="../next.gif" BORDER="0" ALT="[Next Topic]"></A> <A HREF="auarf284.htm#HDRINDEX"><IMG SRC="../index.gif" BORDER="0" ALT="[Index]"></A> <P> 
17 <P>
18 <H2><A NAME="HDRBOS_STARTUP" HREF="auarf002.htm#ToC_134">bos startup</A></H2>
19 <A NAME="IDX4650"></A>
20 <A NAME="IDX4651"></A>
21 <A NAME="IDX4652"></A>
22 <A NAME="IDX4653"></A>
23 <A NAME="IDX4654"></A>
24 <A NAME="IDX4655"></A>
25 <P><STRONG>Purpose</STRONG>
26 <P>Starts a process without changing its status flag in the
27 <B>/usr/afs/local/BosConfig</B> file
28 <P><STRONG>Synopsis</STRONG>
29 <PRE><B>bos startup -server</B> &lt;<VAR>machine&nbsp;name</VAR>>  [<B>-instance</B> &lt;<VAR>instances</VAR>><SUP>+</SUP>] 
30             [<B>-cell</B> &lt;<VAR>cell&nbsp;name</VAR>>]  [<B>-noauth</B>]  [<B>-localauth</B>]  [<B>-help</B>]
31     
32 <B>bos startu -s</B> &lt;<VAR>machine&nbsp;name</VAR>>  [<B>-i</B> &lt;<VAR>instances</VAR>><SUP>+</SUP>]  
33            [<B>-c</B> &lt;<VAR>cell&nbsp;name</VAR>>]  [<B>-n</B>]  [<B>-l</B>]  [<B>-h</B>]
34 </PRE>
35 <P><STRONG>Description</STRONG>
36 <P>The <B>bos startup</B> command starts, on the server machine named by
37 the <B>-server</B> argument, either 
38 <UL>
39 <P><LI>All AFS server processes not currently running but marked with the
40 <TT>Run</TT> status flag in the <B>/usr/afs/local/BosConfig</B> file
41 <P><LI>Each process specified by <B>-instance</B> argument, even if its
42 status flag in the <B>BosConfig</B> file is <TT>NotRun</TT>.
43 </UL>
44 <P>To start a process and set its <B>BosConfig</B> status flag to
45 <TT>Run</TT>, use the <B>bos start</B> command instead.
46 <P><STRONG>Options</STRONG>
47 <DL>
48 <P><DT><B><B>-server</B>
49 </B><DD>Indicates the server machine on which to start processes. Identify
50 the machine by IP address or its host name (either fully-qualified or
51 abbreviated unambiguously). For details, see the introductory reference
52 page for the <B>bos</B> command suite.
53 <P><DT><B><B>-instance</B>
54 </B><DD>Names each process to start. Use the process name assigned with the
55 <B>-instance</B> argument to the <B>bos create</B> command. The
56 output from the <B>bos status</B> command lists the names.
57 <P><DT><B><B>-cell</B>
58 </B><DD>Names the cell in which to run the command. Do not combine this
59 argument with the <B>-localauth</B> flag. For more details, see the
60 introductory <B>bos</B> reference page.
61 <P><DT><B><B>-noauth</B>
62 </B><DD>Assigns the unprivileged identity <B>anonymous</B> to the
63 issuer. Do not combine this flag with the <B>-localauth</B>
64 flag. For more details, see the introductory <B>bos</B> reference
65 page.
66 <P><DT><B><B>-localauth</B>
67 </B><DD>Constructs a server ticket using a key from the local
68 <B>/usr/afs/etc/KeyFile</B> file. The <B>bos</B> command
69 interpreter presents the ticket to the BOS Server during mutual
70 authentication. Do not combine this flag with the <B>-cell</B> or
71 <B>-noauth</B> options. For more details, see the introductory
72 <B>bos</B> reference page.
73 <P><DT><B>-help
74 </B><DD>Prints the online help for this command. All other valid options
75 are ignored.
76 </DL>
77 <P><STRONG>Examples</STRONG>
78 <P>The following command starts all processes marked with status flag
79 <TT>Run</TT> in the <B>BosConfig</B> file on the machine
80 <B>fs3.abc.com</B> that are not currently running.
81 <PRE>   % <B>bos startup fs3.abc.com</B>
82    
83 </PRE>
84 <P>The following command starts the <B>buserver</B>, <B>kaserver</B>,
85 <B>ptserver</B>, and <B>vlserver</B> processes running on the machine
86 <B>db2.abc.com</B>, even if their status flags in the
87 <B>BosConfig</B> file are <TT>NotRun</TT>.
88 <PRE>   %<B> bos startup -server db2.abc.com -instance buserver kaserver ptserver vlserver</B>
89    
90 </PRE>
91 <P><STRONG>Privilege Required</STRONG>
92 <P>The issuer must be listed in the <B>/usr/afs/etc/UserList</B> file on
93 the machine named by the <B>-server</B> argument, or must be logged onto a
94 server machine as the local superuser <B>root</B> if the
95 <B>-localauth</B> flag is included.
96 <P><STRONG>Related Information</STRONG>
97 <P><A HREF="auarf016.htm#HDRBOSCONFIG">BosConfig</A>
98 <P><A HREF="auarf023.htm#HDRKEYFILE">KeyFile</A>
99 <P><A HREF="auarf035.htm#HDRUSERLIST">UserList</A>
100 <P><A HREF="auarf093.htm#HDRBOS_INTRO">bos</A>
101 <P><A HREF="auarf098.htm#HDRBOS_CREATE">bos create</A>
102 <P><A HREF="auarf119.htm#HDRBOS_START">bos start</A>
103 <P><A HREF="auarf121.htm#HDRBOS_STATUS">bos status</A>
104 <P>
105 <HR><P ALIGN="center"> <A HREF="../index.htm"><IMG SRC="../books.gif" BORDER="0" ALT="[Return to Library]"></A> <A HREF="auarf002.htm#ToC"><IMG SRC="../toc.gif" BORDER="0" ALT="[Contents]"></A> <A HREF="auarf119.htm"><IMG SRC="../prev.gif" BORDER="0" ALT="[Previous Topic]"></A> <A HREF="#Top_Of_Page"><IMG SRC="../top.gif" BORDER="0" ALT="[Top of Topic]"></A> <A HREF="auarf121.htm"><IMG SRC="../next.gif" BORDER="0" ALT="[Next Topic]"></A> <A HREF="auarf284.htm#HDRINDEX"><IMG SRC="../index.gif" BORDER="0" ALT="[Index]"></A> <P> 
106 <!-- Begin Footer Records  ========================================== -->
107 <P><HR><B> 
108 <br>&#169; <A HREF="http://www.ibm.com/">IBM Corporation 2000.</A>  All Rights Reserved 
109 </B> 
110 <!-- End Footer Records  ============================================ -->
111 <A NAME="Bot_Of_Page"></A>
112 </BODY></HTML>