rsync DEMO & standard data directories from Sam to the Laptop - that will ensure that all subdirectories in the tree will be transported.

Copy from adm directory following files index.dat, menu.*, button.*

rsync all programs directories /u/ccr.14/std/{,ut}bin{l,x11} /u/ccr.13/binl

take a copy of the old DEMO company.

rsync the rel 14 DEMO directory

You have to rsync from the laptop (as root):

cd /u/cc/
rsync -av DEMO/ DEMO.old/
scp sam:/u/ccr.14/adm/{index.dat,menu.*,button.*} adm/
cd std
rsync -av sam:/u/ccr.14/std/{,ut}bin{l,x11} ./
cd ../DEMO/
rsync -av /u/ccr.14/DEMO/ ./
cp ../DEMO.old/branch.* ./

Change usr & group on all copied files chown -R ccc:control * (must be root)

Obtain from the user list of AddOns required (such as OpenOffice, Kompozer etc) update them through yum or atp-get (depending on OO used. Check that they work correctly on the laptop

Check manually terminal details as teaad program could've change and introduce new details.

Run from the menu utility programs on Sam (stcont, sscont etc) as during some mods control setting might've have changed.

To ensure that data copied across correctly:

put small changes (such as extra space or similar) into major files (Customer 007 & Product 7501 in the branch CITY) and check that they came across to the laptop.

Check recent changes in images, webnote, weburl, QRCode and make sure they exist in laptop

Go into gencont and reenter the locations for the integrated web store

redump the webstores (where <loc1> and <loc2> are the 2 web locations)

su - root -c "initctl stop dumpodbc"
cd /u/cc/DEMO/
cp ../standard/dblog.dat
gol
fdb2log -i -B<loc1> -a8 -a9 -a65
fdb2log -B<loc2> -a8 -a9 -a65
log2cscart -I
su - root -c "initctl start dumpodbc"

Update_Laptop (last edited 2014-02-18 01:12:25 by fuzzy)