如何确定 MB JTEXT 适配器是否远程启动
我需要确保远程服务器上的 JTEXT 适配器可用(从我的 PC),但我不知道该怎么做。我的计算机上没有任何 MB 软件,我想知道是否有办法确定它是否可用,可能通过 telnet 或某种类似的措施。
其次,如果有一种方法可以远程确定 JTEXT 适配器的统计信息,我如何确定适配器正在使用哪个端口?
I need to make sure that the JTEXT adapter on a remote server is available (from my PC), but I have no idea how to do that. I don't have any MB software on my computer, and I'm wondering if there is a way to determine if it is available, possibly via telnet or some similar measure.
Secondly, if there IS a way to determine the stats of a JTEXT adapter remotely, how do I figure out what port is being used for the adapter?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
那么 JText 适配器是一个在您的服务器上运行的 Java 进程,所以是的,理论上您应该能够通过 SSH 连接到服务器并检查进程列表。现在我不记得你想在进程列表中 grep 查找什么,但它应该是相当明显的。
该端口已在适配器的配置文件中指定。可能值得与您的管理员核实一下,看看它在哪里。
Well the JText adapter is a Java process running on your server, so yes, in theory you should be able to SSH in to the server and check the process list. Right now I can't remember what you'll want to grep for in the process list but it should be reasonably obvious.
The port will have been specified in the adapter's configuration file. Probably worth checking with your administrator to see where that is.