摘要:1,加入我们使用nfs共享安装oracle,安装oracle需要修改base,data,orainventory等等目录及自目录的属主及权限,一般会继承nfs客户端目录的权限及属主groupadd oinstallgroupadd dbauseradd -m -g oinstall -G dba o...
阅读全文
开源、架构、Linux C/C++/python AI BI 运维开发自动化运维。 春风桃李花 秋雨梧桐叶。“力尽不知热 但惜夏日长”。夏不惜,秋不获。@ruiY--秦瑞python爬虫,C编程,嵌入式开发.hadoop大数据,桉树,onenebula云计算架构.linux运维及驱动开发. |
01 2015 档案
摘要:1,加入我们使用nfs共享安装oracle,安装oracle需要修改base,data,orainventory等等目录及自目录的属主及权限,一般会继承nfs客户端目录的权限及属主groupadd oinstallgroupadd dbauseradd -m -g oinstall -G dba o...
阅读全文
摘要:备库alter database commit to switchover to primary;media recovery required--如果报ORA-16139: media recovery required,可能是由于未应用日志引起,可先执行ALTER DATABASE RECOVE...
阅读全文
摘要:#实例路径 --instances_path=$state_path/instances#日志的目录 --logdir=/var/log/nova #nova的目录 --state_path=/var/lib/nova #文件锁定的目录 --lock_path=/var/lock/nova
阅读全文
摘要:配置文件/etc/xen/mywindows。内容如下import os, rearch_libdir = 'lib'arch = os.uname()[4]if os.uname()[0] == 'Linux' and re.search('64', arch): arch_libdir = 'l...
阅读全文
摘要:alter database open read only;alter database open read only*ERROR at line 1:ORA-10456: cannot open standby database; media recovery session may be inp...
阅读全文
摘要:[oracle@racnode oracle]$ sqlplus / as sysdbaSQL*Plus: Release 11.2.0.1.0 Production on Wed Jan 28 17:22:41 2015Copyright (c) 1982, 2009, Oracle. All r...
阅读全文
摘要:$ORACLE_SID决定spfile dbs默认在启动Oracle数据库时报错,如下:[oracle@localhost ~]$ sqlplus / as sysdbaSQL*Plus: Release 11.2.0.1.0 Production on Sat Feb 16 19:43:43 20...
阅读全文
摘要:http://wenku.baidu.com/view/ea9fa16cdd36a32d73758168.htmlhttp://ylw6006.blog.51cto.com/470441/841815/
阅读全文
摘要:仅安装数据库软件不配置数据库./x86oracle.sh /ruiy/ocr/DBSoftware/app/oracle /ruiy/ocr/DBSoftware/app/oraInventory /ruiy/ins_soft.rsp静默安装数据库软件并配置数据库./x86oracle.sh /ru...
阅读全文
摘要:TNS:net service name is incorrectly specified
阅读全文
摘要:LISTENER = (DESCRIPTION_LIST = (DESCRIPTION = (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521)) (ADDRESS = (PROTOCOL = TCP)(HOST = raccontroller.cc)(POR...
阅读全文
摘要:1,The listener supports no services2,invalid specification for system parameter LOCAL_LISTENERcreate pfile from spfilestartup pfile='/ruiy/ocr/DBSoftw...
阅读全文
摘要:oracle.install.responseFileVersion=/oracle/install/rspfmt_dbinstall_response_schema_v11_2_0oracle.install.option=INSTALL_DB_AND_CONFIGORACLE_HOSTNAME=...
阅读全文
摘要:Linux下,Oracle 11g的自动内存管理不能指定大于这个/dev/shm的总量内存。否则就会出现如下错误ORA-00845: MEMORY_TARGET not supported on this systemLinux环境下,挂载点 /dev/shm默认是系统内存的50%。根据Oracle...
阅读全文
摘要:grid infrastructure 软件介质下载:http://www.oracle.com/technetwork/database/database-technologies/clusterware/downloads/index-096607.html?ssSourceSiteId=oco...
阅读全文
摘要:基于vncserver安装oracle or oracle RAC时以root账号运行xhost +在切换到grid or oracle安装oracle database file or clusterWare
阅读全文
摘要:ha,仅只是在操作系统层面进行数据库的监控和管理,一般只针对单实例数据库使用。优点是管理方便,应用开发方便(方便了开发商);工程投入较小。缺点是,具有所有单实例数据库的缺点:如:容错能力差,续航能力差,用户容量小等等问题。rac,数据库本身提供的一种单数据库多实例的应用方式,优点是:1、使用灵活,即...
阅读全文
摘要:mount -t nfs 10.173.55.154:/oradata /oradatamount: wrong fs type, bad option, bad superblock on 10.173.55.154:/oradata, missing codepage or helper pro...
阅读全文
摘要:ssh ipdisconnected:no supported authentication methods available(server sent:publickey,gssapi-keyex,gssapi-with-mic)/etc/ssh/sshd_configPasswordAuthen...
阅读全文
摘要:http://oracle-base.com/articles/linux/ocfs2-on-linux.phphttp://oracle-base.com/articles/11g/oracle-db-11gr2-rac-installation-on-linux-using-nfs.phphtt...
阅读全文
摘要:I see a lot of questions on shared file systems that can be used when people move from single instance to Oracle RAC database and Grid Infrastructure....
阅读全文
摘要:centos ip bonding 一个网卡多个ips,多个网口一个ip1,配置一个网卡多ips的情况cp /etc/sysconfig/network-scripts/ifcfg-eth0 /etc/sysconfig/network-scripts/ifcfg-eth0:0DEVICE="eth...
阅读全文
摘要:oracle 11g r2 RAC提供了以下功能:高可用:shared-everything 模式保证了单节点的故障不会停止服务,集群中的其他节点将快速接管可扩展性:多节点分担负载,可以提供远超单机数据库能提供的处理能力。且增删节点可以在线完成,不需要停机易用性:多个数据库可以加入到一个集群中低成本...
阅读全文
摘要:tips:制作大部分cloud platforms img准备工作.http://www.pubyun.com/blog/openstack/%E4%BB%80%E4%B9%88%E6%98%AFopenstack%E7%9A%84-metadata/www.weiyan.me/2012/10/49...
阅读全文
摘要:1,制作镜像主机pre Envyum -y install qemu-img virt-install libvirt2,配置bridge
阅读全文
摘要:http://docs.oracle.com/cd/E37670_01/E37355/html/ol_instcfg_ocfs2.htmlcd /etc/yum.repos.d# wget --no-check-certificate https://public-yum.oracle.com/pu...
阅读全文
摘要:[epel]name=Extra Packages for Enterprise Linux 6 - $basearchbaseurl=http://mirrors.aliyun.com/epel/6/$basearch http://mirrors.aliyuncs.com/epel/6/$bas...
阅读全文
摘要:,aliyun 使用数据盘(aliyun新增数据盘使用,创建vg,aliyun 镜像系统本身未使用lvm-vg-lv)1.1直接挂载文件系统较易,不做分析http://help.aliyun.com/view/11108189_13491193.html?spm=5176.383518.9.3.u1...
阅读全文
摘要:1,virt-install --connect qemu:///system --name web01_lvm --ram 1024 --vcpus=1 --disk=/dev/vg_lvm/web01-lvm --network bridge:br0 --accelerate --cdrom /...
阅读全文
摘要:1,扩容已有lvm 上的lv1.1 新建pv --> pvcreate /dev/sd*1.2 把新增的pv添加到lvm -->vgextend vg_ruiy /dev/sd*1.3 查看添加pv后的lvm --> vgdisplay -v vg_ruiy1.4 扩容lv --> lvexten...
阅读全文
摘要:1,下载 windows2008 系统iso介质包http://download.microsoft.com/download/F/3/8/F384E78B-8F1D-42A6-A308-63E45060E823/7601.17514.101119-1850_x64fre_server_eval_z...
阅读全文
摘要:production Env brief Overview:Management Node: controller.cc 10.114.100.115Neutron Network Node: network.cc 10..114.100.119Compute Node 001: ...
阅读全文
摘要:glance image-create --name "RuiCheck" --disk-format qcow2 --container-format bare --is-public True --progress ] 0%Error communicating with http://rui...
阅读全文
摘要:1,新os iptables预设置脚本
阅读全文
摘要:1,ubuntu openStack 语言包locate2,/usr/share/openstack-dashboard-ubuntu-theme/static/ubuntu/img/favicon-ubuntu.ico (ico图标)3,find /usr/share -type f | xarg...
阅读全文
摘要:End User License Agreement guarantees or warranties,大战前得磨刀!!!!!Tips:C Funcs Chk header Modules!Characters of the test piece(on the street stalls)1,isa...
阅读全文
|