Windows 7 マシンで db2 サーバーをセットアップしようとしていますが、ローカルからのみリモートからデータベースに接続できません。いくつかの設定が欠けている可能性があると思います。
1) ファイアウォールをオフにしました 2) データベース情報は次のとおりです。
データベース 2 エントリ:
Database alias = SAMPLE
Database name = SAMPLE
Local database directory = C:
Database release level = f.00
Comment =
Directory entry type = Indirect
Catalog database partition number = 0
Alternate server hostname =
Alternate server port number =
netstat -a
コマンドからの出力の一部は次のとおりです。
TCP [::]:49155 WIN-whatever:0 LISTENING
TCP [::]:49164 WIN-whatever:0 LISTENING
TCP [::]:49165 WIN-whatever:0 LISTENING
TCP [::]:50000 WIN-whatever:0 LISTENING
クライアントからサーバーに ping を実行しても応答しませんまた、それを使用してスキャンしても、nmap -sV <server_ip_address>
開いているポートとそれを使用するサービスが返されません
クライアントから接続するには、次のコマンドを実行します。
db2 list node directory
SQL1027N The node directory cannot be found.
catalog tcpip node <i am not sure what does here> remote <server_ip_address> server <port_number>
no output
これは、何かが間違っていることを意味します。ノードに対していくつかのことを試しましたが、何も機能しません。何が起こっているのか、それを修正する方法がわかりません。
ご協力ありがとう御座います