cli:franke:config_new

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
cli:franke:config_new [2018/03/12 14:30]
f.zoppini [Server]
cli:franke:config_new [2020/03/31 11:38] (current)
a.bergantino [GO LIVE]
Line 16: Line 16:
  
 ===== Server ===== ===== Server =====
-  * /etc/crontab: aggiungere il check del ping dei dispositivi su pclive;+  * /etc/crontab: aggiungere il check del ping dei dispositivi su pclive; \\  <code bash>5 * * * * next curl http://SERVER-IP/isw/webapp/CLI/PRJ/pclive/checkall</code>
   * bin/custom/backup: aggiungere il backup del database;   * bin/custom/backup: aggiungere il backup del database;
  
Line 33: Line 33:
   * insert/edit NON-compliant cause;   * insert/edit NON-compliant cause;
  
 +====== GO LIVE ======
 +  * eseguire query come segue, facendo estrema attenzione alla corretta apposizione del TM e del CODUBI di interesse
 +<code sql>
 +delete from lottim where codice in (select codlot from movimag where codcau = 'PREL' and codubi = 'CODUBI' and tm < TM);
 +delete from movimag where tm < TM and codubi = 'CODUBI';
 +delete from dimension where d1 = 'CODUBI' and tm <= TM;
 +</code>
 +  * attivare il calcolo OEE e impostare i tmbgn alla mezzanotte del giorno di interesse (si può usare il TM del go live) #oeeconfgrid;
 +  * importare le ubicazioni per OEE overview del plant di interesse tramite la seguente (CODUBI_LIST=codubi dei plant divisi da virgola) (es: FFT,FBS)
 +<code bash>
 +curl "http://127.0.0.1/isw/webapp/franke/andon/iaf/tell/centubi/centubi/T(CODUBI_LIST)/NULL/0"
 +</code>
 +  * questa curl invece importa solo le ubicazioni sulla tabella dbubi 
 +<code bash>
 +curl "http://127.0.0.1/isw/webapp/franke/andon/iaf/tell/centubi/localubi/T(CODUBI_LIST)/NULL/0"
 +</code>
 +  * verificare che vengano mostrati i dati della linea specifica;
  • cli/franke/config_new.1520861452.txt.gz
  • Last modified: 2018/03/12 14:30
  • by f.zoppini