Drac: Difference between revisions
From Halfface
Jump to navigationJump to search
No edit summary |
|||
Line 3: | Line 3: | ||
=reset drac= | =reset drac= | ||
racadm racreset soft | racadm racreset soft | ||
=racadm(Manage dell sever via ssh idrac)= | |||
List system events. | |||
racadm getsel | |||
How many event in log | |||
racadm getsel -i | |||
Read 7 event from line 10. | |||
racadm getsel -s 10 -c 7 | |||
Read lifecycle log | |||
racadm lclog view | |||
Read lifecycle logs of warning critical version. | |||
racadm lclog view -s Warning,Critical -n 5 | |||
Reset idrac | |||
racadm racreset -f | |||
Version of idrac | |||
racadm getversion | |||
Is sol enabled | |||
racadm get iDRAC.IPMISOL | |||
Login via sol/serial | |||
racadm console com2 | |||
Short info about system | |||
racadm getsysinfo | |||
Long output inventory | |||
hwinventory | |||
View settings | |||
racadm get BIOS.ProcSettings.ProcVirtualization | |||
Set value | |||
racadm set BIOS.ProcSettings.ProcVirtualization Disabled | |||
[Key=BIOS.Setup.1-1#ProcSettings] | |||
RAC1017: Successfully modified the object value and the change is in | |||
pending state. | |||
To apply modified value, create a configuration job and reboot | |||
the system. To create the commit and reboot jobs, use "jobqueue" | |||
command. For more information about the "jobqueue" command, see RACADM | |||
help. |
Latest revision as of 21:01, 4 October 2025
get system information
racadm getsysinfo
reset drac
racadm racreset soft
racadm(Manage dell sever via ssh idrac)
List system events.
racadm getsel
How many event in log
racadm getsel -i
Read 7 event from line 10.
racadm getsel -s 10 -c 7
Read lifecycle log
racadm lclog view
Read lifecycle logs of warning critical version.
racadm lclog view -s Warning,Critical -n 5
Reset idrac
racadm racreset -f
Version of idrac
racadm getversion
Is sol enabled
racadm get iDRAC.IPMISOL
Login via sol/serial
racadm console com2
Short info about system
racadm getsysinfo
Long output inventory
hwinventory
View settings
racadm get BIOS.ProcSettings.ProcVirtualization
Set value
racadm set BIOS.ProcSettings.ProcVirtualization Disabled [Key=BIOS.Setup.1-1#ProcSettings] RAC1017: Successfully modified the object value and the change is in pending state. To apply modified value, create a configuration job and reboot the system. To create the commit and reboot jobs, use "jobqueue" command. For more information about the "jobqueue" command, see RACADM help.