|
原帖由 kogbdmanager 于 2009-9-10 14:59 发表 ![]()
楼主,我创建好了oracle用户,然后然装grid Infrastructure 的时候在create disk group的时候没有可用的盘显示出来
[root@dzg u02]# /etc/init.d/oracleasm enable
Writing Oracle ASM library driver configuration: [ OK ]
Creating /dev/oracleasm mount point: [ OK ]
Loading module "oracleasm": [ OK ]
Mounting ASMlib driver filesystem: [ OK ]
Scanning system for ASM disks: [ OK ]
[root@dzg u02]# /etc/init.d/oracleasm configure
Configuring the Oracle ASM library driver.
This will configure the on-boot properties of the Oracle ASM library
driver. The following questions will determine whether the driver is
loaded on boot and what permissions it will have. The current values
will be shown in brackets ('[]'). Hitting without typing an
answer will keep that current value. Ctrl-C will abort.
Default user to own the driver interface []: oracle
Default group to own the driver interface []: dba
Start Oracle ASM library driver on boot (y/n) [y]: y
Fix permissions of Oracle ASM disks on boot (y/n) [y]: y
Writing Oracle ASM library driver configuration: [ OK ]
Scanning system for ASM disks: [ OK ]
[root@dzg u02]# /etc/init.d/oracleasm createdisk VOL1 /dev/hda6
Marking disk "/dev/hda6" as an ASM disk: [ OK ]
[root@dzg u02]# /etc/init.d/oracleasm createdisk VOL2 /dev/hda7
Marking disk "/dev/hda7" as an ASM disk: [ OK ]
[root@dzg u02]# /etc/init.d/oracleasm createdisk VOL3 /dev/hda8
Marking disk "/dev/hda8" as an ASM disk: [ OK ]
[root@dzg u02]# /etc/init.d/oracleasm listdisks
VOL1
VOL2
VOL3
这里显示正常,就是在图形create disk group的时没有可用的盘
去你帖子里回 |
|