CFSfsckd Agent
Description
|
Starts, stops, and monitors the vxfsckd process. The CFSfsckd agent executable is /opt/VRTSvcs/bin/CFSfsckd/CFSfsckdAgent. The type definition is in the file /etc/VRTSvcs/conf/config/CFSTypes.cf. The configuration is added to the main.cf file after running the cfscluster config command.
|
Entry Points
|
- Online---Starts the vxfsckd process.
- Offline---Stops the vxfsckd process.
- Monitor---Checks whether the vxfsckd process is running.
- Clean---A null operation for a cluster file system mount.
|
Required Attributes
|
Type and Dimension
|
Definition
|
None
|
|
|
Optional Attributes
|
Type and Dimension
|
Definition
|
None
|
|
|
Type Definition
type CFSfsckd (
static int RestartLimit = 2
static str LogLevel
static str ArgList[] = { }
NameRule = ""
)
Sample Configuration
CFSfsckd vxfsckd (
)
|