会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
lichmama
三十儿郎五十经,八方抱负九州情
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
3
4
5
6
7
8
9
10
11
···
16
下一页
2015年3月12日
ORA-01157,记一次Oracle故障恢复过程
摘要: 生产环境中有两台部署PowerCenter的ETL业务机,近期发现无法通过客户端连接到ETL服务。初步怀疑是PowerCenter挂掉了,或者资料库出现了故障。登陆设备后发现PowerCenter进程存在,但是资料库(Oracle)却挂掉了。切换oracle账户进入,手动startup资料库,结果启...
阅读全文
posted @ 2015-03-12 21:14 lichmama
阅读(1022)
评论(0)
推荐(0)
2015年3月9日
XManager与SecureCRT
摘要: 使用Xmanager前,服务器必须已经安装好X11所需的各种运行包。运行下列命名检查安装情况,没有的话请自行补上。rpm -qa|grep x111.DISPLAY环境变量export DISPLAY=Xmanager-Host:0.0#举例,如:export DISPLAY=192.168.1.1...
阅读全文
posted @ 2015-03-09 15:42 lichmama
阅读(1234)
评论(0)
推荐(0)
2015年3月8日
mysql主从复制
摘要: 参考文档:http://www.linuxidc.com/Linux/2013-10/90800.htmhttp://369369.blog.51cto.com/319630/790921/大致步骤:MySQL主从复制master:192.168.1.1slave: 192.168.1.21.主从服...
阅读全文
posted @ 2015-03-08 15:43 lichmama
阅读(178)
评论(0)
推荐(0)
2015年3月6日
(转载)Sybase:bcp命令参考
摘要: 参考文档:http://blog.csdn.net/wwp1026/article/details/6900569
阅读全文
posted @ 2015-03-06 16:00 lichmama
阅读(397)
评论(0)
推荐(0)
2015年3月5日
(转载)IQ 16.0 SP02起支持从压缩文件直接装载数据到表中
摘要: 参考文档:http://m.blog.chinaunix.net/uid-16765068-id-4405877.htmlhttp://www.cnblogs.com/lichmama/p/4103048.html大致过程:/**创建测试视图**/CREATE VIEW BCPVIEW24 ASSE...
阅读全文
posted @ 2015-03-05 16:47 lichmama
阅读(288)
评论(0)
推荐(0)
2015年3月4日
(转载)WebSphere MQ安装过程
摘要: 参考文档:http://www.ibm.com/developerworks/cn/linux/linux-speed-start/l-ss-mq/
阅读全文
posted @ 2015-03-04 10:24 lichmama
阅读(185)
评论(0)
推荐(0)
2015年2月28日
Python发送邮件
摘要: #-*- coding:gb2312 -*-import smtplibfrom email.mime.text import MIMETextfrom email.mime.multipart import MIMEMultipartdef sendmail(to, sub, content): ...
阅读全文
posted @ 2015-02-28 16:09 lichmama
阅读(251)
评论(0)
推荐(0)
2015年2月11日
vsftpd配置虚拟用户
摘要: #安装vsftpdyum -y install vsftpd#创建本地ftp账户groupadd ftpuseruseradd -g ftpuser -s /sbin/nologin ftpuser#修改suselinux配置setsebool -P ftp_home_dir on#创建虚拟用户的账...
阅读全文
posted @ 2015-02-11 13:36 lichmama
阅读(279)
评论(0)
推荐(0)
2015年2月7日
Redis集群搭建
摘要: 参考文档:http://redis.readthedocs.org/en/latest/topic/cluster-tutorial.htmlhttp://no-fucking-idea.com/blog/2012/04/16/setting-up-redis-cluster/http://blog...
阅读全文
posted @ 2015-02-07 14:11 lichmama
阅读(436)
评论(0)
推荐(0)
2015年2月4日
MQ的导出备份
摘要: 参考链接:http://www.ibm.com/developerworks/cn/websphere/library/techarticles/1312_hub_mq/1312_hub_mq.htmlWebSphere MQ在版本>7.0后提供了dmpmqcfg命令可到出mq配置,如果低于此版本(...
阅读全文
posted @ 2015-02-04 17:08 lichmama
阅读(5831)
评论(0)
推荐(0)
上一页
1
···
3
4
5
6
7
8
9
10
11
···
16
下一页
公告