
Note: For dsr10, bm_password no limit to the number of characters and no whitespaces. closes-bug: 2111446 Change-Id: I7ddaff3029b3d3ff4f23c8cd1b2f02d508299a78 Signed-off-by: Suzana Fernandes <Suzana.Fernandes@windriver.com>
978 B
978 B
Provision BMC when Adding a Host
can be provisioned when adding a host by using the host-add
command.
To provision the host, use the following syntax.
system host-add -n <name> -p <personality> -m <mgmtMacAddress> -I <bm_IP> -U <bm_UserName> -P <bm_Password> -T [redfish|ipmi|dynamic]
where
- <personality>
-
is the host type.
- <mgmtMacAddress>
-
is the address of the port connected to the internal management.
- <bm_IP>
-
is the IP address.
- <bm_UserName>
-
is the username for access. It should have a maximum of 16 characters and no whitespace.
- <bm_Password>
-
is the password for access. It should have a maximum of 20 characters and no whitespace.