Distributed Cluster Deployment
v5.15.1
Search this version
Distributed Cluster Deployment
Distributed Cluster Deployment
Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
How To Collect Logs In MetaDefender Distributed Cluster Deployments
Copy Markdown
Open in ChatGPT
Open in Claude
1. MetaDefender Core
Windows
- Please refer to How to Create Support Package With Bundle Tools?
The installation directory of MetaDefender Core when deployed by MetaDefender Distributed Cluster, located in the installation directory of MDDC Worker.
C:\Program Files\OPSWAT\MetaDefender Distributed Cluster Worker\data\services\MetaDefender Core
Linux
- The support package is created within the output file after running the command to collect the MDDC Worker support package.
2. MetaDefender Distributed Cluster API Gateway
Windows
- Run command prompt as administrator privilege.
- Change directory (
cd) to MDDC API Gateway installation directory. - Run following file script to generate MDDC API Gateway support package:
mddc-api-gateway-collect-support-data.bat- Find and collect MDDC API Gateway generated support package (
mddc-api-gateway-<api-gateway_version>-support-<timestamp>.zip) in the MDDC API Gateway installation folder
The installation directory of MDDC API Gateway if deployed by MetaDefender Distributed Cluster, located in the installation directory of MDDC Worker:
C:\Program Files\OPSWAT\MetaDefender Distributed Cluster Worker\data\services\MetaDefender Distributed Cluster API Gateway
Linux
- The support package is created within the output file after running the command to collect the MDDC Worker support package.
3. MetaDefender Distributed Cluster File Storage
Windows
- Run command prompt as administrator privilege.
- Change directory (
cd) to MDDC File Storage installation folder (e.g.C:\Program Files\OPSWAT\MetaDefender Distributed Cluster File Storage) - Run following file script to generate MDDC File Storage support package:
mddc-file-storage-collect-support-data.bat- Find and collect MDDC File Storage generated support package (
mddc-file-storage-<file-storage_version>-support-<timestamp>.zip) in the Hub installation folder.
Linux
- Run terminal as root privilege (
sudo). - Run following file script to generate MDDC File Storage support package:
/usr/bin/mddc-file-storage-collect-support-data.sh- Find and collect MDDC File Storage generated support package (
mddc-file-storage-<file-storage_version>-support-<timestamp>.zip) in the current folder.
4. MetaDefender Distributed Cluster Identity Service
Windows
- Run command prompt as administrator privilege.
- Change directory (
cd) to MDDC Identity Service installation folder (e.g.C:\Program Files\OPSWAT\MetaDefender Distributed Cluster Identity Service) - Run following file script to generate MDDC Identity Service support package:
mddc-identity-service-collect-support-data.bat- Find and collect MDDC Identity Service generated support package (
mddc-identity-service-<identity-service_version>-support-<timestamp>.zip) in the Hub installation folder.
Linux
- Run terminal as root privilege (
sudo). - Run following file script to generate MDDC Identity Service support package:
/usr/bin/mddc-identity-service-collect-support-data.sh- Find and collect MDDC Identity Service generated support package (
mddc-identity-service-<identity-service_version>-support-<timestamp>.zip) in the current folder.
5. MetaDefender Distributed Cluster Control Center
Windows
- Run command prompt as administrator privilege.
- Change directory (
cd) to MDDC Control Center installation folder (e.g.C:\Program Files\OPSWAT\MetaDefender Distributed Cluster Control Center) - Run following file script to generate MDDC Control Center support package:
mddc-control-center-collect-support-data.bat- Find and collect MDDC Control Center generated support package (
mddc-control-center-<control-center_version>-support-<timestamp>.zip) in the MDDC Control Center installation folder.
Linux
- Run terminal as root privilege (
sudo). - Run following file script to generate MDDC Control Center support package:
/usr/bin/mddc-control-center-collect-support-data.sh- Find and collect MDDC Control Center generated support package (
mddc-control-center-<control-center_version>-support-<timestamp>.zip) in the current folder.
6. MetaDefender Distributed Cluster Worker
Windows
- Run command prompt as administrator privilege.
- Change directory (
cd) to MDDC Worker installation folder (e.g.C:\Program Files\OPSWAT\MetaDefender Distributed Cluster Worker) - Run following file script to generate MDDC Worker support package:
mddc-worker-collect-support-data.bat- Find and collect MDDC Worker generated support package (
mddc-worker-<worker_version>-support-<timestamp>.zip) in the MDDC Worker installation folder.
Linux
- Run terminal as root privilege (
sudo). - Run following file script to generate MDDC Worker support package:
/usr/bin/mddc-worker-collect-support-data.sh- Find and collect MDDC Worker generated support package (
mddc-worker-<worker_version>-support-<timestamp>.zip) in the current folder.
7. Redis (Caching Server)
Windows
- Find and collect Redis own logs in the Redis installation folder (e.g.
C:\Program Files\Redis\server_log.txt)
Linux
- Run terminal as root privilege (
sudo). - Open Redis config file (
/etc/redis/redis.conf) in edit mode e.g.:
vi /etc/redis/redis.conf- Find and change
logfiledirective to your desired location
logfile "<path to redis log>.log"- Save the file, and restart Redis daemon e.g.
sudo systemctl restart redis- Find and collect Redis log at
<path to redis log>.log
8. RabbitMQ (Messaging Broker Server)
Windows
- Find and collect RabbitMQ log at
%APPDATA%\RabbitMQ\log\rabbit@<computer name>.log - Find and collect RabbitMQ upgrade log at
%APPDATA%\RabbitMQ\log\rabbit@<computer name>_upgrade.log
Linux
- Run terminal as root privilege (
sudo). - Run following command to retrieve RabbitMQ log location:
rabbitmq-diagnostics -q log_location- Access RabbitMQ log folder and find log files:
rabbit@<computer name>.lograbbit@<computer name>_upgrade.log
9. PostgreSQL (Database Server)
Windows
- Find and collect PostgreSQL log files in
C:\Program Files\PostgreSQL\12\data\logwith namespostgresql-<yyyy-mm-dd>_<HHMMSS>.log
Linux
- Run terminal as root privilege (
sudo). - Open PostgreSQL config file (
/etc/postgresql/12/main/postgresql.conf) in edit mode e.g.:
vi /etc/postgresql/12/main/postgresql.conf- Find and change
logging_collectordirective toon:
logging_collector = on- Save the file and restart PostgreSQL daemon, e.g.:
sudo systemctl restart postgresql- Find and collect log files in
/var/lib/postgresql/12/main/logwith namespostgresql-<yyyy-mm-dd>_<HHMMSS>.log
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
Last updated on
Was this page helpful?
Next to read:
License ActivationDiscard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message
On This Page
How To Collect Logs In MetaDefender Distributed Cluster Deployments1. MetaDefender CoreWindowsLinux2. MetaDefender Distributed Cluster API GatewayWindowsLinux3. MetaDefender Distributed Cluster File StorageWindowsLinux4. MetaDefender Distributed Cluster Identity ServiceWindowsLinux5. MetaDefender Distributed Cluster Control CenterWindowsLinux6. MetaDefender Distributed Cluster WorkerWindowsLinux7. Redis (Caching Server)WindowsLinux8. RabbitMQ (Messaging Broker Server)WindowsLinux9. PostgreSQL (Database Server)WindowsLinux