Saturday, June 11, 2011

Finding SAP CCMS version on Linux

You might want to know the rightt version of your SAP CCMS you're using on your Linux SAP Server right now.


Login to your SAP server and switch to [sid]adm user :


 To find sapccm4x version. First, login to the system as adm. Then execute the below command.

> sapccm4x -v
 CCMS version  20040229, 32 bit, multithreaded, Non-Unicode
 compiled at   Oct  2 2005
 systemid      387 (Intel x86 with Linux)
 relno         6400
 patch text    patch collection 2005/6, OSS note 809007
 patchno       93
 intno         20020600
 running on     Linux 2.6.5-7.139-bigsid #1 Fri Jan 14 15:41:33 UTC
• To find sapccmsr version. First, login to the system as adm. Then execute the below command.
> sapccmsr -v
 CCMS version  20040229, 32 bit, multithreaded, Non-Unicode
 compiled at   Oct  2 2005
 systemid      387 (Intel x86 with Linux)
 relno         6400
 patch text    patch collection 2005/6, OSS note 809007
 patchno       93
 intno         20020600
 running on     Linux 2.6.5-7.139-bigsid #1 Fri Jan 14 15:41:33 UTC