手机
当前位置:查字典教程网 >操作系统 >Ubuntu/Debian >ahjesus安装mongodb企业版for ubuntu的步骤
ahjesus安装mongodb企业版for ubuntu的步骤
摘要:导入共匙sudoapt-keyadv--keyserverhkp://keyserver.ubuntu.com:80--recv7F0CEB...

导入共匙

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10

创建源列表

echo 'deb https://repo.mongodb.com/apt/ubuntu precise/mongodb-enterprise/stable multiverse' | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list

刷新包

sudo apt-get update

安装企业版

sudo apt-get install mongodb-enterprise

防止意外升级到最新版,可以运行如下命令

echo "mongodb-enterprise hold" | sudo dpkg --set-selections

echo "mongodb-enterprise-server hold" | sudo dpkg --set-selections

echo "mongodb-enterprise-shell hold" | sudo dpkg --set-selections

echo "mongodb-enterprise-mongos hold" | sudo dpkg --set-selections

echo "mongodb-enterprise-tools hold" | sudo dpkg --set-selections

启动运行

sudo /etc/init.d/mongod start

验证启动成功

验证是否启动成功可以到日志文件查看,具体位置在 /var/log/mongodb/mongod.log.

停止

sudo /etc/init.d/mongod stop

重启

sudo /etc/init.d/mongod restart

附:update失败 提示有一个旧项的解决办法

更新源至国内

我用的是阿里云的源

具体的操作是 vi /etc/apt/sources.list 在文件最前面添加以下条目(!!!操作前请做好相应备份!!!)

deb http://mirrors.aliyun.com/ubuntu/ precise main restricted universe multiverse

deb http://mirrors.aliyun.com/ubuntu/ precise-security main restricted universe multiverse

deb http://mirrors.aliyun.com/ubuntu/ precise-updates main restricted universe multiverse

deb http://mirrors.aliyun.com/ubuntu/ precise-proposed main restricted universe multiverse

deb http://mirrors.aliyun.com/ubuntu/ precise-backports main restricted universe multiverse

deb-src http://mirrors.aliyun.com/ubuntu/ precise main restricted universe multiverse

deb-src http://mirrors.aliyun.com/ubuntu/ precise-security main restricted universe multiverse

deb-src http://mirrors.aliyun.com/ubuntu/ precise-updates main restricted universe multiverse

deb-src http://mirrors.aliyun.com/ubuntu/ precise-proposed main restricted universe multiverse

deb-src http://mirrors.aliyun.com/ubuntu/ precise-backports main restricted universe multiverse

【ahjesus安装mongodb企业版for ubuntu的步骤】相关文章:

VMWare Workstation 8环境下安装ubuntu12(图解)

chkconfig ubuntu 系统服务设置命令

Ubuntu上安装字体的教程

ubuntu系统安装lamp环境和配置的详细步骤

Ubuntu下安装nginx的步骤分享

安装ubuntu12.04后nvidia显卡驱动安装详解步骤

在Ubuntu上安装Ruby的步骤

如何制作Ubuntu安装U盘 三种制作Ubuntu安装U盘方式

Ubuntu添加、安装字体的步骤方法

删除ubuntu旧内核的方法

精品推荐
分类导航