Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Sv translation
languageen

Load System Data

The following commands load the database for the first time, and are performed in the jtel user context:


Translations Ignore


Code Block
languagebash
su jtel
cd



Note

If a redundant system is installed, then replace acd-dbm with acd-dbm1 in the following commands.



The database is loaded for the first time using the following commands on the load balancer:
Status
colourRed
titleCaution Password
Translations Ignore


Code Block
languagebash
titleInitial setup of the database
cd /home/jtel/shared/JTELCarrierPortal/DB/mySQL/init
mysql -h acd-dbm -u root -p<password> -vvv -f -n -q -e"source Init.sql"


Once the database is loaded, the routines are updated to the actual release which is being installed.

This is performed from STORE, using the following commands:

Translations Ignore


Code Block
languagebash
su jtel
cd /home/jtel/shared/JTELCarrierPortal/Update
sudo bash ./update_release.sh




...