0% found this document useful (0 votes)
188 views

Conductor Log

The log file shows the configuration steps being performed on an Information Server engine container at startup. This includes modifying configuration files, changing passwords for administrative users, mounting directories from a dedicated volume, and linking directories between the container and volume locations. Any existing data is preserved from the previous run.

Uploaded by

Sai Siva Rohith
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
188 views

Conductor Log

The log file shows the configuration steps being performed on an Information Server engine container at startup. This includes modifying configuration files, changing passwords for administrative users, mounting directories from a dedicated volume, and linking directories between the container and volume locations. Any existing data is preserved from the previous run.

Uploaded by

Sai Siva Rohith
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 17

[root@giggly1 ~]# oc logs is-en-conductor-0 -c iis-en-conductor

+++ which /opt/ug-setup-engine.sh


++ dirname /opt/ug-setup-engine.sh
+ basedir=/opt
+ IIS_HOME=/opt/IBM/InformationServer
+ ASBNODE_HOME=/opt/IBM/InformationServer/ASBNode
+ ASBSERVER_HOME=/opt/IBM/InformationServer/ASBServer
+ IS_SERVER=is-servicesdocker
+ DS_ENGINE=is-en-conductor-0.en-cond
+ IADB_HOST=IS-EN-CONDUCTOR-0.EN-COND
+ IS_PORT=9446
+ IS_ADMIN=isadmin
+ misName=is-en-conductor-0.en-cond
+ scriptDir=/opt
+ DSADM=dsadm
+ IAUSER=iauser
+ XMETA_SERVER=is-xmetadocker
+ XMETA_PORT=50000
+ IA_DEFAULT_APT=/opt/IBM/InformationServer/Server/Configurations/ia.apt
+
IA_DYNAMIC_1COMPUTE_APT=/opt/IBM/InformationServer/Server/Configurations/IA_Dynamic
_1Compute.apt
+ set +x
+ sed -i 's/tail -f/#tail -f/g'
/opt/IBM/InformationServer/initScripts/startcontainer.sh
+ sed -i s/wait/#wait/g /opt/IBM/InformationServer/initScripts/startcontainer.sh
+ sed -i s/IS_USER/isadmin/g
/opt/IBM/InformationServer/initScripts/readiness_probe.sh
+ sed -i s/IS_PWD/gYQxFi0vTi/g
/opt/IBM/InformationServer/initScripts/readiness_probe.sh
+ sed -i s/IS_PORT/9446/g /opt/IBM/InformationServer/initScripts/readiness_probe.sh
+ sed -i 's/<Parameter name="MemoryCap"\(.*\)\/>/<Parameter name="MemoryCap"
value="80" \/>/g' /mnt/dedicated_vol/Engine/is-en-conductor-
0/DSWLM/dist/lib/wlm.config.xml
+ sed -i 's/<Resource name="JobCount"\(.*\)\/>/<Resource name="JobCount" value="10"
\/>/g' /mnt/dedicated_vol/Engine/is-en-conductor-0/DSWLM/dist/lib/wlm.config.xml
+ sed -i 's/<Resource name="StartJob"\(.*\)\/>/<Resource name="StartJob" value="20"
timeFrame="10" \/>/g' /mnt/dedicated_vol/Engine/is-en-conductor-
0/DSWLM/dist/lib/wlm.config.xml
+ sed -i 's@<Parameter name=\"metricsEnabled\" value=\"false\" />@<Parameter
name=\"metricsEnabled\" value=\"true\" />@'
/opt/IBM/InformationServer/Server/DSWLM/dist/lib/wlm.config.xml
+ sed -i s/InforrmationServer/InformationServer/g /mnt/dedicated_vol/Engine/is-en-
conductor-0/DSEngine/isjdbc.config
+ sed -i s/#handlers/handlers/g /opt/IBM/InformationServer/ASBNode/conf/asbagent-
logging.properties
+ sed -i
s/handlers=java.util.logging.FileHandler/#handlers=java.util.logging.FileHandler/g
/opt/IBM/InformationServer/ASBNode/conf/asbagent-logging.properties
+ sed -i s/#java/java/g /opt/IBM/InformationServer/ASBNode/conf/asbagent-
logging.properties
+ sed -i
s/java.util.logging.ConsoleHandler.level=INFO/java.util.logging.ConsoleHandler.leve
l=ALL/g /opt/IBM/InformationServer/ASBNode/conf/asbagent-logging.properties
+ set +x
Changing password for user iauser.
Changing password for iauser.
passwd: all authentication tokens updated successfully.
Changing password for user dsadm.
Changing password for dsadm.
passwd: all authentication tokens updated successfully.
(current) UNIX password: New password: Retype new password: (current) UNIX
password: New password: Retype new password: +
/opt/IBM/InformationServer/initScripts/startcontainer.sh
+ SIGNALS_TRAPPED=(INT HUP QUIT TERM STOP)
+ declare -a SIGNALS_TRAPPED
+ trap shudown_hook INT HUP QUIT TERM STOP
++ id -u
###### INFO: Start nonroot configuration...
###### INFO: Setting Node Agent nonroot...
###### INFO: Setting DFD server nonroot administration...
+ [[ 10032 != 0 ]]
+ echo '###### INFO: Start nonroot configuration...'
+ echo '###### INFO: Setting Node Agent nonroot...'
+ echo '###### INFO: Setting DFD server nonroot administration...'
+ set +x
###### WARNING: Current /sys/fs/cgroup/pids/pids.max value is '8192' and should be
set to >=12288. For more details refer https://www-
03preprod.ibm.com/support/knowledgecenter/SSQNUZ_3.0.1/cpd/install/node-
settings.html#node-settings__kernel
/mnt/dedicated_vol/Engine/is-en-conductor-0/Server/Projects already exists
Re-instating links to engine dedicated volume data
+ BKP_FILE=engine-services.tar.gz
+ CONF_FILE=asbnodeConf.tar.gz
+ BKP_STORE=/opt/IBM/InformationServer/engine-bkp
+ BIN_DIRS='biginsights branded_odbc Configurations DataClick DSComponents Dsdk
DSEngine DSODB DSOMD DSParallel DSSIEBELConnections DSWLM ESDB JCLTemplates
MsgHandlers odpp PXEngine Template'
+ BIN_FILES='odbc_generator.sh Template.ini'
+ CONF_DIRS=ASBNode/conf
+ CONF_DIR_LIST=("$CONF_DIRS")
+ declare -a CONF_DIR_LIST
+ DATA_DIRS='Projects StagingArea Configurations DSOMD DSODB/logs DSWLM/logs'
+ DATA_DIR_LIST=("$DATA_DIRS")
+ declare -a DATA_DIR_LIST
+ DATA_FILES='.odbc.ini DSAuditTrace.log dsenv UV.ACCOUNT .uvconfig uvconfig
isjdbc.config ishdfs.config hadoop.env initHadoop.sh initHadoop_Cloudera.sh'
+ DATA_FILE_LIST=($DATA_FILES)
+ declare -a DATA_FILE_LIST
+ RESOURCE_DIRS=Datasets
+ RESOURCE_DIR_LIST=($RESOURCE_DIRS)
+ declare -a RESOURCE_DIR_LIST
+ installdir=/opt/IBM/InformationServer
+ serverdir=/opt/IBM/InformationServer/Server
+ enginedir=/opt/IBM/InformationServer/Server/DSEngine
+ DEDICATED_VOL_MOUNT=/mnt/dedicated_vol/Engine/is-en-conductor-0
+ datamountdir=/mnt/dedicated_vol/Engine/is-en-conductor-0
+ resourcemountdir=/mnt/dedicated_vol/Engine/is-en-conductor-0
+ mkdir -p /mnt/dedicated_vol/Engine/temp
+ chmod -R 755 /mnt/dedicated_vol/Engine/temp
+ chown -R dsadm:dstage /mnt/dedicated_vol/Engine/temp
+ mkdir -p /opt/IBM/InformationServer/Server/Scratch
+ chmod -R 755 /opt/IBM/InformationServer/Server/Scratch
+ chown -R dsadm:dstage /opt/IBM/InformationServer/Server/Scratch
+ chown -R dsadm:dstage /mnt/dedicated_vol/Engine/is-en-conductor-0
+ [[ -e /mnt/dedicated_vol/Engine/is-en-conductor-0/ASBNode/conf ]]
+ for confdir in '${CONF_DIR_LIST[@]}'
+ /bin/rmdir /opt/IBM/InformationServer/ASBNode/conf
/bin/rmdir: failed to remove �/opt/IBM/InformationServer/ASBNode/conf�: Directory
not empty
+ /bin/rm -rf /opt/IBM/InformationServer/ASBNode/conf
+ ln -s /mnt/dedicated_vol/Engine/is-en-conductor-0/ASBNode/conf
/opt/IBM/InformationServer/ASBNode/conf
+ chmod 775 /opt/IBM/InformationServer/ASBNode/conf
+ [[ -f /mnt/dedicated_vol/Engine/is-en-conductor-0/Projects/.linksCreated ]]
+ echo '/mnt/dedicated_vol/Engine/is-en-conductor-0/Projects already exists'
/mnt/dedicated_vol/Engine/is-en-conductor-0/Projects already exists
+ newdb=false
+ '[' '!' -f /home/dsadm/.extractComplete ']'
+ cd /home
+ tar -xvf /home/dsadm.tar
dsadm/
dsadm/.bash_logout
dsadm/.bash_profile
dsadm/.bashrc
dsadm/ds_logs/
tar: dsadm: Cannot utime: Operation not permitted
tar: dsadm: Cannot change mode to rwxr-xr-x: Operation not permitted
tar: Exiting with failure status due to previous errors
+ touch /home/dsadm/.extractComplete
+ for dir in '${DATA_DIR_LIST[@]}'
+ /bin/rmdir /opt/IBM/InformationServer/Server/Projects
/bin/rmdir: failed to remove �/opt/IBM/InformationServer/Server/Projects�: No such
file or directory
+ /bin/rm -f /opt/IBM/InformationServer/Server/Projects
+ ln -s /mnt/dedicated_vol/Engine/is-en-conductor-0/Projects
/opt/IBM/InformationServer/Server/Projects
+ chmod 775 /opt/IBM/InformationServer/Server/Projects
++ readlink -f /mnt/dedicated_vol/Engine/is-en-conductor-0/Projects
+ [[ ! -e /mnt/dedicated_vol/Engine/is-en-conductor-0/Projects ]]
+ for dir in '${DATA_DIR_LIST[@]}'
+ /bin/rmdir /opt/IBM/InformationServer/Server/StagingArea
/bin/rmdir: failed to remove �/opt/IBM/InformationServer/Server/StagingArea�: No
such file or directory
+ /bin/rm -f /opt/IBM/InformationServer/Server/StagingArea
+ ln -s /mnt/dedicated_vol/Engine/is-en-conductor-0/StagingArea
/opt/IBM/InformationServer/Server/StagingArea
+ chmod 775 /opt/IBM/InformationServer/Server/StagingArea
++ readlink -f /mnt/dedicated_vol/Engine/is-en-conductor-0/StagingArea
+ [[ ! -e /mnt/dedicated_vol/Engine/is-en-conductor-0/StagingArea ]]
+ for dir in '${DATA_DIR_LIST[@]}'
+ /bin/rmdir /opt/IBM/InformationServer/Server/Configurations
/bin/rmdir: failed to remove �/opt/IBM/InformationServer/Server/Configurations�: No
such file or directory
+ /bin/rm -f /opt/IBM/InformationServer/Server/Configurations
+ ln -s /mnt/dedicated_vol/Engine/is-en-conductor-0/Configurations
/opt/IBM/InformationServer/Server/Configurations
+ chmod 775 /opt/IBM/InformationServer/Server/Configurations
++ readlink -f /mnt/dedicated_vol/Engine/is-en-conductor-0/Configurations
+ [[ ! -e /mnt/dedicated_vol/Engine/is-en-conductor-0/Configurations ]]
+ for dir in '${DATA_DIR_LIST[@]}'
+ /bin/rmdir /opt/IBM/InformationServer/Server/DSOMD
/bin/rmdir: failed to remove �/opt/IBM/InformationServer/Server/DSOMD�: No such
file or directory
+ /bin/rm -f /opt/IBM/InformationServer/Server/DSOMD
+ ln -s /mnt/dedicated_vol/Engine/is-en-conductor-0/DSOMD
/opt/IBM/InformationServer/Server/DSOMD
+ chmod 775 /opt/IBM/InformationServer/Server/DSOMD
++ readlink -f /mnt/dedicated_vol/Engine/is-en-conductor-0/DSOMD
+ [[ ! -e /mnt/dedicated_vol/Engine/is-en-conductor-0/DSOMD ]]
+ for dir in '${DATA_DIR_LIST[@]}'
+ /bin/rmdir /opt/IBM/InformationServer/Server/DSODB/logs
/bin/rmdir: failed to remove �/opt/IBM/InformationServer/Server/DSODB/logs�: No
such file or directory
+ /bin/rm -f /opt/IBM/InformationServer/Server/DSODB/logs
+ ln -s /mnt/dedicated_vol/Engine/is-en-conductor-0/DSODB/logs
/opt/IBM/InformationServer/Server/DSODB/logs
+ chmod 775 /opt/IBM/InformationServer/Server/DSODB/logs
++ readlink -f /mnt/dedicated_vol/Engine/is-en-conductor-0/DSODB/logs
+ [[ ! -e /mnt/dedicated_vol/Engine/is-en-conductor-0/DSODB/logs ]]
+ for dir in '${DATA_DIR_LIST[@]}'
+ /bin/rmdir /opt/IBM/InformationServer/Server/DSWLM/logs
/bin/rmdir: failed to remove �/opt/IBM/InformationServer/Server/DSWLM/logs�:
Directory not empty
+ /bin/rm -f /opt/IBM/InformationServer/Server/DSWLM/logs
/bin/rm: cannot remove �/opt/IBM/InformationServer/Server/DSWLM/logs�: Is a
directory
+ ln -s /mnt/dedicated_vol/Engine/is-en-conductor-0/DSWLM/logs
/opt/IBM/InformationServer/Server/DSWLM/logs
+ chmod 775 /opt/IBM/InformationServer/Server/DSWLM/logs
++ readlink -f /mnt/dedicated_vol/Engine/is-en-conductor-0/DSWLM/logs
+ [[ ! -e /mnt/dedicated_vol/Engine/is-en-conductor-0/DSWLM/logs ]]
+ for resdir in '"${RESOURCE_DIR_LIST[@]}"'
+ /bin/rmdir /opt/IBM/InformationServer/Server/Datasets
/bin/rmdir: failed to remove �/opt/IBM/InformationServer/Server/Datasets�: No such
file or directory
+ /bin/rm -rf /opt/IBM/InformationServer/Server/Datasets
+ ln -s /mnt/dedicated_vol/Engine/is-en-conductor-0/Datasets
/opt/IBM/InformationServer/Server/Datasets
+ chmod 775 /opt/IBM/InformationServer/Server/Datasets
+ for file in '"${DATA_FILE_LIST[@]}"'
+ /bin/rm -f /opt/IBM/InformationServer/Server/DSEngine/.odbc.ini
+ ln -s /mnt/dedicated_vol/Engine/is-en-conductor-0/DSEngine/.odbc.ini
/opt/IBM/InformationServer/Server/DSEngine/.odbc.ini
+ chmod 775 /opt/IBM/InformationServer/Server/DSEngine/.odbc.ini
++ readlink -f /mnt/dedicated_vol/Engine/is-en-conductor-0/DSEngine/.odbc.ini
+ [[ ! -e /mnt/dedicated_vol/Engine/is-en-conductor-0/DSEngine/.odbc.ini ]]
+ for file in '"${DATA_FILE_LIST[@]}"'
+ /bin/rm -f /opt/IBM/InformationServer/Server/DSEngine/DSAuditTrace.log
+ ln -s /mnt/dedicated_vol/Engine/is-en-conductor-0/DSEngine/DSAuditTrace.log
/opt/IBM/InformationServer/Server/DSEngine/DSAuditTrace.log
+ chmod 775 /opt/IBM/InformationServer/Server/DSEngine/DSAuditTrace.log
++ readlink -f /mnt/dedicated_vol/Engine/is-en-conductor-
0/DSEngine/DSAuditTrace.log
+ [[ ! -e /mnt/dedicated_vol/Engine/is-en-conductor-0/DSEngine/DSAuditTrace.log ]]
+ for file in '"${DATA_FILE_LIST[@]}"'
+ /bin/rm -f /opt/IBM/InformationServer/Server/DSEngine/dsenv
+ ln -s /mnt/dedicated_vol/Engine/is-en-conductor-0/DSEngine/dsenv
/opt/IBM/InformationServer/Server/DSEngine/dsenv
+ chmod 775 /opt/IBM/InformationServer/Server/DSEngine/dsenv
++ readlink -f /mnt/dedicated_vol/Engine/is-en-conductor-0/DSEngine/dsenv
+ [[ ! -e /mnt/dedicated_vol/Engine/is-en-conductor-0/DSEngine/dsenv ]]
+ for file in '"${DATA_FILE_LIST[@]}"'
+ /bin/rm -f /opt/IBM/InformationServer/Server/DSEngine/UV.ACCOUNT
+ ln -s /mnt/dedicated_vol/Engine/is-en-conductor-0/DSEngine/UV.ACCOUNT
/opt/IBM/InformationServer/Server/DSEngine/UV.ACCOUNT
+ chmod 775 /opt/IBM/InformationServer/Server/DSEngine/UV.ACCOUNT
++ readlink -f /mnt/dedicated_vol/Engine/is-en-conductor-0/DSEngine/UV.ACCOUNT
+ [[ ! -e /mnt/dedicated_vol/Engine/is-en-conductor-0/DSEngine/UV.ACCOUNT ]]
+ for file in '"${DATA_FILE_LIST[@]}"'
+ /bin/rm -f /opt/IBM/InformationServer/Server/DSEngine/.uvconfig
+ ln -s /mnt/dedicated_vol/Engine/is-en-conductor-0/DSEngine/.uvconfig
/opt/IBM/InformationServer/Server/DSEngine/.uvconfig
+ chmod 775 /opt/IBM/InformationServer/Server/DSEngine/.uvconfig
++ readlink -f /mnt/dedicated_vol/Engine/is-en-conductor-0/DSEngine/.uvconfig
+ [[ ! -e /mnt/dedicated_vol/Engine/is-en-conductor-0/DSEngine/.uvconfig ]]
+ for file in '"${DATA_FILE_LIST[@]}"'
+ /bin/rm -f /opt/IBM/InformationServer/Server/DSEngine/uvconfig
+ ln -s /mnt/dedicated_vol/Engine/is-en-conductor-0/DSEngine/uvconfig
/opt/IBM/InformationServer/Server/DSEngine/uvconfig
+ chmod 775 /opt/IBM/InformationServer/Server/DSEngine/uvconfig
++ readlink -f /mnt/dedicated_vol/Engine/is-en-conductor-0/DSEngine/uvconfig
+ [[ ! -e /mnt/dedicated_vol/Engine/is-en-conductor-0/DSEngine/uvconfig ]]
+ for file in '"${DATA_FILE_LIST[@]}"'
+ /bin/rm -f /opt/IBM/InformationServer/Server/DSEngine/isjdbc.config
+ ln -s /mnt/dedicated_vol/Engine/is-en-conductor-0/DSEngine/isjdbc.config
/opt/IBM/InformationServer/Server/DSEngine/isjdbc.config
+ chmod 775 /opt/IBM/InformationServer/Server/DSEngine/isjdbc.config
++ readlink -f /mnt/dedicated_vol/Engine/is-en-conductor-0/DSEngine/isjdbc.config
+ [[ ! -e /mnt/dedicated_vol/Engine/is-en-conductor-0/DSEngine/isjdbc.config ]]
+ for file in '"${DATA_FILE_LIST[@]}"'
+ /bin/rm -f /opt/IBM/InformationServer/Server/DSEngine/ishdfs.config
+ ln -s /mnt/dedicated_vol/Engine/is-en-conductor-0/DSEngine/ishdfs.config
/opt/IBM/InformationServer/Server/DSEngine/ishdfs.config
+ chmod 775 /opt/IBM/InformationServer/Server/DSEngine/ishdfs.config
++ readlink -f /mnt/dedicated_vol/Engine/is-en-conductor-0/DSEngine/ishdfs.config
+ [[ ! -e /mnt/dedicated_vol/Engine/is-en-conductor-0/DSEngine/ishdfs.config ]]
+ for file in '"${DATA_FILE_LIST[@]}"'
+ /bin/rm -f /opt/IBM/InformationServer/Server/DSEngine/hadoop.env
+ ln -s /mnt/dedicated_vol/Engine/is-en-conductor-0/DSEngine/hadoop.env
/opt/IBM/InformationServer/Server/DSEngine/hadoop.env
+ chmod 775 /opt/IBM/InformationServer/Server/DSEngine/hadoop.env
++ readlink -f /mnt/dedicated_vol/Engine/is-en-conductor-0/DSEngine/hadoop.env
+ [[ ! -e /mnt/dedicated_vol/Engine/is-en-conductor-0/DSEngine/hadoop.env ]]
+ for file in '"${DATA_FILE_LIST[@]}"'
+ /bin/rm -f /opt/IBM/InformationServer/Server/DSEngine/initHadoop.sh
+ ln -s /mnt/dedicated_vol/Engine/is-en-conductor-0/DSEngine/initHadoop.sh
/opt/IBM/InformationServer/Server/DSEngine/initHadoop.sh
+ chmod 775 /opt/IBM/InformationServer/Server/DSEngine/initHadoop.sh
++ readlink -f /mnt/dedicated_vol/Engine/is-en-conductor-0/DSEngine/initHadoop.sh
+ [[ ! -e /mnt/dedicated_vol/Engine/is-en-conductor-0/DSEngine/initHadoop.sh ]]
+ for file in '"${DATA_FILE_LIST[@]}"'
+ /bin/rm -f /opt/IBM/InformationServer/Server/DSEngine/initHadoop_Cloudera.sh
+ ln -s /mnt/dedicated_vol/Engine/is-en-conductor-0/DSEngine/initHadoop_Cloudera.sh
/opt/IBM/InformationServer/Server/DSEngine/initHadoop_Cloudera.sh
+ chmod 775 /opt/IBM/InformationServer/Server/DSEngine/initHadoop_Cloudera.sh
++ readlink -f /mnt/dedicated_vol/Engine/is-en-conductor-
0/DSEngine/initHadoop_Cloudera.sh
+ [[ ! -e /mnt/dedicated_vol/Engine/is-en-conductor-
0/DSEngine/initHadoop_Cloudera.sh ]]
+ rm -rf /opt/IBM/InformationServer/Server/DSEngine/odbc.ini
+ ln -s /mnt/dedicated_vol/Engine/is-en-conductor-0/DSEngine/.odbc.ini
/opt/IBM/InformationServer/Server/DSEngine/odbc.ini
+ [[ ! -f /mnt/dedicated_vol/Engine/is-en-conductor-0/DSWLM/dist/lib/wlm.config.xml
]]
+ rm -f /opt/IBM/InformationServer/Server/DSWLM/dist/lib/wlm.config.xml
+ ln -s /mnt/dedicated_vol/Engine/is-en-conductor-
0/DSWLM/dist/lib/wlm.config.xml
/opt/IBM/InformationServer/Server/DSWLM/dist/lib/wlm.config.xml
+ [[ ! -f /mnt/dedicated_vol/Engine/is-en-conductor-0/ASBNode/bin/Agent.sh ]]
+ chown -R dsadm:dstage /opt/IBM/InformationServer/Server/../ASBNode/bin
+ rm -f /opt/IBM/InformationServer/Server/../ASBNode/bin/Agent.sh
+ ln -s /mnt/dedicated_vol/Engine/is-en-conductor-0/ASBNode/bin/Agent.sh
/opt/IBM/InformationServer/Server/../ASBNode/bin/Agent.sh
+ echo 'Agent.sh link executed(1)'
Agent.sh link executed(1)
+ [[ ! -f /mnt/dedicated_vol/Engine/is-en-conductor-0/DSEngine/MsgHandlers ]]
+ mkdir -p /mnt/dedicated_vol/Engine/is-en-conductor-0/MsgHandlers
+ chown dsadm:dstage /mnt/dedicated_vol/Engine/is-en-conductor-0/MsgHandlers
+ rm -rf /opt/IBM/InformationServer/Server/MsgHandlers
+ ln -s /mnt/dedicated_vol/Engine/is-en-conductor-0/MsgHandlers
/opt/IBM/InformationServer/Server/MsgHandlers
+ [[ ! -f /mnt/dedicated_vol/Engine/is-en-conductor-
0/DSEngine/.Fileconnector.ini ]]
+ ln -s /mnt/dedicated_vol/Engine/is-en-conductor-0/DSEngine/.Fileconnector.ini
/opt/IBM/InformationServer/Server/DSComponents/bin/Fileconnector.ini
/bin/cp: cannot remove �/etc/hosts.org�: Permission denied
/bin/cp: cannot create regular file �/etc/hosts.tmp�: Permission denied
sed: can't read /etc/hosts.tmp: No such file or directory
/bin/cp: cannot stat �/etc/hosts.tmp�: No such file or directory

Checking NLS locale OFF


Checking NLS locale DEFAULT
Checking NLS locale AU-ENGLISH
Checking NLS locale CA-ENGLISH
Checking NLS locale GB-ENGLISH
Checking NLS locale IE-ENGLISH
Checking NLS locale NZ-ENGLISH
Checking NLS locale US-ENGLISH
Checking NLS locale ZA-ENGLISH
Loading NLS map file UNICODE
Loading NLS map file UTF8
Loading NLS map file ASCII
Loading NLS map file ASCII+MARKS
Loading NLS map file ISO8859-1
Loading NLS map file ISO8859-1+MARKS
Loading NLS map file ISO8859-1-CS
Loading NLS map file ISO8859-10
Loading NLS map file ISO8859-10+MARKS
Loading NLS map file ISO8859-10-CS
Loading NLS map file ISO8859-15
Loading NLS map file ISO8859-15+MARKS
Loading NLS map file ISO8859-15-CS
Loading NLS map file ISO8859-2
Loading NLS map file ISO8859-2+MARKS
Loading NLS map file ISO8859-2-CS
Loading NLS map file ISO8859-3
Loading NLS map file ISO8859-3+MARKS
Loading NLS map file ISO8859-3-CS
Loading NLS map file ISO8859-4
Loading NLS map file ISO8859-4+MARKS
Loading NLS map file ISO8859-4-CS
Loading NLS map file ISO8859-5
Loading NLS map file ISO8859-5+MARKS
Loading NLS map file ISO8859-5-CS
Loading NLS map file ISO8859-6
Loading NLS map file ISO8859-6+MARKS
Loading NLS map file ISO8859-6-CS
Loading NLS map file ISO8859-7
Loading NLS map file ISO8859-7+MARKS
Loading NLS map file ISO8859-7-CS
Loading NLS map file ISO8859-8
Loading NLS map file ISO8859-8+MARKS
Loading NLS map file ISO8859-8-CS
Loading NLS map file ISO8859-9
Loading NLS map file ISO8859-9+MARKS
Loading NLS map file ISO8859-9-CS
Loading NLS map file MNEMONICS
Loading NLS map file MS1250
Loading NLS map file MS1250-CS
Loading NLS map file MS1251
Loading NLS map file MS1251-CS
Loading NLS map file MS1252
Loading NLS map file MS1252+MARKS
Loading NLS map file MS1252-CS
Loading NLS map file MS1253
Loading NLS map file MS1253-CS
Loading NLS map file MS1254
Loading NLS map file MS1254-CS
Loading NLS map file MS1255
Loading NLS map file MS1255-CS
Loading NLS map file MS1256
Loading NLS map file MS1256-CS
Loading NLS map file MS1256-WIN2K
Loading NLS map file MS1256-WIN2K-CS
Loading NLS map file MS932
Loading NLS map file MS932-CS
Loading NLS map file MS936
Loading NLS map file MS936-CS
Loading NLS map file MS949
Loading NLS map file MS949-CS
Loading NLS map file MS950
Loading NLS map file MS950-CS
Loading NLS map file PC437
Loading NLS map file PC850
Loading NLS map file PC874-CS
Loading NLS map file TIS620-CS
Loading NLS map file UTF8-CS
68 NLS Character Set Maps loaded in 4055120 bytes.
Loading 9 NLS Locales
9 NLS Locales loaded in 793936 bytes
DataStage Engine 11.7.1.0 instance "ade" has been brought up.
Starting JobMonApp
JobMonApp has been started.
Starting DSAppWatcher
Starting Agent...
Agent started.
Starting DataStage Flow Designer Server...
Successfully started the DataStage Flow Designer server with the PID 663.
Call DFD API to Enable Add-on
{
"succeeded": true,
"restApiName": "restEnableFeature",
"result": {
"features": [
{
"feature-transform-advanced": {
"timestamp": "2020-10-30T02:11:36.925Z"
}
}
]
}
}
200
/opt/IBM/InformationServer/ASBNode/bin/UpdateSignerCerts.sh -url https://is-
servicesdocker:9446 -user isadmin -password **** -silent
+ echo '/opt/IBM/InformationServer/ASBNode/bin/UpdateSignerCerts.sh -url
https://is-servicesdocker:9446 -user isadmin -password **** -silent'
+ /opt/IBM/InformationServer/ASBNode/bin/AgentConfig.sh -user isadmin -password
gYQxFi0vTi -syncKeys
Info The public key was updated for registered node "is-en-conductor-0.en-cond."
+ set -x
+ echo '/opt/IBM/InformationServer/ASBNode/bin/AgentConfig.sh -user isadmin
-password **** -syncKeys'
+ set +x
/opt/IBM/InformationServer/ASBNode/bin/AgentConfig.sh -user isadmin -password ****
-syncKeys
------------------ Executing "set_default_ds_credentials" command.
------------------
Default DataStage credentials for "is-en-conductor-0.en-cond" set to user "dsadm"
and password "********".
------------------------------------------------------------.
+ echo '/opt/IBM/InformationServer/ASBNode/bin/DirectoryCommand.sh -user isadmin
-password ***** -url https://is-servicesdocker:9446 -datastage_server is-en-
conductor-0.en-cond -set_default_ds_credentials dsadm~*****'
+ set +x
/opt/IBM/InformationServer/ASBNode/bin/DirectoryCommand.sh -user isadmin -password
***** -url https://is-servicesdocker:9446 -datastage_server is-en-conductor-0.en-
cond -set_default_ds_credentials dsadm~*****
------------------ Executing "add_ds_credentials" command. ------------------
DataStage credentials for "is-en-conductor-0.en-cond" cleared - User Ids:
"isadmin".
------------------------------------------------------------.
+ echo '/opt/IBM/InformationServer/ASBNode/bin/DirectoryCommand.sh -user isadmin
-password ***** -url https://is-servicesdocker:9446 -datastage_server is-en-
conductor-0.en-cond -add_ds_credentials isadmin$!~\!'
/opt/IBM/InformationServer/ASBNode/bin/DirectoryCommand.sh -user isadmin -password
***** -url https://is-servicesdocker:9446 -datastage_server is-en-conductor-0.en-
cond -add_ds_credentials isadmin$!~\!
+ sed -i 's@^set +u@set +u\nAPT_USE_REMOTE_APP=1\nexport APT_USE_REMOTE_APP@'
--follow-symlinks /opt/IBM/InformationServer/Server/DSEngine/dsenv
+ set +x
+ echo '/opt/IBM/InformationServer/ASBNode/bin/UpdateSignerCerts.sh -url
https://is-servicesdocker:9446 -user isadmin -password **** -silent'
+ set +x
/opt/IBM/InformationServer/ASBNode/bin/UpdateSignerCerts.sh -url https://is-
servicesdocker:9446 -user isadmin -password **** -silent
Info The public key was updated for registered node "is-en-conductor-0.en-cond."
/opt/IBM/InformationServer/ASBNode/bin/AgentConfig.sh -user isadmin -password ****
-syncKeys
+ echo '/opt/IBM/InformationServer/ASBNode/bin/AgentConfig.sh -user isadmin
-password **** -syncKeys'
+ su - dsadm -c 'source /opt/IBM/InformationServer/Server/DSEngine/dsenv;
/opt/IBM/InformationServer/Server/DSODB/bin/DSAppWatcher.sh -stop'
AppWatcher:STOPPED
ResMonApp:STOPPING
ResMonApp:STOPPED
ODBQueryApp:STOPPING
ODBQueryApp:STOPPED
EngMonApp:STOPPING
EngMonApp:STOPPED
+ set +x
+ echo '/opt/IBM/InformationServer/ASBNode/bin/RegistrationCommand.sh -user isadmin
-password **** -gcf -repository dsodb -cf
/opt/IBM/InformationServer/Server/DSODB/DSODBConnect.tmpl -results
/opt/IBM/InformationServer/Server/DSODB/DSODBConnect.cfg'
+ su - dsadm -c 'source /opt/IBM/InformationServer/Server/DSEngine/dsenv;
/opt/IBM/InformationServer/Server/DSODB/bin/DSAppWatcher.sh -start'
/opt/IBM/InformationServer/ASBNode/bin/RegistrationCommand.sh -user isadmin
-password **** -gcf -repository dsodb -cf
/opt/IBM/InformationServer/Server/DSODB/DSODBConnect.tmpl -results
/opt/IBM/InformationServer/Server/DSODB/DSODBConnect.cfg
AppWatcher:STARTED
EngMonApp:STARTING
ODBQueryApp:STARTING
ResMonApp:STARTING
+ test -f /opt/IBM/InformationServer/Server/Configurations/IA_Dynamic_1Compute.apt
+ echo '{'
+ echo ' node' '"node1"'
+ echo ' {'
+ echo ' fastname' '"is-en-conductor-0.en-cond"'
+ echo ' pools' '"conductor"'
+ echo ' resource' disk '"/opt/IBM/InformationServer/Server/Datasets"'
'{pools' '""}'
+ echo ' resource' scratchdisk '"/opt/IBM/InformationServer/Server/Scratch"'
'{pools' '""}'
+ echo ' }'
+ echo ' node' '"node2"'
+ echo ' {'
+ echo ' fastname' '"$iapod"'
+ echo ' pools' '""'
+ echo ' resource' disk '"/opt/IBM/InformationServer/Server/Datasets"'
'{pools' '""}'
+ echo ' resource' scratchdisk '"/opt/IBM/InformationServer/Server/Scratch"'
'{pools' '""}'
+ echo ' }'
+ echo '}'
+ su - dsadm -c 'chmod 755
/opt/IBM/InformationServer/Server/Configurations/IA_Dynamic_1Compute.apt;'
+ test -f /opt/IBM/InformationServer/Server/Configurations/ia.apt
+ cp /opt/IBM/InformationServer/Server/Configurations/default.apt
/opt/IBM/InformationServer/Server/Configurations/ia.apt
+ su - dsadm -c 'chmod 755 /opt/IBM/InformationServer/Server/Configurations/ia.apt;
source /opt/IBM/InformationServer/Server/DSEngine/dsenv;
/opt/IBM/InformationServer/Server/DSEngine/bin/dsadmin -envset APT_CONFIG_FILE
-value /opt/IBM/InformationServer/Server/Configurations/ia.apt ANALYZERPROJECT;
/opt/IBM/InformationServer/Server/DSEngine/bin/dsadmin -envadd APT_USE_REMOTE_APP
-type STRING -prompt CC_MSG_LEVEL -value 1 ANALYZERPROJECT'

Status code = 0
Status code = 0
+ set +x
------------------ Executing "set_default_ds_credentials" command.
------------------
Default DataStage credentials for "is-en-conductor-0.en-cond" set to user "dsadm"
and password "********".
------------------------------------------------------------.
+ echo '/opt/IBM/InformationServer/ASBNode/bin/DirectoryCommand.sh -user isadmin
-password ***** -url https://is-servicesdocker:9446 -datastage_server is-en-
conductor-0.en-cond -set_default_ds_credentials dsadm~*****'
+ set +x
/opt/IBM/InformationServer/ASBNode/bin/DirectoryCommand.sh -user isadmin -password
***** -url https://is-servicesdocker:9446 -datastage_server is-en-conductor-0.en-
cond -set_default_ds_credentials dsadm~*****
------------------ Executing "add_ds_credentials" command. ------------------
DataStage credentials for "is-en-conductor-0.en-cond" cleared - User Ids:
"isadmin".
------------------------------------------------------------.
+ echo '/opt/IBM/InformationServer/ASBNode/bin/DirectoryCommand.sh -user isadmin
-password ***** -url https://is-servicesdocker:9446 -datastage_server is-en-
conductor-0.en-cond -add_ds_credentials isadmin$!~\!'
+ set +x
/opt/IBM/InformationServer/ASBNode/bin/DirectoryCommand.sh -user isadmin -password
***** -url https://is-servicesdocker:9446 -datastage_server is-en-conductor-0.en-
cond -add_ds_credentials isadmin$!~\!
+ echo '/opt/IBM/InformationServer/ASBNode/bin/IAAdmin.sh -user isadmin -password
***** -url https://is-servicesdocker:9446 -setDSParams -dsHost is-en-conductor-
0.en-cond -dsProject ANALYZERPROJECT -dsPort 31538 -useCredentialMapping TRUE'
+ set +x
/opt/IBM/InformationServer/ASBNode/bin/IAAdmin.sh -user isadmin -password *****
-url https://is-servicesdocker:9446 -setDSParams -dsHost is-en-conductor-0.en-cond
-dsProject ANALYZERPROJECT -dsPort 31538 -useCredentialMapping TRUE
Deploying rule FieldExists
Deploying rule AlphanumFieldExists
Deploying rule AlphaFormatValid
Deploying rule AlphanumFormatValid_1
Deploying rule AlphanumFormatValid_2
Deploying rule FieldIsNumeric
Deploying rule FieldExistsAndNumeric_1
Deploying rule FieldExistsAndNumeric_2
Deploying rule FieldIsDate
Deploying rule FieldExistsAndDate_1
Deploying rule FieldExistsAndDate_2
Deploying rule IndicatorY_NValid
Deploying rule IndicatorUpperCaseY_NValid
Deploying rule IndicatorT_FValid
Deploying rule IndicatorUpperCaseT_FValid
Deploying rule IndicatorString0_1Valid
Deploying rule IndicatorNum0_1Valid
Deploying rule Code1DigitUpperCase
Deploying rule Code1DigitLowerCase
Deploying rule Code1DigitNumeric_1
Deploying rule Code1DigitAlphanumeric_1
Deploying rule Code1DigitAlphabetic
Deploying rule Code1DigitNumeric_2
Deploying rule Code1DigitAlphanumeric_2
Deploying rule CodeInRefMaster
Deploying rule CodeNotInDefaultValueList
Deploying rule TextSubstrIsValueX
Deploying rule TextSubstrInRefList
Deploying rule Date1NumLessThanDate2
Deploying rule Date1StringLessThanDate2
Deploying rule Date1NumLessThanSysdate
Deploying rule Date1StringLessThanSysdate
Deploying rule DateNumWithinLastYear
Deploying rule DateStringWithinLastYear
Deploying rule Date1NumWithin60DaysDate2
Deploying rule Date1StringWithin60DaysDate2
Deploying rule YearNumNotFuture
Deploying rule YearStringNotFuture
Deploying rule YearNumIsCurrentYear
Deploying rule YearStringIsCurrentYear
Deploying rule IdentifierUnique
Deploying rule CompoundIdentifierUnique
Deploying rule Id1stXCharactersAlphabetic
Deploying rule IdLast4To5CharactersMatchId2
Deploying rule IdOccursLessThanXTimes
Deploying rule IdInValidRange
Deploying rule IdInValidMulti_Range
Deploying rule IdInRefMaster
Deploying rule QtyInValidRange
Deploying rule QtyAdditionValid
Deploying rule QtyArithmeticValid
Deploying rule QtyMultiplyValid
Deploying rule QtyDivisionValid
Deploying rule QtyStringInValidRange
Deploying rule QtyStringAdditionValid
Deploying rule QtyStringArithmeticValid
Deploying rule QtyStringMultiplyValid
Deploying rule QtyStringDivisionValid
Deploying rule IfFieldaIsXThenFieldbIsY
Deploying rule IfFieldaIsXThenFieldbDoesNotExist
Deploying rule IfFieldaIsXThenFieldbInValidValueSet
Deploying rule IfFieldaInValidValueSetThenFieldbExists
Deploying rule IfFieldaGtXThenFieldbIsY
Deploying rule IfFieldaIsXThenFieldbGtQty
Deploying rule FieldaPlusConcatenatedKeyInRefMaster
Deploying rule AlphanumValidNoNonprintCharacters
Deploying rule FieldFreqLessThanPercentLimitForAllRecords
Deploying rule AgeInRangeNumeric
Deploying rule AdultInRangeNumeric
Deploying rule ChildInRangeNumeric
Deploying rule AgeInRangeString
Deploying rule AdultInRangeString
Deploying rule ChildInRangeString
Deploying rule AgeInRangeCalc
Deploying rule AdultInRangeCalc
Deploying rule ChildInRangeCalc
Deploying rule ChildNotMarriedNumeric
Deploying rule ChildNotMarriedString
Deploying rule ChildNotMarriedCalc
Deploying rule DobReasonableRangeNumeric
Deploying rule DobReasonableRangeString
Deploying rule IfDodExistsThenGtDobNumeric
Deploying rule IfDodExistsThenGtDobString
Deploying rule StartDtWeekday_Numeric
Deploying rule StartDtWeekday_String
Deploying rule MaturityDtExistsValidCondition
Deploying rule Ssn9DigitNumeric
Deploying rule SsnMatchesNumericFormat
Deploying rule SsnMatchesHyphenFormat
Deploying rule TinMatchesHyphenFormat
Deploying rule SsnMatchesRegex
Deploying rule CanadaSinMatchesRegex
Deploying rule FranceInseeMatchesRegex
Deploying rule ItalyFiscalCdMatchesRegex
Deploying rule SpainNifMatchesRegex
Deploying rule UkNinoMatchesRegex
Deploying rule PassportNumMatchesRegex
Deploying rule CreditCardMatchesRegex
Deploying rule PaidAmtWeeklyValid
Deploying rule PaidAmtAnnualValid
Deploying rule SalesamtBaseValid
Deploying rule SalesamtWTaxValid
Deploying rule SalesamtWDiscountValid
Deploying rule SalesamtWDiscountPlusTaxValid
Deploying rule SalesamtPriceLookupValid
Deploying rule SalesamtWTaxLookupValid
Deploying rule SalesamtWDiscountLookupValid
Deploying rule SalesamtWDiscount_TaxLookupValid
Deploying rule ProductDescriptionValidCharacters
Deploying rule EmailAddrValidFormat
Deploying rule InternalEmailValidDomain
Deploying rule HostNameValidFormat
Deploying rule UrlValidFormat
Deploying rule IpAddressValidFormat
Deploying rule ValidNAmerAreaCode_1
Deploying rule ValidNAmerAreaCode_2
Deploying rule ValidUsPhoneFormat
Deploying rule ValidUsPhoneExt
Deploying rule ValidIsbnFormat
Deploying rule ValidUpc_AFormat
Deploying rule ValidCountryOfOperation
Deploying rule ValidCountryOfIssue
Deploying rule SameTaxid_Name_1
Deploying rule SamePolicy_CodeValue
Deploying rule SumLineItemsEqTotalQty
Deploying rule SumLineItemsEqTotalValue
Deploying rule MrktValueChgCurr_Prior
Deploying rule CountryCodeExists
Deploying rule IsoCountryCode2DigitAlphaIsValid
Deploying rule IsoCountryCode3DigitAlphaIsValid
Deploying rule IsoCountryCode3DigitNumericIsValid
Deploying rule IsoCountryCodeDidNotHaveStandardizationError
Deploying rule NameExists
Deploying rule NameTypeIsIndividualOrOrganization
Deploying rule GenderCodeDerivedValid
Deploying rule NamePrefixIfExistsThenValid
Deploying rule FirstNameValid
Deploying rule MiddleNameValid
Deploying rule PrimaryNameValid
Deploying rule NameGenerationalInRefList
Deploying rule NameSuffixIfExistsThenValid
Deploying rule AdditionalNameIfExistsThenValid
Deploying rule UnhandledNamePatternExpectEmpty
Deploying rule UnhandledNameDataExpectEmpty
Deploying rule ExceptionNameDataExpectEmpty
Deploying rule FirstNameNoTestData
Deploying rule MiddleNameNoTestData
Deploying rule PrimaryNameNoTestData
Deploying rule AdditionalNameNoTestData
Deploying rule FirstNameNysiis
Deploying rule PrimaryName1Nysiis
Deploying rule PrimaryName2Nysiis
Deploying rule MatchPrimaryWordsIs1
Deploying rule MatchPrimaryWordsIs2
Deploying rule MatchPrimaryWordsIs3
Deploying rule MatchPrimaryWordsIs4
Deploying rule MatchPrimaryWordsIsGe5
Deploying rule AddressExists
Deploying rule AddressTypeIfExistsThenIsInReferenceList
Deploying rule HouseNumberOrSuffixIfExistsThenValidCharacter
Deploying rule StreetDirectionalIfExistsThenValidValues
Deploying rule StreetNameIfExistsThenValidCharacters
Deploying rule BuildingNameIfExistsThenValidCharacters
Deploying rule BoxTypeIfExistsThenValidValues
Deploying rule BoxTypeAndBoxValueCombo
Deploying rule FloorTypeIfExistsThenValidValues
Deploying rule FloorTypeAndFloorValueCombo
Deploying rule RuralRouteTypeIfExistsThenValidValues
Deploying rule RuralRouteTypeAndRuralRouteValueCombo
Deploying rule StreetTypeIfExistsThenValidCharacters
Deploying rule UnitAndMultiunitTypeIfExistsThenValidValue
Deploying rule UnitTypeAndValueOrMultiunitTypeAndValueCombo
Deploying rule AdditionalAddressIfExistsThenValid
Deploying rule UnhandledAddressPattern
Deploying rule UnhandledAddressData
Deploying rule ExceptionAddressData
Deploying rule StreetNameNoTestData
Deploying rule AdditionalAddressNoTestData
Deploying rule CityExists
Deploying rule StateCodeIsInReferenceSource
Deploying rule ZipCodeIsInReferenceSource
Deploying rule ZipPlus4CodeIsInReferenceSource
Deploying rule ZipPlus4CodeRemovingHyphensIsInReferenceSource
Deploying rule CityStateAndZipCodeComboIsValid
Deploying rule ValidStateLengthForCountryCode
Deploying rule UnhandledAreaPattern
Deploying rule UnhandledAreaData
Deploying rule ExceptionAreaData
Deploying rule CityNoTestData
/opt/IBM/InformationServer/ASBNode/bin/IAAdmin.sh -user isadmin -password *****
-url https://is-servicesdocker:9446 -installPredefinedRules
/opt/IBM/InformationServer/ASBNode/lib/java/ia-GeneralRules.jar
/opt/IBM/InformationServer/ASBNode/bin/IAAdmin.sh -user isadmin -password *****
-url https://is-servicesdocker:9446 -installPredefinedRules
/opt/IBM/InformationServer/ASBNode/lib/java/ia-USStanRules.jar
+ echo '/opt/IBM/InformationServer/ASBNode/bin/IAAdmin.sh -user isadmin -password
***** -url https://is-servicesdocker:9446 -installPredefinedRules
/opt/IBM/InformationServer/ASBNode/lib/java/ia-GeneralRules.jar'
+ echo '/opt/IBM/InformationServer/ASBNode/bin/IAAdmin.sh -user isadmin -password
***** -url https://is-servicesdocker:9446 -installPredefinedRules
/opt/IBM/InformationServer/ASBNode/lib/java/ia-USStanRules.jar'
+ set +x
+ echo '/opt/IBM/InformationServer/ASBNode/bin/IAAdmin.sh -user isadmin -password
***** -url https://is-servicesdocker:9446 -create -projectContent
/opt/UGDefaultWorkspace.xml
/opt/IBM/InformationServer/ASBNode/bin/IAAdmin.sh -user isadmin -password *****
-url https://is-servicesdocker:9446 -setDataQualityConfig -projectName
UGDefaultWorkspace -content /opt/useAutomaticConfiguration.json'
+ echo curl -k -c /tmp/is-cookie -u 'isadmin:*****' -H 'Content-Type:
application/json' -X POST -d '{"users":
[{"id":"admin","role":"SorcererBusinessAnalyst,SorcererOperator"}]}' https://is-
servicesdocker:9446/ibm/iis/ia/api/configuration/project/UGDefaultWorkspace/addUser
+ set +x
/opt/IBM/InformationServer/ASBNode/bin/IAAdmin.sh -user isadmin -password *****
-url https://is-servicesdocker:9446 -create -projectContent
/opt/UGDefaultWorkspace.xml
/opt/IBM/InformationServer/ASBNode/bin/IAAdmin.sh -user isadmin -password *****
-url https://is-servicesdocker:9446 -setDataQualityConfig -projectName
UGDefaultWorkspace -content /opt/useAutomaticConfiguration.json
curl -k -c /tmp/is-cookie -u isadmin:***** -H Content-Type: application/json -X
POST -d {"users":
[{"id":"admin","role":"SorcererBusinessAnalyst,SorcererOperator"}]} https://is-
servicesdocker:9446/ibm/iis/ia/api/configuration/project/UGDefaultWorkspace/addUser
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 76 0 0 100 76 0 49 0:00:01 0:00:01 --:--:-- 49
+ echo '/opt/IBM/InformationServer/ASBNode/bin/IAAdmin.sh -user isadmin -password
***** -url https://is-servicesdocker:9446 -create -projectContent
/opt/PIIWorkspace.xml
/opt/IBM/InformationServer/ASBNode/bin/IAAdmin.sh -user isadmin -password **** -url
https://is-servicesdocker:9446 -setDataQualityConfig -projectName PIIWorkspace
-content /opt/PIIDQConfiguration.json
/opt/IBM/InformationServer/ASBNode/bin/IAAdmin.sh -user isadmin -password *****
-url https://is-servicesdocker:9446 -setColumnAnalysisConfig -projectName
PIIWorkspace -content /opt/PIICAConfiguration.json
/opt/IBM/InformationServer/ASBNode/bin/IAAdmin.sh -user isadmin -password *****
-url https://is-servicesdocker:9446 -setSampleOptions -projectName PIIWorkspace
-useSample TRUE -size 10000 -sampleType SEQUENTIAL'
/opt/IBM/InformationServer/ASBNode/bin/IAAdmin.sh -user isadmin -password *****
-url https://is-servicesdocker:9446 -create -projectContent /opt/PIIWorkspace.xml
/opt/IBM/InformationServer/ASBNode/bin/IAAdmin.sh -user isadmin -password **** -url
https://is-servicesdocker:9446 -setDataQualityConfig -projectName PIIWorkspace
-content /opt/PIIDQConfiguration.json
/opt/IBM/InformationServer/ASBNode/bin/IAAdmin.sh -user isadmin -password *****
-url https://is-servicesdocker:9446 -setColumnAnalysisConfig -projectName
PIIWorkspace -content /opt/PIICAConfiguration.json
/opt/IBM/InformationServer/ASBNode/bin/IAAdmin.sh -user isadmin -password *****
-url https://is-servicesdocker:9446 -setSampleOptions -projectName PIIWorkspace
-useSample TRUE -size 10000 -sampleType SEQUENTIAL
curl -k -b /tmp/is-cookie -H Content-Type: application/json -X POST -d {"users":
[{"id":"admin","role":"SorcererBusinessAnalyst,SorcererOperator"}]} https://is-
servicesdocker:9446/ibm/iis/ia/api/configuration/project/PIIWorkspace/addUser
+ echo curl -k -b /tmp/is-cookie -H 'Content-Type: application/json' -X POST -d
'{"users":[{"id":"admin","role":"SorcererBusinessAnalyst,SorcererOperator"}]}'
https://is-
servicesdocker:9446/ibm/iis/ia/api/configuration/project/PIIWorkspace/addUser
+ set +x
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 76 0 0 100 76 0 94 --:--:-- --:--:-- --:--:-- 94
+ echo '/opt/IBM/InformationServer/ASBNode/bin/IAAdmin.sh -user isadmin -password
***** -url https://is-servicesdocker:9446 -create -projectContent
/opt/DataLakeWorkspace.xml
/opt/IBM/InformationServer/ASBNode/bin/IAAdmin.sh -user isadmin -password *****
-url https://is-servicesdocker:9446 -setDataQualityConfig -projectName
DataLakeWorkspace -content /opt/DataLakeDQConfiguration.json
/opt/IBM/InformationServer/ASBNode/bin/IAAdmin.sh -user isadmin -password *****
-url https://is-servicesdocker:9446 -setColumnAnalysisConfig -projectName
DataLakeWorkspace -content /opt/DataLakeCAConfiguration.json
/opt/IBM/InformationServer/ASBNode/bin/IAAdmin.sh -user isadmin -password *****
-url https://is-servicesdocker:9446 -setSampleOptions -projectName
DataLakeWorkspace -useSample TRUE -size 10000 -sampleType SEQUENTIAL'
/opt/IBM/InformationServer/ASBNode/bin/IAAdmin.sh -user isadmin -password *****
-url https://is-servicesdocker:9446 -create -projectContent
/opt/DataLakeWorkspace.xml
/opt/IBM/InformationServer/ASBNode/bin/IAAdmin.sh -user isadmin -password *****
-url https://is-servicesdocker:9446 -setDataQualityConfig -projectName
DataLakeWorkspace -content /opt/DataLakeDQConfiguration.json
/opt/IBM/InformationServer/ASBNode/bin/IAAdmin.sh -user isadmin -password *****
-url https://is-servicesdocker:9446 -setColumnAnalysisConfig -projectName
DataLakeWorkspace -content /opt/DataLakeCAConfiguration.json
/opt/IBM/InformationServer/ASBNode/bin/IAAdmin.sh -user isadmin -password *****
-url https://is-servicesdocker:9446 -setSampleOptions -projectName
DataLakeWorkspace -useSample TRUE -size 10000 -sampleType SEQUENTIAL
curl -k -b /tmp/is-cookie -H Content-Type: application/json -X POST -d {"users":
[{"id":"admin","role":"SorcererBusinessAnalyst,SorcererOperator"}]} https://is-
servicesdocker:9446/ibm/iis/ia/api/configuration/project/DataLakeWorkspace/addUser
+ echo curl -k -b /tmp/is-cookie -H 'Content-Type: application/json' -X POST -d
'{"users":[{"id":"admin","role":"SorcererBusinessAnalyst,SorcererOperator"}]}'
https://is-
servicesdocker:9446/ibm/iis/ia/api/configuration/project/DataLakeWorkspace/addUser
+ set +x
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 76 0 0 100 76 0 111 --:--:-- --:--:-- --:--:-- 111
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 76 0 0 100 76 0 126 --:--:-- --:--:-- --:--:-- 126
+ echo '/opt/IBM/InformationServer/ASBNode/bin/IAAdmin.sh -user isadmin -password
***** -url https://is-servicesdocker:9446 -create -projectContent
/opt/InDepthAnalysisWorkspace.xml
/opt/IBM/InformationServer/ASBNode/bin/IAAdmin.sh -user isadmin -password *****
-url https://is-servicesdocker:9446 -setDataQualityConfig -projectName
InDepthAnalysisWorkspace -content /opt/InDepthAnalysisDQConfiguration.json
/opt/IBM/InformationServer/ASBNode/bin/IAAdmin.sh -user isadmin -password *****
-url https://is-servicesdocker:9446 -setColumnAnalysisConfig -projectName
InDepthAnalysisWorkspace -content /opt/InDepthAnalysisCAConfiguration.json'
+ echo curl -k -b /tmp/is-cookie -H 'Content-Type: application/json' -X POST -d
'{"users":[{"id":"admin","role":"SorcererBusinessAnalyst,SorcererOperator"}]}'
https://is-
servicesdocker:9446/ibm/iis/ia/api/configuration/project/InDepthAnalysisWorkspace/a
ddUser
+ set +x
/opt/IBM/InformationServer/ASBNode/bin/IAAdmin.sh -user isadmin -password *****
-url https://is-servicesdocker:9446 -create -projectContent
/opt/InDepthAnalysisWorkspace.xml
/opt/IBM/InformationServer/ASBNode/bin/IAAdmin.sh -user isadmin -password *****
-url https://is-servicesdocker:9446 -setDataQualityConfig -projectName
InDepthAnalysisWorkspace -content /opt/InDepthAnalysisDQConfiguration.json
/opt/IBM/InformationServer/ASBNode/bin/IAAdmin.sh -user isadmin -password *****
-url https://is-servicesdocker:9446 -setColumnAnalysisConfig -projectName
InDepthAnalysisWorkspace -content /opt/InDepthAnalysisCAConfiguration.json
curl -k -b /tmp/is-cookie -H Content-Type: application/json -X POST -d {"users":
[{"id":"admin","role":"SorcererBusinessAnalyst,SorcererOperator"}]} https://is-
servicesdocker:9446/ibm/iis/ia/api/configuration/project/InDepthAnalysisWorkspace/a
ddUser

Import completed successfully


==============================
Share Description : null
Share Status : SUCCEEDED

Share Statistics
================

Asset Types | Total | Created | Merged | Deleted


==============================|==========|==========|==========|===========
All | 4 | 2 | 2 | 0
______________________________|__________|__________|__________|___________
Database | 1 | 1 | 0 | 0
______________________________|__________|__________|__________|___________
Data connection | 1 | 1 | 0 | 0
______________________________|__________|__________|__________|___________
Host | 2 | 0 | 2 | 0
______________________________|__________|__________|__________|___________

% Total % Received % Xferd Average Speed Time Time Time Current


Dload Upload Total Spent Left Speed
100 195 0 0 100 195 0 619 --:--:-- --:--:-- --:--:-- 621
+ echo '/opt/IBM/InformationServer/ASBNode/bin/imam.sh --username isadmin
--password ***** --server is-servicesdocker --port 9446 --importArea iadb --misName
is-en-conductor-0.en-cond --paramsFile /opt/iadb-db2-connector-imam-import-
params.xml --action import -dcu iauser -dcw **** -sdc
/opt/IBM/InformationServer/ASBNode/bin/IAAdmin.sh -user isadmin -password *****
-url https://is-servicesdocker:9446 -setIADBParams -iaDBHost IS-EN-CONDUCTOR-0.EN-
COND -iaDBDataConnection IADB -iaDataSource jdbc/IADB
/opt/IBM/InformationServer/ASBNode/bin/IAAdmin.sh -user isadmin -password *****
-url https://is-servicesdocker:9446 -setIADBParams -iaDBHost IS-EN-CONDUCTOR-0.EN-
COND -iaDBDataConnection iadb -iaDataSource jdbc/IADB -fdOutputType CAPTURENONE
-projectName PIIWorkspace
/opt/IBM/InformationServer/ASBNode/bin/IAAdmin.sh -user isadmin -password *****
-url https://is-servicesdocker:9446 -setIADBParams -iaDBHost IS-EN-CONDUCTOR-0.EN-
COND -iaDBDataConnection iadb -iaDataSource jdbc/IADB -fdOutputType CAPTUREN
-minFDRecords 500 -maxFDRecords 1000 -projectName InDepthAnalysisWorkspace'
+ echo curl -k -b /tmp/is-cookie -H 'Content-Type: application/json' -X PUT -d
'{"updateExistingTables":false,"isDefault":false,"datasource":"jdbc/IADB","register
UserDefinedTables":false,"host":"IS-EN-CONDUCTOR-0.EN-
COND","fdOutputType":"CAPTURENONE","dataConnection":"iadb"}' https://is-
servicesdocker:9446/ibm/iis/ia/api/configuration/project/DataLakeWorkspace/iadb
+ curl -X GET -k -b /tmp/is-cookie https://is-
servicesdocker:9446/ibm/iis/ia/api/logout
/opt/IBM/InformationServer/ASBNode/bin/imam.sh --username isadmin --password *****
--server is-servicesdocker --port 9446 --importArea iadb --misName is-en-conductor-
0.en-cond --paramsFile /opt/iadb-db2-connector-imam-import-params.xml --action
import -dcu iauser -dcw **** -sdc
/opt/IBM/InformationServer/ASBNode/bin/IAAdmin.sh -user isadmin -password *****
-url https://is-servicesdocker:9446 -setIADBParams -iaDBHost IS-EN-CONDUCTOR-0.EN-
COND -iaDBDataConnection IADB -iaDataSource jdbc/IADB
/opt/IBM/InformationServer/ASBNode/bin/IAAdmin.sh -user isadmin -password *****
-url https://is-servicesdocker:9446 -setIADBParams -iaDBHost IS-EN-CONDUCTOR-0.EN-
COND -iaDBDataConnection iadb -iaDataSource jdbc/IADB -fdOutputType CAPTURENONE
-projectName PIIWorkspace
/opt/IBM/InformationServer/ASBNode/bin/IAAdmin.sh -user isadmin -password *****
-url https://is-servicesdocker:9446 -setIADBParams -iaDBHost IS-EN-CONDUCTOR-0.EN-
COND -iaDBDataConnection iadb -iaDataSource jdbc/IADB -fdOutputType CAPTUREN
-minFDRecords 500 -maxFDRecords 1000 -projectName InDepthAnalysisWorkspace
curl -k -b /tmp/is-cookie -H Content-Type: application/json -X PUT -d
{"updateExistingTables":false,"isDefault":false,"datasource":"jdbc/IADB","registerU
serDefinedTables":false,"host":"IS-EN-CONDUCTOR-0.EN-
COND","fdOutputType":"CAPTURENONE","dataConnection":"iadb"} https://is-
servicesdocker:9446/ibm/iis/ia/api/configuration/project/DataLakeWorkspace/iadb
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
+ rm -f /tmp/is-cookie
+ set -x
/opt/IBM/InformationServer/ASBNode/odf/updateZKConnectString.sh isadmin ***** is-
servicesdocker 9446
+ echo '/opt/IBM/InformationServer/ASBNode/odf/updateZKConnectString.sh isadmin
***** is-servicesdocker 9446'
+ set +x
Failed to get D-Bus connection: Operation not permitted
ODF engine service started
[root@giggly1 ~]#

You might also like