As a system administrator, you can install PMF without having to step through the Setup program. Below are two example configuration files that show the unattended install commands for both a Windows and UNIX system.
The following configuration file shows the unattended install commands for a Windows system.
Note: This configuration file uses sample machine names. You must use parameters that are specific to your environment.
#Install #------- -fileOverwrite_C\:\\Users\\bigscm\\AppData\\Local\\Temp\\1\\491390.tmp\\pmf_install.csv=Yes -fileOverwrite_d\:\\384\\ibi\\uninstall_pmf\\Uninstall_PMF\\Uninstall_PMF.lax=Yes -fileOverwrite_d\:\\384\\ibi\\uninstall_pmf\\Uninstall_PMF\\resource\\iawin32.dll=Yes -fileOverwrite_d\:\\384\\ibi\\uninstall_pmf\\Uninstall_PMF\\resource\\win64_32_x64.exe=Yes -fileOverwrite_d\:\\384\\ibi\\uninstall_pmf\\Uninstall_PMF\\resource\\remove.exe=Yes
#PLEASE DO NOT EDIT ABOVE THIS LINE. #You CAN EDIT the VALUES of any NAME-VALUE pair from here on. #----------------------------------------------------------------------- INSTALLER_LOCALE=en PRODUCT_CODE=8888 #To install WebFOCUS Client Components, INSTALL_WF_COMP must be 'Y', otherwise assign 'N' #----------------------------------------------------------------------- INSTALL_WF_COMP=Y
#Enter WebFOCUS Client Configuration Directory(e.g., ibi/WebFOCUS/client/wfc) #----------------------------------------------------------------------- WF_CLIENT=d:\\384\\ibi\\WebFOCUS82\\client\\wfc #Specify WebFOCUS Repository id and password #also, to pass encrypted password use WF_REPOS_PWD_ENC, #to pass plain password use WF_REPOS_PWD and either leave # WF_REPOS_PWD_ENC blank or delete it #----------------------------------------------------------------------- WF_REPOS_ID=admin WF_REPOS_PWD_ENC=AFA6C5F3E6C0C5CB
#To install Reporting Server Components, INSTALL_SRV_COMP must be 'Y', otherwise assign 'N' #----------------------------------------------------------------------- INSTALL_SRV_COMP=Y #Enter WebFOCUS Server EDACONF Directory(e.g., ibi/srv/wfs) #----------------------------------------------------------------------- SRV_CONFIG=d:\\384\\ibi\\srv82\\wfs
#To specify database provide short name, #e.g., SQLMSS for "Microsoft SQL Server", #SQLORA for "Oracle", DB2 for "DB2", #SQLMYSQL for "MySQL", #SQLDBC for "Teradata", SQLHYP for "HyperStage" #----------------------------------------------------------------------- DB_TYPE=SQLMSS #Specify user database host, port, id and password #also, to pass encrypted password use DB_PSWD_ENC, #to pass plain password use DB_PSWD and either leave #DB_PSWD_ENC blank or delete it #----------------------------------------------------------------------- DB_HOST=bigscm57 DB_PORT=1433 DB_ID=bigscm07 DB_PSWD_ENC=AFF1D6DFE6DCA0F1FCFEFFCB
The following configuration file shows the unattended install commands for a UNIX system.
Note: This configuration file uses sample machine names. You must use parameters that are specific to your environment.
#Install #------- -fileOverwrite_/bigscm/432/ibi/uninstall_pmf/Uninstall_PMF/Uninstall_PMF.lax=Yes #PLEASE DO NOT EDIT ABOVE THIS LINE. #You CAN EDIT the VALUES of any NAME-VALUE pair from here on. #----------------------------------------------------------------------- INSTALLER_LOCALE=en PRODUCT_CODE=8888
#To install WebFOCUS Client Components, INSTALL_WF_COMP must be 'Y' otherwise assign 'N' #---------------------------------------------------------------------- INSTALL_WF_COMP=Y #Enter WebFOCUS Client Configuration Directory(e.g., ibi/WebFOCUS/client/wfc) #----------------------------------------------------------------------- WF_CLIENT=/bigscm/432/ibi/WebFOCUS82/client/wfc #Specify WebFOCUS Repository id and password #also, to pass encrypted password use WF_REPOS_PWD_ENC, #to pass plain password use WF_REPOS_PWD and either leave # WF_REPOS_PWD_ENC blank or delete it #----------------------------------------------------------------------- WF_REPOS_ID=admin WF_REPOS_PWD_ENC=AFA6C5F3E6C0C5CB
#To install Reporting Server Components, INSTALL_SRV_COMP must be 'Y' otherwise assign 'N' #----------------------------------------------------------------------- INSTALL_SRV_COMP=Y #Enter WebFOCUS Server EDACONF Directory(e.g., ibi/srv/wfs) #----------------------------------------------------------------------- SRV_CONFIG=/bigscm/432/ibi/srv82/wfs
To specify database provide short name, #e.g., SQLMSS for "Microsoft SQL Server", #SQLORA for "Oracle", DB2 for "DB2", #SQLMYSQL for "MySQL", #SQLDBC for "Teradata", SQLHYP for "HyperStage" #------------------------------------------------------------------------ DB_TYPE=SQLMYSQL
#Specify user database host, port, id and password #also, to pass encrypted password, use DB_PSWD_ENC, #to pass plain password use DB_PSWD and either leave #DB_PSWD_ENC blank or delete it #----------------------------------------------------------------------- #DB_HOST=solsparc #DB_PORT=3307 #DB_ID=bigscm01 #DB_PSWD_ENC=AFD7D6DFE6DCA0F1FCFEFFCB DB_HOST=unxrh5 DB_PORT=3306 DB_ID=bigscm03 DB_PSWD=bigscm03 #Silent install will continue if CONTINUE_ON_EXISTING_PMF is 'Y' otherwise assign 'N' #----------------------------------------------------------------------- CONTINUE_ON_EXISTING_PMF=N
|
Information Builders |