Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Content imported from a Scroll Translations translation file.
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:
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




Sv translation
languagede

Status
colourRed
titleThis page is only available in English

Sv translation
languagefr

Charger les données du système

Les commandes suivantes chargent la base de données pour la première fois, et sont exécutées dans le contexte de l'utilisateur jtel :


Translations Ignore


Code Block
languagebash
su jtel cd



Note

Si un système redondant est installé, remplacez alors acd-dbm par acd-dbm1 dans les commandes suivantes.



La base de données est chargée pour la première fois à l'aide des commandes suivantes :
Status
colourRed
titleMot de passe de précaution
Translations Ignore


Code Block
languagebash
titleMise en place initiale de la base de données
cd /home/jtel/shared/JTELCarrierPortal/DB/mySQL/init mysql -h acd-dbm -u root -p<password> -vvv -f -n -q -e"source Init.sql"


Une fois la base de données chargée, les routines sont mises à jour en fonction de la version en cours d'installation.

Ceci est effectué à partir de MAGASIN, en utilisant les commandes suivantes :

Translations Ignore


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