jetlag icon indicating copy to clipboard operation
jetlag copied to clipboard

Check ibmcloud hardware if ipmi privilege level is administrator vs operator as validation

Open akrzos opened this issue 3 years ago • 0 comments

Goal would be to prevent attempting to boot an iso when you can not actually perform the unmount/mount commands to do so without the proper privileges.

[root@jetlag-bm0 ~]# SMCIPMITool xxxxxxxx root xxxxxxxxx user list
Maximum number of Users          : 10
Count of currently enabled Users : 8
 User ID | User Name       | Privilege Level    | Enable       
 ------- | -----------     | ---------------    | ------       
       3 | root            | Operator           | Yes          
[root@jetlag-bm0 ~]# SMCIPMITool xxxxxxxx root xxxxxxxxx user list
Maximum number of Users          : 10
Count of currently enabled Users : 8
 User ID | User Name       | Privilege Level    | Enable       
 ------- | -----------     | ---------------    | ------       
       2 | ADMIN           | Administrator      | Yes          
       3 | root            | Administrator      | Yes

akrzos avatar Sep 30 '21 20:09 akrzos