Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2936429
  • 博文数量: 454
  • 博客积分: 4860
  • 博客等级: 上校
  • 技术积分: 6375
  • 用 户 组: 普通用户
  • 注册时间: 2011-03-13 10:08
个人简介

10年工作经验,专研网站运维。

文章分类

全部博文(454)

文章存档

2017年(11)

2016年(13)

2015年(47)

2014年(36)

2013年(147)

2012年(64)

2011年(136)

发布时间:2013-04-12 09:32:15

Clone EBS R12.1.1 on Oracle Linux 64 5.7 to Oracle Linux 64 5.7时间: 2012-11-23 04:08:34.0分类: 数据库/ Oracle/ 文章 Clone EBS R12.1.1 on Oracle Linux 64 5.7 to Oracle Linux 64 5.7基于 Oracle Linux 64 5.7 的 EBS R12.1.1 详细克隆步骤Section 0: VersionSource: R12.1.1 on Or.........【阅读全文】

阅读(2428) | 评论(0) | 转发(0)

发布时间:2013-04-11 17:22:14

1。 APP 层autoconfigcd  /d01/oracle/crp12/inst/apps/crp12_dlhs1201/admin/scripts[appcrp12@dlhs1201 scripts]$ sh adautocfg.sh 2。对appsutil进行同步化[appcrp12@dlhs1201 scripts]$ perl /d01/oracle/crp12/apps/apps_st/appl/ad/12.0.0/bin/admkappsutil.pl  以上命令会在/d01/oracle/crp12/inst.........【阅读全文】

阅读(4400) | 评论(0) | 转发(0)

发布时间:2013-04-11 10:16:14

#!/bin/bashpacket_lost_status=`ping -i 0.01 -c 20 192.168.10.10 | grep "packet loss"  | awk '{{sub(/%/,"",$6)}print $6}'`if [ $packet_lost_status -gt "95" ];then        echo "`date` restart eth0" >>restart_network.log &nbs.........【阅读全文】

阅读(1228) | 评论(0) | 转发(0)

发布时间:2013-04-10 17:04:48

方法一:file /sbin/init方法二:getconf LONG_BIT方法三:uname -a方法四:查看cpu是多少位   more /proc/cpuinfo方法五:echo $HOSTTYPE......【阅读全文】

阅读(1219) | 评论(0) | 转发(0)

发布时间:2013-04-06 21:09:52

#################   用lvm方式给系统分区   ################################1. 进入分区界面,如图:2. 先配置分区:2.1 首先配置swap分区:鼠标点击空白分区,然后选择新建--选择swap,指定大小,512即可。确定。2.2 配置lvm,将其余分区都配置成lvm分区。点击空白处---选择新建---选择physic.........【阅读全文】

阅读(3483) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册