Simulating ASM with 10g Database by faking the hardware

Simulating Asm by faking hardware 1. Faking Hardware 2. Instaling ASM Lib 3. Configuring the disks 4. Install DB & ASM instance Faking Hardware: Step 1) Here we create 4 zero-filed files using the DD comand As Root run the following commands, this will create 4 files of 2Gb each mkdir /asmdisk dd if=/dev/zero of=/asmdisk/disk1…