Appendix C: IPMI
DSM IPMI CLI Commands
DSM Installation and Configuration Guide
Copyright 2009 - 2020 Thales Group. All rights reserved.
166
Example
0002:ipmi$ port disable https
SUCCESS: Disable ipmi https web port
l
To see which ports can be configured for IPMI on the V6000/V6100 DSM hardware appliance, see
.
status
Check the status or IPMI ports.
Syntax
port status [https | kvm | vmedia |web]
Example
0003:ipmi$ port status https
IPMI https web port is enabled
SUCCESS: port status https
user
The
user
command adds, shows, or deletes users. Also changes user password and privilege level. See
for more details. The
user
command includes the following elements:
DSM CLI IPMI category
Command
Description
add
Add an IPMI user.
delete
Delete an IPMI user.
show
Show the IPMI users.
password
Change the IPMI user password.
level
Set the IPMI user privilege level.
user
command elements
user add
Add an IPMI user. After using this command, you will have created a user with no password. Use the user password
command to add a password.
Syntax
user add
userID User_name privilege_level
Where,
userID
- IPMI user ID
User_name
- IPMI user name up to 15 characters
privilege_level
- Administrator, Operator or User. See
"Creating IPMI users" on page 158
for details.