/[TIS-4000 Rel T60]/scripts/start_TIS
ViewVC logotype

Contents of /scripts/start_TIS

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations)
Fri Sep 1 11:34:56 2000 UTC (23 years, 1 month ago) by tis4000
Branch: MAIN
CVS Tags: LMC_baseline, Duluth_baseline, HEAD
Changes since 1.2: +12 -39 lines
Start tisTime instead of timeServer. Don't need to be root. Don't need call to ndd command done in rc.*** files. Don't need to su to tis4000. - Steel

1 #!/bin/csh
2 #
3 setenv OPENWINHOME /usr/openwin
4 setenv DISPLAY :0.0
5
6 umask 000
7 limit descriptors 200
8 limit coredumpsize unlimited
9 #
10 /tis4000/tasks/stop_TIS
11 #
12 # Begins the TIS4000 software
13 #
14 set process=""
15 set pid=""
16
17 if ($status == 1) then
18 exit 1
19 endif
20
21
22 echo "*************************************************************"
23 echo " "
24 echo "******** Starting TIS4000 and Background Processes ********"
25 echo " "
26 echo " "
27 echo "Starting Time Server...."
28 echo " "
29 #
30 setenv host `/usr/ucb/hostname`
31 # there are optins to start tisTime, see documentation
32 # start as master with no gps and no other servers
33 # /tis4000/tasks/tisTime -m >/dev/null &
34 # start with gps and otehr servers to look at if gps is down
35 # /tis4000/tasks/tisTime -p /dev/cua/a -h amsop2 -h rmwthist >/dev/null &
36 # start as slave looking at servers to get time
37 # /tis4000/tasks/tisTime -h amsop1 -h amsop2 -h rmwthist >/dev/null &
38 /tis4000/tasks/tisTime -m >/dev/null &
39 #
40 # Now run the starttis4000 script to start the TIS4000
41 #
42 /tis4000/tasks/starttis4000
43 #
44 #
45 #echo " "
46 #echo "Starting ping program...."
47 #
48 #/tis4000/tasks/png2 &
49 #sleep 5
50 #
51 #
52 echo " "
53 echo "****** TIS4000 and Background Processes Started ******"
54 echo " "
55 echo "*****************************************************************"

  ViewVC Help
Powered by ViewVC 1.1.30