Troubleshooting the msdpcmdrun issues
The following table lists the msdpcmdrun issues and how to troubleshoot those.
Table: The msdpcmdrun issues
Issue | Resolution |
|---|---|
The following error message appears: "The operating system user must be part of the deduplication administrator group to run msdpcmdrun command." | The user attempting to run the msdpcmdrun command is not part of the deduplication administrator group. The administrator must add the user to the pdadmin group. See Configuring a non-root user to run MSDP commands through msdpcmdrun . |
The following error message appears: "msdpcmdrun failed to connect to the admin service." | The msdpcmdrun is not able to communicate to the PureDisk Privileged Access Service (PDPAS) service. It may occur due to following reasons:
To resolve this issue:
|
The PDPAS service fails to stop using bp.kill_all command. | Sometimes, when attempting to stop the PDPAS service, the bp.kill_all command may fail, leaving the service running. To resolve this issue:
|
After the PDPAS service is stopped, it starts running again. | A cron job runs every 5 minutes to monitor PDPAS. If it is not running, the PDPAS service is started automatically. If you want to stop the auto-start of the PDPAS service, you can disable the cron utility or remove the cron file, which monitors the PDPAS service.
|
One or both of the following error messages appear at the start of the output of the msdpcmdrun command:
| The msdpcmdrun can successfully communicate with the PDPAS service, but occasionally, race conditions in the operating system may cause error messages to appear at the start of the command output. To resolve this issue, restart the PDPAS service. /usr/openv/pdde/pdconfigure/pdde pdpas stop ps -ef | grep pdpas /usr/openv/pdde/pdconfigure/pdde pdpas start |
Note:
If you encounter any unexpected errors while running msdpcmdrun, restart the PDPAS service.