Problem Statement
Administrators monitoring VCS-managed NFS or CNFS agents under systemd may observe that the following systemd units report as “dead” or “inactive” even though NFS functionality remains unaffected:
Example Output:
# systemctl status vcs_statd
● vcs_statd.service - VCS Managed rpc.statd
Loaded: loaded (/etc/systemd/system/vcs_statd.service; enabled)
Active: inactive (dead)
Despite this appearance, the underlying NFS services (e.g., rpc.statd, rpc.mountd, rpc.idmapd) continue to function correctly.
Environment / Context
Cause / Root Cause
The current design of the VCS NFS/CNFS agent scripts manages the NFS-related processes (rpc.statd, rpc.mountd, and rpc.idmapd) directly.
Process Mapping Example:
# ps -o pid,args,unit -C rpc.statd
PID COMMAND UNIT
754150 /usr/sbin/rpc.statd vcs_statd.service
# ps -o pid,args,unit -C rpc.idmapd
PID COMMAND UNIT
754156 /usr/sbin/rpc.idmapd vcs.service
Resolution / Solution
There is no functional impact to service availability.
Verification Steps:
These commands confirm which systemd unit each process is mapped to.
Symptoms / Expected Behavior
Additional Information / References
Future Enhancement
Veritas Engineering is actively working to update the NFS/CNFS agent design to improve systemd integration and better align unit reporting with standard systemd practices.
Applies to: