Merge pull request #7816 from RobbieDragon233/fix_docs

[TD-7648]<docs>:fix advice reader to configure hosts
This commit is contained in:
Elias Soong 2021-09-08 18:10:42 +08:00 committed by GitHub
commit 391e5639d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 3 deletions

View File

@ -64,7 +64,10 @@ TDengine提供了丰富的应用程序开发接口其中包括C/C++、Java、
编辑taos.cfg文件(默认路径/etc/taos/taos.cfg)将firstEP修改为TDengine服务器的End Point例如h1.taos.com:6030
**提示: 如本机没有部署TDengine服务仅安装了应用驱动则taos.cfg中仅需配置firstEP无需配置FQDN。**
**提示: **
1. **如本机没有部署TDengine服务仅安装了应用驱动则taos.cfg中仅需配置firstEP无需配置FQDN。**
2. **为防止与服务器端连接时出现“unable to resolve FQDN”错误建议确认客户端的hosts文件已经配置正确的FQDN值。**
**Windows x64/x86**
@ -96,7 +99,7 @@ TDengine提供了丰富的应用程序开发接口其中包括C/C++、Java、
**提示:**
1. **如利用FQDN连接服务器必须确认本机网络环境DNS已配置好或在hosts文件中添加FQDN寻址记录如编辑C:\Windows\system32\drivers\etc\hosts添加如下的记录`192.168.1.99 h1.taos.com` **
2**卸载运行unins000.exe可卸载TDengine应用驱动。**
2. **卸载运行unins000.exe可卸载TDengine应用驱动。**
### 安装验证

View File

@ -66,7 +66,11 @@ Run install_client.sh to install.
Edit the taos.cfg file (default path/etc/taos/taos.cfg) and change firstEP to End Point of the TDengine server, for example: [h1.taos.com](http://h1.taos.com/):6030.
**Tip: If no TDengine service deployed in this machine, but only the application driver is installed, only firstEP needs to be configured in taos.cfg, and FQDN does not.**
**Tip: **
**1. If no TDengine service deployed in this machine, but only the application driver is installed, only firstEP needs to be configured in taos.cfg, and FQDN does not.**
**2. To prevent “unable to resolve FQDN” error when connecting to the server, ensure that the hosts file of the client has the correct FQDN value.**
**Windows x64/x86**