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

Document Information

Preface

Introduction

OSC4 1

OSC4 1cl

OSC4 1ha

OSC4 1m

OSC4 3ha

OSC4 4

clusters(4)

commandlog(4)

rt_reg(4)

scdpmd.conf(4)

serialports(4)

OSC4 5

OSC4 5cl

OSC4 7

OSC4 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

30

Minimum

1

Maximum

1800

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)