IBMMQ-MQ服务无法启动,日志提示:AMQ7257【故障记录】

 

实例环境:window 7x64系统;IBM WebSphere MQ 8.0;

 

问题

1.可以正常启动MQ队列管理器管理页面,但启动队列管理器,报错,详细提示:AMQ7252 :MQ服务必须正在运行。

2.window服务列表中,没有IBM MQSeries服务,无法通过服务启动

3.使用cmd start \bin\strmqsvc.exe ,无效

图报错 详细提示:AMQ7252 :MQ服务必须正在运行;

IBMMQ-MQ服务无法启动,日志提示:AMQ7257【故障记录】_第1张图片

图error log 

IBMMQ-MQ服务无法启动,日志提示:AMQ7257【故障记录】_第2张图片

解决

卸载重装MQ解决

分析

1.mq8.0 版本,strmqsvc.exe 不在.\bin\,在.\bin64\下

2.用户在安装MQ8.0时,【网络配置】,【是否需要配置域用户标识】,勾选了【不知道】,导致MQ安装程序部分没有完成。

建议在安装时,【网络配置】,【是否需要配置域用户标识】,勾选了【否】。后续的域环境也,也选择没有。

 

官方介绍

AMQ7257S (Windows)The MQ service for installation  () must be running.Severity40 : Stop ErrorExplanationThe command  requires the MQ service, amqsvc.exe, and process amqpsrvn.exe, which it launches, to be running.ResponseEnsure that the MQ service is running before issuing the command. Start the service in one of the following ways: 
From an administrative command prompt, issue the command 
\bin\strmqsvc.exe 
From the Computer Management console, select and start the service named 'IBM IBM MQ ()' from the list of services shown.

你可能感兴趣的:(消息中间件MQ,运维)