■■NMON nmon is a computer performance system monitor tool for the AIX and Linux operating systems. The tool displays on-screen or saves to a data file the operating system statistics to aid the understanding of computer resource use, tuning options and bottlen…

2018年6月8日 0条评论 1095点热度 0人点赞 liking 阅读全文

将A机的应用定时、自动备份到B机,有3种方式:nfs方式,ssh方式,lftp方式。 ■■nfs方式 ■远端配置nfs服务【略】 ■本机配置nfs客户端【略】 ■本机部署备份脚本 参见backup_app.sh #!/bin/bash ###说明 #本脚本使用tar压缩方式,备份1个或多个指定路径的所有文件,存放到指定的路径 #然后,补充备份主机配置信息,并删除10天前的旧备份 #每次备份生成3个文件,即:应用备份、主机配置、备份日志 # IP地址+主机名+时间.tar.gz # IP地址+主机名+时间.hostc…

2018年5月18日 0条评论 1079点热度 0人点赞 liking 阅读全文

■■在线安装 ■yum list epel* Installing: epel-release noarch 6-8 extras 14 k ■yum install docker-io Downloading Packages: (1/7): docker-io-1.7.1-2.el6.x86_64.rpm | 4.6 MB 00:16 (2/7): libcgroup-0.40.rc1-24.el6_9.x86_64.rpm | 131 kB 00:00 (3/7): lua-alt-getopt-0.7.0-…

2018年5月17日 2条评论 12441点热度 0人点赞 liking 阅读全文

测试通过:redhat/centos 6.5, 6.6, 7.2 ■准备操作系统iso文件,mount到/mnt/iso mount -o loop /soft/CentOS-6.5-x86_64-bin-DVD1.iso /mnt/iso ■屏蔽默认配置目录/etc/yum.repos.d mv /etc/yum.repos.d /etc/yum.repos.d.old ■修改/etc/yum.conf,添加文件位置,并启用enabled [server] name=server baseurl=file:///…

2018年5月10日 0条评论 9425点热度 0人点赞 liking 阅读全文

■在A机生成公钥 ssh-keygen -t rsa 一路回车即可,若提示覆盖已有文件,则备份已有文件后再覆盖 ■把在A机生成的公钥写到B机某用户authorized_keys文件里【方法1】 在A机操作: ssh-copy-id -i ~/.ssh/id_rsa.pub -p 22 root@192.168.2.12 提示输入密码后,拷贝完成 此时,验证A机是否可直接登陆B机:ssh -p 22 root@192.168.2.12 ■把在A机生成的公钥写到B机某用户authorized_keys文件里【方法2】 …

2018年5月8日 0条评论 10246点热度 0人点赞 liking 阅读全文

FileName: upgrade opensshd-linux7.2_1511-2018.txt 注1:本文档已在如下版本测试通过 RedHat/CentOS 7.2-1511 注2:本文采用新安装方式,保留已有版本的openssl、openssh、zlib,好处是可以回退旧版本。 首先配置yum,用于安装可能需要的package ■■挂载OS的iso镜像 参见《upgrade opensshd-linux-2018.txt》 ■■yum配置-local 参见《upgrade opensshd-linux-201…

2018年3月20日 0条评论 8818点热度 0人点赞 liking 阅读全文

1、登陆集团内网,左上方快速链接“Idisk” 2、找到“协作网盘”,“软件集团-运营商事业本部-华北中心” 注:由于采用html5,所以不支持低版本IE浏览器,建议使用chrome浏览器或其他浏览器。 在 “05-培训文档” --- “oracle相关” ADG-rebuild.mp4 ■主库备份 非压缩方式备份【比压缩方式快】: run{ allocate channel c1 type disk; allocate channel c2 type disk; allocate channel c3 type …

2018年3月16日 0条评论 1161点热度 0人点赞 liking 阅读全文

附件主要说明了NTP时钟服务版本升级的步骤,亲测环境为CentOS7.2。有需要的可自行下载作为参考 NTP服务版本升级

2018年3月11日 0条评论 1290点热度 0人点赞 liking 阅读全文

FileName: upgrade opensshd-linux-2018.txt 注1:本文档已在如下版本测试通过 RedHat/CentOS 6.3、6.4、6.5 注2:本文采用新安装方式,保留已有版本的openssl、openssh、zlib,好处是可以回退旧版本。 首先配置yum,用于安装可能需要的package ■■挂载OS的iso镜像 mount -o loop /u01/soft/rhel.iso /mnt/iso 修改/etc/fstab,设置开机挂载iso: /opt/soft/rhel.iso…

2018年1月20日 0条评论 10387点热度 0人点赞 liking 阅读全文

常见weblogic漏洞修复总结 需要的可以下载附件查看 常见weblogic漏洞修复总结

2017年12月12日 0条评论 873点热度 0人点赞 liking 阅读全文
145678