Pages

Monday, December 5, 2011

Maximo Administration Commands in AIX


Database Backup
db2 backup database maxdb72 to /db2/db2inst2/backups/ compress

SMP backup
tar -cf /usr/IBM/SMPbackup.tar /usr/IBM/SMP
gzip SMPbackup.tar

Deployment Engine Backup
/usr/ibm/common/acsi/bin/de_backupdb -bfile /admin/DE_TAMITDone


Building EAR
cd /usr/IBM/SMP/maximo/deployment;./buildmaximoear.sh

Deploying EAR
/usr/IBM/SMP/wasclient/ThinWsadmin.sh -username wasadmin -password wasadmin -lang jython -f /usr/IBM/SMP/scripts/was/appInstall.py install ctgNode-1 MXServer /usr/IBM/SMP/maximo/deployment/default/maximo.ear maximo_host ihs-01


Deploying EAR in windows
PRODUCT_HOME\jacl\solutions\DeployApplication.[bat|sh] WASAdminUserName 
WASAdminPassword "MAXIMO" WASNodeName WASApplicationServerName 
"PRODUCT_HOME\maximo\deployment\default\maximo.ear" WASVirtualHost 
WASWebServerName
 
 

No comments:

Post a Comment