+ All Categories
Home > Documents > ASM Prerequisite

ASM Prerequisite

Date post: 03-Mar-2015
Category:
Upload: mukeshrana
View: 21 times
Download: 2 times
Share this document with a friend
5
Current Machine Configuration :---------------------- Shutdown linux ADD five Disk in VM of 8GB each:---------------- Step 1
Transcript
Page 1: ASM Prerequisite

Current Machine Configuration:----------------------

Shutdown linux

ADD five Disk in VM of 8GB each:----------------

Step 1

Page 2: ASM Prerequisite

Step 2

Step 3

Step 4

Page 3: ASM Prerequisite

Step 5

Step 6

Page 4: ASM Prerequisite

Repeat above steps(1-6) for 3 times.

After adding 4 disk:---------

Power ON Vm image :

Physical Partition Creation

The first thing is to create physical partitions over your virtual SCSI devices. Actually this is not crucial for ASM installation because ASM can use physical disk as a whole without any partition. However if you wish to create ASMLIB you will need those partitions.

[root@localhost ~]# fdisk /dev/sda

Page 5: ASM Prerequisite

Device contains neither a valid DOS partition table, nor Sun, SGI or OSF disklabelBuilding a new DOS disklabel. Changes will remain in memory only,until you decide to write them. After that, of course, the previouscontent won’t be recoverable.Warning: invalid flag 0×0000 of partition table will be corrected by w(rite)Command (m for help): n Command actione     extendedp     primary partition (1-4)pPartition number (1-4): 1 First cylinder (1-261, default 1):Using default value 1Last cylinder or +size or +sizeM or +sizeK (1-261, default 261):Using default value 261Command (m for help): w The partition table has been altered!

 

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


Recommended