cancel
Showing results for 
Search instead for 
Did you mean: 

Start Stop script execution

Former Member
0 Kudos

Hi All,

We have ECC 6.06 with Oracle and HP-Unix.

We have a script for system start/stop which is interactive means like brtools it gives options to choose options for start stop CI or DI or DB.

Now like in brtools we have option to choose direct command for any interactive option like for backup execution we can use direct command brspace -c -u .....init<SID>.sap...

Can we have same type of command for our Start/Stop Script also like we give <script name><options> ...and other variable to directly start/stop CI or DI or DB or any agent.

We are thinking as brtools also a Unix script, it should be possible for our start/stop script also but not sure how can we do it.

Please provide your thoughts.

Shivam

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Shivam,

Yes you create shell or perl scripts to perform the startsap/stopsap interactively, which can stop/start r3, db or agents respectively,

You can refere below threads for the options for startsap/stopsap script

http://help.sap.com/saphelp_snc70/helpdata/en/47/1d6feeff6e0d46e10000000a155369/frameset.htm

And if its windows or unix platform you might want to leverage ssh & telnet functionalities with key authentication so that you can do this remotely.

But for this you need extensive knowledge of perl/shell scripting

Good luck for doing this. Let me know if this helped you.

Regards,

Ram