cancel
Showing results for 
Search instead for 
Did you mean: 

How to configure auto start/stop instances on AIX 5.3, 6

Former Member
0 Kudos

Hi All!

Could you please help me configure auto start/stop instances (Oracle listener, SAP instances) on AIX 5.3, 6?

Thanks a lot,

Alexander

Accepted Solutions (0)

Answers (1)

Answers (1)

sumi_susan2
Participant
0 Kudos

Hi,

If you are looking for an option to start SAP during the system start/restart then you have to create a script and add it in /etc/inittab file.

Can you please explain on the requirement of auto stop ?

Regards,

Sam

Former Member
0 Kudos

>

> If you are looking for an option to start SAP during the system start/restart then you have to create a script and add it in /etc/inittab file.

Could your please example of this script? I need auto start Oracle listener as ora <sid>, Host agent as root, Diagnostics agent as daaadm and SAP system as <sid> adm

>

Can you please explain on the requirement of auto stop ?

Correct close all processes.

Thanks a lot,

Alexander

markus_doehr2
Active Contributor
0 Kudos

> Could your please example of this script? I need auto start Oracle listener as ora <sid>, Host agent as root, Diagnostics agent as daaadm and SAP system as <sid> adm

> >

This depends on your internal policy (sudo or su -), just put all the commands you use to do that manually into a script:

su - ora<sid> -c "lsnrctl start"

etc...

Markus