If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > Warning on Event Viewer

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-06-04, 09:27
mitait mitait is offline
Registered User
 
Join Date: Mar 2004
Location: Finland
Posts: 22
Question Warning on Event Viewer

Hi!

I just installed DB2 UDB 8.1.5 on Win NT 4.0 (sp6) and I'm getting a few warnings I do not understand on event viewer during startup. Can someone please explain what they mean and what to do if possible.

(these are in timed order...)

Source : DB2REMOTECMD
Type : Information
Description : rcmdTcpipListener : Failed to configure listener's socket address. Check for port (db2ccmsrv) in SERVICES file, rs=118423736

Source : DB2REMOTECMD
Type : Information
Description : rcmdTcpipListener : Monitor Server Listener Terminating

Source : DB2-0
Type : Warning
Description : 2004-04-06-15.58.33.453000 Instance: DB2 Node:000 PID:227(db2syscs.exe) TID:308 Appid:none base sys utilities DB2StartMain Probe:911
ADM7513W Database manager has started

Source : DB2-0
Type : Information
Description : db2start : SQL5043N Support for one or more comminications protocols failed to start successfully. However, core database manager functionality started successfully.


? Thanks for any possible help. - m
Reply With Quote
  #2 (permalink)  
Old 04-06-04, 10:06
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
Re: Warning on Event Viewer

Quote:
Originally posted by mitait
Hi!

I just installed DB2 UDB 8.1.5 on Win NT 4.0 (sp6) and I'm getting a few warnings I do not understand on event viewer during startup. Can someone please explain what they mean and what to do if possible.

(these are in timed order...)

Source : DB2REMOTECMD
Type : Information
Description : rcmdTcpipListener : Failed to configure listener's socket address. Check for port (db2ccmsrv) in SERVICES file, rs=118423736

Source : DB2REMOTECMD
Type : Information
Description : rcmdTcpipListener : Monitor Server Listener Terminating

Source : DB2-0
Type : Warning
Description : 2004-04-06-15.58.33.453000 Instance: DB2 Node:000 PID:227(db2syscs.exe) TID:308 Appid:none base sys utilities DB2StartMain Probe:911
ADM7513W Database manager has started

Source : DB2-0
Type : Information
Description : db2start : SQL5043N Support for one or more comminications protocols failed to start successfully. However, core database manager functionality started successfully.


? Thanks for any possible help. - m
Sounds like a TCP/IP port conflict. Check which port(s) DB2 is configured to listen at and ensure that no other services use those ports.
Reply With Quote
  #3 (permalink)  
Old 04-07-04, 03:07
mitait mitait is offline
Registered User
 
Join Date: Mar 2004
Location: Finland
Posts: 22
Re: Warning on Event Viewer

Quote:
Originally posted by n_i
Sounds like a TCP/IP port conflict. Check which port(s) DB2 is configured to listen at and ensure that no other services use those ports.
How do I do this?
Reply With Quote
  #4 (permalink)  
Old 04-07-04, 03:33
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,534
Re: Warning on Event Viewer

db2 get dbm cfg | find "SVCENAME"

If the service name is a number, it is the port ..

If it is a string, check C:\winnt\system\etc\services file to find the port corresponding to the string

HTH

Sathyaram

Quote:
Originally posted by mitait
How do I do this?
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On