Subject SV: [firebird-support] fbsvcmgr and alternate port number??
Author Poul Dige
Hi Helen :)

The problem is that I am tunneling to a server, so what I actually want to do is

"fbsvcmgr 127.0.0.1/3052:service_mgr user sysdba password masterke action_db_stats.....etc"

- and that's a problem.

Cheers
Poul

________________________________________
Fra: firebird-support@yahoogroups.com [firebird-support@yahoogroups.com] På vegne af Helen Borrie [helebor@...]
Sendt: 28. maj 2011 03:28
Til: firebird-support@yahoogroups.com
Emne: Re: [firebird-support] fbsvcmgr and alternate port number??

Hello Poul,
At 08:07 AM 28/05/2011, Poul Dige wrote:
>I have a question regarding installation of fb2.5 on alternate port number, i.e. 3052 instead of 3050.
>
>How do I remotely connect to the svc_manager on a different port?
>
>Usually it would be something like
> "fbsvcmgr myhost:service_mgr user sysdba password masterke action_db_stats.....etc"
>
>but I need to connect to something like
> "fbsvcmgr myhost/3052:service_mgr user sysdba password masterke action_db_stats.....etc"
>
>which seemingly isn't allowed. Or am I doing something wrong here?

You shouldn't need to set it against the service_mgr address, provided you have set either RemoteServicePort or RemoteServiceName in firebird.conf (and restarted the server afterwards, natch!)

./heLen