2015年6月26日金曜日

start MATLAB license file at startup on OpenSUSE 13.2

1. create the following links if they do not already exist:

ln -s $MATLAB/etc/lmboot /etc/lmboot_TMW
ln -s $MATLAB/etc/lmdown /etc/lmdown_TMW

2. copy boot file to startup directory:

cp $MATLAB/etc/flexnet.boot.linux /etc/init.d/flexnet

3. look in /etc/inittab for the default run level, and create a link in the rc directory associated with that run level. for example, if run level is 5, then:

cd /etc/init.d/rc5.d
ls -s ../flexnet S13flexnet

0 件のコメント: