/[TIS-4000 Rel T60]/scripts/rc.tisstart
ViewVC logotype

Contents of /scripts/rc.tisstart

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


Revision 1.1 - (show annotations)
Mon Apr 24 14:47:52 2000 UTC (23 years, 5 months ago) by tis4000
Branch: MAIN
CVS Tags: LMC_baseline, Duluth_baseline, HEAD
Files copied from t55. - NDalesio

1 #!/bin/sh
2 #
3 # File name: rc.tisstart for TIS4000 ver. 5.1 (Solaris 2.x)
4 #
5 # This file is started from rc3.d in sequence S99. It contains commands
6 # for starting up the TIS4000 processes.
7 #
8 umask 000
9 ulimit -n 200
10 ulimit -c 0
11 #
12 # Set tcp_close_wait_interval so that vxWorks can open files
13 # without getting the 0x1a9 error.
14 #
15 # Set tcp_rexmit_interval_initial and tcp_rexmit_interval_min
16 # to prevent retries when using a slow communications link such as
17 # the HDLC driver.
18 #
19 /usr/sbin/ndd -set /dev/tcp tcp_close_wait_interval 20000
20 /usr/sbin/ndd -set /dev/tcp tcp_rexmit_interval_initial 2000
21 /usr/sbin/ndd -set /dev/tcp tcp_rexmit_interval_min 800
22
23 echo "*************************************************************"
24 #
25 # Applix Software startup
26 #
27 # echo " "
28 # echo "Starting the Applix license manager ..."
29 #
30 # /home/Applix/axdata/axnet &
31 # /home/Applix/axdata/axnlmgrd -c /home/Applix/axlocal/axlicensedat &
32 #fi
33 #
34 # Now run the starttis4000 script as user "tis4000" to start the TIS4000
35 su tis4000 -c /tis4000/tasks/start_TIS
36 #
37 echo " "
38 echo "****** Completed Starting TIS4000 and Background Processes ******"
39 echo " "
40 echo "*****************************************************************"

  ViewVC Help
Powered by ViewVC 1.1.30