From: Will Honea on
Running Express-C V9.7 on Linux, I've got one machine that (probably from my
own messing around) has lost TCPIP communications. Note that it did work
after installation. The problem I'm having is that I cannot re-configure
the communications to TCPIP on that instance now. Using the "setup
communications" action from db2cc shows tcpip as a detected protocol but it
won't allow selection of that protocol. The really confusing part comes
from using the online documentation where they declare that "setup
communications" is deprecated in V9.7 and may not be available in the
future and the "Help" link on that screen comes back blank. Short of a full
re-installation, how do I get tcpip re-enabled?

--
Will Honea

From: Frederik Engelen on
On 8 jan, 07:27, Will Honea <who...(a)yahoo.com> wrote:
> Running Express-C V9.7 on Linux, I've got one machine that (probably from my
> own messing around) has lost TCPIP communications.  Note that it did work
> after installation.  The problem I'm having is that I cannot re-configure
> the communications to TCPIP on that instance now.  Using the "setup
> communications" action from db2cc shows tcpip as a detected protocol but it
> won't allow selection of that protocol.  The really confusing part comes
> from using the online documentation where they declare that "setup
> communications" is deprecated in V9.7 and may not be available in the
> future and the "Help" link on that screen comes back blank. Short of a full
> re-installation, how do I get tcpip re-enabled?
>
> --
> Will Honea

What is the output from

db2set -all

and

db2 get dbm cfg | grep SVCE

?

--
Frederik Engelen
From: Will Honea on
Frederik Engelen wrote:

> On 8 jan, 07:27, Will Honea <who...(a)yahoo.com> wrote:
>> Running Express-C V9.7 on Linux, I've got one machine that (probably from
>> my own messing around) has lost TCPIP communications.  Note that it did
>> work after installation.  The problem I'm having is that I cannot
>> re-configure the communications to TCPIP on that instance now.  Using the
>> "setup communications" action from db2cc shows tcpip as a detected
>> protocol but it won't allow selection of that protocol.  The really
>> confusing part comes from using the online documentation where they
>> declare that "setup communications" is deprecated in V9.7 and may not be
>> available in the future and the "Help" link on that screen comes back
>> blank. Short of a full re-installation, how do I get tcpip re-enabled?
>>
>> --
>> Will Honea
>
> What is the output from
>
> db2set -all
>
> and
>
> db2 get dbm cfg | grep SVCE
>
> ?
boss(a)main:~> db2set -all
[g] DB2SYSTEM=main
[g] DB2INSTDEF=boss
[g] DB2ADMINSERVER=dasadmin
boss(a)main:~> db2 get dbm cfg | grep SVCE
TCP/IP Service name (SVCENAME) = db2c_boss
SSL service name (SSL_SVCENAME) =

This is a freshly installed server instance in a sandbox for testing. I
switched to use SSL layer as I want to extend access to remote clients, had
issues, tried to back it out and got hung up here. The rest of the server
is installation defaults.

--
Will Honea

From: Frederik Engelen on
On 9 jan, 08:17, Will Honea <who...(a)yahoo.com> wrote:
> Frederik Engelen wrote:
> > On 8 jan, 07:27, Will Honea <who...(a)yahoo.com> wrote:
> >> Running Express-C V9.7 on Linux, I've got one machine that (probably from
> >> my own messing around) has lost TCPIP communications.  Note that it did
> >> work after installation.  The problem I'm having is that I cannot
> >> re-configure the communications to TCPIP on that instance now.  Using the
> >> "setup communications" action from db2cc shows tcpip as a detected
> >> protocol but it won't allow selection of that protocol.  The really
> >> confusing part comes from using the online documentation where they
> >> declare that "setup communications" is deprecated in V9.7 and may not be
> >> available in the future and the "Help" link on that screen comes back
> >> blank. Short of a full re-installation, how do I get tcpip re-enabled?
>
> >> --
> >> Will Honea
>
> > What is the output from
>
> > db2set -all
>
> > and
>
> > db2 get dbm cfg | grep SVCE
>
> > ?
>
> boss(a)main:~> db2set -all
> [g] DB2SYSTEM=main
> [g] DB2INSTDEF=boss
> [g] DB2ADMINSERVER=dasadmin
> boss(a)main:~> db2 get dbm cfg | grep SVCE
>  TCP/IP Service name                          (SVCENAME) = db2c_boss
>  SSL service name                         (SSL_SVCENAME) =
>
> This is a freshly installed server instance in a sandbox for testing.  I
> switched to use SSL layer as I want to extend access to remote clients, had
> issues, tried to back it out and got hung up here. The rest of the server
> is installation defaults.
>
> --
> Will Honea

Try

db2set DB2COMM=TCPIP

and db2stop/db2start. I believe this will work.

--
Frederik Engelen
From: Will Honea on
Frederik Engelen wrote:

> On 9 jan, 08:17, Will Honea <who...(a)yahoo.com> wrote:
>> Frederik Engelen wrote:
>> > On 8 jan, 07:27, Will Honea <who...(a)yahoo.com> wrote:
>> >> Running Express-C V9.7 on Linux, I've got one machine that (probably
>> >> from my own messing around) has lost TCPIP communications.  Note that
>> >> it did work after installation.  The problem I'm having is that I
>> >> cannot re-configure the communications to TCPIP on that instance now.
>> >> Using the "setup communications" action from db2cc shows tcpip as a
>> >> detected protocol but it won't allow selection of that protocol.  The
>> >> really confusing part comes from using the online documentation where
>> >> they declare that "setup communications" is deprecated in V9.7 and may
>> >> not be available in the future and the "Help" link on that screen
>> >> comes back blank. Short of a full re-installation, how do I get tcpip
>> >> re-enabled?
>>
>> >> --
>> >> Will Honea
>>
>> > What is the output from
>>
>> > db2set -all
>>
>> > and
>>
>> > db2 get dbm cfg | grep SVCE
>>
>> > ?
>>
>> boss(a)main:~> db2set -all
>> [g] DB2SYSTEM=main
>> [g] DB2INSTDEF=boss
>> [g] DB2ADMINSERVER=dasadmin
>> boss(a)main:~> db2 get dbm cfg | grep SVCE
>> TCP/IP Service name                          (SVCENAME) = db2c_boss
>> SSL service name                         (SSL_SVCENAME) =
>>
>> This is a freshly installed server instance in a sandbox for testing.  I
>> switched to use SSL layer as I want to extend access to remote clients,
>> had issues, tried to back it out and got hung up here. The rest of the
>> server is installation defaults.
>>
>> --
>> Will Honea
>
> Try
>
> db2set DB2COMM=TCPIP
>
> and db2stop/db2start. I believe this will work.

Thank you, that worked. Now that you provided the answer, it turns out that
this is pretty clear in the documentation (once you know what you're
looking for) and it led to correcting the problems I was having with SSL in
the first place.

Interesting side note: using the control center I still cannot configure the
protocol via the setup communications screen - it refuses to accept
changes - but it does track manually entered changes as above. V9.5 allows
protocol changes from that same screen.

--
Will Honea

 |  Next  |  Last
Pages: 1 2
Prev: logbufsz sizing
Next: db2cli.ini