Cannot find the mms3-config.json file in the CES shared root path

The mms3 commands do not run, if the mms3-config.json file is not available in the CES shared root path.

Description
This error occurs, when you issue any mms3 commands and the mms3-config.json file does not exist.
Workaround
Enable the CES shared root and the CES shared root path under the CES folder by using the following steps:
  1. touch mms3-config.json
  2. vi mms3-config.json
  3. Add the following JSON data:
      { 
    "MaxSize": 5, 
    "MaxBackups": 50, 
    "MaxAge": 180, 
    "Compress": true, 
    "EnableDebug": false,
    "CreateBktDirModBits": "0770" 
    }