The following tasks were necessary after the VLTSW upgrade carried out
during December 2005.
During this upgrade system and home directory disks are physically
exchanged with and it is necessary to reinstall all relevant SciOps
managed CMM-modules.
wferos
As user e2p2ops: cd ~
cp ~ferosmgr/.cmmrc . [ ! -d CURRENTLY_MOD ]
mkdir CURRENTLY_MOD cd CURRENTLY_MOD for module in fprocim feocal femtoo osf2p2 ls-sciops ; do
[ ! -d $module ] && cmmCopy $module
cd $module/src
make clean all man install
cd ../..
done cd ..
w2p2tcs
As user e2p2ops: cd ~
scp e2p2ops@wferos:.cmmrc . [ ! -d CURRENTLY_MOD ]
mkdir CURRENTLY_MOD cd CURRENTLY_MOD for module in fprocim osf2p2 ls-sciops ; do [ ! -d $module ] &&
cmmCopy $module
cd $module/src
make clean all man install
cd ../..
done cd ..
w2p2dhs
Nothing to do.
w2p2off
As user e2p2ops: cd ~
chmod g+rx . scp e2p2ops@wferos:.cmmrc .
. /scisoft/bin/Setup.bash
getTemplateForDirectory INTROOT /vlt/INTROOT/E2P2OPS export INTROOT=/vlt/INTROOT/E2P2OPS [ ! -d CURRENTLY_MOD ]
mkdir CURRENTLY_MOD
cd CURRENTLY_MOD
for module in fprocim e2p2plferos ls-sciops ; do [ ! -d $module ] &&
cmmCopy $module
cd $module/src
make clean all man install
cd ../..
done
cmmCopy e2p2met
ferosUpdateINSROOTDirs --uhd t2p2web@epu:.
cd ..
ln -s /vlt/INTROOT/E2P2OPS/config/crontab.e2p2ops@w2p2off crontab.e2p2ops@w2p2off
crontab crontab.e2p2ops@w2p2off
As user sciops:
Use an editor to remove entries for w2p2off and w2p2off.ls.eso.org from
~/.ssh/known_hosts & ~/.ssh/known_hosts2 (if it exists).
If the file ~/.ssh/id_rsa.pub does NOT exist then... ssh-keygen -t rsa Just press enter at the
passphrase prompt.
Then... scp ~/.ssh/id_rsa.pub astro@w2p2off:.ssh/id_rsa.pub.sciops@epu
ssh astro@w2p2off "cat .ssh/id_rsa.pub.sciops@epu >>
.ssh/authorized_keys"
ssh astro@w2p2off ls The last command above should complete without need to enter a
password.
Pecs Updates
Since the pecs configuration had not been kept uptodate, the following
pecs configurations were updated and archived: astro@w2p2off:.pecs/misc-all.env e2p2ops@w2p2off:.pecs/misc-all.env