安装IHS和Plugin V6.1
安装UpdateInstaller7.0.0.7(最新版本)
安装IHS/Plugin/WPS的补丁
分别对IHS,Plugin和WPS进行补丁(其中WPS的补丁需要运行两遍)
WPS打完补丁,在<WPS_HOME>/bin下执行versionInfo.sh查看版本,WPS应该为V6.2.0.2:
配置WPS
创建DM Profiles
执行命令,创建DMprofile,命令参见CreateDmg.sh
#!/bin/sh
WPS_HOME=/washome/IBM/WebSphere/ProcServer
DB_DRIVER=/washome/IBM/DB2JAVA
echo =========Begin to Create Deployment Manager Profile=====================
echo $WPS_HOME/bin/manageprofiles.sh -create \
-templatePath $WPS_HOME/profileTemplates/dmgr.wbiserver \
-profileName ProcDM01 \
-enableAdminSecurity true \
-adminUserName wsadmin \
-adminPassword wsadmin \
-dbType DB2_Universal \
-dbName WPS62DB \
-dbCreateNew false \
-dbDelayConfig true \
-dbUserId db2ins1 \
-dbPassword db2ins1 \
-dbDriverType 4 \
-dbHostName GD_ZYP_DB_SER \
-dbServerPort 60005 \
-profilePath $WPS_HOME/profiles/ProcDM01 \
-hostName GD.ZYP.APP2 \
-nodeName wpsNode01 \
-cellName wpsNode01Cell \
-dbJDBCClasspath $DB_DRIVER \
-dbOutputScriptDir $WPS_HOME/profiles/ProcDM01/dbscripts
$WPS_HOME/bin/manageprofiles.sh -create \
-templatePath $WPS_HOME/profileTemplates/dmgr.wbiserver \
-profileName ProcDM01 \
-enableAdminSecurity true \
-adminUserName wsadmin \
-adminPassword wsadmin \
-dbType DB2_Universal \
-dbName WPS62DB \
-dbCreateNew false \
-dbDelayConfig true \
-dbUserId db2ins1 \
-dbPassword db2ins1 \
-dbDriverType 4 \
-dbHostName GD_ZYP_DB_SER \
-dbServerPort 60005 \
-profilePath $WPS_HOME/profiles/ProcDM01 \
-hostName GD.ZYP.APP2 \
-nodeName wpsNode01 \
-cellName wpsNode01Cell \
-dbJDBCClasspath $DB_DRIVER \
-dbOutputScriptDir $WPS_HOME/profiles/ProcDM01/dbscripts
创建DMProfiles时InfoCenter参考参数
Table 5. Specified manageprofiles command parameters
|
Parameter |
Value |
|
-create |
N/A |
|
-templatePath |
“install_root\profileTemplates\dmgr.wbiserver” (must be fully qualified) |
|
-profileName |
“my_WPSDMGR_profile“ |
|
-enableAdminSecurity |
“true” |
|
-adminPassword |
“admin_pwd“ |
|
-adminUserName |
“admin_id“ |
|
-ndtopology |
“false” |
|
-dbType |
“DB2_Universal” |
|
-dbName |
“WPRCSDB” |
|
-dbCreateNew |
“false” |
|
-dbDelayConfig |
“true” |
|
-dbUserId |
“db_id“ |
|
-dbPassword |
“db_pwd“ |
|
-dbDriverType |
“4” |
|
-dbHostName |
“remote_host_name“ |
|
-dbServerPort |
“50000” |
Table 6 shows manageprofiles command parameters with default values that do not normally have to be changed.
执行数据库操作,生成WPS运行需要的支撑数据库
在创建DMProfile的脚本中,指定了相应的数据库脚本生成的目录,现在找到这个目录中的脚本,并使用相应的数据库用户执行。
以下文章点击率最高
Loading…