Actions in normal font: commands exactly as how to be entered
| Step No. |
|
|
|
login as tcsmgr on host wt0tcs |
|
|
Review current status of versions and configuration on the running system. Update tcsBUILD accordingly if required. |
|
|
cd /introot/TCS |
|
|
rm –rf INTROOT.old (if it exists) |
|
|
mv INTROOT INTROOT.old |
|
|
echo $INTROOT
to verify it is set to /introot/TCS/INTROOTverify $INTROOT also in $PATH and $SHLIB_PATH before $VLTROOT |
|
|
remove old environments
backups (need disk space):
cd /vltdata
|
|
|
Create new source
directory:
cd
|
|
|
cd TCS_SOURCE |
|
|
cmmCopy tcsBUILD |
|
|
mkdir INSTALL |
|
|
cd tcsBUILD/src |
|
|
make prepare_installation |
|
|
export TARGETLIST='wt0tcs wa0tcs' |
|
|
cd ../../INSTALL |
|
|
./buildTcsFromArchive
-check
Verify any differences between latest cmm version and tcsBUILD. In case of differencies, decide if to use the defined version or to update tcsBUILD module and go back to step 10. |
|
|
if any ws environment is running: stop it now! |
|
|
./build
This will retrieve all modules and compile them, and the all environments are created. |
|
|
Check log-files in TCS_SOURCE/INSTALL |
| Step No. | Action |
|
|
cd /vltdata |
|
|
rm –rf ENVIRONMENTS |
|
|
mv ENVIRONMENTS.wt0tcs ENVIRONMENTS |
|
|
cd ENVIRONMENTS |
|
|
chmod g+w * */* |
|
|
rm -rf $INS_ROOT/SYSTEM |
|
|
rehash |
|
|
tcsBUILDInsRoot |
|
|
logMonitor& |
|
|
vccEnvInit –v –e wt0tcs |
|
|
vccEnvStart –e wt0tcs |
|
|
Verify startup using logMonitor and logfiles in environment directory |
|
|
cd /vltdata/ENVIRONMENTS/wt0tcs/log |
|
|
chmod g+w * |
|
|
sampConfPlot "<alias>samplePlot"
sampConfPlot "<alias>altPlot" sampConfPlot "<alias>azPlot" sampConfPlot "<alias>agPlot" sampConfPlot "<alias>adrotPlot" sampConfPlot "<alias>m2Plot" |
|
|
cd /vltdata |
|
|
mv ENVIRONMENTS.wa0tcs/*
ENVIRONMENTS
rm –rf ENVIROMENTS.wa0tcs |
|
|
chmod g+w * */* |
|
|
vccEnvInit –v –e wa0tcs |
|
|
vccEnvStart –e wa0tcs |
|
|
Verify startup using logMonitor and logfiles in environment directory |
|
|
cd /vltdata/ENVIRONMENTS/wa0tcs/log |
|
|
chmod g+w * |
|
|
tcsBUILDSystem
Check all log files for errors Check all LCU’s have rebooted Check particulary that all scan links were configuredwithout errorsCheck with scanei that scanning works for all LCU’s and for both workstation environments |
|
|
vccEnvStop –v –e wt0tcs |
|
|
vccEnvStop –v –e wa0tcs |
|
|
logout |
|
|
login as user tcs |
|
|
logMonitor& |
|
|
vccEnvStart –v –e wt0tcs |
|
|
vccEnvStart –v –e wa0tcs |
|
|
Verify startup using logMonitor and logfiles in environment directory |