JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris Cluster Reference Manual
search filter icon
search icon

Document Information

Preface

Introduction

OSC33 1

OSC33 1cl

OSC33 1ha

OSC33 1m

OSC33 3ha

OSC33 4

clusters(4)

commandlog(4)

rt_reg(4)

scdpmd.conf(4)

serialports(4)

OSC33 5

OSC33 5cl

OSC33 7

OSC33 7p

Index

scdpmd.conf

- Disk-path-monitoring daemon configuration file

Synopsis

/etc/cluster/scdpm/scdpmd.conf

Description

The scdpmd daemon monitors the disk paths and takes appropriate action upon path failures. You can tune this daemon by creating or modifying the configuration file /etc/cluster/scdpm/scdpmd.conf with tunable properties and send a SIGHUP signal to the scdpmd daemon to read the configuration file.

# pkill -HUP scdpmd

You can tune the following properties in the scdpmd.conf file:

ping_interval
Description

Interval, in seconds, between disk-path status checks

Default

600

Minimum

60

Maximum

3600

ping_retry
Description

Number of retries to query the disk-path status on failure

Default

3

Minimum

2

Maximum

10

ping_timeout
Description

Timeout, in seconds, to query any disk-path status

Default

5

Minimum

1

Maximum

15

Examples

The following is an example of a valid scdpmd.conf file:

ping_interval = 120

ping_retry = 5

ping_timeout = 10

Attributes

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Interface Stability
Evolving

See Also

cldevice(1CL), clnode(1CL)