linux环境在连接Activemq的时候报以下信息,找了半天配了下host OK了,记录一下. java.net.UnknownHostException: MySQLMASTER: MySQLMASTER: 未知的名称或服务 at java.net.InetAddress.getLocalHost(InetAddress.java:1473)[:1.7.0_67] at org.fusesource.insight.log.support.LogQuerySupport.<init>(L
1. 查看 SQL Server 2000 中 Northwind 数据库文件的逻辑文件名(logical file name)和物理文件路径(operation system file name): use Nothwind go select name, filename, * from dbo.sysfiles name filename -------------- -------------------------------------------------------------
故障现象: 用telnet IP+端口的方式测试正常,能够访问: 通过telnet域名+端口方式,提示:未知的名称或服务(Name or service not known). 测试百度的网络地址,ping能够通.但是ping域名,出现同样的提示. 根据上面的故障现象分析,初步判断是DNS配置问题. 故障排查过程: 通过nslookup测试DNS解析,从结果来看,本地的DNS的服务器配置应该是可用的. 但是测试发现,使用telnet 域名+端口的方式测试,依然提示:未知的名称或服务. 测试了同网