Partition Alignment with sfdisk   1 comment

# –
# — Partition alignment of OCR / Vote Disks with 1MB offset
echo “2048,,” | sfdisk -uS /dev/emcpowera
echo “2048,,” | sfdisk -uS /dev/emcpowerb
echo “2048,,” | sfdisk -uS /dev/emcpowerc

# –
# — Partition alignment of Data / FRA disks with 4MB offset
echo “8192,,” | sfdisk -uS /dev/emcpowerd
echo “8192,,” | sfdisk -uS /dev/emcpowere
echo “8192,,” | sfdisk -uS /dev/emcpowerf
echo “8192,,” | sfdisk -uS /dev/emcpowerg
echo “8192,,” | sfdisk -uS /dev/emcpowerh

Posted by Charles Kim, Oracle ACE Director

Posted July 18, 2011 by Charles.Kim in Uncategorized

Tagged with

One response to Partition Alignment with sfdisk

Subscribe to comments with RSS.

  1. This is a must for Data Warehouse database environments.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>