RadarURL

조회 수 4769 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄 첨부
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄 첨부
Dell PowerEdge Servers – Support for very large drives (>2 TB) Introduction

Progress is a wonderful thing, but in computers, progress provides both new features and also exposes new challenges. Hard drive manufacturers will soon introduce single hard drives that exceed 2 Terabytes in size. While RAID arrays have been able to exceed 2 Terabytes for some time, this is the first time an individual hard drive has broken through this important threshold. Dell will soon ship 3 TB drives and drive sizes beyond that are planned.

What does this mean? If you install these drives, you may experience the following:
· You can’t install the OS unless you create a partition size less than 2 TB.
· You may only see 2 TB total and cannot use the rest of the drive.
· You may even see a drive capacity less than the actual drive capacity.
· You may have to use the hard drive controller firmware to create virtual drives less than 2 TB.

Unfortunately, you may or may not see any errors associated with the above. This is a guide to using the full capacity of these new hard drives and avoiding common errors.

>2 Terabyte Drives and Beyond – Using All That Space

The ability to use the full capacity of these drives is dependent on the factors listed below –
· BIOS capability
· Storage Controller firmware
· Operating System

All three play a part in being able to fully utilize >2TB drives.

BIOS Support –

BIOS can now be characterized as either BIOS Mode (commonly called “legacy” BIOS – uses MBR) or UEFI Mode (GPT partitioning).

Primary Boot Drive – Boot to a drive:
· Legacy BIOS mode = MBR partition required
· UEFI BIOS mode = GPT partition required for Windows (some Linux versions support GPT boot under legacy BIOS with hybrid MBR)

Secondary drive
If BIOS is in Legacy or UEFI mode – a secondary hard drive can be either MBR or GPT formatted, depending on the OS version.

Dell PowerEdge 11G and future servers provide the capability for both (BIOS mode & UEFI) via BIOS settings. At some point in the future, Dell PowerEdge servers will likely fully transition to UEFI as the only mode, but this will be many years.

In BIOS setup, under Boot Sequence, the Boot mode field can be toggled between BIOS, as shown below (legacy BIOS/MBR) or UEFI*.

*Caution – toggling this BIOS setting can render the system unbootable until the BIOS is set back to the original setting. In addition, attempting to install Windows in UEFI mode to a drive with a Master Boot Record(MBR) will require the drive be either initialized in the H200, H700, H800 firmware, or use Microsoft Diskpart to wipe the drive before proceeding with an install.

mfn4a3u1-hoi1sfyy_lgow46233.jpg


MBR – 2 Terabyte limit, four partitions

2 Terabytes is 2,199,023,255,552 Bytes = 2^32 sectors * 512 bytes/sector. When installing an OS, you will be limited to partitions of ~ 2048 GB (2 TB) and sometimes smaller.

MBR also limits the total number of primary partitions to 4.

UEFI – more partitions and much larger partition size

UEFI is the successor to the legacy BIOS, with more robust features and capabilities and for storage devices, some important differentiators and enhancements via GPT partitioning.

GPT uses 64-bit values to describe partitions. In theory, this means a maximum partition size of 2^64 (2 to power 64), though there are limitations within various OS that may constrain this (Windows limits the maximum raw partition to 18 Exabytes and Windows file systems currently are limited to 256 Terabytes each. Also, in theory, GPT has no limit on the number of partitions, but this is practically limited at the OS level. For example, Windows caps this at 128 partitions.

In UEFI mode, Microsoft Windows 2008 and 2008R2 will simply install normally, with no difference to the end user, except that it will create a new partition during install (ESP – EFI System Partition) and will automatically use GPT for partitioning.

A good primer on UEFI and GPT - http://www.uefi.org/learning_center/UEFI_MBR_Limits_v2.pdf



Operating System Support

Microsoft

MBR – Microsoft OS are all limited to a maximum capacity of ~2 TB when the BIOS is set to legacy BIOS boot mode and MBR is used to partition the drive. There may be some errors unless the partition is smaller than 2 TB in size. The best way to use the entire drive under MBR mode is to partition the hard drive using the storage/raid controller firmware.
UEFI - Windows Server 2008 X64 was the first Windows OS to offer UEFI support. This also means, by extension, GPT boot support. Drives over 2 TB can only be used as a boot drive (UEFI/GPT) under Windows Server 2008 X64 and newer (2008R2).

Installation note: In Windows Server 2008, if you try to explicitly create partitions once the drive is selected, vs clicking “next”, you will get an error. Simply click “next” and the hard drive will be partitioned and formatted correctly - this is an error in the installer for Windows Server 2008. See - http://support.microsoft.com/kb/971576 for more information.

GPT – You can use a large capacity drive with a GPT partition as a DATA drive in Windows Server 2003 SP1 and newer operating systems. BOOT drive support is in Windows Server 2008 X64 and newer operating systems (that support UEFI mode) as noted above.

Windows support for GPT is covered in the following FAQ – http://www.microsoft.com/whdc/device/storage/gpt_faq.mspx

Another great link describing the 2 TB limit is here:
http://blogs.technet.com/b/askcore/archive/2010/02/18/understanding-the-2-tb-limit-in-windows-storage.aspx

Linux/Unix/Vmware support

Support varies across different versions of Linux. Verify with your Linux vendor if the version you are using has adequate support.

VMWare ESX has some specific limitations at 2 TB: ESX does not support 2 terabyte LUN sizes

Key Criteria in determining what Linux/Unix platforms support large (>2TB) drives:

1) Does the server have UEFI support? Dell PowerEdge 11G and beyond all support UEFI.
2) Does the OS and boot loader support UEFI boot?
3) Can the OS use the whole > 2TB drive in the Legacy BIOS mode, if the system/OS has no UEFI support?
4) Can the OS use 3TB drive as secondary storage disk?

MBR – Linux behavior differs from Microsoft in that (depending on the Linux version) you can create multiple MBR partitions that can consume a large drive (up to a maximum of ~ 4 TB). Under Linux, to consume the entire (up-to-4TB) drive, the user has to create at least two partitions (MBR maximum of 4 primary partitions).

1) First partition starting at the first possible sector and of SIZE slightly less than 2048GB (maybe 4-5 GB less).
2) The second partition can start off where the first partition ended and cover the rest of the disk (upto 3.999TB).
UEFI – If the Linux version has the capability to boot UEFI, then the entire drive can be set up as a boot drive and the OS will see the entire drive. GPT - Linux can generally set up a GPT partition and use the entire drive in all but a few instances (VMware ESX versions are not GPT-aware – see chart).


Hard Drive Controllers

IMPORTANT NOTE! Only the Dell H700 and H800 currently support the 3TB drives (H200 will add support later this year) - NO earlier controllers, such as the PERC4/5/6, SAS5/6 (or ANY other Dell controller not mentioned) have this support and in some cases, even though you may be able to see the drive, this has NOT been tested or validated, so possible data loss could be experienced. ONLY use the Dell H700 and H800 with the proper firmware to ensure a tested and validated >2TB solution! For non-Dell controllers, contact the controller vendor for their support statement on >2TB drives.
Hard drive controllers, such as the Dell PERC and SAS controllers, have firmware that needs to provide support for >2TB drives. Dell supports these large hard drives on the Dell PERC H700 and H800 and soon, the H200 controller at a later date. In addition, firmware support is also specific to the type of drive – SAS or SATA. Dell H700/800 and H200(at a later date) will only support SAS drives.

Dell PERC H700 and H800
The following firmware revision (or later) must be applied on the Storage Controller Cards to obtain support for >2 TB drives. The firmware release numbers and revisions are below:

For SAS drives >2TB: 7.1 FW A02/12.3.0-0032

R269683 – H800; A02 ( listed as DELL_PERC-H800-ADAPTER_XX_XXXXXXX.exe at the below download link)
R269684 – H700I: A02 ( listed as DELL_PERC-H700-INTEGRATED_XX_XXXXXXX.exe at the below download link)
R269685 – H700A; A02 ( listed as DELL_PERC-H700-ADAPTER_XX_XXXXXXX.exe at the below download link)
R269686 – H700M; A02 ( listed as DELL_PERC-H700-MODULAR_XX_XXXXXXX.exe at the below download link)


The above mentioned releases of firmware can be downloaded from http://ftp.us.dell.com/sas-raid/.


Dell H200 – Support is planned for the H200 in 2011

Methods for using the entire drive under Windows and Linux with MBR/Legacy BIOS –

The one sure method (applicable to all OS) for completely using a drive larger than 2TB under MBR (Legacy BIOS mode) is to create multiple Virtual Disks using the storage/raid controller firmware setup, to divide the drive into disks of less than 2 terabytes.

Linux has some capability, depending on the version, to use a drive up to 3.99 TB as previously noted.


NOTE: At times, the 2TB limit is also referred to as 2.2TB. With 512-bytes as the sector size, and 32-bits to address a sector, the total number of bytes that can be address in an MBR partition is 2199023255552 bytes. If this number is divided by 1024*1024*1024*1024 to convert it into TB, you end up with 2TB. On the other hand, if the number is divided with 1000*1000*1000*1000 you end with 2.2TB.


OS Compatibility Matrix –

Legend Codes

OS install fails
1 Cannot boot/install in UEFI mode
2 Cannot create GPT partitions - OS not GPT-aware


OS install requires specific workarounds to use the entire drive
3 Use H200/H700/H800 Controller to create <2TB virtual drives to use entire drive
4 (Linux only) Use Linux OS to manipulate partitions in the OS to use entire drive

P OS installs without error and entire drive can be used (OS is GPT aware)


Boot Drive
Operating System MBR(BIOS) GPT(UEFI)
Microsoft Windows 2008 x86, SP2 3 1
Microsoft Windows 2008 x64, SP2 3 P
Microsoft Windows 2008 R2 3 P
SLES11 4 (Linux only) P
ESX 4.1 Classic 3 1
ESX 4.1 Installable 3 1
ESX 4.0 U1 Classic 3 1
ESX 4.0 U1 Installable 3 1
SLES 10 SP3 3 1
RHEL 5.5 3 1
RHEL 4.8 3 1
RHEL6 4 (Linux only) P
Citrix Xenserver 5.6 3 1
Ubuntu 10.10 3 1
ESX/i 5.0 P P


Secondary Data drive
Operating System MBR GPT
Microsoft Windows 2008 x86, SP2 3 P
Microsoft Windows 2008 x64, SP2 3 P
Microsoft Windows 2008 R2 3 P
SLES11 4 (Linux only) P
ESX 4.1 Classic 3 2
ESX 4.1 Installable 3 2
ESX 4.0 U1 Classic 3 2
ESX 4.0 U1 Installable 3 2
SLES 10 SP3 3 P
RHEL 5.5 3 P
RHEL 4.8 3 P
RHEL6 4 (Linux only) P
Citrix Xenserver 5.6 3 P
Ubuntu 10.10 3 P
ESX/i 5.0
n/a P

 

출처 : http://en.community.dell.com/techcenter/extras/w/wiki/2837.aspx

?

공부 게시판

공부에 도움되는 글을 올려주세요.

List of Articles
번호 분류 제목 글쓴이 날짜 조회 수
공지 [공지] 공부 게시판 입니다. 처누 2003.08.18 927875
1246 블로그 [블로그 꾸미기팁] 심플, 깔끔한 무료 티스토리 스킨 모음 file JaeSoo 2013.02.23 12701
1245 블로그 스마트폰을 위한 블로그 글쓰기 5가지 JaeSoo 2013.02.23 4485
1244 법/정책 계약금 입금후 구매희망자가 연락두절 입니다. JaeSoo 2013.02.22 3562
1243 윈도우즈 윈도우즈 특수문자 코드표 JaeSoo 2013.02.21 4288
1242 네트워크 광탭 (Fiber TAP)의 탭이 무엇인가? JaeSoo 2013.02.21 3348
1241 업무 윈백(win back)이란? JaeSoo 2013.02.21 3828
1240 윈도우즈 Windows Server 2012 Edition (윈도우 서버 2012 에디션) JaeSoo 2013.02.20 4362
» 하드웨어 HDD Support for 2.5TB, 3TB Drives and Beyond (OS별 2.5Tb, 3TB 하드 지원 정리) file JaeSoo 2013.02.20 4769
1238 웹 프로그래밍 윈도우에 아파치 설치 2.2.3 httpd.conf 완전분해 JaeSoo 2013.02.20 8337
1237 웹 프로그래밍 Apache 버전 확인방법 JaeSoo 2013.02.20 4851
1236 사업 [쇼핑몰 솔루션 카페24솔루션 vs 메이크샵 솔루션] 쇼핑몰 제작 솔루션 선택하기 file JaeSoo 2013.02.20 4345
1235 건강 ‘대머리는 정력이 세다?’ 모발에 관한 진실 혹은 거짓 [기획] file JaeSoo 2013.02.19 2842
1234 웹 프로그래밍 웹 사이트 오류 메시지의 도움말 보기(HTTP 오류) JaeSoo 2013.02.19 4772
1233 법/정책 [형사소송] 전과기록, 호적에 빨간줄 그어지나? (전과기록 삭제 또는 말소는 언제?) - 윤경변호사 file JaeSoo 2013.02.19 11000
1232 연애 행복한 부부생활을 위한 12가지 권고 JaeSoo 2013.02.18 3502
1231 연애 행복한 부부로 살기 위한 결혼 생활 십계명 JaeSoo 2013.02.18 4415
1230 건강 샤워기에 비데까지 '여성자위법' 심층분석 [남녀본색] 쿠키TV (480p) file JaeSoo 2013.02.16 13207
1229 경제 신용·직불·체크카드 어떻게 다른가? JaeSoo 2013.02.13 3287
1228 경제 신용카드, 직불카드, 체크카드의 차이점 JaeSoo 2013.02.13 3383
1227 네트워크 핑(ping) 등 네트워크 지연시간이 길어져서 유,무선인터넷이 끊길때 공유기(iptime 등) 설정방법 file JaeSoo 2013.02.12 4368
Board Pagination Prev 1 ... 57 58 59 60 61 62 63 64 65 66 ... 124 Next
/ 124


즐겨찾기 (가족)

JAESOO's HOMEPAGE


YOUNGAE's HOMEPAGE


장여은 홈페이지


장여희 홈페이지


장여원 홈페이지


즐겨찾기 (업무)

알리카페 홀릭

숭실대 컴퓨터 통신연구실 (서창진)

말레이시아 KL Sentral 한국인 GuestHouse


즐겨찾기 (취미)

어드민아이디

유에코 사랑회

아스가르드 좋은사람/나쁜사람

JServer.kr

제이서버 메타블로그

재수 티스토리


즐겨찾기 (강의, 커뮤니티)

재수 강의 홈페이지


한소리


VTMODE.COM


숭실대 인공지능학과


숭실대 통신연구실


베너