Run levels in Solaris 11


 
Thread Tools Search this Thread
Operating Systems Solaris Run levels in Solaris 11
# 1  
Old 02-06-2013
Oracle Run levels in Solaris 11

Hi Guys,

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

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

What it should be for Solrais 11.

Thanks for your help.
Regards
Terry
# 2  
Old 02-07-2013
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.
# 3  
Old 02-08-2013
Oracle

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
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Debian

Linux Changing Run Levels

Hi this is my first thread. I use KDE and Gnome on Debian. I configured inittab like what it should be. But when i have an inittab file i can't see anything when i run who -r command. This is the result of who -r without /etc/inittab hwpplayer1@build3:~$ who -r açılış-seviyesi 5... (4 Replies)
Discussion started by: hwpplayer1
4 Replies

2. Shell Programming and Scripting

how to run an already made script run against a list of ip addresses solaris 8 question

how to run an already developed script run against a list of ip addresses solaris 8 question. the script goes away and check traffic information, for example check_GE-VLANStats-P3 1.1.1.1 and returns the results ok. how do I run this against an ip list? i.e a list of 30 ip addresses (26 Replies)
Discussion started by: llcooljatt
26 Replies

3. Solaris

Levels of support

Hello, I have a simple question because I can not find the information at oracle.com I want to buy support for OS Solaris and Servers hardware. I need information what are the levels of support and how much they cost? I need a help. Have a nice day (3 Replies)
Discussion started by: bieszczaders
3 Replies

4. UNIX for Dummies Questions & Answers

Search through 2 levels of zip

Hi guys, I know I'm missing something simple here. We have about 500 zipped files in a directory which contain more zip files and within those I need to find a file without unzipping everything. I know I can use zipinfo which I'm trying to create a for loop to go through the files and... (4 Replies)
Discussion started by: petef
4 Replies

5. UNIX for Advanced & Expert Users

Unix Run Levels confusion

Hi, Could somebody throw some light on the below queries: - For a run-level X, the S* scripts are executed when coming here from X-n run-level. The K* scripts are executed when coming to X runlevel from X+n runlevel. - Does reaching to runlevel X from X-3 executes K* scritps from X-2 & X-1... (4 Replies)
Discussion started by: vibhor_agarwali
4 Replies

6. Solaris

run xclock from local solaris to remote solaris

Hello - I am trying to connect to a remote solaris box from a solaris box i have locally present with me using 'ssh login@IP' ... Its connecting fine but... when I run xclock - it says 'Can't open display' Whereas, IF I connect to same remote solaris IP from my windows desktop locally via putty... (9 Replies)
Discussion started by: panchpan
9 Replies

7. Solaris

Init levels

I have a problem, i dont know if its a normal behaviour or not, i can go to a lower init level, but i cant go to a higher one again, for instance i can run the command init 2 while im at init 3 and when i do who -r i find myself go down to 2 but if i type init 3 and wait im still finding myself in... (1 Reply)
Discussion started by: XP_2600
1 Replies

8. Solaris

RAID Levels

hi, what are the RAID Levels followed for various File systems ? thanks (3 Replies)
Discussion started by: sol8admin
3 Replies
Login or Register to Ask a Question