How to install Multics r82

if you go to use Multics r82 your server must have a minimum of 4 cores
if you have 200 a 300 cache peers and 150 - 200 CCcam clients ant 300 server line's
your CPU use a lot +- 100-140%

Multics r82 64x
this multics is whits STYLESHEET
the config are ready
CS378x Ready
CAMD35 Ready
MGcamd Ready
Necamd Ready
CCcam Ready

The Profil ports are: 35501:3570
Cache port: 4444
CCcam port: 18002
MGcamd port: 22220

Web interface Port and passwd
HTTP PORT: 8888
HTTP USER: admin
HTTP PASS: passwd

Install
use debian 7 or 8 or ubuntu last version

Put the file: multics in
Code:
/var/bin/
CHMOD it to 755

Now put the file: Multics.cfg in
Code:
/var/etc

Put the file: Style.css in
Code:
/var/etc/

Create the map script in var folder
Now make a file multics.sh in
Code:
/var/script/
CHMOD it to 755

Put this in multics.sh
Code:
#!/bin/sh
process=`ps auxwww | grep multics | grep -v grep | awk '{print $1}'`
if [ -z "$process" ]; then
echo "Couldn't find multics running. Restarting server-binary" >> /var/log/multics.check
nohup /var/bin/multics -b
else
echo "Multics R82 is still OK!" >> /var/log/multics.check
fi

Save it

Now open crontab use putty
Code:
nano /etc/crontab
ADD this line
Code:
*/03 * * * * root /var/script/multics.sh

Save it CTRL X Enter

now restart your server and wait 3 min ant your Multics r82 = running

www host.com:8888 admin passwd

if you want to restart your server every night on 4:00 open crontab
Code:
nano /etc/crontab
Put this in crontab
Code:
00 4    * * *   root    /sbin/shutdown -r now

Save it CTRL X Enter

and restart crontab
Code:
/etc/init.d/cron restart


Attached Files
.zip   Multicsr82 (2).zip (Size: 341.95 KB / Downloads: 322)

No comments:
Write comments

Recently Updated