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:
- touch mms3-config.json
- vi mms3-config.json
- Add the following JSON data:
{ "MaxSize": 5, "MaxBackups": 50, "MaxAge": 180, "Compress": true, "EnableDebug": false, "CreateBktDirModBits": "0770" }