Parity group count что это
значит, купили новый сервак HP Proliant DL180R06,
там HP Smart Array P410 хот-плаг, + два диска SAS
и чё-то я растерялся в его настройках:
1. я правильно понял, что уровень 1+0 в моём случае = 1 (в списке уровня 1 просто нету)?
2. есть там параметры хитрые: Parity Group Count и Maximum Boot Partition — как их лучше настроить?
3. для чего опция «use one drive as spare»? типа, указать, что сбойный диск будет заменяться на другой? но по какому принципу?
тэк, понял, парити — это для лэвэл 5 и 6, мне не надо
тэк, разобрался со всем, кроме Maximum Boot Partition.
если кто знает, за что отвечает данный параметр, не обойдите стороной пожалуйста
Parity group count что это
Сообщения: 94
Благодарности: 0
Всё делаю в первые,знакомые посоветовали Raid 5 как самый надёжный,в нете покапался но там так всё заумно понаписано.
Мне надо построить raid 5, для этого у меня сервак dl 180 g6.Рейд у меня железный (hp smart array p410),4 харда по теребайту
Захожу по F8 выделяю все харды и в рейд 5
В итоге он показывает объём 2794Gb
1) Павильно ли я всё сделал ?
2) Как должен работать raid в моём случае ?
3) какой должен получится объём
4) Там есть оснастки с надписями use one drive as spare в переводе (используйте один диск в качестве запчасти) это как ? нужно ли выделять ?
5) Parity Group Count
6) Maximum boot partition
З.Ы. Потом когда буду ставить ось я хочу Два раздела сделать: на систему 200 GB И второй раздел всё оставшееся
Спасибо за понимание .
Сообщения: 26925
Благодарности: 3924
sol-minor, У MBR ограничение, раздел не может быть более 2 терабайт. Используйте GUID Partition Table
——-
ВНИМАНИЕ ознакомьтесь, прежде чем создать тему! Процессор — мозг компьютера, блок питания — сердце и печень.
Parity Enum
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the parity bit for a SerialPort object.
public enum class Parity
public enum Parity
type Parity =
Public Enum Parity
Inheritance
Fields
Sets the parity bit so that the count of bits set is an even number.
Leaves the parity bit set to 1.
No parity check occurs.
Sets the parity bit so that the count of bits set is an odd number.
Leaves the parity bit set to 0.
Examples
The following code example displays the possible values of the Parity enumeration to the console, then prompts the user to choose one. This code example is part of a larger code example provided for the SerialPort class.
static Parity SetPortParity(Parity defaultPortParity) < String^ parity; Console::WriteLine("Available Parity options:"); for each (String^ s in Enum::GetNames(Parity::typeid)) < Console::WriteLine(" ", s); > Console::Write("Enter Parity value (Default: ):", defaultPortParity.ToString()); parity = Console::ReadLine(); if (parity == "") < parity = defaultPortParity.ToString(); >return (Parity)Enum::Parse(Parity::typeid, parity); >
// Display PortParity values and prompt user to enter a value. public static Parity SetPortParity(Parity defaultPortParity) < string parity; Console.WriteLine("Available Parity options:"); foreach (string s in Enum.GetNames(typeof(Parity))) < Console.WriteLine(" ", s); > Console.Write("Enter Parity value (Default: ):", defaultPortParity.ToString(), true); parity = Console.ReadLine(); if (parity == "") < parity = defaultPortParity.ToString(); >return (Parity)Enum.Parse(typeof(Parity), parity, true); >
' Display PortParity values and prompt user to enter a value. Public Shared Function SetPortParity(defaultPortParity As Parity) As Parity Dim parity As String Console.WriteLine("Available Parity options:") For Each s As String In [Enum].GetNames(GetType(Parity)) Console.WriteLine(" ", s) Next Console.Write("Enter Parity value (Default: ):", defaultPortParity.ToString(), True) parity = Console.ReadLine() If parity = "" Then parity = defaultPortParity.ToString() End If Return CType([Enum].Parse(GetType(Parity), parity, True), Parity) End Function
Remarks
Use this enumeration when setting the Parity property for a serial port connection.
Parity is an error-checking procedure in which the number of 1s must always be the same — either even or odd — for each group of bits that is transmitted without error. In modem-to-modem communications, parity is often one of the parameters that must be agreed upon by sending parties and receiving parties before transmission can take place.
Вы отправили слишком много запросов, поэтому ваш компьютер был заблокирован.
Для того, чтобы предотвратить автоматическое считывание информации с нашего сервиса, на Linguee допустимо лишь ограниченное количество запросов на каждого пользователя.
Пользователям, браузер которых поддерживает Javascript, доступно большее количество запросов, в отличие от пользователей, чей браузер не поддерживает Javascript. Попробуйте активировать Javascript в настройках вашего браузера, подождать несколько часов и снова воспользоваться нашим сервером.
Если же ваш компьютер является частью сети компьютеров, в которой большое количество пользователей одновременно пользуется Linguee,сообщитеоб этом нам.