The CDR module reboots Unix and Linux clients
Article ID: 63804
Article Type: Troubleshooting
Last Modified:
Upgrading the kernel of your Red Hat Enterprise Linux operating system reboots Unix and Linux clients.
Symptoms
After you upgrade the kernel of your Red Hat Enterprise Linux operating system, the Unix and Linux clients are getting rebooted.
Causes
After you upgrade the kernel of your Red Hat Enterprise Linux operating system, the Unix and Linux clients reboot for the following reasons:
- The clients have the CDR module installed.
- The subclients are using the Optimized Scan.
Resolution
- On each subclient, disable the Optimized Scan.
- Open the Unix shell prompt.
- Go to the location where the client is installed.
- To get the client information, run the following command:
./DcClient -getInfo
Example client information:
- For each entry under VOLNAME, run the following command:
./DcClient -donot-monitor /VOLUME
- Run the following commands:
commvault stop
rmmod cdr
rm -rf /etc/CommVaultRegistry/DataClassification/
- For each entry under VOLNAME, run the following command:
rm -rf /VOLUME/.cxfs*
- In the /etc/CommVaultRegistry/Galaxy/Instance001/DataClassification/.properties file, if the sIsDCEnabled true line exists, remove it.
- In the /etc/CommVaultRegistry/Galaxy/Instance001/FileSystemAgent/.properties file, if the sUseArchiverDriver true line exists, remove it.
- Restart services using the following command:
commvault start
- For each client, perform steps 3 through 7.