cancel
Showing results for 
Search instead for 
Did you mean: 

using unix remsh in BR*tools Studio

shlomi_ambar
Explorer
0 Kudos

Hi

I have installed BR*tools Studio on Unix for Multi-instance server mode purpose.

The probelm is how to connect the Oracle instances to this server .

For that I need the corret parameter line needed when creatine an instance in the BR*tools Studio

I inserted : remsh [server_name] -l [ora<sid>]

example : remsh sapdev02 -l oradsq

But it is not help.

Any idea ?

Shlomi

Accepted Solutions (0)

Answers (2)

Answers (2)

markus_doehr2
Active Contributor
0 Kudos

> I inserted : remsh [server_name] -l [ora<sid>]

> example : remsh sapdev02 -l oradsq

- You got an error message?

- is the daemon on the target server running?

- is the .rhosts maintained?

Markus

shlomi_ambar
Explorer
0 Kudos

Hi

You got an error message? : Answer : No error messages.

is the daemon on the target server running? Answer : Yes

is the .rhosts maintained : Answer : Yes

I saw in the /people/markus.maurer/blog/2008/06/02/sap-brtools-studio-for-oracle-prepare-for-lift-off , there is a ssh connection string .something like this :

ssh c11adm@hostname ". /home/cbdadm/.profile;. /home/cbdadm/.dbenv_hostname.sh;brtools"

I'm going to try it

Kr

Shlomi

markus_doehr2
Active Contributor
0 Kudos

> You got an error message? : Answer : No error messages.

So what exactly "is not working"? How do you find out it is not if you don't get an error message?

Markus

shlomi_ambar
Explorer
0 Kudos

Hi

I don't get the Green light for the instances . Also when O ligin to the Instance , it is empty because it's not connected to the Database

shlomi_ambar
Explorer
0 Kudos

Hi

Please look at :

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/009af54c-7ce4-2b10-de8e-b062f7cb...

Page 19 : plink -ssh orasmc@rhsolman -pw mi_password ( it for windows installation )

I need the plink corresponding command for unix .

what is the corresponding command for Unix instllation ?

Kr

Shlomi

shlomi_ambar
Explorer
0 Kudos

Any Idea ?