setdcl(8)
134 XSCF Reference Manual • Last Revised January 2007
OPERANDS The following operand is supported:
EXTENDED
DESCRIPTION
■ If the XSB associated with the specified LSB has been configured in the domain
configuration, the information that is set for the LSB cannot be changed. Before
making such a change, unassign the XSB from the domain configuration by
executing the deleteboard(8) command, or re-configure it in another domain
configuration by executing the moveboard(8) command.
■ If the specified domain is running, the value of policy cannot be changed. To
change the value, first turn off power to the domain.
■ The currently set DCL information can be checked by using the showdcl(8)
command.
EXAMPLES
EXAMPLE 1 Sets XSB#00-0 for LSB#00 and XSB#00-1 for LSB#01 of domain ID 0.
EXAMPLE 2 Sets no-mem=true for LSB#00 and #01 of domain ID 0.
EXAMPLE 3 Sets policy=system for domain ID 0.
If no-io is specified for option, either of the following can be
specified for value:
true Omits the use of I/O devices on a domain.
false Does not omit the use of I/O devices on a
domain (default).
If float is specified for option, either of the following can be
specified for value:
true Gives a higher priority regarding floating
boards.
false Does not give a higher priority regarding
floating boards (default).
lsb Specifies the number of the LSB whose information is to be set.
Specify by using an integer ranging from 0 to 15. Multiple lsbs
can be specified by delimiting with spaces. Specifies unique lsb
within the domain. If the same lsb number is specified, an error
occurs.
XSCF> setdcl -d 0 -a 00=00-0 01=00-1
XSCF> setdcl -d 0 -s no-mem=true 00 01
XSCF> setdcl -d 0 -s policy=system