我是J:\common\influxdb\influxdb-1.1.0_windows_amd64\influxdb-1.1.0-1
的新用户并尝试在我的Windows 7 - 64操作系统上安装它。
以下是迄今为止所做的步骤:
1. cd J:\common\influxdb\influxdb-1.1.0_windows_amd64\influxdb-1.1.0-1
2. influxd.exe
使用admin privilages启动命令提示符并运行以下命令:
[run] 2016/11/15 14:52:21 InfluxDB starting, version 1.1.0, branch master, commit 800da5732b91c816b0a097acf8887fa2af1efa1a
[run] 2016/11/15 14:52:21 Go version go1.7.3, GOMAXPROCS set to 4
[run] 2016/11/15 14:52:21 no configuration provided, using default settings
[store] 2016/11/15 14:52:21 Using data dir: C:\Users\USER_HP_2013_03\.influxdb\d
ata
[subscriber] 2016/11/15 14:52:21 opened service
[monitor] 2016/11/15 14:52:21 Starting monitor system
[monitor] 2016/11/15 14:52:21 'build' registered for diagnostics monitoring
[monitor] 2016/11/15 14:52:21 'runtime' registered for diagnostics monitoring
[monitor] 2016/11/15 14:52:22 'network' registered for diagnostics monitoring
[monitor] 2016/11/15 14:52:22 'system' registered for diagnostics monitoring
[shard-precreation] 2016/11/15 14:52:22 Starting precreation service with check
interval of 10m0s, advance period of 30m0s
[snapshot] 2016/11/15 14:52:22 Starting snapshot service
[continuous_querier] 2016/11/15 14:52:22 Starting continuous query service
[httpd] 2016/11/15 14:52:22 Starting HTTP service
[httpd] 2016/11/15 14:52:22 Authentication enabled: false
[httpd] 2016/11/15 14:52:22 Listening on HTTP: [::]:8086
[retention] 2016/11/15 14:52:22 Starting retention policy enforcement service wi
th check interval of 30m0s
[run] 2016/11/15 14:52:22 Listening for signals
2016/11/15 14:52:22 Sending usage statistics to usage.influxdata.com
[monitor] 2016/11/15 14:52:22 Storing statistics in database '_internal' retenti
on policy 'monitor', at interval 10s
[shard] 2016/11/15 14:52:40 C:\Users\USER_HP_2013_03\.influxdb\data\_internal\mo
nitor\1 database index loaded in 0s
以下是命令提示符中的显示消息:
admin console
问题:
当我尝试使用http://localhost:8083访问Firefox can’t establish a connection to the server at localhost:8083.
时,获取404 not found
如果我尝试使用http://localhost:8086进行连接,请获取.message-footer { min-height: 44px; }
。
帮助我访问Influxdb的管理控制台。
编辑: 我尝试了以下链接中的步骤:
答案 0 :(得分:3)
查找Intent
文件以启用管理
采用HOCON格式查找..\influxdb-versiona.b.c.d\influxdb.conf
部分。并取消注释
[admin]
默认情况下,它会被注释“#”用于以HOCON格式发表评论。
取消注释from # [admin] to admin
和binding address
enabled = false
运行以下命令
涌入-config Influxdb.conf
使用Change the enabled from false to true.
网址
答案 1 :(得分:1)
[httpd] 2016/11/15 14:52:22听HTTP:[::]: 8086
您应该使用http://localhost:8086网址,我不知道您从哪里获得此8083
。
您可能会发现Taurus工具更易于使用,除了实时结果分析外,它还提供了强大的Fass/Fail Criteria subsystem,Resource Monitoring以及更多
答案 2 :(得分:1)
阅读了无数文章之后,通常 NOT recommended 直接在Windows上安装InfluxDB。有很多问题。在性能和稳定性方面。官方的InfluxDB也不支持Windows,将来也没有计划。由于最新的InfluxDB 2.0不包含任何Windows二进制文件,因此进一步证明了这一点。
InfluxDB 2.0不包含Windows二进制文件
是吗?
Docker是免费的。如果您打算在Windows Server上安装docker,则它对于Windows Server 2016及更高版本也是免费的(Microsoft与docker达成了一项特殊协议,免费提供它们)
对于那些仍在虚拟机世界中的人:
Docker与虚拟机一样不。它通过Windows服务直接与主机的文件系统交互
查看以下链接以获取逐步指南:
https://www.open-plant.com/knowledge-base/how-to-install-influxdb-docker-for-windows-10/