OnDemand User Group

Support Forums => MP Server => Topic started by: pankaj.puranik on November 12, 2015, 04:47:47 AM

Title: CMOD not starting
Post by: pankaj.puranik on November 12, 2015, 04:47:47 AM
Tried restarting the cmod server but I see the below since a long time.

xxxx@xxxx>ps -ef | grep arssockd
xxxx 29452     1  0 11:34 pts/3    00:00:00 arssockd-DB2UT005: initializing
xxxx 29680 31149  0 11:39 pts/3    00:00:00 grep arssockd



Here is the dbfs usage.

/dev/mapper/root_vg-db2data1
                       15481840  14678992     16480 100% /apps/IBM/db2/xxxx/data1
/dev/mapper/root_vg-db2data2
                       10321208   8807484    989436  90% /apps/IBM/db2/xxxx/data2
/dev/mapper/root_vg-db2data3
                       10321208   6510916   3286004  67% /apps/IBM/db2/xxxx/data3

Any suggestions?
Title: Re: CMOD not starting
Post by: Alessandro Perucchi on November 12, 2015, 05:15:05 AM
I would say, check the DB logs, and the db2 db2diag.log
Title: Re: CMOD not starting
Post by: Justin Derrick on November 12, 2015, 11:28:22 AM
Yeah, a 100% full filesystem is never a good thing.

If you can expand the filesystem, do that.  If you can't, move the transaction logs with NEWLOGPATH in db2.

Good luck.