darwin-build-updates-20010910
[openafs.git] / doc / html / AdminReference / auarf119.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="auarf118.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="auarf120.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_START" HREF="auarf002.htm#ToC_133">bos start</A></H2>
19 <A NAME="IDX4642"></A>
20 <A NAME="IDX4643"></A>
21 <A NAME="IDX4644"></A>
22 <A NAME="IDX4645"></A>
23 <A NAME="IDX4646"></A>
24 <A NAME="IDX4647"></A>
25 <A NAME="IDX4648"></A>
26 <A NAME="IDX4649"></A>
27 <P><STRONG>Purpose</STRONG>
28 <P>Starts a process after setting its status flag in the
29 <B>/usr/afs/local/BosConfig</B> file
30 <P><STRONG>Synopsis</STRONG>
31 <PRE><B>bos start -server</B> &lt;<VAR>machine&nbsp;name</VAR>>  <B>-instance</B> &lt;<VAR>server&nbsp;process&nbsp;name</VAR>><SUP>+</SUP> 
32           [<B>-cell</B> &lt;<VAR>cell&nbsp;name</VAR>>]  [<B>-noauth</B>]  [<B>-localauth</B>]  [<B>-help</B>]
33     
34 <B>bos start -s</B> &lt;<VAR>machine&nbsp;name</VAR>>  <B>-i</B> &lt;<VAR>server&nbsp;process&nbsp;name</VAR>><SUP>+</SUP>  
35           [<B>-c</B> &lt;<VAR>cell&nbsp;name</VAR>>]  [<B>-n</B>]  [<B>-l</B>]  [<B>-h</B>]
36 </PRE>
37 <P><STRONG>Description</STRONG>
38 <P>The <B>bos start</B> command sets the status flag for each process
39 specified by the <B>-instance</B> argument to <TT>Run</TT> in the
40 <B>/usr/afs/local/BosConfig</B> file and in the BOS Server's memory
41 on the server machine named by the <B>-server</B> argument, then starts
42 it. If the process is already running, the command's only effect
43 is to guarantee that the status flag is <TT>Run</TT>; it does not
44 restart the process.
45 <P>To start a process without changing its status flag in the
46 <B>BosConfig</B> file, use the <B>bos startup</B> command
47 instead.
48 <P><STRONG>Options</STRONG>
49 <DL>
50 <P><DT><B><B>-server</B>
51 </B><DD>Indicates the server machine on which to start processes. Identify
52 the machine by IP address or its host name (either fully-qualified or
53 abbreviated unambiguously). For details, see the introductory reference
54 page for the <B>bos</B> command suite.
55 <P><DT><B><B>-instance</B>
56 </B><DD>Names each process to start. Use the process name assigned with the
57 <B>-instance</B> argument to the <B>bos create</B> command. The
58 output from the <B>bos status</B> command lists the names.
59 <P><DT><B><B>-cell</B>
60 </B><DD>Names the cell in which to run the command. Do not combine this
61 argument with the <B>-localauth</B> flag. For more details, see the
62 introductory <B>bos</B> reference page.
63 <P><DT><B><B>-noauth</B>
64 </B><DD>Assigns the unprivileged identity <B>anonymous</B> to the
65 issuer. Do not combine this flag with the <B>-localauth</B>
66 flag. For more details, see the introductory <B>bos</B> reference
67 page.
68 <P><DT><B><B>-localauth</B>
69 </B><DD>Constructs a server ticket using a key from the local
70 <B>/usr/afs/etc/KeyFile</B> file. The <B>bos</B> command
71 interpreter presents the ticket to the BOS Server during mutual
72 authentication. Do not combine this flag with the <B>-cell</B> or
73 <B>-noauth</B> options. For more details, see the introductory
74 <B>bos</B> reference page.
75 <P><DT><B>-help
76 </B><DD>Prints the online help for this command. All other valid options
77 are ignored.
78 </DL>
79 <P><STRONG>Examples</STRONG>
80 <P>The following command changes the status flag for the
81 <B>upclientbin</B> and <B>upclientetc</B> processes to <TT>Run</TT>
82 in the <B>BosConfig</B> file on the machine
83 <B>fs6.abc.com</B> and starts them running.
84 <PRE>   % <B>bos start -server fs6.abc.com -instance upclientbin upclientetc</B>
85    
86 </PRE>
87 <P><STRONG>Privilege Required</STRONG>
88 <P>The issuer must be listed in the <B>/usr/afs/etc/UserList</B> file on
89 the machine named by the <B>-server</B> argument, or must be logged onto a
90 server machine as the local superuser <B>root</B> if the
91 <B>-localauth</B> flag is included.
92 <P><STRONG>Related Information</STRONG>
93 <P><A HREF="auarf016.htm#HDRBOSCONFIG">BosConfig</A>
94 <P><A HREF="auarf023.htm#HDRKEYFILE">KeyFile</A>
95 <P><A HREF="auarf035.htm#HDRUSERLIST">UserList</A>
96 <P><A HREF="auarf093.htm#HDRBOS_INTRO">bos</A>
97 <P><A HREF="auarf098.htm#HDRBOS_CREATE">bos create</A>
98 <P><A HREF="auarf120.htm#HDRBOS_STARTUP">bos startup</A>
99 <P><A HREF="auarf121.htm#HDRBOS_STATUS">bos status</A>
100 <P>
101 <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="auarf118.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="auarf120.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> 
102 <!-- Begin Footer Records  ========================================== -->
103 <P><HR><B> 
104 <br>&#169; <A HREF="http://www.ibm.com/">IBM Corporation 2000.</A>  All Rights Reserved 
105 </B> 
106 <!-- End Footer Records  ============================================ -->
107 <A NAME="Bot_Of_Page"></A>
108 </BODY></HTML>