最新文章专题视频专题问答1问答10问答100问答1000问答2000关键字专题1关键字专题50关键字专题500关键字专题1500TAG最新视频文章推荐1 推荐3 推荐5 推荐7 推荐9 推荐11 推荐13 推荐15 推荐17 推荐19 推荐21 推荐23 推荐25 推荐27 推荐29 推荐31 推荐33 推荐35 推荐37视频文章20视频文章30视频文章40视频文章50视频文章60 视频文章70视频文章80视频文章90视频文章100视频文章120视频文章140 视频2关键字专题关键字专题tag2tag3文章专题文章专题2文章索引1文章索引2文章索引3文章索引4文章索引5123456789101112131415文章专题3
当前位置: 首页 - 科技 - 知识百科 - 正文

VMware虚拟机搭建LinuxOracle10gASM环境

来源:动视网 责编:小采 时间:2020-11-09 11:23:18
文档

VMware虚拟机搭建LinuxOracle10gASM环境

VMware虚拟机搭建LinuxOracle10gASM环境:VMware虚拟机搭建Linux Oracle 10g ASM环境,ASM实例已经启动,这个时候我们就可以用DBCA来创建数据库了,唯一需要注意的是在选择 1.新增磁盘进行分区 这里我们将新增磁盘分成3部分:/dev/sdb1,/dev/sdb2,/dev/sdb3 [root@ocp d
推荐度:
导读VMware虚拟机搭建LinuxOracle10gASM环境:VMware虚拟机搭建Linux Oracle 10g ASM环境,ASM实例已经启动,这个时候我们就可以用DBCA来创建数据库了,唯一需要注意的是在选择 1.新增磁盘进行分区 这里我们将新增磁盘分成3部分:/dev/sdb1,/dev/sdb2,/dev/sdb3 [root@ocp d


VMware虚拟机搭建Linux Oracle 10g ASM环境,ASM实例已经启动,这个时候我们就可以用DBCA来创建数据库了,唯一需要注意的是在选择

1.新增磁盘进行分区

这里我们将新增磁盘分成3部分:/dev/sdb1,/dev/sdb2,/dev/sdb3

[root@ocp db10g]# fdisk /dev/sdb
Device contains neither a valid DOS partition table, nor Sun, SGI or OSF disklabel
Building a new DOS disklabel. Changes will remain in memory only,
until you decide to write them. After that, of course, the previous
content won't be recoverable.


Warning: invalid flag 0x0000 of partition table 4 will be corrected by w(rite)


Command (m for help): p


Disk /dev/sdb: 6442 MB, 6442450944 bytes
255 heads, 63 sectors/track, 783 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes


Device Boot Start End Blocks Id System


Command (m for help): n
Command action
e extended
p primary partition (1-4)
p
Partition number (1-4): 1
First cylinder (1-783, default 1): 1
Last cylinder or +size or +sizeM or +sizeK (1-783, default 783): +2G


Command (m for help): p


Disk /dev/sdb: 6442 MB, 6442450944 bytes
255 heads, 63 sectors/track, 783 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes


Device Boot Start End Blocks Id System
/dev/sdb1 1 244 1959898+ 83 Linux


Command (m for help): n
Command action
e extended
p primary partition (1-4)
p
Partition number (1-4): 2
First cylinder (245-783, default 245):
Using default value 245
Last cylinder or +size or +sizeM or +sizeK (245-783, default 783): +2g


Command (m for help): p


Disk /dev/sdb: 6442 MB, 6442450944 bytes
255 heads, 63 sectors/track, 783 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes


Device Boot Start End Blocks Id System
/dev/sdb1 1 244 1959898+ 83 Linux
/dev/sdb2 245 488 1959930 83 Linux


Command (m for help): n
Command action
e extended
p primary partition (1-4)
p
Partition number (1-4): 3
First cylinder (489-783, default 489):
Using default value 489
Last cylinder or +size or +sizeM or +sizeK (489-783, default 783):
Using default value 783


Command (m for help): p


Disk /dev/sdb: 6442 MB, 6442450944 bytes
255 heads, 63 sectors/track, 783 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes


Device Boot Start End Blocks Id System
/dev/sdb1 1 244 1959898+ 83 Linux
/dev/sdb2 245 488 1959930 83 Linux
/dev/sdb3 489 783 2369587+ 83 Linux


Command (m for help): w
The partition table has been altered!


Calling ioctl() to re-read partition table.
Syncing disks.

文档

VMware虚拟机搭建LinuxOracle10gASM环境

VMware虚拟机搭建LinuxOracle10gASM环境:VMware虚拟机搭建Linux Oracle 10g ASM环境,ASM实例已经启动,这个时候我们就可以用DBCA来创建数据库了,唯一需要注意的是在选择 1.新增磁盘进行分区 这里我们将新增磁盘分成3部分:/dev/sdb1,/dev/sdb2,/dev/sdb3 [root@ocp d
推荐度:
标签: 安装 linux 虚拟机
  • 热门焦点

最新推荐

猜你喜欢

热门推荐

专题
Top