我的编程空间,编程开发者的网络收藏夹
学习永远不晚

MongoDB MMS部署文档(win agent)

短信预约 -IT技能 免费直播动态提醒
省份

北京

  • 北京
  • 上海
  • 天津
  • 重庆
  • 河北
  • 山东
  • 辽宁
  • 黑龙江
  • 吉林
  • 甘肃
  • 青海
  • 河南
  • 江苏
  • 湖北
  • 湖南
  • 江西
  • 浙江
  • 广东
  • 云南
  • 福建
  • 海南
  • 山西
  • 四川
  • 陕西
  • 贵州
  • 安徽
  • 广西
  • 内蒙
  • 西藏
  • 新疆
  • 宁夏
  • 兵团
手机号立即预约

请填写图片验证码后获取短信验证码

看不清楚,换张图片

免费获取短信验证码

MongoDB MMS部署文档(win agent)

直接复制黏贴一份官方的部署说明文档,已成功安装(win agent)

需要安装python,网速问题,我直接从51cto下载站下载的python-2.7.3.amd64.msi

另外需要自行下载pymongo-2.4.2.win-amd64-py2.7.exe,仅作记录。

Contents
------------
* README.txt
* mongommsinstall.bat
* mongommstinstall.ps1
* srvany.exe

Prerequisites
------------
* Expects a MMS/PyMongo compatible python version to be installed
* Expects pymongo to be installed
* Powershell version 2.0 (for windows service installation)
* Powershell script execution to be turned on

Installation
------------
* The following instructions are to run MMS as a windows service
* More information can be found at https://mms.10gen.com/help/install.html#installing-mms-on-windows

Install Prerequisites
---------------------
* Install python 2.7.x using the Windows Installer. 64 bit installer is preferred.
e.g. http://www.python.org/ftp/python/2.7.2/python-2.7.2.amd64.msi
* Install latest version of pymongo using the Windows Installer from pypi. Ensure
you pick the installer that corresponds to your python version and the type (32 bit or 64 bit).
http://pypi.python.org/pypi/pymongo/

Install Powershell 2.0
----------------------
* If you do not have powershell 2.0 installed you would need to install it from http://support.microsoft.com/kb/968929.

Enable Powershell Script Execution
----------------------------------
* Open the Windows Powershell by right-clicking its icon in the Start bar and selecting Run as Administrator
* Type `Set-ExecutionPolicy -ExecutionPolicy RemoteSigned` and agree when prompted about changing the policy

Specifying a Proxy Server
-------------------------
If the MMS agent needs a proxy server to connect outside, specify it in the HTTPS_PROXY environment variable
 as http://proxyservername:port

Sevice Installation
-------------------
* The script reads python path from windows registry if not specified on command line
* If multiple python installations are present edit the bat file to specify the path of the python install to work
* Run mongommsinstall.bat from an administrator command window
* This will install the windows service and start it
* If you stop the windows service, the agent will stop

Uninstall
---------
- Stop the "MongoDB MMS" windows service
- Run "sc delete mongomms"

More Information
----------------
- MMS Help https://mms.10gen.com/help/
 

 

MongoDB MMS部署文档(win agent)

 

免责声明:

① 本站未注明“稿件来源”的信息均来自网络整理。其文字、图片和音视频稿件的所属权归原作者所有。本站收集整理出于非商业性的教育和科研之目的,并不意味着本站赞同其观点或证实其内容的真实性。仅作为临时的测试数据,供内部测试之用。本站并未授权任何人以任何方式主动获取本站任何信息。

② 本站未注明“稿件来源”的临时测试数据将在测试完成后最终做删除处理。有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341

MongoDB MMS部署文档(win agent)

下载Word文档到电脑,方便收藏和打印~

下载Word文档

猜你喜欢

Linux平台Ruby应用部署文档编写

在编写 Linux 平台 Ruby 应用部署文档时,需要考虑以下几个方面:系统环境要求安装 Ruby 和必要的依赖库部署应用程序代码配置数据库和其他服务运行和管理应用程序日志和监控备份和恢复故障排查和优化以下是一个简单的示例:
Linux平台Ruby应用部署文档编写
2024-09-15

本地部署element-plus文档的简单步骤

由于公司网络登element-ui官方文档很慢,想把他载下来离线文档本地跑,下面这篇文章主要给大家介绍了关于本地部署element-plus文档的简单步骤,文中通过实例代码介绍的非常详细,需要的朋友可以参考下
2023-05-19

阿里云服务器部署项目文档一站式指导

阿里云服务器部署项目文档是阿里云为用户提供的一站式指导,包含了从创建阿里云服务器、部署项目到管理运维的全过程。本文将详细介绍阿里云服务器部署项目文档的内容和使用方法。阿里云服务器部署项目文档包括以下几个部分:服务器创建:用户可以根据需求选择不同的阿里云服务器类型,如计算型、内存型、通用型、弹性伸缩型等。创建服务器
阿里云服务器部署项目文档一站式指导
2023-11-11

高可用 | repmgr 构建 PostgreSQL 高可用集群部署文档【建议收藏】

作者:颜博 青云科技数据库研发工程师目前从事 PostgreSQL 产品开发工作,热衷于 PostgreSQL 数据库的学习和研究上一期我们介绍了 PG 集群复制管理工具 repmgr,能够轻松的搭建出 PostgreSQL 的高可用集群,在主节点宕机后,挑选
高可用 | repmgr 构建 PostgreSQL 高可用集群部署文档【建议收藏】
2019-01-10

编程热搜

目录