Database - RAC/Scalability (MOSC)

MOSC Banner

Question about the pullup dependency

edited Jan 30, 2014 10:01PM in Database - RAC/Scalability (MOSC) 7 commentsAnswered
Hi,
I have a basic question about the pullup dependency. On a 11.2.0.4 Grid Infrastructure installation I have two simple resources with those profiles:

[grid@ractest1 acfs_mount]$ cat resource1Profile.txt
ACTION_SCRIPT=/u01/acfs_mount/monitoring_sctipt.sh
PLACEMENT=restricted
HOSTING_MEMBERS=ractest1 ractest2
CHECK_INTERVAL=30
RESTART_ATTEMPTS=2

[grid@ractest1 acfs_mount]$ cat resource2Profile.txt
ACTION_SCRIPT=/u01/acfs_mount/monitoring_sctipt.sh
PLACEMENT=restricted
HOSTING_MEMBERS=ractest1 ractest2
CHECK_INTERVAL=30
RESTART_ATTEMPTS=2
START_DEPENDENCIES=hard(resource1) pullup:always(resource1)
STOP_DEPENDENCIES=hard(resource1)

The action script is taken from here: http://docs.oracle.com/cd/E11882_01/rac.112/e41959/resatt.htm#CWADD91497

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center