Oracle 1gRAC数据库安装(HPUX11.31+ASM without MC-SG).docVIP

  • 14
  • 0
  • 约3.61万字
  • 约 70页
  • 2016-09-30 发布于浙江
  • 举报

Oracle 1gRAC数据库安装(HPUX11.31+ASM without MC-SG).doc

Oracle1gRAC数据库安装(HPUX11.31ASMwithoutMC-SG)

HPUX11.31+RAC11G数据库安装 2011年6月 Author: ma.yu@163.com 目录 1. 用户需求: 3 2.安装过程: 4 2.1 系统环境准备,检查两台机器的状况: 4 2.2 网络环境准备: 7 2.3 补丁: 7 2.4 内核参数修改: 7 2.5 创建ORACLE用户: 8 2.6 磁盘分配: 10 2.7 ORACLE 安装前准备: 13 2.8 ORACLE Clusterware安装: 15 2.9 ORACLE RAC database软件安装: 30 2.10 升级到: 38 2.11 Listener创建: 53 2.12 dbca创建数据库: 54 用户需求: 用户需要安装一套数据库RAC: 数据库软件:Oracle11g 数据库软件版本: ,升级到。 模式:rac 数据库sid:MIS 数据库ip 规划如下: 服务器 型号 主机名 IP MIS数据库服务器1 Hp rx6600 HOSTA 实 9 Vip 1 MIS数据库服务器2 Hp rx6600 HOSTB 实 0 Vip 2 目前这边硬件环境是两台rx6600 ,操作系统版本:HP-UX B.11.31 存贮设备 hp storage works P2000,总存储空间2.8T ,这套存储设备供MIS系统使用的磁盘分为四个,分别为1G,800G*3。 2.安装过程: 由于用户没有购买SGeRAC,所以在这次的安装过程中,使用Clusterware+RACdatabase+ASM的方式,不使用SGeRAC。 这样的话,所有的非ASM数据都要保存在共享磁盘分区裸设备上,而不是共享的lv上。 2.1 系统环境准备,检查两台机器的状况: A.检查内存大小,至少1GB. # /usr/contrib/bin/machinfo | grep -i Memory # /usr/sbin/dmesg | grep Physical: 16GB. B.交换空间的检查: -If RAM between 1GB and 2GB, then swap space required is 1.5 times the size of RAM -If RAM 2GB, then swap space required is equal to the size of RAM # /usr/sbin/swapinfo –a 16GB。 C./tmp 空间: #bdf /tmp 最少400MB。 目前2GB. D. 安装ORACLE软件的目录,最少4GB. #bdf /oracle 目前20GB。 E.操作系统版本和机器位数: #uname –a (尽管oracle10G只支持到HP UX11.23,但是在11.31上仍然能够安装。) HP-UX hosta B.11.31 U ia64 3599024424 unlimited-user license # /bin/getconf KERNEL_BITS 64 F.检查Async I/O配置。 在11.23/11.31上已缺省配好。 # ll /dev/async crw-rw-rw- 1 bin bin 101 0x000000 Mar 28 17:41 /dev/async If you want to use Oracle on RAW devices and Async I/O is not configured, then Create the /dev/async character device # /sbin/mknod /dev/async c 101 0x0 # chown oracle:dba /dev/async # chmod 660 /dev/async Configure the async driver in the kernel using SAM = Kernel Configuration = Kernel = the driver is called asyncdsk Generate new kernel Reboot Set HP-UX kernel parameter max_async_ports using SAM. max_async_ports limits the maximum number of processes that can concurrently use /dev/async. Set this parameter to the sum o

文档评论(0)

1亿VIP精品文档

相关文档