cancel
Showing results for 
Search instead for 
Did you mean: 

gsdctl start script for oracle 9iRAC on VCS 3.5

ciwei2103
Level 2
I have a some puzzled me.   For a oracle 9i RAC on veritas VCS 3.5  does it even need
to run a "preonline" trigger that contains
su - orasv920 -c "/oracle/VRT/bin/gsdctl start"` ( see below for sample  main.cf )
 
my thought was that when runing 9i RAC and VCS together, the oracle instanace is controlled
by VCS cluster,and why would it need to start GSD ( global server daemons) ?  have it would
cause two things about try to control the instanace?
 
thanks. 

<main.cf segment>

group cfs (

SystemList = { test1 = 0, test2 = 1 }

AutoFailOver = 0

Parallel = 1

AutoStartList = { test1, test2 }

)

CFSMount cfsmount1 (

Critical = 0

MountPoint = "/usr/path/to/wo"

BlockDevice = "/dev/vx/dsk/oradg/wo_vol"

NodeList = { test1, test2 }

Primary = test1

 

group testSID1_grp (

SystemList = { test1 = 0 }

AutoStartList = { test1 }

PreOnline = 1  <---- this point to script that contain "su - orasv920 -c "/oracle/VRT/bin/gsdctl start"`

)

Oracle testSID1 (

Sid @test1 = testSID1

Owner @test1 = orasv920

Home @test1 = "/oracle/VRT"

Pfile @test1 = "/oracle/VRT/dbs/testSID1.ora"

)

requires group cvm online local firm

 
/opt/VRTSvcs/bin/triggers/preonline contains:
# put your code here...
`/usr/bin/su - orasv920 -c "/oracle/VRT/bin/gsdctl start"`; 
 
0 REPLIES 0