Users Guide
CIM Interface WinRM WMIC PowerShell
Get associated instances of
an instance
winrm e wmi/root/
cimv2/dcim/* -
dialect:association
-filter:
{object=DCIM_Account
?
CreationClassName=DC
IM_Account
+Name=iDRAC.Embedded
.1#Users.1+SystemCre
ationClassName=DCIM_
SPComputerSystem
+SystemName=systemmc
}
wmic /namespace:\
\root\cimv2\dcim
PATH dcim_account
where
Name='iDRAC.Embedded
.1#Users.2' ASSOC
Get-Wmiobject -
Query "ASSOCIATORS
OF
{DCIM_Account.Creati
onClassName='DCIM_Ac
count',Name='iDRAC.E
mbedded.1#Users.2',S
ystemCreationClassNa
me='DCIM_SPComputerS
ystem',SystemName='s
ystemmc'}" -
namespace root/
cimv2/dcim
Get references of an instance
winrm e wmi/root/
cimv2/dcim/* -
dialect:association
–associations -
filter:
{object=DCIM_Account
?
CreationClassName=DC
IM_Account
+Name=iDRAC.Embedded
.1#Users.1+SystemCre
ationClassName=DCIM_
SPComputerSystem
+SystemName=systemmc
}
Not applicable
Get-Wmiobject -
Query "REFERENCES
OF
{DCIM_Account.Creati
onClassName='DCIM_Ac
count',Name='iDRAC.E
mbedded.1#Users.2',S
ystemCreationClassNa
me='DCIM_SPComputerS
ystem',SystemName='s
ystemmc'}" -
namespace root/
cimv2/dcim
Remote iDRAC Hard Reset
By using iDRAC, you can monitor the supported servers for critical system hardware, firmware, or software issues. Sometimes, iDRAC
may become unresponsive due to various reasons. During such scenarios, you must turn off the server and reset iDRAC. To reset the
iDRAC CPU, you must either power off and power on the server or perform an AC power cycle.
By using the remote iDRAC hard reset feature, whenever iDRAC becomes unresponsive, you can perform a remote iDRAC reset operation
without an AC power cycle.. To reset the iDRAC remotely, make sure that you have administrative privileges on the host OS. By default,
the remote iDRAC hard reset feature is enabled. You can perform a remote iDRAC hard reset using iDRAC Web interface, RACADM, and
WSMan.
Command usage
This section provides the command usages for Windows, Linux, and ESXi operating systems to perform iDRAC hard reset.
• Windows
• Using the local Windows Management Instrumentation (WMI):
winrm i iDRACHardReset wmi/root/cimv2/dcim/DCIM_iSMService?
InstanceID=”iSMExportedFunctions”
• Using the remote WMI interface:
winrm i iDRACHardReset wmi/root/cimv2/dcim/dcim_ismservice -u:<admin-username> -p:<admin-
passwd> -r: http://<remote-hostname OR IP>/wsman -a:Basic -encoding:utf-8 -skipCACheck –
skipCNCheck
• Using the Windows PowerShell script with force and without force:
Invoke-iDRACHardReset –force
Invoke-iDRACHardReset
• Using the Program Menu shortcut:
Using iDRAC Service Module
239