CLI Guide

Table Of Contents
Legal Values
Available
Unavailable
Default Value N/A
Write Privilege Server Control
License Required iDRAC Express or iDRAC Enterprise
Dependancy None
InfiniBand.DeviceLevelConfig.VFAllocBasis (Read Only)
Description Defines the domain in which Virtual Functions are allocated; either Port or Device.
NOTE: A device which implements less than 1 PF per physical port must use Device level VF
allocation.
Legal Values
Port
Device
Default Value None
Write Privilege None
License Required iDRAC Express or iDRAC Enterprise
Dependency Not applicable
InfiniBand.DeviceLevelConfig.VFAllocMult (Read Only)
Description
Defines the multiple (e.g. x1, x4, x8, etc.) in which VFs must be allocated to a PF.
Legal Values None
Default Value None
Write Privilege None
License Required iDRAC Express or iDRAC Enterprise
Dependency Not applicable
InfiniBand.DeviceLevelConfig.VFDistribution (Read or Write)
Description
The value is a string of numbers, each seperated by a colon that defines the distribution of VFs to PFs
within the domain specified by VFAllocBasis. Each number represents the number of PVI Virtual Functions
to be advertised in PCI config space by each partition (PF). The numbers must sum to an amount less
than or equal to the NumberVFSupported attribute value. A value appears in the colon separated list for
each Physical Function that can potentially be present within the allocation domain, independent of its
enablement state. Values in the list from left to right apply to function numbers in the domain from least
to greatest.
NOTE:
The regex can only perform basic validation of the string format.
Implementers should replace the * in the regex with a bound expression that accurately describes
the expected string in the context of a given solution (e.g. where NumberVFSupported is 4,
the * will be replaced with {3}). The vendor must provide the appropriate default string for the
implementation.
Legal Values None
Default Value None
InfiniBand Attributes 847