2009-04-04

maxdemo

You can install maximo with demo data.
  • install.exe -DPLATFORMONLY=yes -DLOADSAMPDATA=yes
This option seems to be supported only in English environment.
We can install maximo with maxdemo in DBCS environment.
  • install Base Service
  • cd \IBM\SMP\maximo\tools\maximo
  • maxinst -cen -imaxdemo -smaxdata -tmaxdata (-y)
  • install Base Service Language Pack
-y option enables db2 to create table columns as VARGRAPHIC instead of VARCHAR.
If you recreate maximo database using maxinst without -y option, TDtoolkit command will fail.

In addition, maxinst might corrupt MAXPROP/MAXPROPVALUE tables. Following technote describe how to fix them.
http://www-01.ibm.com/support/docview.wss?uid=swg21313600

2009-04-01

maximo7 on XP

Maximo7 shipped with WebSphere and DB2 - we could save some license costs without Oracle. My dev environment is on XP/WLS/Oracle, since I love WebLogic environment and its light footprints.

My colleague wanted to install maximo7 with WAS/DB2 on his XP box because we have poor win2003 server boxes but have some powerful XP workstations. I believe both WAS and DB2 supports XP for testing purpose though MWI(maximo middleware installer) deny install them. We never would like to configure manually WAS dmgr, nodeagent, appserver, JMS definitions, and so on. We just did them like followings.
  • copy DVD image on the harddrive.
  • edit \Install\MWI\DeploymentPackage\DeploymentSteps\MWI_7.1_Prereqs\check\01_CHECKS\package\multios\META-INF\packagedIU.xml
    <pattern>Windows 2003</pattern> -> <pattern>Windows XP</pattern>
  • that's it.