上一页 1 ··· 40 41 42 43 44
摘要: 1、假设备份文件xxxx.bak大小约300G,还原后所占用的空间为900G 2、磁盘空间只有1T,若将备份文件拷贝过来,空间剩余700G,无法成功还原,因此通过远程方式还原。 例子如下: SQLSERVER服务实例名称: 192.168.12.163需要备份的数据库名称: a备份机器名称(Clie 阅读全文
posted @ 2016-01-29 16:48 __Yoon 阅读(959) 评论(0) 推荐(0)
摘要: 配置文件内容:[root@yoon etc]# cat mongod.conf logpath=/export/log/mongodb.loglogappend=truefork = truedbpath=/export/data/dbpidfilepath = /export/mongodb/et 阅读全文
posted @ 2016-01-29 16:47 __Yoon 阅读(986) 评论(0) 推荐(0)
摘要: ===================================================================================================================#!/bin/sh. /etc/profile DATE=`date 阅读全文
posted @ 2016-01-29 16:46 __Yoon 阅读(937) 评论(0) 推荐(0)
摘要: [root@b28-17-51 ~]#mkdir -p /export/data [root@b28-17-51 ~]#mkdir -p /export/log [root@b28-17-51 export]#tar -xvf mongodb-linux-x86_64-3.0.6.tgz [root 阅读全文
posted @ 2016-01-29 16:45 __Yoon 阅读(187) 评论(0) 推荐(0)
摘要: 安装MONGODB 3.0.6的时候提示警告信息,如下: 2015-09-09T11:04:35.011+0800 I CONTROL [initandlisten] ** WARNING: /sys/kernel/mm/transparent_hugepage/enabled is 'always 阅读全文
posted @ 2016-01-29 16:41 __Yoon 阅读(2700) 评论(0) 推荐(0)
上一页 1 ··· 40 41 42 43 44