Script started on Fri 27 Mar 2020 12:12:18 PM IST
]0;root@dnsv2server: /var/www/parablu_installables/scripts/parablu_deployment/2.5.3_SCRIPTS/koti/Installableroot@dnsv2server:/var/www/parablu_installables/scripts/parablu_deployment/2.5.3_SCRIPTS/koti/Installable# cd scripts/
]0;root@dnsv2server: /var/www/parablu_installables/scripts/parablu_deployment/2.5.3_SCRIPTS/koti/Installable/scriptsroot@dnsv2server:/var/www/parablu_installables/scripts/parablu_deployment/2.5.3_SCRIPTS/koti/Installable/scripts# ls
[0m[01;32mactivemq_service.sh[0m         [01;32mdeb_install_ub18.sh[0m                  [01;32mjob_enable.sh[0m             [01;32mofflineinstall.sh[0m           [01;32mservice-parablu.sh[0m
[01;34mAGENT_UPGRADE[0m               [01;32mdownloadinstall.sh[0m                   [01;32mletsencrypt_install.sh[0m    [01;32mparacloud_service.sh[0m        [01;34msummary[0m
[01;32mapache_service.sh[0m           [01;32menable_ntp.sh[0m                        [01;32mliteversion.sh[0m            [01;32mpg_check.sh[0m                 [01;32mtomcat_service.sh[0m
[01;32mbackblaze_agentupdate.sh[0m    [01;31mEncryptAndDecypt.jar[0m                 [01;34mlogos[0m                     [01;32mphp_service.sh[0m              [01;32mubuntu_service.sh[0m
[01;34mBACKBLAZE_AUTOMATION[0m        [01;32mexec_summary.js[0m                      [01;34mlogrotate[0m                 [01;32mportal_service.sh[0m           [01;32mupgradeinstall.sh[0m
[01;32mbackblaze_scriptutil.sh[0m     [01;32mexec_summary.sh[0m                      [01;32mmemcached_service.sh[0m      [01;32mpre_requisite.sh[0m            [01;34mutilities[0m
[01;32mbackblaze_serverupgrade.sh[0m  [01;31mexecutivesummary-0.0.1-SNAPSHOT.jar[0m  [01;32mmodsecurity.sh[0m            [01;32mprimary_mongo_service.sh[0m    [01;32mvapt_install.sh[0m
[01;32mblukrypt_service.sh[0m         [01;34mhealth_check[0m                         [01;32mmongo_full_backup.sh[0m      [01;34mPULL_LOGS[0m                   [01;32mwipro_blukrypt_release.sh[0m
[01;31mCheckBackupSize.jar[0m         [01;32minstall.sh[0m                           [01;32mmongo_restore.sh[0m          [01;32mreports.sh[0m                  [01;32mwipro_paracloud_release.sh[0m
[01;32mchunk_delete.sh[0m             [01;32mjob_disable.js[0m                       [01;32mmongo_service.sh[0m          [01;32mrestart_service_cron.sh[0m     [01;32mwipro_pg_replace.sh[0m
[01;32mcommon_service.sh[0m           [01;32mjob_disable.sh[0m                       [01;32mnew_executive_summary.sh[0m  [01;32mruninstall.sh[0m
[01;32mcouch_service.sh[0m            [01;32mjob_enable.js[0m                        [01;32mnew_vapt.sh[0m               [01;32msecondary_mongo_service.sh[0m
]0;root@dnsv2server: /var/www/parablu_installables/scripts/parablu_deployment/2.5.3_SCRIPTS/koti/Installable/scriptsroot@dnsv2server:/var/www/parablu_installables/scripts/parablu_deployment/2.5.3_SCRIPTS/koti/Installable/scripts# vi deb_install_ub18.sh 
[?1049h[?1h=[2;1H▽[6n[1;1H  [1;1H[1;44r[?12;25h[?12l[?25h[27m[m[H[2J[?25l[44;1H"deb_install_ub18.sh" 103L, 1882C[>c[1;1H[34m#!/bin/bash[m
[33mcd[m ../../
[36mbed[m=[35m`[m[33mless[m[35m parablu_installer.sh | [m[33mgrep[m[35m [m[33m"[m[31minstallation_key[m[33m"[m[35m`[m
[36mservertype[m=[35m`([m[33mecho[m[31m [m[35m$bed[m| [33mgrep[m [33m"[m[31minstallation_key[m[33m"[m | [33msed[m [33m'[m[31ms/^.*server_type/server_type/[m[33m'[m|  [33msed[m [33m'[m[31ms/:.*//[m[33m'[m | [33msed[m [33m'[m[31ms/^[^=]*=//[m[33m'[m|[33msed[m [33m'[m[31ms/^[^"]*"//[m[33m'[m |[33msed[m [33m'[m[31m2d[m[33m'[m[35m)`[m
[33mecho[m[31m [m[35m$servertype[m

[33mcd[m -

[34m# SINGLE SERVER[m
[33mif [m[35m[[[m [33m"[m[35m$servertype[m[33m"[m [33m==[m [31m"0"[m [35m]][m; [33mthen

cd[m ../installables/
unzip [35m-oqq[m all_deb_single.zip
dpkg [33m-R[m [35m--install[m deb
[33mecho[m[31m [m[33m'[m[31mY[m[33m'[m| apt-get [33m-f[m install
[33msleep[m 2s
dpkg [33m-R[m [35m--install[m deb
[33mecho[m[31m [m[33m'[m[31mY[m[33m'[m[31m [m| apt [35m--fix-broken[m install
[33mecho[m[31m [m[33m'[m[31mY[m[33m'[m[31m [m| apt-get upgrade


[33mfi[m

[34m# PARACLOUD SERVER[m
[33mif [m[35m[[[m [33m"[m[35m$servertype[m[33m"[m [33m==[m [31m"1"[m [35m]][m; [33mthen[m


[34m#cd ../installables/[m
[33mcd[m ../installables/
unzip [35m-oqq[m all_deb_paracloud.zip
dpkg [33m-R[m [35m--install[m deb
[33mecho[m[31m [m[33m'[m[31mY[m[33m'[m| apt-get [33m-f[m install
[33msleep[m 2s
dpkg [33m-R[m [35m--install[m deb
[33mecho[m[31m [m[33m'[m[31mY[m[33m'[m[31m [m| apt [35m--fix-broken[m install
[33mecho[m[31m [m[33m'[m[31mY[m[33m'[m[31m [m| apt-get upgrade


[33mfi[m

[34m#BLUKRYPT SERVER[m
[33mif [m[35m[[[m [33m"[m[35m$servertype[m[33m"[m [33m==[m [31m"2"[m [35m]][m; [33mthen[m[44;151H1,1[11CTop[1;1H[?12l[?25h[?25l[44;151H2[2;1H[?12l[?25h[?25l[44;151H3[3;1H[?12l[?25h[?25l[44;151H4[4;1H[?12l[?25h[?25l[44;151H5[5;1H[?12l[?25h[?25l[44;151H6,0-1[6;1H[?12l[?25h[?25l[44;151H7,1  [7;1H[?12l[?25h[?25l[44;151H8,0-1[8;1H[?12l[?25h[?25l[44;151H9,1  [9;1H[?12l[?25h[?25l[44;151H10,1[10;1H[?12l[?25h[?25l[44;152H1,0-1[11;1H[?12l[?25h[?25l[44;152H2,1  [12;1H[?12l[?25h[?25l[44;152H3[13;1H[?12l[?25h[?25l[44;152H4[14;1H[?12l[?25h[?25l[44;152H5[15;1H[?12l[?25h[?25l[44;152H6[16;1H[?12l[?25h[?25l[44;152H7[17;1H[?12l[?25h[?25l[44;152H8[18;1H[?12l[?25h[?25l[44;152H9[19;1H[?12l[?25h[?25l[44;151H20,0-1[20;1H[?12l[?25h[?25l[44;152H1[21;1H[?12l[?25h[?25l[44;152H2,1  [22;1H[?12l[?25h[?25l[44;152H3,0-1[23;1H[?12l[?25h[?25l[44;152H4,1  [24;1H[?12l[?25h[?25l[44;152H5[25;1H[?12l[?25h[?25l[44;152H6,0-1[26;1H[?12l[?25h[?25l[44;152H7[27;1H[?12l[?25h[?25l[44;152H8,1  [28;1H[?12l[?25h[?25l[44;152H9[29;1H[?12l[?25h[?25l[44;151H30[30;1H[?12l[?25h[?25l[44;152H1[31;1H[?12l[?25h[?25l[44;152H2[32;1H[?12l[?25h[?25l[44;152H3[33;1H[?12l[?25h[?25l[44;152H4[34;1H[?12l[?25h[?25l[44;152H5[35;1H[?12l[?25h[?25l[44;152H6[36;1H[?12l[?25h[?25l[44;152H7,0-1[37;1H[?12l[?25h[?25l[44;152H8[38;1H[?12l[?25h[?25l[44;152H9,1  [39;1H[?12l[?25h[?25l[44;151H40,0-1[40;1H[?12l[?25h[?25l[44;152H1,1  [41;1H[?12l[?25h[?25l[44;152H2[42;1H[?12l[?25h[?25l[44;152H3,0-1[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1H[34m#cd ../installables/[m[44;1H[K[44;151H44,1[11C1%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1H[34m#cd ../installables/[m[44;151H[K[44;151H45,1[11C3%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1H[33mcd[m ../installables/[44;151H[K[44;151H46,1[11C5%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1Hunzip [35m-oqq[m all_deb_blukrypt.zip[44;151H[K[44;151H47,1[11C6%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1H[33msleep[m 3s[44;151H[K[44;151H48,1[11C8%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1Hdpkg [33m-R[m [35m--install[m deb[44;151H[K[44;151H49,1[10C10%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1H[33mecho[m[31m [m[33m'[m[31mY[m[33m'[m| apt-get [33m-f[m install[44;151H[K[44;151H50,1[10C11%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1H[33msleep[m 2s[44;151H[K[44;151H51,1[10C13%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1Hdpkg [33m-R[m [35m--install[m deb[44;151H[K[44;151H52,1[10C15%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1H[33mecho[m[31m [m[33m'[m[31mY[m[33m'[m[31m [m| apt [35m--fix-broken[m install[44;151H[K[44;151H53,1[10C16%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1H[33mecho[m[31m [m[33m'[m[31mY[m[33m'[m[31m [m| apt-get upgrade[44;151H[K[44;151H54,1[10C18%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H55,0-1[8C20%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H56,0-1[8C21%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H57,0-1[8C23%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1H[33mfi[m[44;151H[K[44;151H58,1[10C25%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H59,0-1[8C26%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H60,0-1[8C28%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1H[34m#MONGO SERVER[m[44;151H[K[44;151H61,1[10C30%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1H[33mif [m[35m[[[m [33m"[m[35m$servertype[m[33m"[m [33m==[m [31m"3"[m [35m]][m; [33mthen[m[44;151H[K[44;151H62,1[10C31%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H63,0-1[8C33%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1H[33mcd[m ../installables/[44;151H[K[44;151H64,1[10C35%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1Hunzip [35m-oqq[m all_deb_mongo.zip[44;151H[K[44;151H65,1[10C36%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1Hdpkg [33m-R[m [35m--install[m deb[44;151H[K[44;151H66,1[10C38%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1H[33mecho[m[31m [m[33m'[m[31mY[m[33m'[m| apt-get [33m-f[m install[44;151H[K[44;151H67,1[10C40%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1H[33msleep[m 2s[44;151H[K[44;151H68,1[10C41%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1Hdpkg [33m-R[m [35m--install[m deb[44;151H[K[44;151H69,1[10C43%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1H[33mecho[m[31m [m[33m'[m[31mY[m[33m'[m[31m [m| apt [35m--fix-broken[m install[44;151H[K[44;151H70,1[10C45%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1H[33mecho[m[31m [m[33m'[m[31mY[m[33m'[m[31m [m| apt-get upgrade[44;151H[K[44;151H71,1[10C46%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H72,0-1[8C48%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H73,0-1[8C50%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1H[33mfi[m[44;151H[K[44;151H74,1[10C51%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H75,0-1[8C53%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1H[34m# PARACLOUD/BLUKRYPT SERVER[m[44;151H[K[44;151H76,1[10C55%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1H[33mif [m[35m[[[m [33m"[m[35m$servertype[m[33m"[m [33m==[m [31m"1 2"[m [35m]][m; [33mthen[m[44;151H[K[44;151H77,1[10C56%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H78,0-1[8C58%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1H[33mcd[m ../installables/[44;151H[K[44;151H79,1[10C60%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1Hunzip [35m-oqq[m all_deb_pcbk.zip[44;151H[K[44;151H80,1[10C61%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1Hdpkg [33m-R[m [35m--install[m deb[44;151H[K[44;151H81,1[10C63%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1H[33mecho[m[31m [m[33m'[m[31mY[m[33m'[m| apt-get [33m-f[m install[44;151H[K[44;151H82,1[10C65%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1H[33msleep[m 2s[44;151H[K[44;151H83,1[10C66%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1Hdpkg [33m-R[m [35m--install[m deb[44;151H[K[44;151H84,1[10C68%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1H[33mecho[m[31m [m[33m'[m[31mY[m[33m'[m[31m [m| apt [35m--fix-broken[m install[44;151H[K[44;151H85,1[10C70%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1H[33mecho[m[31m [m[33m'[m[31mY[m[33m'[m[31m [m| apt-get upgrade[44;151H[K[44;151H86,1[10C71%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H87,0-1[8C73%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H88,0-1[8C75%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1H[33mfi[m[44;151H[K[44;151H89,1[10C76%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H90,0-1[8C78%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1H[34m# MONGO/PARACLOUD SERVER[m[44;151H[K[44;151H91,1[10C80%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1H[33mif [m[35m[[[m [33m"[m[35m$servertype[m[33m"[m [33m==[m [31m"3 1"[m [35m]][m; [33mthen[m[44;151H[K[44;151H92,1[10C81%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H93,0-1[8C83%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1H[33mcd[m ../installables/[44;151H[K[44;151H94,1[10C85%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1Hunzip [35m-oqq[m all_deb_single.zip[44;151H[K[44;151H95,1[10C86%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1Hdpkg [33m-R[m [35m--install[m deb[44;151H[K[44;151H96,1[10C88%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1H[33mecho[m[31m [m[33m'[m[31mY[m[33m'[m| apt-get [33m-f[m install[44;151H[K[44;151H97,1[10C90%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1H[33msleep[m 2s[44;151H[K[44;151H98,1[10C91%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1Hdpkg [33m-R[m [35m--install[m deb[44;151H[K[44;151H99,1[10C93%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1H[33mecho[m[31m [m[33m'[m[31mY[m[33m'[m[31m [m| apt [35m--fix-broken[m install[44;151H[K[44;151H100,1[9C95%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1H[33mecho[m[31m [m[33m'[m[31mY[m[33m'[m[31m [m| apt-get upgrade[44;151H[K[44;151H101,1[9C96%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H102,0-1[7C98%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1H[33mfi[m[44;151H[K[44;151H103,1[9CBot[43;1H[?12l[?25h[?25l[44;153H2,0-1[42;1H[?12l[?25h[?25l[44;153H1,1  [41;1H[?12l[?25h[?25l[44;151H[K[44;1H:[?12l[?25hq[?25l[?12l[?25h![?25l[?12l[?25h
[?25l[44;1H[K[44;1H[?1l>[?12l[?25h[?1049l]0;root@dnsv2server: /var/www/parablu_installables/scripts/parablu_deployment/2.5.3_SCRIPTS/koti/Installable/scriptsroot@dnsv2server:/var/www/parablu_installables/scripts/parablu_deployment/2.5.3_SCRIPTS/koti/Installable/scripts# cd ..[K[K[K
]0;root@dnsv2server: ~root@dnsv2server:~# histocd /var/www/parablu_installables/scripts/parablu_deployment/
histocd: command not found
]0;root@dnsv2server: ~root@dnsv2server:~# histocd /var/www/parablu_installables/scripts/parablu_deployment/[1P[1P[1P[1P[1P
]0;root@dnsv2server: /var/www/parablu_installables/scripts/parablu_deploymentroot@dnsv2server:/var/www/parablu_installables/scripts/parablu_deployment# ls
[0m[01;32m2.3.4_release.sh[0m              [01;34m2.5.3_SCRIPTS[0m     [01;32mchange_log4jindexval.sh[0m              [01;32mjob_disable.sh[0m        [34;42mMSJOBSCRIPT[0m              [01;34mtest[0m
[01;32m2.3.5_postrelease_utility.sh[0m  [34;42magentUpgrade[0m      [01;32mcreate_parablu_installer.sh[0m          [01;32mjob_enable.sh[0m         [01;32mold_install_update.zip[0m   [01;32mtest_cert_file.sh[0m
[01;32m2.3.7_utility.sh[0m              [01;34mBACKBLAZE[0m         [01;32mcreate_parablu_installer.sh_old[0m      [01;32mlog4j_update.sh[0m       [01;32mparablu_installer.sh[0m     [01;34mUbuntu_iso[0m
[01;34m2.4.1.1_ubuntu18[0m              [01;34mbackup_aug022018[0m  [01;32mcron_change_util.sh[0m                  [34;42mmongobackupjar[0m        [01;32mpatch_upgrade.sh[0m         [34;42mwipro[0m
[01;34m2.4.1_SCRIPTS[0m                 [01;34mbackup_jun042018[0m  [01;34mdebian18[0m                             [01;32mmongo_full_backup.sh[0m  [01;32mpg_check.sh[0m              [01;32mwipwatch.zip[0m
[01;34m2.4_SCRIPTS[0m                   [01;34mbackup_oct2018[0m    [01;32mdownload_BBL.sh[0m                      [01;32mmongoquery.zip[0m        [01;34mpolicy_update2.4[0m
[34;42m2.4_ubuntu18[0m                  [34;42mbblaze[0m            [01;32mexecutivesummary-0.0.1-SNAPSHOT.jar[0m  [01;32mmongo_restore.sh[0m      [01;32mPT_SCRIPT.zip[0m
[01;34m2.5.1_SCRIPTS[0m                 [01;32mbkl_upload.sh[0m     [01;32minstall_update.zip[0m                   [34;42mmongo_upgrade[0m         [01;32mrestart_service_cron.sh[0m
[01;34m2.5.2_SCRIPTS[0m                 [01;32mcert_file.sh[0m      [01;32minstall.zip[0m                          [01;32mmovingproperties.zip[0m  [01;32mservice-parablu.sh[0m
]0;root@dnsv2server: /var/www/parablu_installables/scripts/parablu_deploymentroot@dnsv2server:/var/www/parablu_installables/scripts/parablu_deployment# vi create_parablu_installer.sh
[?1049h[?1h=[2;1H▽[6n[1;1H  [1;1H[1;44r[?12;25h[?12l[?25h[27m[m[H[2J[?25l[44;1H"create_parablu_installer.sh" 446L, 13870C[>c[1;1H[34m#!/bin/bash
# 
# DEVELOPED BY: Parablu Systems 
# DEVELOPER: VAIBHAV K[m

function choose_installer [35m()
{[m[9;9Htput [33mclear[m[10;9Htput cup [31m7[m [31m15[m[11;9H[33mecho[m[31m [m[33m"[m[31mINSTALLER VERSION:[m[33m"[m[13;9Htput cup [31m10[m [31m20[m[14;9H[33mecho[m[31m [m[33m"[m[31m1.  2.3 Installer[m[33m"[m[15;9Htput cup [31m11[m [31m20[m[16;9H[33mecho[m[31m [m[33m"[m[31m2.  2.4 Installer[m[33m"[m[17;9Htput cup [31m12[m [31m20[m[18;9H[33mecho[m[31m [m[33m"[m[31m3.  2.4.1 Installer [ Testing Mode ][m[33m"[m[19;9Htput cup [31m13[m [31m20[m[20;9H[33mecho[m[31m [m[33m"[m[31m4.  2.5.1.0 Installer[ Ubuntu 18 ][m[33m"[m[21;9Htput cup [31m14[m [31m20[m[22;9H[33mecho[m[31m [m[33m"[m[31m5.  2.5.2.0 Installer[ ubuntu 18 ][m[33m"[m[23;9Htput cup [31m15[m [31m20[m[24;9H[33mecho[m[31m [m[33m"[m[31m6.  2.5.3.0 Installer[ UBUNTU 18 ------ TESTING MODE ][m[33m"[m[25;9Htput cup [31m16[m [31m20[m[26;9H[33mecho[m[31m [m[33m"[m[31mEnter your choice number:[m[33m"[m[27;9Htput cup [31m16[m [31m50[m[28;9H[33mread[m installer_version[30;9H[33mif [[m [35m$installer_version[m [33m==[m [31m1[m [33m][m; [33mthen[m[31;17Hwget [35m--user=[m[33m"[m[31mrsuresh[m[33m"[m [35m--password=[m[33m"[m[31msuresh[m[33m"[m [33m-N[m https://dns.parablu.com/parablu_installables/scripts/parablu_deployment/parablu_installer.sh [31m2[m[33m>[m /dev/null[32;9H[33melif[m [33m[[m [35m$installer_version[m [33m==[m [31m2[m [33m][m; [33mthen[m[33;17Hwget [35m--user=[m[33m"[m[31mrsuresh[m[33m"[m [35m--password=[m[33m"[m[31msuresh[m[33m"[m [33m-N[m https://dns.parablu.com/parablu_installables/scripts/parablu_deployment/2.4_SCRIPTS/parablu_installer.sh [31m2[m[33m>>[m[34;1H /dev/null[35;9H[33melif[m [33m[[m [35m$installer_version[m [33m==[m [31m3[m [33m][m; [33mthen[m[36;17Hwget [35m--user=[m[33m"[m[31mrsuresh[m[33m"[m [35m--password=[m[33m"[m[31msuresh[m[33m"[m [33m-N[m https://dns.parablu.com/parablu_installables/scripts/parablu_deployment/2.4.1_SCRIPTS/parablu_installer.sh  [37;1H[31m2[m[33m>[m /dev/null[38;9H[33melif[m [33m[[m [35m$installer_version[m [33m==[m [31m5[m [33m][m; [33mthen[m[39;17Hwget [35m--user=[m[33m"[m[31mrsuresh[m[33m"[m [35m--password=[m[33m"[m[31msuresh[m[33m"[m [33m-N[m https://dns.parablu.com/parablu_installables/scripts/parablu_deployment/2.5.2_SCRIPTS/parablu_installer.sh  [40;1H[31m2[m[33m>[m /dev/null[41;9H[33melif[m [33m[[m [35m$installer_version[m [33m==[m [31m4[m [33m][m; [33mthen[m[42;17Hwget [35m--user=[m[33m"[m[31mrsuresh[m[33m"[m [35m--password=[m[33m"[m[31msuresh[m[33m"[m [33m-N[m https://dns.parablu.com/parablu_installables/scripts/parablu_deployment/2.5.1_SCRIPTS/parablu_installer.sh  [43;1H[31m2[m[33m>[m /dev/null[44;151H1,1[11CTop[1;1H[?12l[?25h[?25l[44;151H2[2;1H[?12l[?25h[?25l[44;151H3[3;1H[?12l[?25h[?25l[44;151H4[4;1H[?12l[?25h[?25l[44;151H5,0-1[5;1H[?12l[?25h[?25l[44;151H6,1  [6;1H[?12l[?25h[?25l[44;151H7[7;1H[?12l[?25h[?25l[44;151H8,0-1[8;1H[?12l[?25h[?25l[44;151H9,1  [9;1H[?12l[?25h[?25l[44;151H10,1[10;1H[?12l[?25h[?25l[44;152H1[11;1H[?12l[?25h[?25l[44;152H2,0-1[12;1H[?12l[?25h[?25l[44;152H3,1  [13;1H[?12l[?25h[?25l[44;152H4[14;1H[?12l[?25h[?25l[44;152H5[15;1H[?12l[?25h[?25l[44;152H6[16;1H[?12l[?25h[?25l[44;152H7,1-8[17;8H[?12l[?25h[?25l[44;152H8,1  [18;1H[?12l[?25h[?25l[44;152H9,1-8[19;8H[?12l[?25h[?25l[44;151H20,1  [20;1H[?12l[?25h[?25l[44;152H1,1-8[21;8H[?12l[?25h[?25l[44;152H2,1  [22;1H[?12l[?25h[?25l[44;152H3[23;1H[?12l[?25h[?25l[44;152H4,1-8[24;8H[?12l[?25h[?25l[44;152H5,1  [25;1H[?12l[?25h[?25l[44;152H6[26;1H[?12l[?25h[?25l[44;152H7[27;1H[?12l[?25h[?25l[44;152H8[28;1H[?12l[?25h[?25l[44;152H9,0-1[29;1H[?12l[?25h[?25l[44;151H30,1  [30;1H[?12l[?25h[?25l[44;152H1[31;1H[?12l[?25h[?25l[44;152H2[32;1H[?12l[?25h[?25l[44;152H3[33;1H[?12l[?25h[?25l[44;152H4,1-8[35;8H[?12l[?25h[?25l[44;152H5,1  [36;1H[?12l[?25h[?25l[44;152H6,1-8[38;8H[?12l[?25h[?25l[44;152H7,1  [39;1H[?12l[?25h[?25l[44;152H8,1-8[41;8H[?12l[?25h[?25l[44;152H9,1  [42;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33melif[m [33m[[m [35m$installer_version[m [33m==[m [31m6[m [33m][m; [33mthen[m[44;1H[K[44;151H40,1-8[9C0%[43;8H[?12l[?25h[?25l[1;43r[1;1H[2M[1;44r[42;17Hwget [35m--user=[m[33m"[m[31mrsuresh[m[33m"[m [35m--password=[m[33m"[m[31msuresh[m[33m"[m [33m-N[m https://dns.parablu.com/parablu_installables/scripts/parablu_deployment/2.5.3_SCRIPTS/parablu_installer.sh  [43;1H[31m2[m[33m>[m /dev/null[44;151H[K[44;151H41,1[11C0%[42;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33melse[m[44;151H[K[44;151H42,1[11C0%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17H[33mecho[m[31m [m[33m"[m[31minvalid input[m[33m"[m[44;151H[K[44;151H43,1[11C1%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17H[33mexit[m[44;151H[K[44;151H44,1-8[9C1%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mfi[m[44;151H[K[44;151H45,1[11C1%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H46,0-1[9C1%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H47,0-1[9C2%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1H[35m}[m[44;151H[K[44;151H48,1[11C2%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H49,0-1[9C2%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H50,0-1[9C2%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1Hfunction choose_server_type [35m()[m[44;151H[K[44;151H51,1[11C3%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1H[35m{[m[44;151H[K[44;151H52,1[11C3%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H53,1-8[9C3%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Hchoose_installer[44;151H[K[44;151H54,1-8[9C3%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput [33mclear[m[44;151H[K[44;151H55,1-8[9C4%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput cup [31m7[m [31m15[m[44;151H[K[44;151H56,1-8[9C4%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mecho[m[31m [m[33m"[m[31mSELECT INSTALLATION TYPE:[m[33m"[m[44;151H[K[44;151H57,1-8[9C4%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H58,1-8[9C4%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput cup [31m10[m [31m20[m[44;151H[K[44;151H59,1-8[9C5%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mecho[m[31m [m[33m"[m[31m1. SINGLE SERVER[m[33m"[m[44;151H[K[44;151H60,1-8[9C5%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput cup [31m11[m [31m20[m[44;151H[K[44;151H61,1-8[9C5%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mecho[m[31m [m[33m"[m[31m2. MULTI SERVER[m[33m"[m[31m  [m[44;151H[K[44;151H62,1-8[9C5%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput cup [31m13[m [31m20[m[44;151H[K[44;151H63,1-8[9C6%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mecho[m[31m [m[33m"[m[31mEnter your choice number:[m[33m"[m[44;151H[K[44;151H64,1[11C6%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput cup [31m13[m [31m50[m[44;151H[K[44;151H65,1-8[9C6%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mread[m servertype[44;151H[K[44;151H66,1-8[9C6%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H67,0-1[9C7%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mif [[m [35m$servertype[m [33m==[m [31m1[m [33m][m; [33mthen[m[44;151H[K[44;151H68,1-8[9C7%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17H[33mecho[m[31m [m[33m"[m[31msingle Seerver Installation[m[33m"[m[44;151H[K[44;151H69,1-8[9C7%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17Hsingle_server_key[44;151H[K[44;151H70,1-8[9C7%[43;8H[?12l[?25h[?25l[1;43r[1;1H[2M[1;44r[42;9H[33melif[m [33m[[m [35m$servertype[m [33m==[m [31m2[m [33m][m; [33mthen[43;17Hecho[m[31m [m[33m"[m[31mMulti Server Installation[m[33m"[m[44;151H[K[44;151H71,1-8[9C8%[42;8H[?12l[?25h[?25l[44;152H2[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17Hmulti_server_key[44;151H[K[44;151H73,1-8[9C8%[43;8H[?12l[?25h[?25l[1;43r[1;1H[2M[1;44r[42;9H[33melse[43;17Hecho[m[31m [m[33m"[m[31minvalid input[m[33m"[m[44;151H[K[44;151H74,1-8[9C8%[42;8H[?12l[?25h[?25l[44;152H5[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17H[33mexit[m[44;151H[K[44;151H76,1-8[9C8%[43;8H[?12l[?25h[?25l[1;43r[1;1H[2M[1;44r[42;9H[33mfi[m[44;151H[K[44;151H77,1-8[9C9%[42;8H[?12l[?25h[?25l[44;152H8[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H79,0-1[9C9%[43;1H[?12l[?25h[?25l[1;43r[1;1H[2M[1;44r[14;1H[35m[46m{[42;1H}[m[44;151H[K[44;151H80,1[11C9%[42;1H[?12l[?25h[?25l[14;1H[35m{[42;1H}[m[44;152H1,0-1[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1Hfunction single_server_key [35m()[m[44;151H[K[44;151H82,1[11C9%[43;1H[?12l[?25h[?25l[1;43r[1;1H[2M[1;44r[43;1H[35m{[m[44;151H[K[44;151H83,0-1[8C10%[42;1H[?12l[?25h[?25l[44;152H4,1  [43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H85,0-1[8C10%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[36mserver_type[m=[31m0[m[44;151H[K[44;151H86,1-8[8C10%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[34m## Product Type[m[44;151H[K[44;151H87,1-8[8C10%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput [33mclear[m[44;151H[K[44;151H88,1-8[8C11%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput cup [31m8[m [31m20[m[44;151H[K[44;151H89,1[10C11%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mecho[m[31m [m[33m"[m[31mEnter Product Type:[ 1. Blusync/Bludrive  2. Bluvault  3. Both Backup and Sync 4.Only O365Backup] :[m[33m"[m[44;151H[K[44;151H90,1[10C11%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput cup [31m10[m [31m20[m[44;151H[K[44;151H91,1-8[8C11%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mecho[m[31m [m[33m"[m[31mEnter your choice number:[m[33m"[m[44;151H[K[44;151H92,1-8[8C12%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput cup [31m10[m [31m50[m[44;151H[K[44;151H93,1-8[8C12%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mread[m product_type[44;151H[K[44;151H94,1-8[8C12%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mif [m[35m[[[m [35m$product_type[m [33m!=[m [31m1[m [35m]][m && [35m[[[m [35m$product_type[m [33m!=[m [31m2[m [35m]][m && [35m[[[m [35m$product_type[m [33m!=[m [31m3[m [35m]][m && [35m[[[m [35m$product_type[m [33m!=[m [31m4[m [35m]][m; [33mthen[m[44;151H[K[44;151H95,1-8[8C12%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17H[33mecho[m[31m [m[33m"[m[31mIncorrect  Values..[m[33m"[m[44;151H[K[44;151H96,1-8[8C13%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17H[33mexit[m[44;151H[K[44;151H97,1-8[8C13%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mfi[m[44;151H[K[44;151H98,1-8[8C13%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H99,0-1[8C13%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[34m#### Storage Type[m[44;151H[K[44;151H100,1-8[7C14%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput [33mclear[m[44;151H[K[44;151H101,1-8[7C14%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput cup [31m8[m [31m20[m[44;151H[K[44;151H102,1[9C14%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mecho[m[31m [m[33m"[m[31mEnter Storage Type:[ 1. LocalStorage   2. Azure  3. ODB  4. GoogleDrive ]  :[m[33m"[m[44;151H[K[44;151H103,1[9C14%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput cup [31m10[m [31m20[m[44;151H[K[44;151H104,1[9C15%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mecho[m[31m [m[33m"[m[31mEnter your choice number:[m[33m"[m[44;151H[K[44;151H105,1[9C15%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput cup [31m10[m [31m50[m[44;151H[K[44;151H106,1[9C15%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mread[m storage_type[44;151H[K[44;151H107,1[9C15%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mif [m[35m[[[m [35m$storage_type[m [33m!=[m [31m1[m [35m]][m && [35m[[[m [35m$storage_type[m [33m!=[m [31m2[m [35m]][m && [35m[[[m [35m$storage_type[m [33m!=[m [31m3[m [35m]][m && [35m[[[m [35m$storage_type[m [33m!=[m [31m4[m [35m]][m ; [33mthen[m[44;151H[K[44;151H108,1-8[7C16%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17H[33mecho[m[31m [m[33m"[m[31mIncorrect values[m[33m"[m[44;151H[K[44;151H109,1-8[7C16%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17H[33mexit[m[44;151H[K[44;151H110,1-8[7C16%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mfi[m[44;151H[K[44;151H111,1-8[7C16%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H112,0-1[7C17%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput [33mclear[m[44;151H[K[44;151H113,1-8[7C17%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput cup [31m8[m [31m20[m[44;151H[K[44;151H114,1-8[7C17%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mecho[m[31m [m[33m"[m[31mInstallation for POC[ Y/N ]:[m[33m"[m[44;151H[K[44;151H115,1[9C17%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput cup [31m8[m [31m50[m[44;151H[K[44;151H116,1[9C18%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mread[m poc[44;151H[K[44;151H117,1[9C18%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mif [m[35m[[[m [35m$poc[m [33m!=[m Y [35m]][m && [35m[[[m [35m$poc[m [33m!=[m y [35m]][m && [35m[[[m [35m$poc[m [33m!=[m n [35m]][m && [35m[[[m [35m$poc[m [33m!=[m N [35m]][m ; [33mthen[m[44;151H[K[44;151H118,1-8[7C18%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17H[33mecho[m[31m [m[33m"[m[31mIncorrect values[m[33m"[m[44;151H[K[44;151H119,1[9C18%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17H[33mexit[m[44;151H[K[44;151H120,1[9C19%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mfi[m[44;151H[K[44;151H121,1-8[7C19%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H122,0-1[7C19%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput [33mclear[m[44;151H[K[44;151H123,1-8[7C19%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput cup [31m8[m [31m15[m[44;151H[K[44;151H124,1[9C20%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mecho[m[31m [m[33m"[m[31mCUSTOMER NAME: [ Example: POC-Godrej , PROD-Godrej , etc ] [ NOTE: Don't give empty space between 2 words. Ex: POC Godrej ][m[33m"[m[44;151H[K[44;151H125,1[9C20%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H126,0-1[7C20%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput cup [31m10[m [31m15[m[44;151H[K[44;151H127,1[9C20%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mecho[m[31m [m[33m"[m[31mEnter Customer Name:[m[33m"[m[44;151H[K[44;151H128,1[9C21%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput cup [31m10[m [31m40[m[44;151H[K[44;151H129,1[9C21%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mread[m cust_name[44;151H[K[44;151H130,1[9C21%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H131,0-1[7C21%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput [33mclear[m[44;151H[K[44;151H132,1-8[7C22%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput cup [31m8[m [31m20[m[44;151H[K[44;151H133,1-8[7C22%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mecho[m[31m [m[33m"[m[31mEnter Number of Cloud Users:[m[33m"[m[44;151H[K[44;151H134,1[9C22%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput cup [31m8[m [31m50[m[44;151H[K[44;151H135,1[9C22%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mread[m no_of_users[44;151H[K[44;151H136,1[9C23%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H137,1[9C23%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput [33mclear[m[44;151H[K[44;151H138,1-8[7C23%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput cup [31m8[m [31m20[m[44;151H[K[44;151H139,1[9C23%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mecho[m[31m [m[33m"[m[31mEnter Email ID:[m[33m"[m[44;151H[K[44;151H140,1-8[7C24%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput cup [31m8[m [31m40[m[44;151H[K[44;151H141,1[9C24%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mread[m email[44;151H[K[44;151H142,1[9C24%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H143,1[9C24%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput [33mclear[m[44;151H[K[44;151H144,1-8[7C25%[43;8H[?12l[?25h[?25l[44;153H3,1  [42;1H[?12l[?25h[?25l[44;153H2[41;1H[?12l[?25h[?25l[44;153H1[40;1H[?12l[?25h[?25l[44;153H0,1-8[39;8H[?12l[?25h[?25l[44;152H39,1  [38;1H[?12l[?25h[?25l[44;153H8,1-8[37;8H[?12l[?25h[?25l[44;153H7,1  [36;1H[?12l[?25h[?25l[44;153H6[35;1H[?12l[?25h[?25l[44;153H5[34;1H[?12l[?25h[?25l[44;153H4[33;1H[?12l[?25h[?25l[44;153H3,1-8[32;8H[?12l[?25h[?25l[44;153H2[31;8H[?12l[?25h[?25l[44;153H1,0-1[30;1H[?12l[?25h[?25l[44;153H0,1  [29;1H[?12l[?25h[?25l[44;152H29[28;1H[?12l[?25h[?25l[44;153H8[27;1H[?12l[?25h[?25l[44;153H7[26;1H[?12l[?25h[?25l[44;153H6,0-1[25;1H[?12l[?25h[?25l[44;153H5,1  [24;1H[?12l[?25h[?25l[44;153H4[23;1H[?12l[?25h[?25l[44;153H3,1-8[22;8H[?12l[?25h[?25l[44;153H2,0-1[21;1H[?12l[?25h[?25l[44;153H1,1-8[20;8H[?12l[?25h[?25l[44;153H0,1  [19;1H[?12l[?25h[?25l[44;152H19[18;1H[?12l[?25h[?25l[44;153H8,1-8[17;8H[?12l[?25h[?25l[44;153H7,1  [16;1H[?12l[?25h[?25l[44;153H6[15;1H[?12l[?25h[?25l[44;153H5[14;1H[?12l[?25h[?25l[44;153H4,1-8[13;8H[?12l[?25h[?25l[44;153H3[12;8H[?12l[?25h[?25l[44;153H2,0-1[11;1H[?12l[?25h[?25l[44;153H1,1-8[10;8H[?12l[?25h[?25l[44;153H0[9;8H[?12l[?25h[?25l[44;152H09[8;8H[?12l[?25h[?25l[44;153H8[7;8H[?12l[?25h[?25l[44;153H7,1  [6;1H[?12l[?25h[?25l[44;153H6[5;1H[?12l[?25h[?25l[44;153H5[4;1H[?12l[?25h[?25l[44;153H4[3;1H[?12l[?25h[?25l[44;153H3[2;1H[?12l[?25h[?25l[44;153H2[1;1H[?12l[?25h[?25l[1;43r[1;1H[L[1;44r[1;9Htput [33mclear[m[44;151H[K[44;151H101,1-8[7C24%[1;8H[?12l[?25h[?25l[1;43r[1;1H[L[1;44r[1;9H[34m#### Storage Type[m[44;151H[K[44;151H100,1-8[7C24%[1;8H[?12l[?25h[?25l[1;43r[1;1H[L[1;44r[44;151H[K[44;151H99,0-1[8C24%[1;1H[?12l[?25h[?25l[1;43r[1;1H[L[1;44r[1;9H[33mfi[m[44;151H[K[44;151H98,1-8[8C24%[1;8H[?12l[?25h[?25l[1;43r[1;1H[L[1;44r[1;17H[33mexit[m[44;151H[K[44;151H97,1-8[8C23%[1;8H[?12l[?25h[?25l[1;43r[1;1H[L[1;44r[1;17H[33mecho[m[31m [m[33m"[m[31mIncorrect  Values..[m[33m"[m[44;151H[K[44;151H96,1-8[8C23%[1;8H[?12l[?25h[?25l[1;43r[1;1H[L[1;44r[1;9H[33mif [m[35m[[[m [35m$product_type[m [33m!=[m [31m1[m [35m]][m && [35m[[[m [35m$product_type[m [33m!=[m [31m2[m [35m]][m && [35m[[[m [35m$product_type[m [33m!=[m [31m3[m [35m]][m && [35m[[[m [35m$product_type[m [33m!=[m [31m4[m [35m]][m; [33mthen[m[44;151H[K[44;151H95,1-8[8C23%[1;8H[?12l[?25h[?25l[1;43r[1;1H[L[1;44r[1;9H[33mread[m product_type[44;151H[K[44;151H94,1-8[8C23%[1;8H[?12l[?25h[?25l[1;43r[1;1H[L[1;44r[1;9Htput cup [31m10[m [31m50[m[44;151H[K[44;151H93,1-8[8C22%[1;8H[?12l[?25h[?25l[1;43r[1;1H[L[1;44r[1;9H[33mecho[m[31m [m[33m"[m[31mEnter your choice number:[m[33m"[m[44;151H[K[44;151H92,1-8[8C22%[1;8H[?12l[?25h[?25l[1;43r[1;1H[L[1;44r[1;9Htput cup [31m10[m [31m20[m[44;151H[K[44;151H91,1-8[8C22%[1;8H[?12l[?25h[?25l[1;43r[1;1H[L[1;44r[1;9H[33mecho[m[31m [m[33m"[m[31mEnter Product Type:[ 1. Blusync/Bludrive  2. Bluvault  3. Both Backup and Sync 4.Only O365Backup] :[m[33m"[m[44;151H[K[44;151H90,1[10C22%[1;1H[?12l[?25h[?25l[1;43r[1;1H[L[1;44r[1;9Htput cup [31m8[m [31m20[m[44;151H[K[44;151H89,1[10C21%[1;1H[?12l[?25h[?25l[1;43r[1;1H[L[1;44r[1;9Htput [33mclear[m[44;151H[K[44;151H88,1-8[8C21%[1;8H[?12l[?25h[?25l[1;43r[1;1H[L[1;44r[1;9H[34m## Product Type[m[44;151H[K[44;151H87,1-8[8C21%[1;8H[?12l[?25h[?25l[1;43r[1;1H[L[1;44r[1;9H[36mserver_type[m=[31m0[m[44;151H[K[44;151H86,1-8[8C21%[1;8H[?12l[?25h[?25l[1;43r[1;1H[L[1;44r[44;151H[K[44;151H85,0-1[8C20%[1;1H[?12l[?25h[?25l[1;43r[1;1H[L[1;44r[1;1H[35m{[m[44;151H[K[44;151H84,1[10C20%[1;1H[?12l[?25h[?25l[1;43r[1;1H[L[1;44r[44;151H[K[44;151H83,0-1[8C20%[1;1H[?12l[?25h[?25l[1;43r[1;1H[L[1;44r[1;1Hfunction single_server_key [35m()[m[44;151H[K[44;151H82,1[10C20%[1;1H[?12l[?25h[?25l[1;43r[1;1H[L[1;44r[44;151H[K[44;151H81,0-1[8C19%[1;1H[?12l[?25h[?25l[1;43r[1;1H[L[1;44r[1;1H[35m}[m[44;151H[K[44;151H80,1[10C19%[1;1H[?12l[?25h[?25l[1;43r[1;1H[L[1;44r[44;151H[K[44;151H79,0-1[8C19%[1;1H[?12l[?25h[?25l[1;43r[1;1H[L[1;44r[44;151H[K[44;151H78,1-8[8C19%[1;8H[?12l[?25h[?25l[44;152H9,0-1[2;1H[?12l[?25h[?25l[44;151H80,1  [3;1H[?12l[?25h[?25l[44;152H1,0-1[4;1H[?12l[?25h[?25l[44;152H2,1  [5;1H[?12l[?25h[?25l[44;152H3,0-1[6;1H[?12l[?25h[?25l[44;152H4,1  [7;1H[?12l[?25h[?25l[44;152H3,0-1[6;1H[?12l[?25h[?25l[44;152H2,1  [5;1H[?12l[?25h[?25l[44;152H1,0-1[4;1H[?12l[?25h[?25l[44;152H0,1  [3;1H[?12l[?25h[?25l[44;151H79,0-1[2;1H[?12l[?25h[?25l[44;152H8,1-8[1;8H[?12l[?25h[?25l[1;43r[1;1H[L[1;44r[1;9H[33mfi[m[44;151H[K[44;151H77,1-8[8C18%[1;8H[?12l[?25h[?25l[1;43r[1;1H[L[1;44r[1;17H[33mexit[m[44;151H[K[44;151H76,1-8[8C18%[1;8H[?12l[?25h[?25l[1;43r[1;1H[L[1;44r[1;17H[33mecho[m[31m [m[33m"[m[31minvalid input[m[33m"[m[44;151H[K[44;151H75,1-8[8C18%[1;8H[?12l[?25h[?25l[1;43r[1;1H[L[1;44r[1;9H[33melse[m[44;151H[K[44;151H74,1-8[8C18%[1;8H[?12l[?25h[?25l[1;43r[1;1H[L[1;44r[1;17Hmulti_server_key[44;151H[K[44;151H73,1-8[8C17%[1;8H[?12l[?25h[?25l[1;43r[1;1H[L[1;44r[1;17H[33mecho[m[31m [m[33m"[m[31mMulti Server Installation[m[33m"[m[44;151H[K[44;151H72,1-8[8C17%[1;8H[?12l[?25h[?25l[44;152H3[2;8H[?12l[?25h[?25l[44;152H4[3;8H[?12l[?25h[?25l[44;152H5[4;8H[?12l[?25h[?25l[44;152H6[5;8H[?12l[?25h[?25l[44;152H7[6;8H[?12l[?25h[?25l[44;152H8[7;8H[?12l[?25h[?25l[44;152H9,0-1[8;1H[?12l[?25h[?25l[44;151H80,1  [9;1H[?12l[?25h[?25l[44;152H1,0-1[10;1H[?12l[?25h[?25l[44;152H2,1  [11;1H[?12l[?25h[?25l[44;152H3,0-1[12;1H[?12l[?25h[?25l[44;152H4,1  [13;1H[?12l[?25h[?25l[44;152H5,0-1[14;1H[?12l[?25h[?25l[44;152H6,1-8[15;8H[?12l[?25h[?25l[44;152H7[16;8H[?12l[?25h[?25l[44;152H8[17;8H[?12l[?25h[?25l[44;152H9,1  [18;1H[?12l[?25h[?25l[44;151H90[19;1H[?12l[?25h[?25l[44;152H1,1-8[20;8H[?12l[?25h[?25l[44;152H2[21;8H[?12l[?25h[?25l[44;152H3[22;8H[?12l[?25h[?25l[44;152H4[23;8H[?12l[?25h[?25l[44;152H5[24;8H[?12l[?25h[?25l[44;152H6[25;8H[?12l[?25h[?25l[44;152H7[26;8H[?12l[?25h[?25l[44;152H8[27;8H[?12l[?25h[?25l[44;152H9,0-1[28;1H[?12l[?25h[?25l[44;151H100,1-8[29;8H[?12l[?25h[?25l[44;153H1[30;8H[?12l[?25h[?25l[44;153H2,1  [31;1H[?12l[?25h[?25l[44;153H3[32;1H[?12l[?25h[?25l[44;153H4[33;1H[?12l[?25h[?25l[44;153H5[34;1H[?12l[?25h[?25l[44;153H6[35;1H[?12l[?25h[?25l[44;153H7[36;1H[?12l[?25h[?25l[44;153H8,1-8[37;8H[?12l[?25h[?25l[44;153H9[38;8H[?12l[?25h[?25l[44;152H10[39;8H[?12l[?25h[?25l[44;153H1[40;8H[?12l[?25h[?25l[44;153H2,0-1[41;1H[?12l[?25h[?25l[44;153H3,1-8[42;8H[?12l[?25h[?25l[44;153H4[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mecho[m[31m [m[33m"[m[31mInstallation for POC[ Y/N ]:[m[33m"[m[44;151H[K[44;151H115,1[9C17%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput cup [31m8[m [31m50[m[44;151H[K[44;151H116,1[9C18%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mread[m poc[44;151H[K[44;151H117,1[9C18%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mif [m[35m[[[m [35m$poc[m [33m!=[m Y [35m]][m && [35m[[[m [35m$poc[m [33m!=[m y [35m]][m && [35m[[[m [35m$poc[m [33m!=[m n [35m]][m && [35m[[[m [35m$poc[m [33m!=[m N [35m]][m ; [33mthen[m[44;151H[K[44;151H118,1-8[7C18%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17H[33mecho[m[31m [m[33m"[m[31mIncorrect values[m[33m"[m[44;151H[K[44;151H119,1[9C18%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17H[33mexit[m[44;151H[K[44;151H120,1[9C19%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mfi[m[44;151H[K[44;151H121,1-8[7C19%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H122,0-1[7C19%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput [33mclear[m[44;151H[K[44;151H123,1-8[7C19%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput cup [31m8[m [31m15[m[44;151H[K[44;151H124,1[9C20%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mecho[m[31m [m[33m"[m[31mCUSTOMER NAME: [ Example: POC-Godrej , PROD-Godrej , etc ] [ NOTE: Don't give empty space between 2 words. Ex: POC Godrej ][m[33m"[m[44;151H[K[44;151H125,1[9C20%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H126,0-1[7C20%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput cup [31m10[m [31m15[m[44;151H[K[44;151H127,1[9C20%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mecho[m[31m [m[33m"[m[31mEnter Customer Name:[m[33m"[m[44;151H[K[44;151H128,1[9C21%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput cup [31m10[m [31m40[m[44;151H[K[44;151H129,1[9C21%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mread[m cust_name[44;151H[K[44;151H130,1[9C21%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H131,0-1[7C21%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput [33mclear[m[44;151H[K[44;151H132,1-8[7C22%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput cup [31m8[m [31m20[m[44;151H[K[44;151H133,1-8[7C22%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mecho[m[31m [m[33m"[m[31mEnter Number of Cloud Users:[m[33m"[m[44;151H[K[44;151H134,1[9C22%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput cup [31m8[m [31m50[m[44;151H[K[44;151H135,1[9C22%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mread[m no_of_users[44;151H[K[44;151H136,1[9C23%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H137,1[9C23%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput [33mclear[m[44;151H[K[44;151H138,1-8[7C23%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput cup [31m8[m [31m20[m[44;151H[K[44;151H139,1[9C23%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mecho[m[31m [m[33m"[m[31mEnter Email ID:[m[33m"[m[44;151H[K[44;151H140,1-8[7C24%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput cup [31m8[m [31m40[m[44;151H[K[44;151H141,1[9C24%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mread[m email[44;151H[K[44;151H142,1[9C24%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H143,1[9C24%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput [33mclear[m[44;151H[K[44;151H144,1-8[7C25%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput cup [31m8[m [31m20[m[44;151H[K[44;151H145,1[9C25%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mecho[m[31m [m[33m"[m[31mEnter Cloud Name:[m[33m"[m[44;151H[K[44;151H146,1[9C25%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput cup [31m8[m [31m40[m[44;151H[K[44;151H147,1[9C25%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mread[m cloud_name[44;151H[K[44;151H148,1[9C26%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H149,0-1[7C26%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H150,0-1[7C26%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput [33mclear[m[44;151H[K[44;151H151,1[9C26%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput cup [31m8[m [31m20[m[44;151H[K[44;151H152,1[9C27%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mecho[m[31m [m[33m"[m[31mHostname [ Domain Name or IP where you are installing ]:[m[33m"[m[44;151H[K[44;151H153,1[9C27%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput cup [31m8[m [31m80[m[44;151H[K[44;151H154,1[9C27%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mread[m hostname[44;151H[K[44;151H155,1[9C27%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H156,0-1[7C28%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput [33mclear[m[44;151H[K[44;151H157,1-8[7C28%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput cup [31m8[m [31m20[m[44;151H[K[44;151H158,1[9C28%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mecho[m[31m [m[33m"[m[31mParamail IP/Domain Name:[m[33m"[m[44;151H[K[44;151H159,1[9C28%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput cup [31m8[m [31m50[m[44;151H[K[44;151H160,1[9C29%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mread[m paramail_ip[44;151H[K[44;151H161,1[9C29%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H162,0-1[7C29%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mif [m[35m[[[m [35m$product_type[m [33m==[m [31m2[m [35m]][m || [35m[[[m [35m$product_type[m [33m==[m [31m3[m [35m]][m ; [33mthen[m[44;151H[K[44;151H163,1-8[7C29%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17Htput [33mclear[m[44;151H[K[44;151H164,1-8[7C30%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17Htput cup [31m8[m [31m20[m[44;151H[K[44;151H165,1[9C30%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17H[33mecho[m[31m [m[33m"[m[31mNumber of Backup User:[m[33m"[m[44;151H[K[44;151H166,1-8[7C30%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17Htput cup [31m8[m [31m50[m[44;151H[K[44;151H167,1[9C30%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17H[33mread[m bkpuser[44;151H[K[44;151H168,1-8[7C31%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mfi[m[44;151H[K[44;151H169,1-8[7C31%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H170,0-1[7C31%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mif [m[35m[[[m [35m$product_type[m [33m==[m [31m1[m [35m]][m || [35m[[[m [35m$product_type[m [33m==[m [31m3[m [35m]][m ; [33mthen[m[44;151H[K[44;151H171,1-8[7C31%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17Htput [33mclear[m[44;151H[K[44;151H172,1-8[7C32%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17Htput cup [31m8[m [31m20[m[44;151H[K[44;151H173,1[9C32%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17H[33mecho[m[31m [m[33m"[m[31mNumber of Sync User:[m[33m"[m[44;151H[K[44;151H174,1-8[7C32%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17Htput cup [31m8[m [31m50[m[44;151H[K[44;151H175,1-8[7C32%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17H[33mread[m syncuser[44;151H[K[44;151H176,1-8[7C33%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mfi[m[44;151H[K[44;151H177,1-8[7C33%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mif [m[35m[[[m [35m$product_type[m [33m==[m [31m1[m [35m]][m; [33mthen[m[44;151H[K[44;151H178,1-8[7C33%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17H[36mbkpuser[m=[31m0[m[44;151H[K[44;151H179,1-8[7C33%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33melif[m [35m[[[m [35m$product_type[m [33m==[m [31m2[m [35m]][m; [33mthen[m[44;151H[K[44;151H180,1-8[7C33%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17H[36msyncuser[m=[31m0[m[44;151H[K[44;151H181,1-8[7C34%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mfi[m[44;151H[K[44;151H182,1-8[7C34%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H183,0-1[7C34%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mif [m[35m[[[m [35m$product_type[m [33m==[m [31m3[m [35m]][m; [33mthen[m[44;151H[K[44;151H184,1-8[7C34%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17H[36mproduct_type[m=[33m'[m[31m1 2[m[33m'[m[44;151H[K[44;151H185,1-8[7C35%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mfi[m[44;151H[K[44;151H186,1-8[7C35%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H187,1[9C35%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mif [m[35m[[[m [35m$product_type[m [33m==[m [31m4[m [35m]][m; [33mthen[m[44;151H[K[44;151H188,1[9C35%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H189,1[9C36%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17H[36mproduct_type[m=[33m'[m[31m2[m[33m'[m[44;151H[K[44;151H190,1[9C36%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17H[36monlymsjob[m=[33mtrue[m[44;151H[K[44;151H191,1[9C36%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H192,1[9C36%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mfi[m[44;151H[K[44;151H193,1[9C37%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H194,0-1[7C37%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput [33mclear[m[44;151H[K[44;151H195,1[9C37%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput cup [31m8[m [31m20[m[44;151H[K[44;151H196,1[9C37%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mecho[m[31m [m[33m"[m[31mIs LDAP Enabled [ Enter 'true' to enable/ Enter 'false' to disable ]:[m[33m"[m[44;151H[K[44;151H197,1[9C38%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput cup [31m8[m [31m90[m[44;151H[K[44;151H198,1[9C38%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mread[m en_ldap[44;151H[K[44;151H199,1-8[7C38%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mif [m[35m[[[m [35m$en_ldap[m [33m!=[m false [35m]][m && [35m[[[m [35m$en_ldap[m [33m!=[m true [35m]][m ; [33mthen[m[44;151H[K[44;151H200,1-8[7C38%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17H[33mecho[m[31m [m[33m"[m[31mIncorrect values[m[33m"[m[44;151H[K[44;151H201,1[9C39%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17H[33mexit[m[44;151H[K[44;151H202,1[9C39%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mfi[m[44;151H[K[44;151H203,1[9C39%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H204,0-1[7C39%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H205,0-1[7C40%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1H[36mversion[m=[33m"[m[31m2.2.83_0[m[33m"[m[44;151H[K[44;151H206,1[9C40%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H207,0-1[7C40%[43;1H[?12l[?25h[?25l[1;43r[1;1H[2M[1;44r[42;1H[36minstall_key[m=[33m"[m[35m$server_type[m[31m:[m[35m$product_type[m[31m:[m[35m$version[m[31m:[m[35m$poc[m[31m:[m[35m$no_of_users[m[31m:[m[35m$cloud_validity_in_days[m[31m:[m[35m$cloud_name[m[31m:[m[35m$email[m[31m:storagetype=[m[35m$storage_type[m[31m:hostname=[m[35m$hostname[m[31m:numbackupuserr[43;1Hs=[m[35m$bkpuser[m[31m:numsyncusers=[m[35m$syncuser[m[31m:ldapenabled=[m[35m$en_ldap[m[31m:watchdogmail=[m[35m$email[m[31m:customername=[m[35m$cust_name[m[31m:paramailip=[m[35m$paramail_ip[m[31m:onlymsjob=[m[35m$onlymsjob[m[33m"[m[44;151H[K[44;151H208,1[9C41%[42;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H209,0-1[7C41%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1H[33msed[m [35m-i[m [33m"[m[31ms|installation_key=.*|installation_key=[m[35m\"$install_key\"[m[31m |[m[33m"[m parablu_installer.sh[44;151H[K[44;151H210,1[9C41%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1H[33mmkdir[m [35m-p[m [35m$cust_name[m[44;151H[K[44;151H211,1[9C41%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mif [[m [35m$?[m [33m-eq[m [31m0[m [33m][m; [33mthen[m[44;151H[K[44;151H212,1-8[7C42%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mmv[m parablu_installer.sh  [35m$cust_name[m[44;151H[K[44;151H213,1-8[7C42%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mchmod[m [33m-R[m [31m755[m [35m$cust_name[m[44;151H[K[44;151H214,1-8[7C42%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mecho[m[31m [m[33m"[m[31mInstaller is Created and present in [m[35m\"$cust_name\"[m[31m folder.[m[33m"[m[44;151H[K[44;151H215,1-8[7C42%[43;8H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1H[33mfi[m[44;151H[K[44;151H216,1[9C43%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1H[35m}[m[44;151H[K[44;151H217,1[9C43%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H218,0-1[7C43%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1Hfunction multi_server_key [35m()[m[44;151H[K[44;151H219,1[9C43%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1H[35m{[m[44;151H[K[44;151H220,1[9C44%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H221,0-1[7C44%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[34m##Server Type[m[44;151H[K[44;151H222,1-8[7C44%[43;8H[?12l[?25h[?25l[44;153H1,0-1[42;1H[?12l[?25h[?25l[44;153H0,1  [41;1H[?12l[?25h[?25l[44;152H19[40;1H[?12l[?25h[?25l[44;153H8,0-1[39;1H[?12l[?25h[?25l[44;153H7,1  [38;1H[?12l[?25h[?25l[44;153H6[37;1H[?12l[?25h[?25l[44;153H5,1-8[36;8H[?12l[?25h[?25l[44;153H4[35;8H[?12l[?25h[?25l[44;153H3[34;8H[?12l[?25h[?25l[44;153H2[33;8H[?12l[?25h[?25l[44;153H1,1  [32;1H[?12l[?25h[?25l[44;153H0[31;1H[?12l[?25h[?25l[44;152H09,0-1[30;1H[?12l[?25h[?25l[44;153H8,1  [28;1H[?12l[?25h[?25l[44;1H[1m-- INSERT --[m[44;151H[K[44;151H208,1[9C44%[28;1H[?12l[?25h[?25l[44;155H2[28;2H[?12l[?25h[?25l[44;155H3[28;3H[?12l[?25h[?25l[44;155H4[28;4H[?12l[?25h[?25l[44;155H5[28;5H[?12l[?25h[?25l[44;155H6[28;6H[?12l[?25h[?25l[44;155H7[28;7H[?12l[?25h[?25l[44;155H8[28;8H[?12l[?25h[?25l[44;155H9[28;9H[?12l[?25h[?25l[44;155H10[28;10H[?12l[?25h[?25l[44;156H1[28;11H[?12l[?25h[?25l[44;156H2[28;12H[?12l[?25h[?25l[44;156H3[28;13H[?12l[?25h[?25l[44;156H4[28;14H[?12l[?25h[?25l[31ms[m[35m$server_type[m[31m:[m[35m$product_type[m[31m:[m[35m$version[m[31m:[m[35m$poc[m[31m:[m[35m$no_of_users[m[31m:[m[35m$cloud_validity_in_days[m[31m:[m[35m$cloud_name[m[31m:[m[35m$email[m[31m:storagetype=[m[35m$storage_type[m[31m:hostname=[m[35m$hostname[m[31m:numbackupusee[29;1Hrs=[m[35m$bkpuser[m[31m:numsyncusers=[m[35m$syncuser[m[31m:ldapenabled=[m[35m$en_ldap[m[31m:watchdogmail=[m[35m$email[m[31m:customername=[m[35m$cust_name[m[31m:paramailip=[m[35m$paramail_ip[m[31m:onlymsjob=[m[35m$onlymsjob[m[33m"[m[44;156H5[28;15H[?12l[?25h[?25l[31me[m[35m$server_type[m[31m:[m[35m$product_type[m[31m:[m[35m$version[m[31m:[m[35m$poc[m[31m:[m[35m$no_of_users[m[31m:[m[35m$cloud_validity_in_days[m[31m:[m[35m$cloud_name[m[31m:[m[35m$email[m[31m:storagetype=[m[35m$storage_type[m[31m:hostname=[m[35m$hostname[m[31m:numbackupuss[29;1Hers=[m[35m$bkpuser[m[31m:numsyncusers=[m[35m$syncuser[m[31m:ldapenabled=[m[35m$en_ldap[m[31m:watchdogmail=[m[35m$email[m[31m:customername=[m[35m$cust_name[m[31m:paramailip=[m[35m$paramail_ip[m[31m:onlymsjob=[m[35m$onlymsjob[m[33m"[m[44;156H6[28;16H[?12l[?25h[?25l[31mr[m[35m$server_type[m[31m:[m[35m$product_type[m[31m:[m[35m$version[m[31m:[m[35m$poc[m[31m:[m[35m$no_of_users[m[31m:[m[35m$cloud_validity_in_days[m[31m:[m[35m$cloud_name[m[31m:[m[35m$email[m[31m:storagetype=[m[35m$storage_type[m[31m:hostname=[m[35m$hostname[m[31m:numbackupuu[29;1Hsers=[m[35m$bkpuser[m[31m:numsyncusers=[m[35m$syncuser[m[31m:ldapenabled=[m[35m$en_ldap[m[31m:watchdogmail=[m[35m$email[m[31m:customername=[m[35m$cust_name[m[31m:paramailip=[m[35m$paramail_ip[m[31m:onlymsjob=[m[35m$onlymsjob[m[33m"[m[44;156H7[28;17H[?12l[?25h[?25l[31mv[m[35m$server_type[m[31m:[m[35m$product_type[m[31m:[m[35m$version[m[31m:[m[35m$poc[m[31m:[m[35m$no_of_users[m[31m:[m[35m$cloud_validity_in_days[m[31m:[m[35m$cloud_name[m[31m:[m[35m$email[m[31m:storagetype=[m[35m$storage_type[m[31m:hostname=[m[35m$hostname[m[31m:numbackupp[29;1Husers=[m[35m$bkpuser[m[31m:numsyncusers=[m[35m$syncuser[m[31m:ldapenabled=[m[35m$en_ldap[m[31m:watchdogmail=[m[35m$email[m[31m:customername=[m[35m$cust_name[m[31m:paramailip=[m[35m$paramail_ip[m[31m:onlymsjob=[m[35m$onlymsjob[m[33m"[m[44;156H8[28;18H[?12l[?25h[?25l[31me[m[35m$server_type[m[31m:[m[35m$product_type[m[31m:[m[35m$version[m[31m:[m[35m$poc[m[31m:[m[35m$no_of_users[m[31m:[m[35m$cloud_validity_in_days[m[31m:[m[35m$cloud_name[m[31m:[m[35m$email[m[31m:storagetype=[m[35m$storage_type[m[31m:hostname=[m[35m$hostname[m[31m:numbackuu[29;1Hpusers=[m[35m$bkpuser[m[31m:numsyncusers=[m[35m$syncuser[m[31m:ldapenabled=[m[35m$en_ldap[m[31m:watchdogmail=[m[35m$email[m[31m:customername=[m[35m$cust_name[m[31m:paramailip=[m[35m$paramail_ip[m[31m:onlymsjob=[m[35m$onlymsjob[m[33m"[m[44;156H9[28;19H[?12l[?25h[?25l[31mr[m[35m$server_type[m[31m:[m[35m$product_type[m[31m:[m[35m$version[m[31m:[m[35m$poc[m[31m:[m[35m$no_of_users[m[31m:[m[35m$cloud_validity_in_days[m[31m:[m[35m$cloud_name[m[31m:[m[35m$email[m[31m:storagetype=[m[35m$storage_type[m[31m:hostname=[m[35m$hostname[m[31m:numbackk[29;1Hupusers=[m[35m$bkpuser[m[31m:numsyncusers=[m[35m$syncuser[m[31m:ldapenabled=[m[35m$en_ldap[m[31m:watchdogmail=[m[35m$email[m[31m:customername=[m[35m$cust_name[m[31m:paramailip=[m[35m$paramail_ip[m[31m:onlymsjob=[m[35m$onlymsjob[m[33m"[m[44;155H20[28;20H[?12l[?25h[?25l[31mt[m[35m$server_type[m[31m:[m[35m$product_type[m[31m:[m[35m$version[m[31m:[m[35m$poc[m[31m:[m[35m$no_of_users[m[31m:[m[35m$cloud_validity_in_days[m[31m:[m[35m$cloud_name[m[31m:[m[35m$email[m[31m:storagetype=[m[35m$storage_type[m[31m:hostname=[m[35m$hostname[m[31m:numbacc[29;1Hkupusers=[m[35m$bkpuser[m[31m:numsyncusers=[m[35m$syncuser[m[31m:ldapenabled=[m[35m$en_ldap[m[31m:watchdogmail=[m[35m$email[m[31m:customername=[m[35m$cust_name[m[31m:paramailip=[m[35m$paramail_ip[m[31m:onlymsjob=[m[35m$onlymsjob[m[33m"[m[44;156H1[28;21H[?12l[?25h[?25l[31my[m[35m$server_type[m[31m:[m[35m$product_type[m[31m:[m[35m$version[m[31m:[m[35m$poc[m[31m:[m[35m$no_of_users[m[31m:[m[35m$cloud_validity_in_days[m[31m:[m[35m$cloud_name[m[31m:[m[35m$email[m[31m:storagetype=[m[35m$storage_type[m[31m:hostname=[m[35m$hostname[m[31m:numbaa[29;1Hckupusers=[m[35m$bkpuser[m[31m:numsyncusers=[m[35m$syncuser[m[31m:ldapenabled=[m[35m$en_ldap[m[31m:watchdogmail=[m[35m$email[m[31m:customername=[m[35m$cust_name[m[31m:paramailip=[m[35m$paramail_ip[m[31m:onlymsjob=[m[35m$onlymsjob[m[33m"[m[44;156H2[28;22H[?12l[?25h[?25l[31mp[m[35m$server_type[m[31m:[m[35m$product_type[m[31m:[m[35m$version[m[31m:[m[35m$poc[m[31m:[m[35m$no_of_users[m[31m:[m[35m$cloud_validity_in_days[m[31m:[m[35m$cloud_name[m[31m:[m[35m$email[m[31m:storagetype=[m[35m$storage_type[m[31m:hostname=[m[35m$hostname[m[31m:numbb[29;1Hackupusers=[m[35m$bkpuser[m[31m:numsyncusers=[m[35m$syncuser[m[31m:ldapenabled=[m[35m$en_ldap[m[31m:watchdogmail=[m[35m$email[m[31m:customername=[m[35m$cust_name[m[31m:paramailip=[m[35m$paramail_ip[m[31m:onlymsjob=[m[35m$onlymsjob[m[33m"[m[44;156H3[28;23H[?12l[?25h[?25l[31me[m[35m$server_type[m[31m:[m[35m$product_type[m[31m:[m[35m$version[m[31m:[m[35m$poc[m[31m:[m[35m$no_of_users[m[31m:[m[35m$cloud_validity_in_days[m[31m:[m[35m$cloud_name[m[31m:[m[35m$email[m[31m:storagetype=[m[35m$storage_type[m[31m:hostname=[m[35m$hostname[m[31m:numm[29;1Hbackupusers=[m[35m$bkpuser[m[31m:numsyncusers=[m[35m$syncuser[m[31m:ldapenabled=[m[35m$en_ldap[m[31m:watchdogmail=[m[35m$email[m[31m:customername=[m[35m$cust_name[m[31m:paramailip=[m[35m$paramail_ip[m[31m:onlymsjob=[m[35m$onlymsjob[m[33m"[m[44;156H4[28;24H[?12l[?25h[?25l[31m=[m[35m$server_type[m[31m:[m[35m$product_type[m[31m:[m[35m$version[m[31m:[m[35m$poc[m[31m:[m[35m$no_of_users[m[31m:[m[35m$cloud_validity_in_days[m[31m:[m[35m$cloud_name[m[31m:[m[35m$email[m[31m:storagetype=[m[35m$storage_type[m[31m:hostname=[m[35m$hostname[m[31m:nuu[29;1Hmbackupusers=[m[35m$bkpuser[m[31m:numsyncusers=[m[35m$syncuser[m[31m:ldapenabled=[m[35m$en_ldap[m[31m:watchdogmail=[m[35m$email[m[31m:customername=[m[35m$cust_name[m[31m:paramailip=[m[35m$paramail_ip[m[31m:onlymsjob=[m[35m$onlymsjob[m[33m"[m[44;156H5[28;25H[?12l[?25h[?25l[44;153H9,1 [30;1H[?12l[?25h[?25l[44;152H10,25[31;25H[?12l[?25h[?25l[44;153H1,20[32;20H[?12l[?25h[?25l[44;153H2,18-25[33;25H[?12l[?25h[?25l[44;153H3[34;25H[?12l[?25h[?25l[44;153H4[35;25H[?12l[?25h[?25l[44;153H5[36;25H[?12l[?25h[?25l[44;153H6,3    [37;3H[?12l[?25h[?25l[44;151H[K[44;151H217,2[9C44%[38;2H[?12l[?25h[?25l[44;153H8,1[39;1H[?12l[?25h[?25l[44;153H9,25[40;25H[?12l[?25h[?25l[44;151H[K[44;151H220,2[9C44%[41;2H[?12l[?25h[?25l[44;153H1,1[42;1H[?12l[?25h[?25l[44;153H2,15-22[43;22H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput [33mclear[m[44;151H[K[44;151H223,19[8C44%[43;19H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput cup [31m8[m [31m20[m[44;151H[K[44;151H224,22[8C45%[43;22H[?12l[?25h[?25l[1;43r[1;1H[2M[1;44r[42;9H[33mecho[m[31m [m[33m"[m[31mEnter Server Type:[ 1. Only Paracloud  2. Only Blukrypt  3. Mongo  4.  Paracloud and Blukrypt   5. Paracloud and Mongo(** Supported in 2.5.2 and later verr[43;1Hsions **)       6. MSJOB (STANDALONE----Supported in 2.5.2 and later versions) ] :[m[33m"[m[44;151H[K[44;151H225,25[8C45%[42;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput cup [31m10[m [31m20[m[44;151H[K[44;151H226,23[8C45%[43;23H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mecho[m[31m [m[33m"[m[31mEnter your choice number:[m[33m"[m[44;151H[K[44;151H227,25[8C45%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput cup [31m10[m [31m50[m[44;151H[K[44;151H228,23[8C46%[43;23H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mread[m server_type[44;151H[K[44;151H229,25[8C46%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H230,1[9C46%[43;1H[?12l[?25h[?25l[1;43r[1;1H[2M[1;44r[42;9H[33mif [m[35m[[[m [35m$server_type[m [33m!=[m [31m1[m [35m]][m && [35m[[[m [35m$server_type[m [33m!=[m [31m2[m [35m]][m && [35m[[[m [35m$server_type[m [33m!=[m [31m3[m [35m]][m && [35m[[[m [35m$server_type[m [33m!=[m [31m4[m [35m]][m && [35m[[[m [35m$server_type[m [33m!=[m [31m5[m [35m]][m && [35m[[[m [35m$server_type[m [33m!=[m [31m6[m [35m]][43;1H][m; [33mthen[m[44;151H[K[44;151H231,18-25     47%[42;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17H[33mecho[m[31m [m[33m"[m[31mIncorrect value..Enter proper value[m[33m"[m[44;151H[K[44;151H232,25[8C47%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17H[33mexit[m[44;151H[K[44;151H233,21[8C47%[43;21H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mfi[m[44;151H[K[44;151H234,11[8C47%[43;11H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H235,1[9C48%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[34m## Product Type[m[44;151H[K[44;151H236,24[8C48%[43;24H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput [33mclear[m[44;151H[K[44;151H237,19[8C48%[43;19H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput cup [31m8[m [31m20[m[44;151H[K[44;151H238,22[8C48%[43;22H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mecho[m[31m [m[33m"[m[31mEnter Product Type:[ 1. Blusync/Bludrive  2. Bluvault  3. Both Backup and Sync 4.Only O365Backup] :[m[33m"[m[44;151H[K[44;151H239,25[8C49%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput cup [31m10[m [31m20[m[44;151H[K[44;151H240,23[8C49%[43;23H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mecho[m[31m [m[33m"[m[31mEnter your choice number:[m[33m"[m[44;151H[K[44;151H241,25[8C49%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput cup [31m10[m [31m50[m[44;151H[K[44;151H242,23[8C49%[43;23H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mread[m product_type[44;151H[K[44;151H243,25[8C50%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mif [m[35m[[[m [35m$product_type[m [33m!=[m [31m1[m [35m]][m && [35m[[[m [35m$product_type[m [33m!=[m [31m2[m [35m]][m && [35m[[[m [35m$product_type[m [33m!=[m [31m3[m [35m]][m && [35m[[[m [35m$product_type[m [33m!=[m [31m4[m [35m]][m; [33mthen[m[44;151H[K[44;151H244,25[8C50%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17H[33mecho[m[31m [m[33m"[m[31mIncorrect  Values..[m[33m"[m[44;151H[K[44;151H245,25[8C50%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17H[33mexit[m[44;151H[K[44;151H246,21[8C50%[43;21H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mfi[m[44;151H[K[44;151H247,11[8C50%[43;11H[?12l[?25h[?25l[1;43r[1;1H[2M[1;44r[43;9H[34m#### Storage Type[m[44;151H[K[44;151H248,1[9C51%[42;1H[?12l[?25h[?25l[44;153H9,25[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput [33mclear[m[44;151H[K[44;151H250,19[8C51%[43;19H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput cup [31m8[m [31m20[m[44;151H[K[44;151H251,22[8C51%[43;22H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mecho[m[31m [m[33m"[m[31mEnter Storage Type:[ 1. LocalStorage   2. Azure  3. ODB  4. GoogleDrive ]  :[m[33m"[m[44;151H[K[44;151H252,25[8C52%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput cup [31m10[m [31m20[m[44;151H[K[44;151H253,23[8C52%[43;23H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mecho[m[31m [m[33m"[m[31mEnter your choice number:[m[33m"[m[44;151H[K[44;151H254,25[8C52%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput cup [31m10[m [31m50[m[44;151H[K[44;151H255,23[8C52%[43;23H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mread[m storage_type[44;151H[K[44;151H256,25[8C53%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mif [m[35m[[[m [35m$storage_type[m [33m!=[m [31m1[m [35m]][m && [35m[[[m [35m$storage_type[m [33m!=[m [31m2[m [35m]][m && [35m[[[m [35m$storage_type[m [33m!=[m [31m3[m [35m]][m && [35m[[[m [35m$storage_type[m [33m!=[m [31m4[m [35m]][m ; [33mthen[m[44;151H[K[44;151H257,25[8C53%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17H[33mecho[m[31m [m[33m"[m[31mIncorrect values[m[33m"[m[44;151H[K[44;151H258,25[8C53%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17H[33mexit[m[44;151H[K[44;151H259,21[8C53%[43;21H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mfi[m[44;151H[K[44;151H260,11[8C54%[43;11H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H261,1[9C54%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput [33mclear[m[44;151H[K[44;151H262,19[8C54%[43;19H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput cup [31m8[m [31m20[m[44;151H[K[44;151H263,22[8C54%[43;22H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mecho[m[31m [m[33m"[m[31mInstallation for POC[ Y/N ]:[m[33m"[m[44;151H[K[44;151H264,25[8C55%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput cup [31m8[m [31m50[m[44;151H[K[44;151H265,22[8C55%[43;22H[?12l[?25h[?25l[1;43r[1;1H[2M[1;44r[42;9H[33mread[m poc[43;9H[33mif [m[35m[[[m [35m$poc[m [33m!=[m Y [35m]][m && [35m[[[m [35m$poc[m [33m!=[m y [35m]][m && [35m[[[m [35m$poc[m [33m!=[m n [35m]][m && [35m[[[m [35m$poc[m [33m!=[m N [35m]][m ; [33mthen[m[44;151H[K[44;151H266,17[8C55%[42;17H[?12l[?25h[?25l[43;13H[35m[46m[[11C][m[44;153H7,25[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17H[33mecho[m[31m [m[33m"[m[31mIncorrect values[m[33m"[m[44;151H[K[44;151H268,25[8C55%[42;13H[35m[[11C][43;25H[?12l[?25h[?25l[1;43r[m[43;1H
[1;44r[43;17H[33mexit[m[44;151H[K[44;151H269,21[8C56%[43;21H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mfi[m[44;151H[K[44;151H270,11[8C56%[43;11H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H271,1[9C56%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput [33mclear[m[44;151H[K[44;151H272,12-19     56%[43;19H[?12l[?25h[?25l[1;43r[1;1H[2M[1;44r[42;9Htput cup [31m8[m [31m15[m[43;9H[33mecho[m[31m [m[33m"[m[31mCUSTOMER NAME: [ Example: POC-Godrej , PROD-Godrej , etc ] [ NOTE: Don't give empty space between 2 words. Ex: POC Godrej ][m[33m"[m[44;151H[K[44;151H273,22[8C57%[42;22H[?12l[?25h[?25l[44;153H4,25[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H275,1[9C57%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput cup [31m10[m [31m15[m[44;151H[K[44;151H276,23[8C57%[43;23H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mecho[m[31m [m[33m"[m[31mEnter Customer Name:[m[33m"[m[44;151H[K[44;151H277,25[8C58%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput cup [31m10[m [31m40[m[44;151H[K[44;151H278,23[8C58%[43;23H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mread[m cust_name[44;151H[K[44;151H279,23[8C58%[43;23H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H280,1[9C58%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput [33mclear[m[44;151H[K[44;151H281,19[8C59%[43;19H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput cup [31m8[m [31m20[m[44;151H[K[44;151H282,22[8C59%[43;22H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mecho[m[31m [m[33m"[m[31mEnter Number of Cloud Users:[m[33m"[m[44;151H[K[44;151H283,25[8C59%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput cup [31m8[m [31m50[m[44;151H[K[44;151H284,22[8C59%[43;22H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mread[m no_of_users[44;151H[K[44;151H285,25[8C60%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H286,1[9C60%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput [33mclear[m[44;151H[K[44;151H287,19[8C60%[43;19H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput cup [31m8[m [31m20[m[44;151H[K[44;151H288,22[8C60%[43;22H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mecho[m[31m [m[33m"[m[31mEnter Email ID:[m[33m"[m[44;151H[K[44;151H289,25[8C61%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput cup [31m8[m [31m40[m[44;151H[K[44;151H290,22[8C61%[43;22H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mread[m email[44;151H[K[44;151H291,19[8C61%[43;19H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H292,1[9C61%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput [33mclear[m[44;151H[K[44;151H293,19[8C62%[43;19H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput cup [31m8[m [31m20[m[44;151H[K[44;151H294,22[8C62%[43;22H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mecho[m[31m [m[33m"[m[31mEnter Cloud Name:[m[33m"[m[44;151H[K[44;151H295,25[8C62%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput cup [31m8[m [31m40[m[44;151H[K[44;151H296,22[8C62%[43;22H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mread[m cloud_name[44;151H[K[44;151H297,24[8C63%[43;24H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H298,1[9C63%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H299,1[9C63%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput [33mclear[m[44;151H[K[44;151H300,19[8C63%[43;19H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput cup [31m8[m [31m20[m[44;151H[K[44;151H301,22[8C64%[43;22H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mecho[m[31m [m[33m"[m[31mHostname [ Domain Name or IP where you are installing ]:[m[33m"[m[44;151H[K[44;151H302,25[8C64%[43;24H[31m[46m[[44C][m[44;151H[K[44;151H302,25[8C64%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput cup [31m8[m [31m80[m[44;151H[K[44;151H303,22[8C64%[42;24H[31m[[44C][43;22H[?12l[?25h[?25l[1;43r[m[43;1H
[1;44r[43;9H[33mread[m hostname[44;151H[K[44;151H304,22[8C64%[43;22H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H305,1[9C65%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mif [m[35m[[[m [35m$installer_version[m [33m!=[m [31m6[m [35m]][m; [33mthen[m[44;151H[K[44;151H306,18-25     65%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H307,1[9C65%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17Htput [33mclear[m[44;151H[K[44;151H308,11-25     65%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17Htput cup [31m8[m [31m20[m[44;151H[K[44;151H309,25[8C66%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17H[33mecho[m[31m [m[33m"[m[31mParacloud IP/Domain Nam:[m[33m"[m[44;151H[K[44;151H310,25[8C66%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17Htput cup [31m8[m [31m50[m[44;151H[K[44;151H311,25[8C66%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17H[33mread[m paracloud_ip[44;151H[K[44;151H312,25[8C66%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33melse[m[44;151H[K[44;151H313,7-17      66%[43;17H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H314,1[9C67%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17H[33mif [m[35m[[[m [35m$server_type[m [33m!=[m [31m3[m [35m]][m && [35m[[[m [35m$server_type[m [33m!=[m [31m6[m [35m]][m; [33mthen[m[44;151H[K[44;151H315,11-25     67%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;25Htput [33mclear[m[44;151H[K[44;151H316,4-25      67%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;25Htput cup [31m8[m [31m20[m[44;151H[K[44;151H317,11-25     67%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;25H[33mecho[m[31m [m[33m"[m[31mParacloud IP/Domain Nam:[m[33m"[m[44;151H[K[44;151H318,11-25     68%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;25Htput cup [31m8[m [31m50[m[44;151H[K[44;151H319,11-25     68%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;25H[33mread[m paracloud_ip[44;151H[K[44;151H320,11-25     68%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17H[33mfi[m[44;151H[K[44;151H321,6-25      68%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mfi[m[44;151H[K[44;151H322,4-11      69%[43;11H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H323,1[9C69%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mif [m[35m[[[m [35m$server_type[m [33m==[m [31m4[m [35m]][m; [33mthen[m[44;151H[K[44;151H324,18-25     69%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H325,1[9C69%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17H[36mblukrypt_ip[m=[35m$paracloud_ip[m[44;151H[K[44;151H326,11-25     70%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mfi[m[44;151H[K[44;151H327,4-11      70%[43;11H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H328,1[9C70%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mif [m[35m[[[m [35m$installer_version[m [33m!=[m [31m6[m [35m]][m; [33mthen[m[44;151H[K[44;151H329,18-25     70%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H330,1[9C71%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H331,1[9C71%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17Htput [33mclear[m[44;151H[K[44;151H332,11-25     71%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;25Htput cup [31m8[m [31m20[m[44;151H[K[44;151H333,25[8C71%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;25H[33mecho[m[31m [m[33m"[m[31mBlukrypt IP/Domain Nam:[m[33m"[m[44;151H[K[44;151H334,25[8C72%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;25Htput cup [31m8[m [31m50[m[44;151H[K[44;151H335,25[8C72%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;25H[33mread[m blukrypt_ip[44;151H[K[44;151H336,25[8C72%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33melse[m[44;151H[K[44;151H337,7-17      72%[43;17H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H338,1[9C73%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17H[33mif [m[35m[[[m [35m$server_type[m [33m!=[m [31m1[m [35m]][m && [35m[[[m [35m$server_type[m [33m!=[m [31m3[m [35m]][m && [35m[[[m [35m$server_type[m [33m!=[m [31m4[m [35m]][m && [35m[[[m [35m$server_type[m [33m!=[m [31m5[m [35m]][m && [35m[[[m [35m$server_type[m [33m!=[m [31m6[m [35m]][m; [33mthen[m[44;151H[K[44;151H339,11-25     73%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;25Htput [33mclear[m[44;151H[K[44;151H340,4-25      73%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;25Htput cup [31m8[m [31m20[m[44;151H[K[44;151H341,11-25     73%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;25H[33mecho[m[31m [m[33m"[m[31mBlukrypt IP/Domain Nam:[m[33m"[m[44;151H[K[44;151H342,11-25     74%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;25Htput cup [31m8[m [31m50[m[44;151H[K[44;151H343,11-25     74%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;25H[33mread[m blukrypt_ip[44;151H[K[44;151H344,11-25     74%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17H[33mfi[m[44;151H[K[44;151H345,6-25      74%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mfi[m[44;151H[K[44;151H346,5-17      75%[43;17H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H347,1[9C75%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput [33mclear[m[44;151H[K[44;151H348,12-19     75%[43;19H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput cup [31m8[m [31m20[m[44;151H[K[44;151H349,22[8C75%[43;22H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mecho[m[31m [m[33m"[m[31mMongo IP/Domain Nam:[m[33m"[m[44;151H[K[44;151H350,25[8C76%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput cup [31m8[m [31m50[m[44;151H[K[44;151H351,22[8C76%[43;22H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mread[m mongo_ip[44;151H[K[44;151H352,22[8C76%[43;22H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H353,1[9C76%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mif [m[35m[[[m [35m$installer_version[m [33m!=[m [31m6[m [35m]][m; [33mthen[m[44;151H[K[44;151H354,18-25     77%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17Htput [33mclear[m[44;151H[K[44;151H355,19-25     77%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17Htput cup [31m8[m [31m20[m[44;151H[K[44;151H356,18-25     77%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17H[33mecho[m[31m [m[33m"[m[31mParamail IP/Domain Name:[m[33m"[m[44;151H[K[44;151H357,18-25     77%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17Htput cup [31m8[m [31m50[m[44;151H[K[44;151H358,11-25     78%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17H[33mread[m paramail_ip[44;151H[K[44;151H359,18-25     78%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mfi[m[44;151H[K[44;151H360,5-11      78%[43;11H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H361,1[9C78%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mif [m[35m[[[m [35m$product_type[m [33m==[m [31m2[m [35m]][m || [35m[[[m [35m$product_type[m [33m==[m [31m3[m [35m]][m ; [33mthen[m[44;151H[K[44;151H362,25[8C79%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17Htput [33mclear[m[44;151H[K[44;151H363,25[8C79%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17Htput cup [31m8[m [31m20[m[44;151H[K[44;151H364,25[8C79%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17H[33mecho[m[31m [m[33m"[m[31mNumber of Backup User:[m[33m"[m[44;151H[K[44;151H365,25[8C79%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17Htput cup [31m8[m [31m50[m[44;151H[K[44;151H366,25[8C80%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17H[33mread[m bkpuser[44;151H[K[44;151H367,25[8C80%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mfi[m[44;151H[K[44;151H368,11[8C80%[43;11H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H369,1[9C80%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mif [m[35m[[[m [35m$product_type[m [33m==[m [31m1[m [35m]][m || [35m[[[m [35m$product_type[m [33m==[m [31m3[m [35m]][m ; [33mthen[m[44;151H[K[44;151H370,25[8C81%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17Htput [33mclear[m[44;151H[K[44;151H371,25[8C81%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17Htput cup [31m8[m [31m20[m[44;151H[K[44;151H372,25[8C81%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17H[33mecho[m[31m [m[33m"[m[31mNumber of Sync User:[m[33m"[m[44;151H[K[44;151H373,25[8C81%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17Htput cup [31m8[m [31m50[m[44;151H[K[44;151H374,25[8C82%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17H[33mread[m syncuser[44;151H[K[44;151H375,25[8C82%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mfi[m[44;151H[K[44;151H376,11[8C82%[43;11H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mif [m[35m[[[m [35m$product_type[m [33m==[m [31m1[m [35m]][m; [33mthen[m[44;151H[K[44;151H377,25[8C82%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17H[36mbkpuser[m=[31m0[m[44;151H[K[44;151H378,25[8C83%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33melif[m [35m[[[m [35m$product_type[m [33m==[m [31m2[m [35m]][m; [33mthen[m[44;151H[K[44;151H379,25[8C83%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17H[36msyncuser[m=[31m0[m[44;151H[K[44;151H380,25[8C83%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mfi[m[44;151H[K[44;151H381,11[8C83%[43;11H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H382,1[9C84%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mif [m[35m[[[m [35m$product_type[m [33m==[m [31m3[m [35m]][m; [33mthen[m[44;151H[K[44;151H383,25[8C84%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17H[36mproduct_type[m=[33m'[m[31m1 2[m[33m'[m[44;151H[K[44;151H384,25[8C84%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mfi[m[44;151H[K[44;151H385,11[8C84%[43;11H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H386,1[9C85%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;8H[33mif [m[35m[[[m [35m$product_type[m [33m==[m [31m4[m [35m]][m; [33mthen[m[44;151H[K[44;151H387,25[8C85%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17H[36mproduct_type[m=[33m'[m[31m2[m[33m'[m[44;151H[K[44;151H388,25[8C85%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17H[36monlymsjob[m=[33mtrue[m[44;151H[K[44;151H389,25[8C85%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H390,17[8C86%[43;17H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mfi[m[44;151H[K[44;151H391,11[8C86%[43;11H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H392,1[9C86%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H393,1[9C86%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput [33mclear[m[44;151H[K[44;151H394,19[8C87%[43;19H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput cup [31m8[m [31m20[m[44;151H[K[44;151H395,22[8C87%[43;22H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mecho[m[31m [m[33m"[m[31mIs LDAP Enabled [ Enter 'true' to enable/ Enter 'false' to disable ]:[m[33m"[m[44;151H[K[44;151H396,25[8C87%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9Htput cup [31m8[m [31m90[m[44;151H[K[44;151H397,22[8C87%[43;22H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mread[m en_ldap[44;151H[K[44;151H398,21[8C88%[43;21H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mif [m[35m[[[m [35m$en_ldap[m [33m!=[m false [35m]][m && [35m[[[m [35m$en_ldap[m [33m!=[m true [35m]][m ; [33mthen[m[44;151H[K[44;151H399,25[8C88%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17H[33mecho[m[31m [m[33m"[m[31mIncorrect values[m[33m"[m[44;151H[K[44;151H400,11-25     88%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17H[33mexit[m[44;151H[K[44;151H401,21[8C88%[43;21H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mfi[m[44;151H[K[44;151H402,11[8C89%[43;11H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H403,1[9C89%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1H[34m#       if [ $server_type == 3 ]; then[m[44;151H[K[44;151H404,19-25     89%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1H[34m#               tput clear[m[44;151H[K[44;151H405,12-25     89%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1H[34m#               tput cup 8 20[m[44;151H[K[44;151H406,19-25     90%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1H[34m#               echo "Watchdog IP's: [ IP's of other machines required for SSH conectivity ] [ Note: If multiple IP's, leave space between each IP's ]:"[m[44;151H[K[44;151H407,19-25     90%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;2H[34m#              tput cup 10 20[m[44;151H[K[44;151H408,19-25     90%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1H[34m#               echo "Enter IP's:"[m[44;151H[K[44;151H409,12-25     90%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1H[34m#               tput cup 10 40[m[44;151H[K[44;151H410,12-25     91%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1H[34m#               read watchdog_ips[m[44;151H[K[44;151H411,19-25     91%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1H[34m#       fi[m[44;151H[K[44;151H412,5-11      91%[43;11H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H413,1[9C91%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H414,1[9C92%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H415,1[9C92%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[36mversion[m=[33m"[m[31m2.2.83_0[m[33m"[m[44;151H[K[44;151H416,18-25     92%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H417,1[9C92%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H418,1[9C93%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mif [[m [35m$server_type[m [33m==[m [31m3[m [33m][m; [33mthen[m[44;151H[K[44;151H419,18-25     93%[43;25H[?12l[?25h[?25l[1;43r[1;1H[3M[1;44r[41;17H[36minstall_key[m=[33m"[m[35m$server_type[m[31m:[m[35m$product_type[m[31m:[m[35m$version[m[31m:[m[35m$poc[m[31m:[m[35m$no_of_users[m[31m:[m[35m$cloud_validity_in_days[m[31m:[m[35m$cloud_name[m[31m:[m[35m$email[m[31m:storagetype=[m[35m$storage_type[m[31m:hostname=[m[35m$hostnaa[42;1Hme[m[31m:numbackupusers=[m[35m$bkpuser[m[31m:numsyncusers=[m[35m$syncuser[m[31m:ldapenabled=[m[35m$en_ldap[m[31m:watchdogmail=[m[35m$email[m[31m:customername=[m[35m$cust_name[m[31m:paramailip=[m[35m$paramail_ip[m[31m:blukrypt=[m[35m$blukrypt_ip[m[31m:primaryy[43;1Hmongo=[m[35m$mongo_ip[m[31m:bluvault=[m[35m$paracloud_ip[m[31m:watchdogips=[m[35m$watchdog_ips[m[31m:onlymsjob=[m[35m$onlymsjob[m[33m"[m[44;151H[K[44;151H420,11-25     93%[41;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H421,1[9C93%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H422,1[9C94%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33melif[m [33m[[m [35m$server_type[m [33m==[m [31m4[m [33m][m; [33mthen[m[44;151H[K[44;151H423,18-25     94%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H424,1[9C94%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17H[36mserver_type[m=[33m'[m[31m1 2[m[33m'[m[44;151H[K[44;151H425,11-25     94%[43;25H[?12l[?25h[?25l[1;43r[1;1H[3M[1;44r[41;17H[36minstall_key[m=[33m"[m[35m$server_type[m[31m:[m[35m$product_type[m[31m:[m[35m$version[m[31m:[m[35m$poc[m[31m:[m[35m$no_of_users[m[31m:[m[35m$cloud_validity_in_days[m[31m:[m[35m$cloud_name[m[31m:[m[35m$email[m[31m:storagetype=[m[35m$storage_type[m[31m:hostname=[m[35m$hostnaa[42;1Hme[m[31m:numbackupusers=[m[35m$bkpuser[m[31m:numsyncusers=[m[35m$syncuser[m[31m:ldapenabled=[m[35m$en_ldap[m[31m:watchdogmail=[m[35m$email[m[31m:customername=[m[35m$cust_name[m[31m:paramailip=[m[35m$paramail_ip[m[31m:blukrypt=[m[35m$blukrypt_ip[m[31m:primaryy[43;1Hmongo=[m[35m$mongo_ip[m[31m:bluvault=[m[35m$paracloud_ip[m[31m:onlymsjob=[m[35m$onlymsjob[m[33m"[m[44;151H[K[44;151H426,18-25     95%[41;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33melif[m [33m[[m [35m$server_type[m [33m==[m [31m5[m [33m][m; [33mthen[m[44;151H[K[44;151H427,18-25     95%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H428,1[9C95%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;17H[36mserver_type[m=[33m'[m[31m3 1[m[33m'[m[44;151H[K[44;151H429,25[8C95%[43;25H[?12l[?25h[?25l[1;43r[1;1H[3M[1;44r[41;17H[36minstall_key[m=[33m"[m[35m$server_type[m[31m:[m[35m$product_type[m[31m:[m[35m$version[m[31m:[m[35m$poc[m[31m:[m[35m$no_of_users[m[31m:[m[35m$cloud_validity_in_days[m[31m:[m[35m$cloud_name[m[31m:[m[35m$email[m[31m:storagetype=[m[35m$storage_type[m[31m:hostname=[m[35m$hostnaa[42;1Hme[m[31m:numbackupusers=[m[35m$bkpuser[m[31m:numsyncusers=[m[35m$syncuser[m[31m:ldapenabled=[m[35m$en_ldap[m[31m:watchdogmail=[m[35m$email[m[31m:customername=[m[35m$cust_name[m[31m:paramailip=[m[35m$paramail_ip[m[31m:blukrypt=[m[35m$blukrypt_ip[m[31m:primaryy[43;1Hmongo=[m[35m$mongo_ip[m[31m:bluvault=[m[35m$paracloud_ip[m[31m:onlymsjob=[m[35m$onlymsjob[m[33m"[m[44;151H[K[44;151H430,25[8C96%[41;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33melse[m[44;151H[K[44;151H431,6-13      96%[43;13H[?12l[?25h[?25l[1;43r[1;1H[3M[1;44r[41;17H[36minstall_key[m=[33m"[m[35m$server_type[m[31m:[m[35m$product_type[m[31m:[m[35m$version[m[31m:[m[35m$poc[m[31m:[m[35m$no_of_users[m[31m:[m[35m$cloud_validity_in_days[m[31m:[m[35m$cloud_name[m[31m:[m[35m$email[m[31m:storagetype=[m[35m$storage_type[m[31m:hostname=[m[35m$hostnaa[42;1Hme[m[31m:numbackupusers=[m[35m$bkpuser[m[31m:numsyncusers=[m[35m$syncuser[m[31m:ldapenabled=[m[35m$en_ldap[m[31m:watchdogmail=[m[35m$email[m[31m:customername=[m[35m$cust_name[m[31m:paramailip=[m[35m$paramail_ip[m[31m:blukrypt=[m[35m$blukrypt_ip[m[31m:primaryy[43;1Hmongo=[m[35m$mongo_ip[m[31m:bluvault=[m[35m$paracloud_ip[m[31m:onlymsjob=[m[35m$onlymsjob[m[33m"[m[44;151H[K[44;151H432,11-25     96%[41;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mfi[m[44;151H[K[44;151H433,4-11      96%[43;11H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H434,1[9C97%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1H[33msed[m [35m-i[m [33m"[m[31ms|installation_key=.*|installation_key=[m[35m\"$install_key\"[m[31m |[m[33m"[m parablu_installer.sh[44;151H[K[44;151H435,25[8C97%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1H[33mmkdir[m [35m-p[m [35m$cust_name[m[44;151H[K[44;151H436,20[8C97%[43;20H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mif [[m [35m$?[m [33m-eq[m [31m0[m [33m][m; [33mthen[m[44;151H[K[44;151H437,25[8C97%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mmv[m parablu_installer.sh  [35m$cust_name[m[44;151H[K[44;151H438,25[8C98%[43;25H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mchmod[m [33m-R[m [31m755[m [35m$cust_name[m[44;151H[K[44;151H439,25[8C98%[43;25H[?12l[?25h[?25l[44;153H8[42;25H[?12l[?25h[?25l[44;153H7[41;25H[?12l[?25h[?25l[44;153H6,20[40;20H[?12l[?25h[?25l[44;153H5,25[39;25H[?12l[?25h[?25l[44;153H4,1 [38;1H[?12l[?25h[?25l[44;153H3,4-11[37;11H[?12l[?25h[?25l[44;153H2,11-25[34;25H[?12l[?25h[?25l[44;153H1,6-13 [33;13H[?12l[?25h[?25l[44;153H0,25  [30;25H[?12l[?25h[?25l[44;152H29[29;25H[?12l[?25h[?25l[44;153H8,1 [28;1H[?12l[?25h[?25l[44;153H6,18-25[24;25H[?12l[?25h[?25l[44;153H5,11[23;25H[?12l[?25h[?25l[44;153H4,1    [22;1H[?12l[?25h[?25l[44;153H3,18-25[21;25H[?12l[?25h[?25l[44;153H2,1    [20;1H[?12l[?25h[?25l[44;153H1[19;1H[?12l[?25h[?25l[44;153H0,11-25[16;25H[?12l[?25h[?25l[44;156H2-26[16;26H[?12l[?25h[?25l[44;156H3-27[16;27H[?12l[?25h[?25l[44;156H4-28[16;28H[?12l[?25h[?25l[44;156H5-29[16;29H[?12l[?25h[?25l[44;156H6-30[16;30H[?12l[?25h[?25l[31ms[m[35m$server_type[m[31m:[m[35m$product_type[m[31m:[m[35m$version[m[31m:[m[35m$poc[m[31m:[m[35m$no_of_users[m[31m:[m[35m$cloud_validity_in_days[m[31m:[m[35m$cloud_name[m[31m:[m[35m$email[m[31m:storagetype=[m[35m$storage_type[m[31m:hostname=[m[35m$hostnn[17;1Hame[m[31m:numbackupusers=[m[35m$bkpuser[m[31m:numsyncusers=[m[35m$syncuser[m[31m:ldapenabled=[m[35m$en_ldap[m[31m:watchdogmail=[m[35m$email[m[31m:customername=[m[35m$cust_name[m[31m:paramailip=[m[35m$paramail_ip[m[31m:blukrypt=[m[35m$blukrypt_ip[m[31m:primarr[18;1Hymongo=[m[35m$mongo_ip[m[31m:bluvault=[m[35m$paracloud_ip[m[31m:watchdogips=[m[35m$watchdog_ips[m[31m:onlymsjob=[m[35m$onlymsjob[m[33m"[m[44;156H7-31[16;31H[?12l[?25h[?25l[31me[m[35m$server_type[m[31m:[m[35m$product_type[m[31m:[m[35m$version[m[31m:[m[35m$poc[m[31m:[m[35m$no_of_users[m[31m:[m[35m$cloud_validity_in_days[m[31m:[m[35m$cloud_name[m[31m:[m[35m$email[m[31m:storagetype=[m[35m$storage_type[m[31m:hostname=[m[35m$hostt[17;1Hname[m[31m:numbackupusers=[m[35m$bkpuser[m[31m:numsyncusers=[m[35m$syncuser[m[31m:ldapenabled=[m[35m$en_ldap[m[31m:watchdogmail=[m[35m$email[m[31m:customername=[m[35m$cust_name[m[31m:paramailip=[m[35m$paramail_ip[m[31m:blukrypt=[m[35m$blukrypt_ip[m[31m:primaa[18;1Hrymongo=[m[35m$mongo_ip[m[31m:bluvault=[m[35m$paracloud_ip[m[31m:watchdogips=[m[35m$watchdog_ips[m[31m:onlymsjob=[m[35m$onlymsjob[m[33m"[m[44;156H8-32[16;32H[?12l[?25h[?25l[31mr[m[35m$server_type[m[31m:[m[35m$product_type[m[31m:[m[35m$version[m[31m:[m[35m$poc[m[31m:[m[35m$no_of_users[m[31m:[m[35m$cloud_validity_in_days[m[31m:[m[35m$cloud_name[m[31m:[m[35m$email[m[31m:storagetype=[m[35m$storage_type[m[31m:hostname=[m[35m$hoss[17;1Htname[m[31m:numbackupusers=[m[35m$bkpuser[m[31m:numsyncusers=[m[35m$syncuser[m[31m:ldapenabled=[m[35m$en_ldap[m[31m:watchdogmail=[m[35m$email[m[31m:customername=[m[35m$cust_name[m[31m:paramailip=[m[35m$paramail_ip[m[31m:blukrypt=[m[35m$blukrypt_ip[m[31m:primm[18;1Harymongo=[m[35m$mongo_ip[m[31m:bluvault=[m[35m$paracloud_ip[m[31m:watchdogips=[m[35m$watchdog_ips[m[31m:onlymsjob=[m[35m$onlymsjob[m[33m"[m[44;156H9-33[16;33H[?12l[?25h[?25l[31mv[m[35m$server_type[m[31m:[m[35m$product_type[m[31m:[m[35m$version[m[31m:[m[35m$poc[m[31m:[m[35m$no_of_users[m[31m:[m[35m$cloud_validity_in_days[m[31m:[m[35m$cloud_name[m[31m:[m[35m$email[m[31m:storagetype=[m[35m$storage_type[m[31m:hostname=[m[35m$hoo[17;1Hstname[m[31m:numbackupusers=[m[35m$bkpuser[m[31m:numsyncusers=[m[35m$syncuser[m[31m:ldapenabled=[m[35m$en_ldap[m[31m:watchdogmail=[m[35m$email[m[31m:customername=[m[35m$cust_name[m[31m:paramailip=[m[35m$paramail_ip[m[31m:blukrypt=[m[35m$blukrypt_ip[m[31m:prii[18;1Hmarymongo=[m[35m$mongo_ip[m[31m:bluvault=[m[35m$paracloud_ip[m[31m:watchdogips=[m[35m$watchdog_ips[m[31m:onlymsjob=[m[35m$onlymsjob[m[33m"[m[44;155H20-34[16;34H[?12l[?25h[?25l[31me[m[35m$server_type[m[31m:[m[35m$product_type[m[31m:[m[35m$version[m[31m:[m[35m$poc[m[31m:[m[35m$no_of_users[m[31m:[m[35m$cloud_validity_in_days[m[31m:[m[35m$cloud_name[m[31m:[m[35m$email[m[31m:storagetype=[m[35m$storage_type[m[31m:hostname=[m[35m$hh[17;1Hostname[m[31m:numbackupusers=[m[35m$bkpuser[m[31m:numsyncusers=[m[35m$syncuser[m[31m:ldapenabled=[m[35m$en_ldap[m[31m:watchdogmail=[m[35m$email[m[31m:customername=[m[35m$cust_name[m[31m:paramailip=[m[35m$paramail_ip[m[31m:blukrypt=[m[35m$blukrypt_ip[m[31m:prr[18;1Himarymongo=[m[35m$mongo_ip[m[31m:bluvault=[m[35m$paracloud_ip[m[31m:watchdogips=[m[35m$watchdog_ips[m[31m:onlymsjob=[m[35m$onlymsjob[m[33m"[m[44;156H1-35[16;35H[?12l[?25h[?25l[31mr[m[35m$server_type[m[31m:[m[35m$product_type[m[31m:[m[35m$version[m[31m:[m[35m$poc[m[31m:[m[35m$no_of_users[m[31m:[m[35m$cloud_validity_in_days[m[31m:[m[35m$cloud_name[m[31m:[m[35m$email[m[31m:storagetype=[m[35m$storage_type[m[31m:hostname=[m[35m$$[17;1Hhostname[m[31m:numbackupusers=[m[35m$bkpuser[m[31m:numsyncusers=[m[35m$syncuser[m[31m:ldapenabled=[m[35m$en_ldap[m[31m:watchdogmail=[m[35m$email[m[31m:customername=[m[35m$cust_name[m[31m:paramailip=[m[35m$paramail_ip[m[31m:blukrypt=[m[35m$blukrypt_ip[m[31m:pp[18;1Hrimarymongo=[m[35m$mongo_ip[m[31m:bluvault=[m[35m$paracloud_ip[m[31m:watchdogips=[m[35m$watchdog_ips[m[31m:onlymsjob=[m[35m$onlymsjob[m[33m"[m[44;156H2-36[16;36H[?12l[?25h[?25l[31mt[m[35m$server_type[m[31m:[m[35m$product_type[m[31m:[m[35m$version[m[31m:[m[35m$poc[m[31m:[m[35m$no_of_users[m[31m:[m[35m$cloud_validity_in_days[m[31m:[m[35m$cloud_name[m[31m:[m[35m$email[m[31m:storagetype=[m[35m$storage_type[m[31m:hostname==[m[17;1H[35m$hostname[m[31m:numbackupusers=[m[35m$bkpuser[m[31m:numsyncusers=[m[35m$syncuser[m[31m:ldapenabled=[m[35m$en_ldap[m[31m:watchdogmail=[m[35m$email[m[31m:customername=[m[35m$cust_name[m[31m:paramailip=[m[35m$paramail_ip[m[31m:blukrypt=[m[35m$blukrypt_ip[m[31m::[18;1Hprimarymongo=[m[35m$mongo_ip[m[31m:bluvault=[m[35m$paracloud_ip[m[31m:watchdogips=[m[35m$watchdog_ips[m[31m:onlymsjob=[m[35m$onlymsjob[m[33m"[m[44;156H3-37[16;37H[?12l[?25h[?25l[31my[m[35m$server_type[m[31m:[m[35m$product_type[m[31m:[m[35m$version[m[31m:[m[35m$poc[m[31m:[m[35m$no_of_users[m[31m:[m[35m$cloud_validity_in_days[m[31m:[m[35m$cloud_name[m[31m:[m[35m$email[m[31m:storagetype=[m[35m$storage_type[m[31m:hostnamee[17;1H=[m[35m$hostname[m[31m:numbackupusers=[m[35m$bkpuser[m[31m:numsyncusers=[m[35m$syncuser[m[31m:ldapenabled=[m[35m$en_ldap[m[31m:watchdogmail=[m[35m$email[m[31m:customername=[m[35m$cust_name[m[31m:paramailip=[m[35m$paramail_ip[m[31m:blukrypt=[m[35m$blukrypt_ipp[m[18;1H[31m:primarymongo=[m[35m$mongo_ip[m[31m:bluvault=[m[35m$paracloud_ip[m[31m:watchdogips=[m[35m$watchdog_ips[m[31m:onlymsjob=[m[35m$onlymsjob[m[33m"[m[44;156H4-38[16;38H[?12l[?25h[?25l[31mp[m[35m$server_type[m[31m:[m[35m$product_type[m[31m:[m[35m$version[m[31m:[m[35m$poc[m[31m:[m[35m$no_of_users[m[31m:[m[35m$cloud_validity_in_days[m[31m:[m[35m$cloud_name[m[31m:[m[35m$email[m[31m:storagetype=[m[35m$storage_type[m[31m:hostnamm[17;1He=[m[35m$hostname[m[31m:numbackupusers=[m[35m$bkpuser[m[31m:numsyncusers=[m[35m$syncuser[m[31m:ldapenabled=[m[35m$en_ldap[m[31m:watchdogmail=[m[35m$email[m[31m:customername=[m[35m$cust_name[m[31m:paramailip=[m[35m$paramail_ip[m[31m:blukrypt=[m[35m$blukrypt_ii[18;1Hp[m[31m:primarymongo=[m[35m$mongo_ip[m[31m:bluvault=[m[35m$paracloud_ip[m[31m:watchdogips=[m[35m$watchdog_ips[m[31m:onlymsjob=[m[35m$onlymsjob[m[33m"[m[44;156H5-39[16;39H[?12l[?25h[?25l[31me[m[35m$server_type[m[31m:[m[35m$product_type[m[31m:[m[35m$version[m[31m:[m[35m$poc[m[31m:[m[35m$no_of_users[m[31m:[m[35m$cloud_validity_in_days[m[31m:[m[35m$cloud_name[m[31m:[m[35m$email[m[31m:storagetype=[m[35m$storage_type[m[31m:hostnaa[17;1Hme=[m[35m$hostname[m[31m:numbackupusers=[m[35m$bkpuser[m[31m:numsyncusers=[m[35m$syncuser[m[31m:ldapenabled=[m[35m$en_ldap[m[31m:watchdogmail=[m[35m$email[m[31m:customername=[m[35m$cust_name[m[31m:paramailip=[m[35m$paramail_ip[m[31m:blukrypt=[m[35m$blukrypt__[18;1Hip[m[31m:primarymongo=[m[35m$mongo_ip[m[31m:bluvault=[m[35m$paracloud_ip[m[31m:watchdogips=[m[35m$watchdog_ips[m[31m:onlymsjob=[m[35m$onlymsjob[m[33m"[m[44;156H6-40[16;40H[?12l[?25h[?25l[31m=[m[35m$server_type[m[31m:[m[35m$product_type[m[31m:[m[35m$version[m[31m:[m[35m$poc[m[31m:[m[35m$no_of_users[m[31m:[m[35m$cloud_validity_in_days[m[31m:[m[35m$cloud_name[m[31m:[m[35m$email[m[31m:storagetype=[m[35m$storage_type[m[31m:hostnn[17;1Hame=[m[35m$hostname[m[31m:numbackupusers=[m[35m$bkpuser[m[31m:numsyncusers=[m[35m$syncuser[m[31m:ldapenabled=[m[35m$en_ldap[m[31m:watchdogmail=[m[35m$email[m[31m:customername=[m[35m$cust_name[m[31m:paramailip=[m[35m$paramail_ip[m[31m:blukrypt=[m[35m$blukryptt[18;1H_ip[m[31m:primarymongo=[m[35m$mongo_ip[m[31m:bluvault=[m[35m$paracloud_ip[m[31m:watchdogips=[m[35m$watchdog_ips[m[31m:onlymsjob=[m[35m$onlymsjob[m[33m"[m[44;156H7-41[16;41H[?12l[?25h[?25l[44;153H1,1    [19;1H[?12l[?25h[?25l[44;153H2[20;1H[?12l[?25h[?25l[44;153H3,34-41[21;41H[?12l[?25h[?25l[44;153H4,1    [22;1H[?12l[?25h[?25l[44;153H5,20-34[23;34H[?12l[?25h[?25l[44;155H19-33[23;33H[?12l[?25h[?25l[44;153H6,26[24;33H[?12l[?25h[?25l[44;156H5-32[24;32H[?12l[?25h[?25l[44;156H4-31[24;31H[?12l[?25h[?25l[44;156H3-30[24;30H[?12l[?25h[?25l[31ms[m[35m$server_type[m[31m:[m[35m$product_type[m[31m:[m[35m$version[m[31m:[m[35m$poc[m[31m:[m[35m$no_of_users[m[31m:[m[35m$cloud_validity_in_days[m[31m:[m[35m$cloud_name[m[31m:[m[35m$email[m[31m:storagetype=[m[35m$storage_type[m[31m:hostname=[m[35m$hostnn[25;1Hame[m[31m:numbackupusers=[m[35m$bkpuser[m[31m:numsyncusers=[m[35m$syncuser[m[31m:ldapenabled=[m[35m$en_ldap[m[31m:watchdogmail=[m[35m$email[m[31m:customername=[m[35m$cust_name[m[31m:paramailip=[m[35m$paramail_ip[m[31m:blukrypt=[m[35m$blukrypt_ip[m[31m:primarr[26;1Hymongo=[m[35m$mongo_ip[m[31m:bluvault=[m[35m$paracloud_ip[m[31m:onlymsjob=[m[35m$onlymsjob[m[33m"[m[44;156H4-31[24;31H[?12l[?25h[?25l[31me[m[35m$server_type[m[31m:[m[35m$product_type[m[31m:[m[35m$version[m[31m:[m[35m$poc[m[31m:[m[35m$no_of_users[m[31m:[m[35m$cloud_validity_in_days[m[31m:[m[35m$cloud_name[m[31m:[m[35m$email[m[31m:storagetype=[m[35m$storage_type[m[31m:hostname=[m[35m$hostt[25;1Hname[m[31m:numbackupusers=[m[35m$bkpuser[m[31m:numsyncusers=[m[35m$syncuser[m[31m:ldapenabled=[m[35m$en_ldap[m[31m:watchdogmail=[m[35m$email[m[31m:customername=[m[35m$cust_name[m[31m:paramailip=[m[35m$paramail_ip[m[31m:blukrypt=[m[35m$blukrypt_ip[m[31m:primaa[26;1Hrymongo=[m[35m$mongo_ip[m[31m:bluvault=[m[35m$paracloud_ip[m[31m:onlymsjob=[m[35m$onlymsjob[m[33m"[m[44;156H5-32[24;32H[?12l[?25h[?25l[31mr[m[35m$server_type[m[31m:[m[35m$product_type[m[31m:[m[35m$version[m[31m:[m[35m$poc[m[31m:[m[35m$no_of_users[m[31m:[m[35m$cloud_validity_in_days[m[31m:[m[35m$cloud_name[m[31m:[m[35m$email[m[31m:storagetype=[m[35m$storage_type[m[31m:hostname=[m[35m$hoss[25;1Htname[m[31m:numbackupusers=[m[35m$bkpuser[m[31m:numsyncusers=[m[35m$syncuser[m[31m:ldapenabled=[m[35m$en_ldap[m[31m:watchdogmail=[m[35m$email[m[31m:customername=[m[35m$cust_name[m[31m:paramailip=[m[35m$paramail_ip[m[31m:blukrypt=[m[35m$blukrypt_ip[m[31m:primm[26;1Harymongo=[m[35m$mongo_ip[m[31m:bluvault=[m[35m$paracloud_ip[m[31m:onlymsjob=[m[35m$onlymsjob[m[33m"[m[44;156H6-33[24;33H[?12l[?25h[?25l[31mv[m[35m$server_type[m[31m:[m[35m$product_type[m[31m:[m[35m$version[m[31m:[m[35m$poc[m[31m:[m[35m$no_of_users[m[31m:[m[35m$cloud_validity_in_days[m[31m:[m[35m$cloud_name[m[31m:[m[35m$email[m[31m:storagetype=[m[35m$storage_type[m[31m:hostname=[m[35m$hoo[25;1Hstname[m[31m:numbackupusers=[m[35m$bkpuser[m[31m:numsyncusers=[m[35m$syncuser[m[31m:ldapenabled=[m[35m$en_ldap[m[31m:watchdogmail=[m[35m$email[m[31m:customername=[m[35m$cust_name[m[31m:paramailip=[m[35m$paramail_ip[m[31m:blukrypt=[m[35m$blukrypt_ip[m[31m:prii[26;1Hmarymongo=[m[35m$mongo_ip[m[31m:bluvault=[m[35m$paracloud_ip[m[31m:onlymsjob=[m[35m$onlymsjob[m[33m"[m[44;156H7-34[24;34H[?12l[?25h[?25l[31me[m[35m$server_type[m[31m:[m[35m$product_type[m[31m:[m[35m$version[m[31m:[m[35m$poc[m[31m:[m[35m$no_of_users[m[31m:[m[35m$cloud_validity_in_days[m[31m:[m[35m$cloud_name[m[31m:[m[35m$email[m[31m:storagetype=[m[35m$storage_type[m[31m:hostname=[m[35m$hh[25;1Hostname[m[31m:numbackupusers=[m[35m$bkpuser[m[31m:numsyncusers=[m[35m$syncuser[m[31m:ldapenabled=[m[35m$en_ldap[m[31m:watchdogmail=[m[35m$email[m[31m:customername=[m[35m$cust_name[m[31m:paramailip=[m[35m$paramail_ip[m[31m:blukrypt=[m[35m$blukrypt_ip[m[31m:prr[26;1Himarymongo=[m[35m$mongo_ip[m[31m:bluvault=[m[35m$paracloud_ip[m[31m:onlymsjob=[m[35m$onlymsjob[m[33m"[m[44;156H8-35[24;35H[?12l[?25h[?25l[31mr[m[35m$server_type[m[31m:[m[35m$product_type[m[31m:[m[35m$version[m[31m:[m[35m$poc[m[31m:[m[35m$no_of_users[m[31m:[m[35m$cloud_validity_in_days[m[31m:[m[35m$cloud_name[m[31m:[m[35m$email[m[31m:storagetype=[m[35m$storage_type[m[31m:hostname=[m[35m$$[25;1Hhostname[m[31m:numbackupusers=[m[35m$bkpuser[m[31m:numsyncusers=[m[35m$syncuser[m[31m:ldapenabled=[m[35m$en_ldap[m[31m:watchdogmail=[m[35m$email[m[31m:customername=[m[35m$cust_name[m[31m:paramailip=[m[35m$paramail_ip[m[31m:blukrypt=[m[35m$blukrypt_ip[m[31m:pp[26;1Hrimarymongo=[m[35m$mongo_ip[m[31m:bluvault=[m[35m$paracloud_ip[m[31m:onlymsjob=[m[35m$onlymsjob[m[33m"[m[44;156H9-36[24;36H[?12l[?25h[?25l[31mt[m[35m$server_type[m[31m:[m[35m$product_type[m[31m:[m[35m$version[m[31m:[m[35m$poc[m[31m:[m[35m$no_of_users[m[31m:[m[35m$cloud_validity_in_days[m[31m:[m[35m$cloud_name[m[31m:[m[35m$email[m[31m:storagetype=[m[35m$storage_type[m[31m:hostname==[m[25;1H[35m$hostname[m[31m:numbackupusers=[m[35m$bkpuser[m[31m:numsyncusers=[m[35m$syncuser[m[31m:ldapenabled=[m[35m$en_ldap[m[31m:watchdogmail=[m[35m$email[m[31m:customername=[m[35m$cust_name[m[31m:paramailip=[m[35m$paramail_ip[m[31m:blukrypt=[m[35m$blukrypt_ip[m[31m::[26;1Hprimarymongo=[m[35m$mongo_ip[m[31m:bluvault=[m[35m$paracloud_ip[m[31m:onlymsjob=[m[35m$onlymsjob[m[33m"[m[44;155H30-37[24;37H[?12l[?25h[?25l[31my[m[35m$server_type[m[31m:[m[35m$product_type[m[31m:[m[35m$version[m[31m:[m[35m$poc[m[31m:[m[35m$no_of_users[m[31m:[m[35m$cloud_validity_in_days[m[31m:[m[35m$cloud_name[m[31m:[m[35m$email[m[31m:storagetype=[m[35m$storage_type[m[31m:hostnamee[25;1H=[m[35m$hostname[m[31m:numbackupusers=[m[35m$bkpuser[m[31m:numsyncusers=[m[35m$syncuser[m[31m:ldapenabled=[m[35m$en_ldap[m[31m:watchdogmail=[m[35m$email[m[31m:customername=[m[35m$cust_name[m[31m:paramailip=[m[35m$paramail_ip[m[31m:blukrypt=[m[35m$blukrypt_ipp[m[26;1H[31m:primarymongo=[m[35m$mongo_ip[m[31m:bluvault=[m[35m$paracloud_ip[m[31m:onlymsjob=[m[35m$onlymsjob[m[33m"[m[44;156H1-38[24;38H[?12l[?25h[?25l[31mp[m[35m$server_type[m[31m:[m[35m$product_type[m[31m:[m[35m$version[m[31m:[m[35m$poc[m[31m:[m[35m$no_of_users[m[31m:[m[35m$cloud_validity_in_days[m[31m:[m[35m$cloud_name[m[31m:[m[35m$email[m[31m:storagetype=[m[35m$storage_type[m[31m:hostnamm[25;1He=[m[35m$hostname[m[31m:numbackupusers=[m[35m$bkpuser[m[31m:numsyncusers=[m[35m$syncuser[m[31m:ldapenabled=[m[35m$en_ldap[m[31m:watchdogmail=[m[35m$email[m[31m:customername=[m[35m$cust_name[m[31m:paramailip=[m[35m$paramail_ip[m[31m:blukrypt=[m[35m$blukrypt_ii[26;1Hp[m[31m:primarymongo=[m[35m$mongo_ip[m[31m:bluvault=[m[35m$paracloud_ip[m[31m:onlymsjob=[m[35m$onlymsjob[m[33m"[m[44;156H2-39[24;39H[?12l[?25h[?25l[31me[m[35m$server_type[m[31m:[m[35m$product_type[m[31m:[m[35m$version[m[31m:[m[35m$poc[m[31m:[m[35m$no_of_users[m[31m:[m[35m$cloud_validity_in_days[m[31m:[m[35m$cloud_name[m[31m:[m[35m$email[m[31m:storagetype=[m[35m$storage_type[m[31m:hostnaa[25;1Hme=[m[35m$hostname[m[31m:numbackupusers=[m[35m$bkpuser[m[31m:numsyncusers=[m[35m$syncuser[m[31m:ldapenabled=[m[35m$en_ldap[m[31m:watchdogmail=[m[35m$email[m[31m:customername=[m[35m$cust_name[m[31m:paramailip=[m[35m$paramail_ip[m[31m:blukrypt=[m[35m$blukrypt__[26;1Hip[m[31m:primarymongo=[m[35m$mongo_ip[m[31m:bluvault=[m[35m$paracloud_ip[m[31m:onlymsjob=[m[35m$onlymsjob[m[33m"[m[44;156H3-40[24;40H[?12l[?25h[?25l[31m=[m[35m$server_type[m[31m:[m[35m$product_type[m[31m:[m[35m$version[m[31m:[m[35m$poc[m[31m:[m[35m$no_of_users[m[31m:[m[35m$cloud_validity_in_days[m[31m:[m[35m$cloud_name[m[31m:[m[35m$email[m[31m:storagetype=[m[35m$storage_type[m[31m:hostnn[25;1Hame=[m[35m$hostname[m[31m:numbackupusers=[m[35m$bkpuser[m[31m:numsyncusers=[m[35m$syncuser[m[31m:ldapenabled=[m[35m$en_ldap[m[31m:watchdogmail=[m[35m$email[m[31m:customername=[m[35m$cust_name[m[31m:paramailip=[m[35m$paramail_ip[m[31m:blukrypt=[m[35m$blukryptt[26;1H_ip[m[31m:primarymongo=[m[35m$mongo_ip[m[31m:bluvault=[m[35m$paracloud_ip[m[31m:onlymsjob=[m[35m$onlymsjob[m[33m"[m[44;156H4-41[24;41H[?12l[?25h[?25l[44;153H7[27;41H[?12l[?25h[?25l[44;153H8,1    [28;1H[?12l[?25h[?25l[44;153H9,34[29;34H[?12l[?25h[?25l[44;152H30,41[30;41H[?12l[?25h[?25l[44;156H0[30;40H[?12l[?25h[?25l[44;155H39[30;39H[?12l[?25h[?25l[44;156H8[30;38H[?12l[?25h[?25l[44;156H7[30;37H[?12l[?25h[?25l[44;156H6[30;36H[?12l[?25h[?25l[44;156H5[30;35H[?12l[?25h[?25l[44;156H4[30;34H[?12l[?25h[?25l[44;156H3[30;33H[?12l[?25h[?25l[44;156H2[30;32H[?12l[?25h[?25l[44;156H1[30;31H[?12l[?25h[?25l[44;156H0[30;30H[?12l[?25h[?25l[31ms[m[35m$server_type[m[31m:[m[35m$product_type[m[31m:[m[35m$version[m[31m:[m[35m$poc[m[31m:[m[35m$no_of_users[m[31m:[m[35m$cloud_validity_in_days[m[31m:[m[35m$cloud_name[m[31m:[m[35m$email[m[31m:storagetype=[m[35m$storage_type[m[31m:hostname=[m[35m$hostnn[31;1Hame[m[31m:numbackupusers=[m[35m$bkpuser[m[31m:numsyncusers=[m[35m$syncuser[m[31m:ldapenabled=[m[35m$en_ldap[m[31m:watchdogmail=[m[35m$email[m[31m:customername=[m[35m$cust_name[m[31m:paramailip=[m[35m$paramail_ip[m[31m:blukrypt=[m[35m$blukrypt_ip[m[31m:primarr[32;1Hymongo=[m[35m$mongo_ip[m[31m:bluvault=[m[35m$paracloud_ip[m[31m:onlymsjob=[m[35m$onlymsjob[m[33m"[m[44;156H1[30;31H[?12l[?25h[?25l[31me[m[35m$server_type[m[31m:[m[35m$product_type[m[31m:[m[35m$version[m[31m:[m[35m$poc[m[31m:[m[35m$no_of_users[m[31m:[m[35m$cloud_validity_in_days[m[31m:[m[35m$cloud_name[m[31m:[m[35m$email[m[31m:storagetype=[m[35m$storage_type[m[31m:hostname=[m[35m$hostt[31;1Hname[m[31m:numbackupusers=[m[35m$bkpuser[m[31m:numsyncusers=[m[35m$syncuser[m[31m:ldapenabled=[m[35m$en_ldap[m[31m:watchdogmail=[m[35m$email[m[31m:customername=[m[35m$cust_name[m[31m:paramailip=[m[35m$paramail_ip[m[31m:blukrypt=[m[35m$blukrypt_ip[m[31m:primaa[32;1Hrymongo=[m[35m$mongo_ip[m[31m:bluvault=[m[35m$paracloud_ip[m[31m:onlymsjob=[m[35m$onlymsjob[m[33m"[m[44;156H2[30;32H[?12l[?25h[?25l[31mr[m[35m$server_type[m[31m:[m[35m$product_type[m[31m:[m[35m$version[m[31m:[m[35m$poc[m[31m:[m[35m$no_of_users[m[31m:[m[35m$cloud_validity_in_days[m[31m:[m[35m$cloud_name[m[31m:[m[35m$email[m[31m:storagetype=[m[35m$storage_type[m[31m:hostname=[m[35m$hoss[31;1Htname[m[31m:numbackupusers=[m[35m$bkpuser[m[31m:numsyncusers=[m[35m$syncuser[m[31m:ldapenabled=[m[35m$en_ldap[m[31m:watchdogmail=[m[35m$email[m[31m:customername=[m[35m$cust_name[m[31m:paramailip=[m[35m$paramail_ip[m[31m:blukrypt=[m[35m$blukrypt_ip[m[31m:primm[32;1Harymongo=[m[35m$mongo_ip[m[31m:bluvault=[m[35m$paracloud_ip[m[31m:onlymsjob=[m[35m$onlymsjob[m[33m"[m[44;156H3[30;33H[?12l[?25h[?25l[31mv[m[35m$server_type[m[31m:[m[35m$product_type[m[31m:[m[35m$version[m[31m:[m[35m$poc[m[31m:[m[35m$no_of_users[m[31m:[m[35m$cloud_validity_in_days[m[31m:[m[35m$cloud_name[m[31m:[m[35m$email[m[31m:storagetype=[m[35m$storage_type[m[31m:hostname=[m[35m$hoo[31;1Hstname[m[31m:numbackupusers=[m[35m$bkpuser[m[31m:numsyncusers=[m[35m$syncuser[m[31m:ldapenabled=[m[35m$en_ldap[m[31m:watchdogmail=[m[35m$email[m[31m:customername=[m[35m$cust_name[m[31m:paramailip=[m[35m$paramail_ip[m[31m:blukrypt=[m[35m$blukrypt_ip[m[31m:prii[32;1Hmarymongo=[m[35m$mongo_ip[m[31m:bluvault=[m[35m$paracloud_ip[m[31m:onlymsjob=[m[35m$onlymsjob[m[33m"[m[44;156H4[30;34H[?12l[?25h[?25l[31me[m[35m$server_type[m[31m:[m[35m$product_type[m[31m:[m[35m$version[m[31m:[m[35m$poc[m[31m:[m[35m$no_of_users[m[31m:[m[35m$cloud_validity_in_days[m[31m:[m[35m$cloud_name[m[31m:[m[35m$email[m[31m:storagetype=[m[35m$storage_type[m[31m:hostname=[m[35m$hh[31;1Hostname[m[31m:numbackupusers=[m[35m$bkpuser[m[31m:numsyncusers=[m[35m$syncuser[m[31m:ldapenabled=[m[35m$en_ldap[m[31m:watchdogmail=[m[35m$email[m[31m:customername=[m[35m$cust_name[m[31m:paramailip=[m[35m$paramail_ip[m[31m:blukrypt=[m[35m$blukrypt_ip[m[31m:prr[32;1Himarymongo=[m[35m$mongo_ip[m[31m:bluvault=[m[35m$paracloud_ip[m[31m:onlymsjob=[m[35m$onlymsjob[m[33m"[m[44;156H5[30;35H[?12l[?25h[?25l[31mr[m[35m$server_type[m[31m:[m[35m$product_type[m[31m:[m[35m$version[m[31m:[m[35m$poc[m[31m:[m[35m$no_of_users[m[31m:[m[35m$cloud_validity_in_days[m[31m:[m[35m$cloud_name[m[31m:[m[35m$email[m[31m:storagetype=[m[35m$storage_type[m[31m:hostname=[m[35m$$[31;1Hhostname[m[31m:numbackupusers=[m[35m$bkpuser[m[31m:numsyncusers=[m[35m$syncuser[m[31m:ldapenabled=[m[35m$en_ldap[m[31m:watchdogmail=[m[35m$email[m[31m:customername=[m[35m$cust_name[m[31m:paramailip=[m[35m$paramail_ip[m[31m:blukrypt=[m[35m$blukrypt_ip[m[31m:pp[32;1Hrimarymongo=[m[35m$mongo_ip[m[31m:bluvault=[m[35m$paracloud_ip[m[31m:onlymsjob=[m[35m$onlymsjob[m[33m"[m[44;156H6[30;36H[?12l[?25h[?25l[31mt[m[35m$server_type[m[31m:[m[35m$product_type[m[31m:[m[35m$version[m[31m:[m[35m$poc[m[31m:[m[35m$no_of_users[m[31m:[m[35m$cloud_validity_in_days[m[31m:[m[35m$cloud_name[m[31m:[m[35m$email[m[31m:storagetype=[m[35m$storage_type[m[31m:hostname==[m[31;1H[35m$hostname[m[31m:numbackupusers=[m[35m$bkpuser[m[31m:numsyncusers=[m[35m$syncuser[m[31m:ldapenabled=[m[35m$en_ldap[m[31m:watchdogmail=[m[35m$email[m[31m:customername=[m[35m$cust_name[m[31m:paramailip=[m[35m$paramail_ip[m[31m:blukrypt=[m[35m$blukrypt_ip[m[31m::[32;1Hprimarymongo=[m[35m$mongo_ip[m[31m:bluvault=[m[35m$paracloud_ip[m[31m:onlymsjob=[m[35m$onlymsjob[m[33m"[m[44;156H7[30;37H[?12l[?25h[?25l[31my[m[35m$server_type[m[31m:[m[35m$product_type[m[31m:[m[35m$version[m[31m:[m[35m$poc[m[31m:[m[35m$no_of_users[m[31m:[m[35m$cloud_validity_in_days[m[31m:[m[35m$cloud_name[m[31m:[m[35m$email[m[31m:storagetype=[m[35m$storage_type[m[31m:hostnamee[31;1H=[m[35m$hostname[m[31m:numbackupusers=[m[35m$bkpuser[m[31m:numsyncusers=[m[35m$syncuser[m[31m:ldapenabled=[m[35m$en_ldap[m[31m:watchdogmail=[m[35m$email[m[31m:customername=[m[35m$cust_name[m[31m:paramailip=[m[35m$paramail_ip[m[31m:blukrypt=[m[35m$blukrypt_ipp[m[32;1H[31m:primarymongo=[m[35m$mongo_ip[m[31m:bluvault=[m[35m$paracloud_ip[m[31m:onlymsjob=[m[35m$onlymsjob[m[33m"[m[44;156H8[30;38H[?12l[?25h[?25l[31mp[m[35m$server_type[m[31m:[m[35m$product_type[m[31m:[m[35m$version[m[31m:[m[35m$poc[m[31m:[m[35m$no_of_users[m[31m:[m[35m$cloud_validity_in_days[m[31m:[m[35m$cloud_name[m[31m:[m[35m$email[m[31m:storagetype=[m[35m$storage_type[m[31m:hostnamm[31;1He=[m[35m$hostname[m[31m:numbackupusers=[m[35m$bkpuser[m[31m:numsyncusers=[m[35m$syncuser[m[31m:ldapenabled=[m[35m$en_ldap[m[31m:watchdogmail=[m[35m$email[m[31m:customername=[m[35m$cust_name[m[31m:paramailip=[m[35m$paramail_ip[m[31m:blukrypt=[m[35m$blukrypt_ii[32;1Hp[m[31m:primarymongo=[m[35m$mongo_ip[m[31m:bluvault=[m[35m$paracloud_ip[m[31m:onlymsjob=[m[35m$onlymsjob[m[33m"[m[44;156H9[30;39H[?12l[?25h[?25l[31me[m[35m$server_type[m[31m:[m[35m$product_type[m[31m:[m[35m$version[m[31m:[m[35m$poc[m[31m:[m[35m$no_of_users[m[31m:[m[35m$cloud_validity_in_days[m[31m:[m[35m$cloud_name[m[31m:[m[35m$email[m[31m:storagetype=[m[35m$storage_type[m[31m:hostnaa[31;1Hme=[m[35m$hostname[m[31m:numbackupusers=[m[35m$bkpuser[m[31m:numsyncusers=[m[35m$syncuser[m[31m:ldapenabled=[m[35m$en_ldap[m[31m:watchdogmail=[m[35m$email[m[31m:customername=[m[35m$cust_name[m[31m:paramailip=[m[35m$paramail_ip[m[31m:blukrypt=[m[35m$blukrypt__[32;1Hip[m[31m:primarymongo=[m[35m$mongo_ip[m[31m:bluvault=[m[35m$paracloud_ip[m[31m:onlymsjob=[m[35m$onlymsjob[m[33m"[m[44;155H40[30;40H[?12l[?25h[?25l[31m=[m[35m$server_type[m[31m:[m[35m$product_type[m[31m:[m[35m$version[m[31m:[m[35m$poc[m[31m:[m[35m$no_of_users[m[31m:[m[35m$cloud_validity_in_days[m[31m:[m[35m$cloud_name[m[31m:[m[35m$email[m[31m:storagetype=[m[35m$storage_type[m[31m:hostnn[31;1Hame=[m[35m$hostname[m[31m:numbackupusers=[m[35m$bkpuser[m[31m:numsyncusers=[m[35m$syncuser[m[31m:ldapenabled=[m[35m$en_ldap[m[31m:watchdogmail=[m[35m$email[m[31m:customername=[m[35m$cust_name[m[31m:paramailip=[m[35m$paramail_ip[m[31m:blukrypt=[m[35m$blukryptt[32;1H_ip[m[31m:primarymongo=[m[35m$mongo_ip[m[31m:bluvault=[m[35m$paracloud_ip[m[31m:onlymsjob=[m[35m$onlymsjob[m[33m"[m[44;156H1[30;41H[?12l[?25h[?25l[44;153H1,6-13[33;13H[?12l[?25h[?25l[44;153H2,27-41[34;41H[?12l[?25h[?25l[44;153H3,4-11 [37;11H[?12l[?25h[?25l[44;153H2,27-41[34;41H[?12l[?25h[?25l[44;156H6-40[34;40H[?12l[?25h[?25l[44;156H5-39[34;39H[?12l[?25h[?25l[44;156H4-38[34;38H[?12l[?25h[?25l[44;156H3-37[34;37H[?12l[?25h[?25l[44;156H2-36[34;36H[?12l[?25h[?25l[44;156H1-35[34;35H[?12l[?25h[?25l[44;156H0-34[34;34H[?12l[?25h[?25l[44;155H19-33[34;33H[?12l[?25h[?25l[44;156H8-32[34;32H[?12l[?25h[?25l[44;156H7-31[34;31H[?12l[?25h[?25l[44;156H6-30[34;30H[?12l[?25h[?25l[31ms[m[35m$server_type[m[31m:[m[35m$product_type[m[31m:[m[35m$version[m[31m:[m[35m$poc[m[31m:[m[35m$no_of_users[m[31m:[m[35m$cloud_validity_in_days[m[31m:[m[35m$cloud_name[m[31m:[m[35m$email[m[31m:storagetype=[m[35m$storage_type[m[31m:hostname=[m[35m$hostnn[35;1Hame[m[31m:numbackupusers=[m[35m$bkpuser[m[31m:numsyncusers=[m[35m$syncuser[m[31m:ldapenabled=[m[35m$en_ldap[m[31m:watchdogmail=[m[35m$email[m[31m:customername=[m[35m$cust_name[m[31m:paramailip=[m[35m$paramail_ip[m[31m:blukrypt=[m[35m$blukrypt_ip[m[31m:primarr[36;1Hymongo=[m[35m$mongo_ip[m[31m:bluvault=[m[35m$paracloud_ip[m[31m:onlymsjob=[m[35m$onlymsjob[m[33m"[m[44;156H7-31[34;31H[?12l[?25h[?25l[31me[m[35m$server_type[m[31m:[m[35m$product_type[m[31m:[m[35m$version[m[31m:[m[35m$poc[m[31m:[m[35m$no_of_users[m[31m:[m[35m$cloud_validity_in_days[m[31m:[m[35m$cloud_name[m[31m:[m[35m$email[m[31m:storagetype=[m[35m$storage_type[m[31m:hostname=[m[35m$hostt[35;1Hname[m[31m:numbackupusers=[m[35m$bkpuser[m[31m:numsyncusers=[m[35m$syncuser[m[31m:ldapenabled=[m[35m$en_ldap[m[31m:watchdogmail=[m[35m$email[m[31m:customername=[m[35m$cust_name[m[31m:paramailip=[m[35m$paramail_ip[m[31m:blukrypt=[m[35m$blukrypt_ip[m[31m:primaa[36;1Hrymongo=[m[35m$mongo_ip[m[31m:bluvault=[m[35m$paracloud_ip[m[31m:onlymsjob=[m[35m$onlymsjob[m[33m"[m[44;156H8-32[34;32H[?12l[?25h[?25l[31mr[m[35m$server_type[m[31m:[m[35m$product_type[m[31m:[m[35m$version[m[31m:[m[35m$poc[m[31m:[m[35m$no_of_users[m[31m:[m[35m$cloud_validity_in_days[m[31m:[m[35m$cloud_name[m[31m:[m[35m$email[m[31m:storagetype=[m[35m$storage_type[m[31m:hostname=[m[35m$hoss[35;1Htname[m[31m:numbackupusers=[m[35m$bkpuser[m[31m:numsyncusers=[m[35m$syncuser[m[31m:ldapenabled=[m[35m$en_ldap[m[31m:watchdogmail=[m[35m$email[m[31m:customername=[m[35m$cust_name[m[31m:paramailip=[m[35m$paramail_ip[m[31m:blukrypt=[m[35m$blukrypt_ip[m[31m:primm[36;1Harymongo=[m[35m$mongo_ip[m[31m:bluvault=[m[35m$paracloud_ip[m[31m:onlymsjob=[m[35m$onlymsjob[m[33m"[m[44;156H9-33[34;33H[?12l[?25h[?25l[31mv[m[35m$server_type[m[31m:[m[35m$product_type[m[31m:[m[35m$version[m[31m:[m[35m$poc[m[31m:[m[35m$no_of_users[m[31m:[m[35m$cloud_validity_in_days[m[31m:[m[35m$cloud_name[m[31m:[m[35m$email[m[31m:storagetype=[m[35m$storage_type[m[31m:hostname=[m[35m$hoo[35;1Hstname[m[31m:numbackupusers=[m[35m$bkpuser[m[31m:numsyncusers=[m[35m$syncuser[m[31m:ldapenabled=[m[35m$en_ldap[m[31m:watchdogmail=[m[35m$email[m[31m:customername=[m[35m$cust_name[m[31m:paramailip=[m[35m$paramail_ip[m[31m:blukrypt=[m[35m$blukrypt_ip[m[31m:prii[36;1Hmarymongo=[m[35m$mongo_ip[m[31m:bluvault=[m[35m$paracloud_ip[m[31m:onlymsjob=[m[35m$onlymsjob[m[33m"[m[44;155H20-34[34;34H[?12l[?25h[?25l[31me[m[35m$server_type[m[31m:[m[35m$product_type[m[31m:[m[35m$version[m[31m:[m[35m$poc[m[31m:[m[35m$no_of_users[m[31m:[m[35m$cloud_validity_in_days[m[31m:[m[35m$cloud_name[m[31m:[m[35m$email[m[31m:storagetype=[m[35m$storage_type[m[31m:hostname=[m[35m$hh[35;1Hostname[m[31m:numbackupusers=[m[35m$bkpuser[m[31m:numsyncusers=[m[35m$syncuser[m[31m:ldapenabled=[m[35m$en_ldap[m[31m:watchdogmail=[m[35m$email[m[31m:customername=[m[35m$cust_name[m[31m:paramailip=[m[35m$paramail_ip[m[31m:blukrypt=[m[35m$blukrypt_ip[m[31m:prr[36;1Himarymongo=[m[35m$mongo_ip[m[31m:bluvault=[m[35m$paracloud_ip[m[31m:onlymsjob=[m[35m$onlymsjob[m[33m"[m[44;156H1-35[34;35H[?12l[?25h[?25l[31mr[m[35m$server_type[m[31m:[m[35m$product_type[m[31m:[m[35m$version[m[31m:[m[35m$poc[m[31m:[m[35m$no_of_users[m[31m:[m[35m$cloud_validity_in_days[m[31m:[m[35m$cloud_name[m[31m:[m[35m$email[m[31m:storagetype=[m[35m$storage_type[m[31m:hostname=[m[35m$$[35;1Hhostname[m[31m:numbackupusers=[m[35m$bkpuser[m[31m:numsyncusers=[m[35m$syncuser[m[31m:ldapenabled=[m[35m$en_ldap[m[31m:watchdogmail=[m[35m$email[m[31m:customername=[m[35m$cust_name[m[31m:paramailip=[m[35m$paramail_ip[m[31m:blukrypt=[m[35m$blukrypt_ip[m[31m:pp[36;1Hrimarymongo=[m[35m$mongo_ip[m[31m:bluvault=[m[35m$paracloud_ip[m[31m:onlymsjob=[m[35m$onlymsjob[m[33m"[m[44;156H2-36[34;36H[?12l[?25h[?25l[31mt[m[35m$server_type[m[31m:[m[35m$product_type[m[31m:[m[35m$version[m[31m:[m[35m$poc[m[31m:[m[35m$no_of_users[m[31m:[m[35m$cloud_validity_in_days[m[31m:[m[35m$cloud_name[m[31m:[m[35m$email[m[31m:storagetype=[m[35m$storage_type[m[31m:hostname==[m[35;1H[35m$hostname[m[31m:numbackupusers=[m[35m$bkpuser[m[31m:numsyncusers=[m[35m$syncuser[m[31m:ldapenabled=[m[35m$en_ldap[m[31m:watchdogmail=[m[35m$email[m[31m:customername=[m[35m$cust_name[m[31m:paramailip=[m[35m$paramail_ip[m[31m:blukrypt=[m[35m$blukrypt_ip[m[31m::[36;1Hprimarymongo=[m[35m$mongo_ip[m[31m:bluvault=[m[35m$paracloud_ip[m[31m:onlymsjob=[m[35m$onlymsjob[m[33m"[m[44;156H3-37[34;37H[?12l[?25h[?25l[31my[m[35m$server_type[m[31m:[m[35m$product_type[m[31m:[m[35m$version[m[31m:[m[35m$poc[m[31m:[m[35m$no_of_users[m[31m:[m[35m$cloud_validity_in_days[m[31m:[m[35m$cloud_name[m[31m:[m[35m$email[m[31m:storagetype=[m[35m$storage_type[m[31m:hostnamee[35;1H=[m[35m$hostname[m[31m:numbackupusers=[m[35m$bkpuser[m[31m:numsyncusers=[m[35m$syncuser[m[31m:ldapenabled=[m[35m$en_ldap[m[31m:watchdogmail=[m[35m$email[m[31m:customername=[m[35m$cust_name[m[31m:paramailip=[m[35m$paramail_ip[m[31m:blukrypt=[m[35m$blukrypt_ipp[m[36;1H[31m:primarymongo=[m[35m$mongo_ip[m[31m:bluvault=[m[35m$paracloud_ip[m[31m:onlymsjob=[m[35m$onlymsjob[m[33m"[m[44;156H4-38[34;38H[?12l[?25h[?25l[31mp[m[35m$server_type[m[31m:[m[35m$product_type[m[31m:[m[35m$version[m[31m:[m[35m$poc[m[31m:[m[35m$no_of_users[m[31m:[m[35m$cloud_validity_in_days[m[31m:[m[35m$cloud_name[m[31m:[m[35m$email[m[31m:storagetype=[m[35m$storage_type[m[31m:hostnamm[35;1He=[m[35m$hostname[m[31m:numbackupusers=[m[35m$bkpuser[m[31m:numsyncusers=[m[35m$syncuser[m[31m:ldapenabled=[m[35m$en_ldap[m[31m:watchdogmail=[m[35m$email[m[31m:customername=[m[35m$cust_name[m[31m:paramailip=[m[35m$paramail_ip[m[31m:blukrypt=[m[35m$blukrypt_ii[36;1Hp[m[31m:primarymongo=[m[35m$mongo_ip[m[31m:bluvault=[m[35m$paracloud_ip[m[31m:onlymsjob=[m[35m$onlymsjob[m[33m"[m[44;156H5-39[34;39H[?12l[?25h[?25l[31me[m[35m$server_type[m[31m:[m[35m$product_type[m[31m:[m[35m$version[m[31m:[m[35m$poc[m[31m:[m[35m$no_of_users[m[31m:[m[35m$cloud_validity_in_days[m[31m:[m[35m$cloud_name[m[31m:[m[35m$email[m[31m:storagetype=[m[35m$storage_type[m[31m:hostnaa[35;1Hme=[m[35m$hostname[m[31m:numbackupusers=[m[35m$bkpuser[m[31m:numsyncusers=[m[35m$syncuser[m[31m:ldapenabled=[m[35m$en_ldap[m[31m:watchdogmail=[m[35m$email[m[31m:customername=[m[35m$cust_name[m[31m:paramailip=[m[35m$paramail_ip[m[31m:blukrypt=[m[35m$blukrypt__[36;1Hip[m[31m:primarymongo=[m[35m$mongo_ip[m[31m:bluvault=[m[35m$paracloud_ip[m[31m:onlymsjob=[m[35m$onlymsjob[m[33m"[m[44;156H6-40[34;40H[?12l[?25h[?25l[31m=[m[35m$server_type[m[31m:[m[35m$product_type[m[31m:[m[35m$version[m[31m:[m[35m$poc[m[31m:[m[35m$no_of_users[m[31m:[m[35m$cloud_validity_in_days[m[31m:[m[35m$cloud_name[m[31m:[m[35m$email[m[31m:storagetype=[m[35m$storage_type[m[31m:hostnn[35;1Hame=[m[35m$hostname[m[31m:numbackupusers=[m[35m$bkpuser[m[31m:numsyncusers=[m[35m$syncuser[m[31m:ldapenabled=[m[35m$en_ldap[m[31m:watchdogmail=[m[35m$email[m[31m:customername=[m[35m$cust_name[m[31m:paramailip=[m[35m$paramail_ip[m[31m:blukrypt=[m[35m$blukryptt[36;1H_ip[m[31m:primarymongo=[m[35m$mongo_ip[m[31m:bluvault=[m[35m$paracloud_ip[m[31m:onlymsjob=[m[35m$onlymsjob[m[33m"[m[44;156H7-41[34;41H[?12l[?25h[?25l[44;153H3,4-11 [37;11H[?12l[?25h[?25l[44;153H4,1   [38;1H[?12l[?25h[?25l[44;153H5,41[39;41H[?12l[?25h[?25l[44;153H6,20[40;20H[?12l[?25h[?25l[44;153H7,3[41;30H[?12l[?25h[?25l[44;153H8,41[42;41H[?12l[?25h[?25l[44;153H9,32[43;32H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;9H[33mecho[m[31m [m[33m"[m[31mInstaller is Created and present in [m[35m\"$cust_name\"[m[31m folder.[m[33m"[m[44;151H[K[44;151H440,41[8C98%[43;41H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1H[33mfi[m[44;151H[K[44;151H441,3[9C98%[43;3H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H442,1[9C99%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[44;151H[K[44;151H443,1[9C99%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1H[35m}[m[44;151H[K[44;151H444,2[9C99%[43;2H[1;43r[43;1H
[1;44r[44;151H[K[44;151H445,1[9C99%[43;1H[?12l[?25h[?25l[1;43r[43;1H
[1;44r[43;1Hchoose_server_type[44;151H[K[44;151H446,19[8CBot[43;19H[?12l[?25h[?25l[44;153H5,1 [42;1H[?12l[?25h[?25l[44;151H[K[44;151H444,2[9CBot[41;2H[?12l[?25h[?25l[44;153H3,1[40;1H[?12l[?25h[?25l[44;153H2[39;1H[?12l[?25h[?25l[44;153H1,3[38;3H[?12l[?25h[?25l[44;153H0,41[37;41H[?12l[?25h[?25l[44;152H39,32[36;32H[?12l[?25h[?25l[44;153H8,41[35;41H[?12l[?25h[?25l[44;153H7,30[34;30H[?12l[?25h[?25l[44;153H6,2[33;20H[?12l[?25h[?25l[44;153H5,41[32;41H[?12l[?25h[?25l[44;153H4,1 [31;1H[?12l[?25h[?25l[44;153H3,4-11[30;11H[?12l[?25h[?25l[44;153H2,27-41[27;41H[?12l[?25h[?25l[44;153H1,6-13 [26;13H[?12l[?25h[?25l[44;153H0,41  [23;41H[?12l[?25h[?25l[44;152H29,34[22;34H[?12l[?25h[?25l[44;153H8,1 [21;1H[?12l[?25h[?25l[44;153H7,34-41[20;41H[?12l[?25h[?25l[44;153H6[17;41H[?12l[?25h[?25l[44;153H5,20-34[16;34H[?12l[?25h[?25l[44;153H4,1    [15;1H[?12l[?25h[?25l[44;153H3,34-41[14;41H[?12l[?25h[?25l[44;153H2,1    [13;1H[?12l[?25h[?25l[44;153H1[12;1H[?12l[?25h[?25l[44;153H0,27-41[9;41H[?12l[?25h[?25l[44;152H19,32-39[8;39H[?12l[?25h[?25l[44;152H20,27-41[9;41H[?12l[?25h[?25l[44;153H1,1    [12;1H[?12l[?25h[?25l[44;153H2[13;1H[?12l[?25h[?25l[44;153H4[15;1H[?12l[?25h[?25l[44;153H5,20-34[16;34H[?12l[?25h[?25l[44;153H6,34-41[17;41H[?12l[?25h[?25l[44;153H7[20;41H[?12l[?25h[?25l[44;153H8,1    [21;1H[?12l[?25h[?25l[44;153H9,34[22;34H[?12l[?25h[?25l[44;152H30,41[23;41H[?12l[?25h[?25l[44;153H1,6-13[26;13H[?12l[?25h[?25l[44;153H2,27-41[27;41H[?12l[?25h[?25l[44;153H3,4-11 [30;11H[?12l[?25h[?25l[44;153H4,1   [31;1H[?12l[?25h[?25l[44;153H5,41[32;41H[?12l[?25h[?25l[44;153H6,20[33;20H[?12l[?25h[?25l[44;153H7,3[34;30H[?12l[?25h[?25l[44;152H41,3 [38;3H[?12l[?25h[?25l[44;153H2,1[39;1H[?12l[?25h[?25l[44;153H3[40;1H[?12l[?25h[?25l[44;151H[K[44;151H444,2[9CBot[41;2H[?12l[?25h[?25l[44;153H5,1[42;1H[?12l[?25h[?25l[44;153H6,19[43;19H[?12l[?25h[?25l[44;153H5,1 [42;1H[?12l[?25h[?25l[44;151H[K[44;151H444,2[9CBot[41;2H[?12l[?25h[?25l[44;153H3,1[40;1H[?12l[?25h[?25l[44;153H2[39;1H[?12l[?25h[?25l[44;153H1,3[38;3H[?12l[?25h[?25l[44;153H0,41[37;41H[?12l[?25h[?25l[44;152H39,32[36;32H[?12l[?25h[?25l[44;153H8,41[35;41H[?12l[?25h[?25l[44;153H7,30[34;30H[?12l[?25h[?25l[44;153H6,2[33;20H[?12l[?25h[?25l[44;153H5,41[32;41H[?12l[?25h[?25l[44;153H4,1 [31;1H[?12l[?25h[?25l[44;153H3,4-11[30;11H[?12l[?25h[?25l[44;153H2,27-41[27;41H[?12l[?25h[?25l[44;153H1,6-13 [26;13H[?12l[?25h[?25l[44;153H0,41  [23;41H[?12l[?25h[?25l[44;152H29,34[22;34H[?12l[?25h[?25l[44;153H8,1 [21;1H[?12l[?25h[?25l[44;153H7,34-41[20;41H[?12l[?25h[?25l[44;153H6[17;41H[?12l[?25h[?25l[44;153H5,20-34[16;34H[?12l[?25h[?25l[44;153H4,1    [15;1H[?12l[?25h[?25l[44;153H3,34-41[14;41H[?12l[?25h[?25l[44;153H2,1    [13;1H[?12l[?25h[?25l[44;153H1[12;1H[?12l[?25h[?25l[44;153H0,27-41[9;41H[?12l[?25h[?25l[44;152H19,32-39[8;39H[?12l[?25h[?25l[44;153H8,1    [7;1H[?12l[?25h[?25l[44;153H7[6;1H[?12l[?25h[?25l[44;153H6,20-27[5;27H[?12l[?25h[?25l[44;153H5,1    [4;1H[?12l[?25h[?25l[44;153H4[3;1H[?12l[?25h[?25l[44;153H3[2;1H[?12l[?25h[?25l[44;153H2,5-11[1;11H[?12l[?25h[?25l[1;43r[1;1H[L[1;44r[1;1H[34m#               read watchdog_ips[m[44;151H[K[44;151H411,28-34     99%[1;34H[?12l[?25h[?25l[1;43r[1;1H[L[1;44r[1;1H[34m#               tput cup 10 40[m[44;151H[K[44;151H410,18-31     99%[1;31H[?12l[?25h[44;1H[K[1;30H[?25l[44;151H410,17-30     99%[1;30H[?12l[?25h[?25l[44;151H[K[44;1H:[?12l[?25hw[?25l[?12l[?25hq[?25l[?12l[?25h![?25l[?12l[?25h
[?25l"create_parablu_installer.sh" 446L, 13925C written


[?1l>[?12l[?25h[?1049l]0;root@dnsv2server: /var/www/parablu_installables/scripts/parablu_deploymentroot@dnsv2server:/var/www/parablu_installables/scripts/parablu_deployment# cd
]0;root@dnsv2server: ~root@dnsv2server:~# cd /var/www/parablu_installables/scripts/parablu_deployment/2.5.3_SCRIPTS/koti/
]0;root@dnsv2server: /var/www/parablu_installables/scripts/parablu_deployment/2.5.3_SCRIPTS/kotiroot@dnsv2server:/var/www/parablu_installables/scripts/parablu_deployment/2.5.3_SCRIPTS/koti# ls -lrth
total 314M
-rw-r--r-- 1 root root 314M Mar 19 18:24 [0m[01;31minstall.zip[0m
drwxr-xr-x 5 root root 4.0K Mar 27 12:12 [01;34mInstallable[0m
]0;root@dnsv2server: /var/www/parablu_installables/scripts/parablu_deployment/2.5.3_SCRIPTS/kotiroot@dnsv2server:/var/www/parablu_installables/scripts/parablu_deployment/2.5.3_SCRIPTS/koti# zip -r install.zip Installable/
updating: Installable/ (stored 0%)
updating: Installable/config/ (stored 0%)
updating: Installable/config/parablu_config.sh (deflated 50%)
updating: Installable/config/parablu_component_config.sh (deflated 69%)
updating: Installable/installables/ (stored 0%)
updating: Installable/installables/rarlinux-x64-5.1.1.tar.gz (deflated 0%)
updating: Installable/installables/ca.key (deflated 24%)
updating: Installable/installables/index.html (stored 0%)
updating: Installable/installables/solr/ (stored 0%)
updating: Installable/installables/solr/core1/ (stored 0%)
updating: Installable/installables/solr/core1/README.txt (deflated 53%)
updating: Installable/installables/solr/core1/conf/ (stored 0%)
updating: Installable/installables/solr/core1/conf/schema.xml (deflated 79%)
updating: Installable/installables/solr/core1/conf/currency.xml (deflated 62%)
updating: Installable/installables/solr/core1/conf/update-script.js (deflated 51%)
updating: Installable/installables/solr/core1/conf/elevate.xml (deflated 46%)
updating: Installable/installables/solr/core1/conf/mapping-FoldToASCII.txt (deflated 80%)
updating: Installable/installables/solr/core1/conf/spellings.txt (stored 0%)
updating: Installable/installables/solr/core1/conf/admin-extra.menu-bottom.html (stored 0%)
updating: Installable/installables/solr/core1/conf/admin-extra.menu-top.html (stored 0%)
updating: Installable/installables/solr/core1/conf/xslt/ (stored 0%)
updating: Installable/installables/solr/core1/conf/xslt/luke.xsl (deflated 81%)
updating: Installable/installables/solr/core1/conf/xslt/example.xsl (deflated 63%)
updating: Installable/installables/solr/core1/conf/xslt/example_rss.xsl (deflated 56%)
updating: Installable/installables/solr/core1/conf/xslt/updateXml.xsl (deflated 58%)
updating: Installable/installables/solr/core1/conf/xslt/example_atom.xsl (deflated 55%)
updating: Installable/installables/solr/core1/conf/lang/ (stored 0%)
updating: Installable/installables/solr/core1/conf/lang/stopwords_id.txt (deflated 62%)
updating: Installable/installables/solr/core1/conf/lang/stopwords_es.txt (deflated 68%)
updating: Installable/installables/solr/core1/conf/lang/contractions_ca.txt (deflated 19%)
updating: Installable/installables/solr/core1/conf/lang/stopwords_fa.txt (deflated 56%)
updating: Installable/installables/solr/core1/conf/lang/stopwords_it.txt (deflated 69%)
updating: Installable/installables/solr/core1/conf/lang/stopwords_lv.txt (deflated 50%)
updating: Installable/installables/solr/core1/conf/lang/stopwords_no.txt (deflated 68%)
updating: Installable/installables/solr/core1/conf/lang/stopwords_pt.txt (deflated 66%)
updating: Installable/installables/solr/core1/conf/lang/contractions_it.txt (deflated 33%)
updating: Installable/installables/solr/core1/conf/lang/stopwords_da.txt (deflated 59%)
updating: Installable/installables/solr/core1/conf/lang/userdict_ja.txt (deflated 47%)
updating: Installable/installables/solr/core1/conf/lang/stopwords_nl.txt (deflated 62%)
updating: Installable/installables/solr/core1/conf/lang/stopwords_en.txt (deflated 44%)
updating: Installable/installables/solr/core1/conf/lang/contractions_ga.txt (deflated 15%)
updating: Installable/installables/solr/core1/conf/lang/stopwords_ar.txt (deflated 48%)
updating: Installable/installables/solr/core1/conf/lang/hyphenations_ga.txt (deflated 14%)
updating: Installable/installables/solr/core1/conf/lang/stopwords_ca.txt (deflated 52%)
updating: Installable/installables/solr/core1/conf/lang/stoptags_ja.txt (deflated 62%)
updating: Installable/installables/solr/core1/conf/lang/stopwords_hy.txt (deflated 44%)
updating: Installable/installables/solr/core1/conf/lang/contractions_fr.txt (deflated 23%)
updating: Installable/installables/solr/core1/conf/lang/stopwords_fi.txt (deflated 62%)
updating: Installable/installables/solr/core1/conf/lang/stopwords_th.txt (deflated 59%)
updating: Installable/installables/solr/core1/conf/lang/stopwords_ga.txt (deflated 48%)
updating: Installable/installables/solr/core1/conf/lang/stopwords_fr.txt (deflated 65%)
updating: Installable/installables/solr/core1/conf/lang/stopwords_sv.txt (deflated 64%)
updating: Installable/installables/solr/core1/conf/lang/stopwords_eu.txt (deflated 55%)
updating: Installable/installables/solr/core1/conf/lang/stopwords_de.txt (deflated 67%)
updating: Installable/installables/solr/core1/conf/lang/stopwords_hu.txt (deflated 47%)
updating: Installable/installables/solr/core1/conf/lang/stopwords_tr.txt (deflated 49%)
updating: Installable/installables/solr/core1/conf/lang/stopwords_ro.txt (deflated 52%)
updating: Installable/installables/solr/core1/conf/lang/stemdict_nl.txt (deflated 25%)
updating: Installable/installables/solr/core1/conf/lang/stopwords_el.txt (deflated 53%)
updating: Installable/installables/solr/core1/conf/lang/stopwords_cz.txt (deflated 44%)
updating: Installable/installables/solr/core1/conf/lang/stopwords_gl.txt (deflated 54%)
updating: Installable/installables/solr/core1/conf/lang/stopwords_bg.txt (deflated 58%)
updating: Installable/installables/solr/core1/conf/lang/stopwords_hi.txt (deflated 64%)
updating: Installable/installables/solr/core1/conf/lang/stopwords_ru.txt (deflated 65%)
updating: Installable/installables/solr/core1/conf/lang/stopwords_ja.txt (deflated 49%)
updating: Installable/installables/solr/core1/conf/protwords.txt (deflated 45%)
updating: Installable/installables/solr/core1/conf/scripts.conf (deflated 43%)
updating: Installable/installables/solr/core1/conf/synonyms.txt (deflated 45%)
updating: Installable/installables/solr/core1/conf/stopwords.txt (deflated 42%)
updating: Installable/installables/solr/core1/conf/admin-extra.html (deflated 44%)
updating: Installable/installables/solr/core1/conf/mapping-ISOLatin1Accent.txt (deflated 64%)
updating: Installable/installables/solr/core1/conf/solrconfig.xml (deflated 72%)
updating: Installable/installables/solr/core1/conf/velocity/ (stored 0%)
updating: Installable/installables/solr/core1/conf/velocity/hitGrouped.vm (deflated 55%)
updating: Installable/installables/solr/core1/conf/velocity/query.vm (deflated 60%)
updating: Installable/installables/solr/core1/conf/velocity/facet_fields.vm (deflated 48%)
updating: Installable/installables/solr/core1/conf/velocity/main.css (deflated 68%)
updating: Installable/installables/solr/core1/conf/velocity/layout.vm (deflated 55%)
updating: Installable/installables/solr/core1/conf/velocity/join-doc.vm (deflated 27%)
updating: Installable/installables/solr/core1/conf/velocity/facet_ranges.vm (deflated 53%)
updating: Installable/installables/solr/core1/conf/velocity/suggest.vm (deflated 10%)
updating: Installable/installables/solr/core1/conf/velocity/VM_global_library.vm (deflated 72%)
updating: Installable/installables/solr/core1/conf/velocity/browse.vm (deflated 69%)
updating: Installable/installables/solr/core1/conf/velocity/product-doc.vm (deflated 54%)
updating: Installable/installables/solr/core1/conf/velocity/queryGroup.vm (deflated 58%)
updating: Installable/installables/solr/core1/conf/velocity/footer.vm (deflated 59%)
updating: Installable/installables/solr/core1/conf/velocity/header.vm (deflated 17%)
updating: Installable/installables/solr/core1/conf/velocity/clusterResults.vm (deflated 49%)
updating: Installable/installables/solr/core1/conf/velocity/richtext-doc.vm (deflated 66%)
updating: Installable/installables/solr/core1/conf/velocity/jquery.autocomplete.css (deflated 48%)
updating: Installable/installables/solr/core1/conf/velocity/debug.vm (deflated 51%)
updating: Installable/installables/solr/core1/conf/velocity/facet_pivot.vm (deflated 27%)
updating: Installable/installables/solr/core1/conf/velocity/facets.vm (deflated 51%)
updating: Installable/installables/solr/core1/conf/velocity/querySpatial.vm (deflated 62%)
updating: Installable/installables/solr/core1/conf/velocity/tabs.vm (deflated 52%)
updating: Installable/installables/solr/core1/conf/velocity/hit.vm (deflated 40%)
updating: Installable/installables/solr/core1/conf/velocity/head.vm (deflated 56%)
updating: Installable/installables/solr/core1/conf/velocity/facet_queries.vm (deflated 28%)
updating: Installable/installables/solr/core1/conf/velocity/cluster.vm (deflated 31%)
updating: Installable/installables/solr/core1/conf/velocity/jquery.autocomplete.js (deflated 68%)
updating: Installable/installables/solr/solr.xml (deflated 85%)
updating: Installable/installables/logrotate/ (stored 0%)
updating: Installable/installables/logrotate/portal.logrotate (deflated 23%)
updating: Installable/installables/logrotate/rotate_activemq.sh (deflated 39%)
updating: Installable/installables/logrotate/rotate_catalina_job1_localhost.sh (deflated 41%)
updating: Installable/installables/logrotate/memcache.logrotate (deflated 51%)
updating: Installable/installables/logrotate/apache2.logrotate (deflated 48%)
updating: Installable/installables/logrotate/rotate_catalina_job1.sh (deflated 42%)
updating: Installable/installables/logrotate/rotate_catalina_pcb1.sh (deflated 42%)
updating: Installable/installables/logrotate/rotate_portal.sh (deflated 38%)
updating: Installable/installables/logrotate/rotate_mongodb.sh (deflated 37%)
updating: Installable/installables/logrotate/mongodb-backup.logrotate (deflated 45%)
updating: Installable/installables/logrotate/tomcat-pcb1.logrotate (deflated 52%)
updating: Installable/installables/logrotate/rotate_pcb1.sh (deflated 41%)
updating: Installable/installables/logrotate/mongodb.logrotate (deflated 29%)
updating: Installable/installables/logrotate/tomcat-job1.logrotate (deflated 52%)
updating: Installable/installables/logrotate/rotate_mongodb_backup.sh (deflated 38%)
updating: Installable/installables/logrotate/rotate_apache2.sh (deflated 36%)
updating: Installable/installables/logrotate/tomcat_catalina-pcb1.logrotate (deflated 52%)
updating: Installable/installables/logrotate/rotate_job1.sh (deflated 41%)
updating: Installable/installables/logrotate/rotate_memcache.sh (deflated 38%)
updating: Installable/installables/logrotate/tomcat_catalina-job1-localhost.logrotate (deflated 51%)
updating: Installable/installables/logrotate/tomcat_catalina-job1.logrotate (deflated 51%)
updating: Installable/installables/logrotate/activemq.logrotate (deflated 52%)
updating: Installable/installables/logrotate/rotate_catalina_pcb1_localhost.sh (deflated 41%)
updating: Installable/installables/logrotate/tomcat_catalina-pcb1-localhost.logrotate (deflated 52%)
updating: Installable/installables/patch/ (stored 0%)
updating: Installable/installables/patch/2.2.83_0.zip (stored 0%)
updating: Installable/installables/bulkCreateUsers.xlsx (deflated 14%)
updating: Installable/installables/apache-tomcat-9.0.24.tar.gz (deflated 0%)
updating: Installable/installables/ServerInfo.properties (stored 0%)
updating: Installable/installables/cert_file.sh (deflated 61%)
updating: Installable/installables/local_policy.jar (deflated 13%)
updating: Installable/installables/US_export_policy.jar (deflated 14%)
updating: Installable/installables/tomcat-pg1 (deflated 58%)
updating: Installable/installables/tomcat-job1 (deflated 58%)
updating: Installable/installables/PHPAppForSharePointMaster/ (stored 0%)
updating: Installable/installables/PHPAppForSharePointMaster/PHP/ (stored 0%)
updating: Installable/installables/PHPAppForSharePointMaster/PHP/composer.json (deflated 28%)
updating: Installable/installables/PHPAppForSharePointMaster/PHP/index.php (deflated 62%)
updating: Installable/installables/PHPAppForSharePointMaster/PHP/SharePoint.php (deflated 62%)
updating: Installable/installables/PHPAppForSharePointMaster/PHP/config.php (deflated 47%)
updating: Installable/installables/PHPAppForSharePointMaster/loc/ (stored 0%)
updating: Installable/installables/PHPAppForSharePointMaster/loc/README-ja-JP.md (deflated 69%)
updating: Installable/installables/PHPAppForSharePointMaster/LICENSE.txt (deflated 42%)
updating: Installable/installables/PHPAppForSharePointMaster/.gitignore (deflated 40%)
updating: Installable/installables/PHPAppForSharePointMaster/.settings/ (stored 0%)
updating: Installable/installables/PHPAppForSharePointMaster/.settings/org.eclipse.php.core.prefs (deflated 14%)
updating: Installable/installables/PHPAppForSharePointMaster/.settings/org.eclipse.wst.common.project.facet.core.xml (deflated 53%)
updating: Installable/installables/PHPAppForSharePointMaster/.settings/org.eclipse.php.ui.prefs (deflated 18%)
updating: Installable/installables/PHPAppForSharePointMaster/.buildpath (deflated 30%)
updating: Installable/installables/PHPAppForSharePointMaster/README.md (deflated 65%)
updating: Installable/installables/PHPAppForSharePointMaster/PHPAppSharePoint diagram.png (deflated 25%)
updating: Installable/installables/PHPAppForSharePointMaster/hello.php (deflated 48%)
updating: Installable/installables/PHPAppForSharePointMaster/AppPackage.app (deflated 8%)
updating: Installable/installables/PHPAppForSharePointMaster/.project (deflated 66%)
updating: Installable/installables/ca.crt (deflated 26%)
updating: Installable/installables/cacerts (deflated 32%)
updating: Installable/installables/openssl-1.0.2g.tar.gz (deflated 0%)
updating: Installable/installables/apache-activemq-5.11.1-bin.tar.gz (deflated 0%)
updating: Installable/installables/parabluKey (deflated 22%)
updating: Installable/installables/ca.der (stored 0%)
updating: Installable/installables/bulkBlockUnblockDeleteDevices.xlsx (deflated 15%)
updating: Installable/installables/js/ (stored 0%)
updating: Installable/installables/js/msexchange.js (deflated 5%)
updating: Installable/installables/js/privacy_gateway.js (deflated 69%)
updating: Installable/installables/js/parablu_table.js (deflated 68%)
updating: Installable/installables/js/blukrypt_tables.js (deflated 22%)
updating: Installable/installables/js/jobconfig.js (deflated 77%)
updating: Installable/installables/js/bluvault.js (deflated 62%)
updating: Installable/installables/js/update_mongo.sh (deflated 44%)
updating: Installable/installables/js/standalone_msjob_job.js (deflated 60%)
updating: Installable/installables/js/lite_version.js (deflated 57%)
updating: Installable/installables/js/parablu001_table.js (deflated 79%)
updating: Installable/installables/js/sync_jobconfig.js (deflated 29%)
updating: Installable/installables/js/support_tables.js (deflated 3%)
updating: Installable/installables/js/msjob_policy.js (deflated 59%)
updating: Installable/installables/js/portal_property.js (deflated 59%)
updating: Installable/installables/js/parablumsg_tables.js (deflated 9%)
updating: Installable/installables/js/pmongoiso.sh (deflated 65%)
updating: Installable/installables/js/auth_mongo.js (deflated 8%)
updating: Installable/installables/js/msjob_job.js (deflated 33%)
updating: Installable/installables/module-local.sh (deflated 86%)
updating: Installable/installables/bulkBlockUnblockDeleteUsers.xlsx (deflated 15%)
updating: Installable/installables/tomcat-pcb1 (deflated 58%)
updating: Installable/installables/mongod.conf (deflated 48%)
updating: Installable/scripts/ (stored 0%)
updating: Installable/scripts/activemq_service.sh (deflated 73%)
updating: Installable/scripts/letsencrypt_install.sh (deflated 54%)
updating: Installable/scripts/pre_requisite.sh (deflated 58%)
updating: Installable/scripts/mongo_service.sh (deflated 69%)
updating: Installable/scripts/wipro_pg_replace.sh (deflated 57%)
updating: Installable/scripts/utilities/ (stored 0%)
updating: Installable/scripts/utilities/updateStorageMismatch.sh (deflated 11%)
updating: Installable/scripts/utilities/job_enable.sh (deflated 31%)
updating: Installable/scripts/utilities/master_ssh_config.sh (deflated 61%)
updating: Installable/scripts/utilities/delete_azure_logs.sh (deflated 15%)
updating: Installable/scripts/utilities/updateStorageMismatch.js (deflated 58%)
updating: Installable/scripts/utilities/slave_ssh_config.sh (deflated 60%)
updating: Installable/scripts/utilities/job_disable.sh (deflated 31%)
updating: Installable/scripts/utilities/cron_change.sh (deflated 21%)
updating: Installable/scripts/utilities/BACKBLAZE_INSTALLABLE/ (stored 0%)
updating: Installable/scripts/utilities/BACKBLAZE_INSTALLABLE/backblaze_install.sh (deflated 71%)
updating: Installable/scripts/utilities/BACKBLAZE_INSTALLABLE/backblaze_deb/ (stored 0%)
updating: Installable/scripts/utilities/BACKBLAZE_INSTALLABLE/backblaze_deb/python3-arrow_0.10.0-1_all.deb (deflated 0%)
updating: Installable/scripts/utilities/BACKBLAZE_INSTALLABLE/backblaze_deb/backblaze-b2_1.1.0-1_all.deb (deflated 0%)
updating: Installable/scripts/utilities/BACKBLAZE_INSTALLABLE/backblaze_deb/python3-logfury_0.1.2-1_all.deb (deflated 2%)
updating: Installable/scripts/utilities/BACKBLAZE_INSTALLABLE/backblaze_deb/python3-funcsigs_1.0.2-4_all.deb (deflated 1%)
updating: Installable/scripts/utilities/BACKBLAZE_INSTALLABLE/backblaze_deb/python3-dateutil_2.6.1-1_all.deb (deflated 0%)
updating: Installable/scripts/utilities/BACKBLAZE_INSTALLABLE/backblaze_deb/python3-tqdm_4.19.5-1_all.deb (deflated 0%)
updating: Installable/scripts/blukrypt_service.sh (deflated 86%)
updating: Installable/scripts/executivesummary-0.0.1-SNAPSHOT.jar (deflated 13%)
updating: Installable/scripts/job_enable.sh (deflated 54%)
updating: Installable/scripts/backblaze_agentupdate.sh (deflated 64%)
updating: Installable/scripts/restart_service_cron.sh (deflated 65%)
updating: Installable/scripts/liteversion.sh (deflated 30%)
updating: Installable/scripts/deb_install_ub18.sh (deflated 78%)
updating: Installable/scripts/secondary_mongo_service.sh (deflated 62%)
updating: Installable/scripts/new_vapt.sh (deflated 68%)
updating: Installable/scripts/wipro_blukrypt_release.sh (deflated 74%)
updating: Installable/scripts/couch_service.sh (deflated 63%)
updating: Installable/scripts/downloadinstall.sh (deflated 71%)
updating: Installable/scripts/backblaze_scriptutil.sh (deflated 62%)
updating: Installable/scripts/logrotate/ (stored 0%)
updating: Installable/scripts/logrotate/rotate_activemq.sh (deflated 39%)
updating: Installable/scripts/logrotate/rotate_catalina_job1_localhost.sh (deflated 41%)
updating: Installable/scripts/logrotate/rotate_catalina_job1.sh (deflated 42%)
updating: Installable/scripts/logrotate/moveToArchive.sh (deflated 56%)
updating: Installable/scripts/logrotate/rotate_catalina_pcb1.sh (deflated 42%)
updating: Installable/scripts/logrotate/rotate_portal.sh (deflated 38%)
updating: Installable/scripts/logrotate/rotate_mongodb.sh (deflated 37%)
updating: Installable/scripts/logrotate/rotate_pcb1.sh (deflated 41%)
updating: Installable/scripts/logrotate/rotate_mongodb_backup.sh (deflated 38%)
updating: Installable/scripts/logrotate/archive_backup_v2.sh (deflated 80%)
updating: Installable/scripts/logrotate/rotate_apache2.sh (deflated 36%)
updating: Installable/scripts/logrotate/rotate_job1.sh (deflated 41%)
updating: Installable/scripts/logrotate/rotate_memcache.sh (deflated 38%)
updating: Installable/scripts/logrotate/rotate_catalina_pcb1_localhost.sh (deflated 41%)
updating: Installable/scripts/tomcat_service.sh (deflated 63%)
updating: Installable/scripts/health_check/ (stored 0%)
updating: Installable/scripts/health_check/common_health_check.sh (deflated 75%)
updating: Installable/scripts/health_check/mongo_health_check.sh (deflated 73%)
updating: Installable/scripts/health_check/watchdog_common_functions.sh (deflated 71%)
updating: Installable/scripts/health_check/watchdog_service.sh (deflated 82%)
updating: Installable/scripts/health_check/msjob_health_check.sh (deflated 73%)
updating: Installable/scripts/health_check/restartalert.txt (deflated 5%)
updating: Installable/scripts/health_check/blukrypt_health_check.sh (deflated 67%)
updating: Installable/scripts/health_check/finalalertmailcontent.txt (deflated 28%)
updating: Installable/scripts/health_check/watchdog_config.sh (deflated 55%)
updating: Installable/scripts/health_check/paracloud_health_check.sh (deflated 72%)
updating: Installable/scripts/health_check/health_check.sh (deflated 82%)
updating: Installable/scripts/health_check/alertmailcontent.txt (deflated 22%)
updating: Installable/scripts/health_check/enable_pgoverloadlimit.js (deflated 15%)
updating: Installable/scripts/health_check/consolidate/ (stored 0%)
updating: Installable/scripts/health_check/consolidate/watchdog_merged.sh (deflated 63%)
updating: Installable/scripts/health_check/afterfinalalertmailcontent.txt (deflated 28%)
updating: Installable/scripts/health_check/disable_pgoverloadlimit.js (deflated 45%)
updating: Installable/scripts/health_check/statistics_collector.sh (deflated 88%)
updating: Installable/scripts/pg_check.sh (deflated 59%)
updating: Installable/scripts/exec_summary.sh (deflated 78%)
updating: Installable/scripts/mongo_restore.sh (deflated 68%)
updating: Installable/scripts/vapt_install.sh (deflated 69%)
updating: Installable/scripts/EncryptAndDecypt.jar (deflated 20%)
updating: Installable/scripts/php_service.sh (deflated 73%)
updating: Installable/scripts/primary_mongo_service.sh (deflated 76%)
updating: Installable/scripts/job_disable.js (deflated 15%)
updating: Installable/scripts/exec_summary.js (deflated 76%)
updating: Installable/scripts/install.sh (deflated 82%)
updating: Installable/scripts/AGENT_UPGRADE/ (stored 0%)
updating: Installable/scripts/AGENT_UPGRADE/getNewVersion.sh (deflated 54%)
updating: Installable/scripts/AGENT_UPGRADE/windowsUpgrade.sh (deflated 71%)
updating: Installable/scripts/AGENT_UPGRADE/config.properties (deflated 42%)
updating: Installable/scripts/AGENT_UPGRADE/getOldVersion.sh (deflated 49%)
updating: Installable/scripts/AGENT_UPGRADE/update_functions.sh (deflated 72%)
updating: Installable/scripts/AGENT_UPGRADE/update.sh (deflated 48%)
updating: Installable/scripts/AGENT_UPGRADE/revertWindowsUpgrade.sh (deflated 62%)
updating: Installable/scripts/AGENT_UPGRADE/revert.sh (deflated 60%)
updating: Installable/scripts/AGENT_UPGRADE/update.log (deflated 78%)
updating: Installable/scripts/AGENT_UPGRADE/restart_agent_update.sh (deflated 16%)
updating: Installable/scripts/AGENT_UPGRADE/backupservice.sh (deflated 48%)
updating: Installable/scripts/paracloud_service.sh (deflated 86%)
updating: Installable/scripts/chunk_delete.sh (deflated 22%)
updating: Installable/scripts/service-parablu.sh (deflated 80%)
updating: Installable/scripts/CheckBackupSize.jar (deflated 11%)
updating: Installable/scripts/upgradeinstall.sh (deflated 3%)
updating: Installable/scripts/runinstall.sh (deflated 76%)
updating: Installable/scripts/reports.sh (deflated 76%)
updating: Installable/scripts/memcached_service.sh (deflated 68%)
updating: Installable/scripts/offlineinstall.sh (deflated 74%)
updating: Installable/scripts/job_enable.js (deflated 15%)
updating: Installable/scripts/portal_service.sh (deflated 72%)
updating: Installable/scripts/enable_ntp.sh (deflated 66%)
updating: Installable/scripts/apache_service.sh (deflated 70%)
updating: Installable/scripts/wipro_paracloud_release.sh (deflated 74%)
updating: Installable/scripts/backblaze_serverupgrade.sh (deflated 70%)
updating: Installable/scripts/mongo_full_backup.sh (deflated 78%)
updating: Installable/scripts/job_disable.sh (deflated 53%)
updating: Installable/scripts/PULL_LOGS/ (stored 0%)
updating: Installable/scripts/PULL_LOGS/EncryptAndDecypt.jar (deflated 20%)
updating: Installable/scripts/PULL_LOGS/pull_logs.sh (deflated 68%)
updating: Installable/scripts/common_service.sh (deflated 66%)
updating: Installable/scripts/BACKBLAZE_AUTOMATION/ (stored 0%)
updating: Installable/scripts/BACKBLAZE_AUTOMATION/PullAgentRequest.sh (deflated 65%)
updating: Installable/scripts/BACKBLAZE_AUTOMATION/ChangeIncoming.sh (deflated 51%)
updating: Installable/scripts/BACKBLAZE_AUTOMATION/AgentLogsUtilityNew.jar (deflated 11%)
updating: Installable/scripts/BACKBLAZE_AUTOMATION/GetAgentRequest.sh (deflated 65%)
updating: Installable/scripts/BACKBLAZE_AUTOMATION/ChangeCloudValidity.sh (deflated 49%)
updating: Installable/scripts/BACKBLAZE_AUTOMATION/getlog_config.txt (deflated 27%)
updating: Installable/scripts/BACKBLAZE_AUTOMATION/pull_config.txt (deflated 27%)
updating: Installable/scripts/BACKBLAZE_AUTOMATION/incoming_thread.js (deflated 14%)
updating: Installable/scripts/BACKBLAZE_AUTOMATION/ChangeOutgoing.sh (deflated 51%)
updating: Installable/scripts/BACKBLAZE_AUTOMATION/cloud_vailidity.js (deflated 1%)
updating: Installable/scripts/BACKBLAZE_AUTOMATION/outgoing_thread.js (deflated 14%)
updating: Installable/scripts/BACKBLAZE_AUTOMATION/pb_action.sh (deflated 86%)
updating: Installable/scripts/new_executive_summary.sh (deflated 45%)
updating: Installable/scripts/summary/ (stored 0%)
updating: Installable/scripts/summary/dummy.txt (stored 0%)
updating: Installable/scripts/ubuntu_service.sh (deflated 71%)
updating: Installable/scripts/modsecurity.sh (deflated 78%)
updating: Installable/scripts/logos/ (stored 0%)
updating: Installable/installables/js/pull.js (deflated 67%)
  adding: Installable/installables/all_deb_single.zip (stored 0%)
  adding: Installable/installables/all_deb_pcbk.zip (stored 0%)
  adding: Installable/installables/all_deb_blukrypt.zip (stored 0%)
  adding: Installable/installables/all_deb_mongo.zip (stored 0%)
  adding: Installable/installables/all_deb_paracloud.zip (stored 0%)
  adding: Installable/typescript (deflated 90%)
]0;root@dnsv2server: /var/www/parablu_installables/scripts/parablu_deployment/2.5.3_SCRIPTS/kotiroot@dnsv2server:/var/www/parablu_installables/scripts/parablu_deployment/2.5.3_SCRIPTS/koti# ls
[0m[01;34mInstallable[0m  [01;31minstall.zip[0m
]0;root@dnsv2server: /var/www/parablu_installables/scripts/parablu_deployment/2.5.3_SCRIPTS/kotiroot@dnsv2server:/var/www/parablu_installables/scripts/parablu_deployment/2.5.3_SCRIPTS/koti# cd Installable/s[Kinstallables/
]0;root@dnsv2server: /var/www/parablu_installables/scripts/parablu_deployment/2.5.3_SCRIPTS/koti/Installable/installablesroot@dnsv2server:/var/www/parablu_installables/scripts/parablu