Troubleshooting Call Home problems
If archive files are not created in the Call Home archive directory after transmission, you can perform several checks to identify and resolve the issue.
About this task
When Call Home archive files are not created after transmission, the issue is typically related to configuration settings, directory permissions, or missing directories. Follow these steps to diagnose and resolve the problem.
Procedure
Results
After completing these diagnostic steps, you can identify the cause of the archive file issue. If the problem is related to a missing directory or incorrect permissions, proceed with the following solution.
What to do next
Solution:
If the archive directory is missing or has incorrect permissions, complete the following steps:
- Create the archive directory if it does not exist:
mkdir -p <instance_path>/svmon/callhome/archive - Set the correct permissions on the directory:
chmod 750 <instance_path>/srvmon/callhome/archive - Set the correct ownership on the directory:
chown instance_user:instance_user_group <instance_path>/svmon/callhome/archive - Verify that the Call Home service can now create archive files by monitoring the directory after the next transmission.