Register or Login to Your Account
Hi, Please can anyone guide me with the answer to subjected question. I've tried ps -ef | grep awbro to get timing for service though it give only date and not time if server was started on any previous date. Thanks in Advance! Akshat Singhal
You can verify it from MWS. In MWS go to Administration-->Messaging-->BrokerServers-->Servers. Here you can verify in Server Log tab of the broker server you are looking for. Hope this helps
Hi, There is one more way. You can check the process ID for broker. E.g If you are on linux/unix, just run the command "ps -ef | grep awbroker". This command should give you the time when the service was started. Regards, Ninad Patil
Akshat Singhal
Hi,
Please can anyone guide me with the answer to subjected question. I've tried ps -ef | grep awbro to get timing for service though it give only date and not time if server was started on any previous date.
Thanks in Advance!
Akshat Singhal
Prasad
You can verify it from MWS. In MWS go to Administration-->Messaging-->BrokerServers-->Servers.
Here you can verify in Server Log tab of the broker server you are looking for. Hope this helps
Ninad
Hi,
There is one more way. You can check the process ID for broker.
E.g If you are on linux/unix, just run the command "ps -ef | grep awbroker". This command should give you the time when the service was started.
Regards,
Ninad Patil