Personal reference for useful commands.
Bypass verification checks for IBM Installation Manager
1 | set BYPASS_PRS = True |
Run Maximo install on DB
Param Ref:
-s = Schema Name
-t = Tablespace Name
-imaxdemo = Tells installer to populate the database with demo data from /SMP/maximo/tools/maximo/en/maxdemo.ora
1 | /SMP/maximo/tools/maximo/maxinst -sMAXIMO -tMAXIMO -imaxdemo |
Start DB config
1 | /SMP/maximo/tools/maximo/configdb.bat |
Run DB integrity checker
1 | /SMP/maximo/tools/maximo/integrityui.bat |
Build Maximo EAR
1 | /SMP/maximo/deployment/buildmaximoearwas8.bat |
Encrypt Maximo properties
1 | /SMP/maximo/tools/maximo/encryptproperties.bat |
Manage Windows services for WebSphere
1 | /AppServer/bin/wasservicehelper.bat |
Command line WebSphere node sync
1 | /AppServer/profiles/AppSrv01/bin/syncnode.bat HOSTNAME -username WASADMIN -password WASADMINPASSWORD |