Run levels in Solaris 11

Hi Guys,

I need to change the following script ( which is good for Linux) for Solris 11

#start oracle
 
start on runlevel [0123456]
stop on runlevel [016]

What it should be for Solrais 11.

Thanks for your help.
Regards
Terry

With Solaris 11, it is probably better if you use the Service Management Facility to start and stop your Oracle database.

Do an internet search for "Oracle database SMF XML" and you will find a number of examples of how to configure an Oracle service.

Hi,

Thanks for your reply, its actually Oracle Grid Infrastructure and to be more specific its the Oracle High Availability daemon which gets stuck at startup and rest of the Grid services depend on this daemon to start first.

Not many people are using Oracle Grid on Solaris 11, however googling on the topic I discovered that /etc/orattab is now obsolete in version 11.0.2.0.3 and solution to that is the above script which is for Linux.

I have googled on "Oracle grid SMF XML" but could not find anything.

So will appreciate if you can further guide me on SMF XML for Grid ( i.e. for OHASD daemon ).

Or give me an equivelant of the above script in Solaris.

Thank you very much for your help.

Regards
Terry