From the OneFS CLI, to configure IPMI, perform the following steps:
isi ipmi settings modify --enabled=True --allocation type=[dhcp/static]
If IPMI is configured with static IP addresses, specify the IP range:
isi ipmi network modify --gateway=[Gateway IP] --prefixlen= --ranges=[IP Range]
Note: Assigning a specific IP address to a certain node might not be possible because IP addresses are assigned on a first-come basis. To confirm a specific node’s IP address, run the following command: isi impi nodes list
isi ipmi features modify Power-Control --enabled=True isi ipmi features modify SOL --enabled=True
Note: For PowerScale nodes, SoL requires additional configuration. See IPMI SoL on PowerScale nodes, after completing all steps in this section.
isi ipmi features list
isi ipmi user modify --username=[Username] --set-password
isi ipmi user view