Skip to main content

WebSphere MQ: メッセージの完全性 (1) Persistent/Non Persistent Message

· 4 min read
Yu Sasaki
Enterprise Security Manager / Advisor

WebSphere MQにおけるキュー・マネージャー再起動後のローカル・キュー上のパーシステント・メッセージ、ノンパーシステント・メッセージの状態を確認する。(当ブログのWebSphere MQに関する前回の記事はこちら。参考文献は記事末尾をご参照。)

Apache: 起動エラー - Could not reliably determine the server's fully qualified domain name

· 3 min read
Yu Sasaki
Enterprise Security Manager / Advisor

事象

先日CentOS (v5.5)上でApache Webサーバをインストール直後に起動・再起動したところ、下記のエラーが発生した。

# apachectl restart
httpd: Could not reliably determine the server's fully qualified domain name, using localhost.localdomain for ServerName
httpd not running, trying to start

サーバのFQDNを確定できなかったと言うエラー。

WebSphere MQ: ローカル・キュー操作 - amqsput, amqsget, amqsbcg

· 7 min read
Yu Sasaki
Enterprise Security Manager / Advisor

サンプルプログラムを使用して作成したキューへのget, put, ブラウズ操作を確認する。実行環境はLinux (CentOS v6.3)。この記事で使用しているキュー・マネージャーの作成、起動はこちら、またキューの作成はこちらの記事に記載。参考サイトは記事末尾をご参照。