Dell管理卡ipmish的用法
Basic Usage Examples:
1. Display general system info of remote server using LAN connection:
"ipmish -ip 192.168.0.100 -u root -p calvin sysinfo"
2. Display general system info of remote server using serial connection:
"ipmish -com 1 -baud 19200 -flow cts -u root -p calvin sysinfo"
"ipmish -com ttyS0 -baud 19200 -flow cts -u root -p calvin sysinfo"
3. Turn on/off identification LED that exists on the server:
"ipmish -ip 192.168.0.100 -u root -p calvin identify on"
"ipmish -ip 192.168.0.100 -u root -p calvin identify off"
4. Power cycle the remote server:
"ipmish -ip 192.168.0.100 -u root -p calvin power cycle"
5. Display system event log messages:
"ipmish -ip 192.168.0.100 -u root -p calvin sel get"
除特别注明外,本站所有文章均为奇妙伞原创,转载请注明出处来自https://qm3.com.cn/post/249.html