summaryrefslogtreecommitdiffstats
path: root/cluster/openmosixview/INSTALL
blob: 43c36198954c840ca858ff2d6399ac438a94b339 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
ln -sfn $TRACK_ROOT/lib/modules/$(uname -r)/build/include/hpc /usr/include  &&
export  QTDIR=/usr   &&
./setup              &&
cd 3dmon             &&
./setup.standalone   &&

if [ -e /etc/init.d/mosstatd.sh ]; then
  rm -f /etc/init.d/mosstatd.sh
fi  &&

if [ -e /etc/init.d/openmosixcollector ]; then
  rm -f /etc/init.d/openmosixcollector
fi  &&

message  "${MESSAGE_COLOR}"Now type openmosixview <ENTER> and have fun!"    \
         "(do not forget to copy the openmosixprocs binary to /usr/bin of"  \
         "each your cluster-nodes e.g"                                      \
         " rcp /usr/bin/openmosixprocs hostname_of_node:/usr/bin"           \
         "or if you use SSH"                                                \
         " scp /usr/bin/openmosixprocs hostname_of_node:/usr/bin"           \
         "reply problems during installation to mosixview@t-online.de"      \
         "Thanks${DEFAULT_COLOR}"