Friday, November 10, 2006

Silent WPS Profile creation

I did lot of research before creating profiles and I found a bunch of arguments associated with the profile creator which I wanted to document somewhere. Here it is:

pcatWindows.exe -options ProcSrv01a.txt -silent


ProcSrv01a.txt

-W profilenamepanelInstallWizardBean.profileName="ProcSrv01a"
-P installLocation="D:\WID6_DB2Profile\ProcSrv01a"
-W nodehostnamepanelInstallWizardBean.hostName="localhost"
-W wbiCEIDB2DriverInfo.databaseServerName="localhost"
-W wbiAdditionalDBConfigPanel.DBHostName="localhost"
-W setnondmgrcellnameinglobalconstantsInstallWizardBean.value="Cell01"
-W nodehostnamepanelInstallWizardBean.nodeName="Node01"
-W wbiCEIConfigInputPanelBeanId.serverName="server1"
-W wbiAppSchedulerConfigInputPanel.appSchedulerServer="server1"

-W wbiCEIDB2ConfigInfoBean.databaseName="CEI01a"
-W wbiCommonDBConfigPanel.DBNameValue="WPS01a"
-W wbiCEIDB2DriverInfo.driverClassPath="D:\RAD_6\runtimes\bi_v6\universalDriver_wbi\lib"
-W wbiAdditionalDBConfigPanel.DBjdbc="D:\RAD_6\runtimes\bi_v6\universalDriver_wbi\lib"
-W wbiAdditionalDBConfigPanel.DBServerLocation="D:\Apps\SQLLIB"

-W pctdefaultprofileportspanelInstallWizardBean.WC_defaulthost="9080"
-W pctdefaultprofileportspanelInstallWizardBean.WC_adminhost="9060"
-W pctdefaultprofileportspanelInstallWizardBean.WC_defaulthost_secure="9443"
-W pctdefaultprofileportspanelInstallWizardBean.WC_adminhost_secure="9043"
-W pctdefaultprofileportspanelInstallWizardBean.BOOTSTRAP_ADDRESS="2809"
-W pctdefaultprofileportspanelInstallWizardBean.SOAP_CONNECTOR_ADDRESS="8880"
-W pctdefaultprofileportspanelInstallWizardBean.SAS_SSL_SERVERAUTH_LISTENER_ADDRESS="9401"
-W pctdefaultprofileportspanelInstallWizardBean.CSIV2_SSL_SERVERAUTH_LISTENER_ADDRESS="9403"
-W pctdefaultprofileportspanelInstallWizardBean.CSIV2_SSL_MUTUALAUTH_LISTENER_ADDRESS="9402"
-W pctdefaultprofileportspanelInstallWizardBean.ORB_LISTENER_ADDRESS="9100"
-W pctdefaultprofileportspanelInstallWizardBean.DCS_UNICAST_ADDRESS="9353"
-W pctdefaultprofileportspanelInstallWizardBean.SIB_ENDPOINT_ADDRESS="7276"
-W pctdefaultprofileportspanelInstallWizardBean.SIB_ENDPOINT_SECURE_ADDRESS="7286"
-W pctdefaultprofileportspanelInstallWizardBean.SIB_MQ_ENDPOINT_ADDRESS="5558"
-W pctdefaultprofileportspanelInstallWizardBean.SIB_MQ_ENDPOINT_SECURE_ADDRESS="5578"

-W wbiSCAConfigInputPanelBeanId.doConfigureSCACheckList="true"
-W wbiSCAConfigInputPanelBeanId.userId="wpsadmin"
-W wbiSCAConfigInputPanelBeanId.password="wpsadmin1"
-W wbiSCAConfigInputPanelBeanId.passwordConfirmation="wpsadmin1"
-W wbiCEIConfigInputPanelBeanId.userId="wpsadmin"
-W wbiCEIConfigInputPanelBeanId.password="wpsadmin1"
-W wbiCEIConfigInputPanelBeanId.passwordConfirmation="wpsadmin1"
-W wbiCEIConfigInputPanelBeanId.database="DB2UDBNT_V82_1"
-W wbiCEIDB2ConfigInfoBean.createDatabaseChoice="yes"
-W wbiCEIDB2ConfigInfoBean.userId="wpsadmin"
-W wbiCEIDB2ConfigInfoBean.password="wpsadmin1"
-W wbiCEIDB2ConfigInfoBean.passwordConfirmation="wpsadmin1"
-W wbiCEIDB2DriverInfo.driverType="4"
-W wbiCEIDB2DriverInfo.serverPort="50000"
-W bpcConfigInputPanelBeanId.doConfigureSampleBPContainerCheckList="yes"
-W bpcConfigInputPanelBeanId.userId="wpsadmin"
-W bpcConfigInputPanelBeanId.password="wpsadmin1"
-W bpcConfigInputPanelBeanId.passwordConfirmation="wpsadmin1"
-W bpcConfigInputPanelBeanId.securityRole="Administrators"
-W wbiAppSchedulerConfigInputPanel.doAppSchedulerConfig="yes"
-W wbiCommonDBConfigPanel.radioButtons="create"
-W wbiCommonDBConfigPanel.DBProductList="DB2_Universal"
-W wbiAdditionalDBConfigPanel.DBUserID="wpsadmin"
-W wbiAdditionalDBConfigPanel.DBPassWord="wpsadmin1"
-W wbiAdditionalDBConfigPanel.DBPassWordConf="wpsadmin1"
-W wbiAdditionalDBConfigPanel.DBPort="50000"
-W wbiCreateProfileTypeSelectionPanelBeanId.selection="default"
-W winservicepanelInstallWizardBean.winServiceQuery="false"
-W profilenamepanelInstallWizardBean.isDefault="false"

0 comments: