Linux下使用裸设备存储选项安装Oracle

php中文网
发布: 2016-06-07 17:10:29
原创
1115人浏览过

Linux下使用裸设备存储选项安装Oracle,Linux下使用裸设备存储选项安装oracle时可以参照以下方式进行配置

1.5.1.3 Raw Devices

Raw devices are disk partitions or logical volumes that have not been formatted with a file system. When you use raw devices for database file storage, Oracle writes data directly to the partition or volume, bypassing the operating system file system layer. For this reason, you can sometimes achieve performance gains by using raw devices. However, because raw devices can be difficult to create and administer, and because the performance gains over modern file systems are minimal, Oracle recommends that you choose Automatic Storage Management or file system storage in preference to raw devices.

Linux下使用裸设备存储选项安装oracle时可以参照以下方式进行配置

Kerqu.Ai
Kerqu.Ai

专为电商设计的一站式AI创作平台

Kerqu.Ai 202
查看详情 Kerqu.Ai
此例中linux下有/dev/sda /dev/sdb /dev/sdc /dev/sdd /dev/sde /dev/sdf
/dev/sda 用于操作系统软件安装 
/dev/sdb 用于做ocr disk
/dev/sdc 用于做votingdisk
/dev/sdd /dev/sde /dev/sdf 用于做共享磁盘存储,每块磁盘按照指定大小(500M)划分分区
磁盘分区情况如下
[root@node1 ~]# fdisk -l

Disk /dev/sda: 16.1 GB, 16106127360 bytes
255 heads, 63 sectors/track, 1958 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes


   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1          64      514048+  83  Linux
/dev/sda2             833        1958     9044595   83  Linux
/dev/sda3              65         701     5116702+  83  Linux
/dev/sda4             702         832     1052257+   5  Extended
/dev/sda5             702         832     1052226   82  Linux swap / Solaris


Partition table entries are not in disk order


Disk /dev/sdb: 536 MB, 536870912 bytes
64 heads, 32 sectors/track, 512 cylinders
Units = cylinders of 2048 * 512 = 1048576 bytes


   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1               1         512      524272   83  Linux


Disk /dev/sdc: 536 MB, 536870912 bytes
64 heads, 32 sectors/track, 512 cylinders
Units = cylinders of 2048 * 512 = 1048576 bytes


   Device Boot      Start         End      Blocks   Id  System
/dev/sdc1               1         512      524272   83  Linux


Disk /dev/sdd: 3221 MB, 3221225472 bytes
255 heads, 63 sectors/track, 391 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes


   Device Boot      Start         End      Blocks   Id  System
/dev/sdd1               1         391     3140676    5  Extended
/dev/sdd5               1          62      497952   83  Linux
/dev/sdd6              63         124      497983+  83  Linux
/dev/sdd7             125         186      497983+  83  Linux
/dev/sdd8             187         248      497983+  83  Linux
/dev/sdd9             249         310      497983+  83  Linux
/dev/sdd10            311         391      650601   83  Linux


Disk /dev/sde: 3221 MB, 3221225472 bytes
255 heads, 63 sectors/track, 391 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes


   Device Boot      Start         End      Blocks   Id  System
/dev/sde1               1         391     3140676    5  Extended
/dev/sde5               1          74      594342   83  Linux
/dev/sde6              75         148      594373+  83  Linux
/dev/sde7             149         222      594373+  83  Linux
/dev/sde8             223         296      594373+  83  Linux
/dev/sde9             297         391      763056   83  Linux


Disk /dev/sdf: 8589 MB, 8589934592 bytes
255 heads, 63 sectors/track, 1044 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes


   Device Boot      Start         End      Blocks   Id  System
/dev/sdf1               1        1044     8385898+   5  Extended
/dev/sdf5               1          62      497952   83  Linux
/dev/sdf6              63         124      497983+  83  Linux
/dev/sdf7             125         186      497983+  83  Linux
/dev/sdf8             187         248      497983+  83  Linux
/dev/sdf9             249         310      497983+  83  Linux
/dev/sdf10            311         372      497983+  83  Linux
/dev/sdf11            373         434      497983+  83  Linux
/dev/sdf12            435         496      497983+  83  Linux
/dev/sdf13            497         558      497983+  83  Linux
/dev/sdf14            559         620      497983+  83  Linux
/dev/sdf15            621         682      497983+  83  Linux


Disk /dev/sdg: 8589 MB, 8589934592 bytes
255 heads, 63 sectors/track, 1044 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

linux

最佳 Windows 性能的顶级免费优化软件
最佳 Windows 性能的顶级免费优化软件

每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。

下载
来源:php中文网
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
最新问题
开源免费商场系统广告
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责申明 举报中心 意见反馈 讲师合作 广告合作 最新更新 English
php中文网:公益在线php培训,帮助PHP学习者快速成长!
关注服务号 技术交流群
PHP中文网订阅号
每天精选资源文章推送
PHP中文网APP
随时随地碎片化学习

Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号