Java Mailing List Archive

http://www.dba.5341.com/

Home » Home (12/2007) » suse oracle »

Re: [suse-oracle] ASM and block devices

Peter Gram

2006-09-28

Replies:

Hi

Try to use a loop device :

mkdir /asm
dd if=/dev/zero of=/asm/vol4 bs=1m count=1000
losetup /dev/loop1 /asm/vol4

Now you can use the orsacleasm to create ASM disk
/etc/init.d/orsacleasm VOL4 /dec/loop1

After that you can create a ASM diskgroup in sqlplus

create diskgroup diskgroup4 external redundancy disk 'ORCL_:VOL4';

This is described in the good book "Pro Oracle Database 10g RAC on Linux" by Dyke & Shaw.

/Peter

LOPEZ DIAZ, JORGE wrote:
Hello again.

 

  Now I'm trying to configure ASM in my VMware 2 nodes 10g RAC. Is it possible to use block devices for ASM without installing asmlib? I can't get runInstaller sees  any block device.

 

SLES 10 x86_64

RAC and Database 10.2.0.1

Vmware Server 1.0.1

 

Thank you

 

Jorge López Díaz

 


  

--

Best regards / Venlig hilsen

Peter Gram

Miracle A/S
Kratvej 2
DK - 2760 Måløv
Denmark

Cell (+45) 2527 7107
Home (+45) 3874 5696
Mail peter.gram@miracleas.dk 
Skyp id peter_gram
Skyp Phone (+45) 36991217

Miracle - Master Classes                  
28-30 Sep 2006  The Last DatabaseForum

A human being should be able to change a diaper, plan an invasion, butcher a hog, conn a ship, design a building, write a sonnet, balance accounts, build a wall, set a bone, comfort the dying, take orders, give orders, cooperate, act alone, solve equations, analyze a new problem, pitch manure, program a computer, cook a tasty meal, fight efficiently, die gallantly. Specialization is for insects. - Robert A. Heinlein

Attachment: smime.p7s
©2008 dba.5341.com - Jax Systems, LLC, U.S.A.