CONNECTION WITH SSH COMMAND [message #405653] |
Thu, 28 May 2009 23:00 |
arjunyadav
Messages: 15 Registered: September 2008
|
Junior Member |
|
|
Hi all,
previsously I was runnig ssh command in unix from application server to connect database server,while database hostname is 'discomdb'
#ssh discomdb
then I am getting a warning like
ssh: discomdb: Hostname and service name not provided or found.
I have an other database server hostnmae billdb .if I run
#ssh billdb
then it is connecting to my database 'billdb' server.
Is there any file in which I need to see the remote hostname.
Or is there any file where I can define my database server hostname 'DISCOMDB' on application server so I will be able to connect through ssh command.
Thanks and Regards
Arjun
|
|
|
|