close
Warning:
Failed to sync with repository "ogBrowser-Git": (1366, "Incorrect string value: '\\xF0\\x9F\\x93\\xA6 I...' for column 'message' at row 1"); repository information may be out of date. Look in the Trac log for more information including mitigation strategies.
918-git-images-111dconfigfileconfigure-oglivegit-imageslgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacionwebconsole3
| Line | |
|---|
| 1 | ## Definicion general |
|---|
| 2 | set -a |
|---|
| 3 | OGENGINECONFIGURATE="TRUE" |
|---|
| 4 | OGLOGSESSION="/tmp/session.log" |
|---|
| 5 | OGLOGCOMMAND="/tmp/command.log" |
|---|
| 6 | |
|---|
| 7 | ##Configuracion de la PostConfiguracion OS WIndows |
|---|
| 8 | #Hacer chkdisk tras la clonacion |
|---|
| 9 | OGWINCHKDISK=TRUE |
|---|
| 10 | |
|---|
| 11 | #Configuracion de interface restauracion |
|---|
| 12 | #Que hacer cuando la cache no tenga espacio libre. [ NONE | FORMAT ] ] |
|---|
| 13 | ACTIONCACHEFULL=NONE |
|---|
| 14 | #Que protocolo de restauracion usar en el caso de que no exista cache o no exista espacio sufiente. [NONE | UNICAST | MULTICAST].NONE retorna error |
|---|
| 15 | RESTOREPROTOCOLNOTCACHE=UNICAST |
|---|
| 16 | |
|---|
| 17 | #script Creacion imagen |
|---|
| 18 | IMGPROG="partclone" |
|---|
| 19 | IMGCOMP="lzop" |
|---|
| 20 | IMGEXT="img" |
|---|
| 21 | IMGREDUCE="TRUE" |
|---|
| 22 | |
|---|
| 23 | #Configuracion del asistente de Clonacion remota usando master |
|---|
| 24 | #Al enviar particion reducir el sistema de archivos previamente. |
|---|
| 25 | OGWINREDUCE=TRUE |
|---|
| 26 | |
|---|
| 27 | # MULTICAST: timeout si la transferencia no comienza o se interrumpe. |
|---|
| 28 | MCASTWAIT=30 |
|---|
| 29 | |
|---|
| 30 | # Imagenes sincronizadas |
|---|
| 31 | # Factor para calcular el time-out al crear la imagen. 100000k -> 4s |
|---|
| 32 | CREATESPEED=100000*4 |
|---|
| 33 | # Factor de compresion para las imagenes (windos en ext4). |
|---|
| 34 | FACTORSYNC=120 |
|---|
| 35 | # Realizar copia de seguridad antes de crear la imagen. |
|---|
| 36 | BACKUP=false |
|---|
| 37 | # Sistema de archivo de la imagenes sincronizadas. EXT4 o BTRFS |
|---|
| 38 | IMGFS=EXT4 |
|---|
| 39 | |
|---|
| 40 | # Tiempo de sleep antes de realizar el reboot |
|---|
| 41 | OGSLEEP="20" |
|---|
| 42 | |
|---|
| 43 | # Indica si se instala automáticamente el cliente OpenGnSys en el despliegue de un SO (por defecto, no instalar). |
|---|
| 44 | INSTALLOSCLIENT=FALSE |
|---|
| 45 | |
|---|
| 46 | # Funciones que no deben mostrar salida de avisos si son llamadas por otras funciones. |
|---|
| 47 | NODEBUGFUNCTIONS="ogCreateImageSyntax ogGetHivePath ogGetOsType ogRestoreImageSyntax ogUnmountAll ogUnmountCache" |
|---|
| 48 | |
|---|
| 49 | # Velocidad de comunicación por defecto (muestra aviso en Browser si no se cumple): |
|---|
| 50 | # "", no usar esta característica. |
|---|
| 51 | # "100Mb/s", Fast Ethernet. |
|---|
| 52 | # "1000Mb/s", Gigabit Ethernet. |
|---|
| 53 | DEFAULTSPEED="" |
|---|
| 54 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.