Users Guide

Table Of Contents
Table 49. Examples of DCIM_account class (continued)
CIM Interface WinRM WMIC PowerShell
namespace root/
cimv2/dcim
Get a specific instance of a
class
winrm g wmi/root/
cimv2/dcim/
DCIM_Account?
CreationClassName=D
CIM_Account+Name=iD
RAC.Embedded.1#User
s.2+SystemCreationC
lassName=DCIM_SPCom
puterSystem+SystemN
ame=systemmc
wmic /namespace:\
\root\cimv2\dcim
PATH dcim_account
where
Name="iDRAC.Embedde
d.1#Users.16"
Get-WmiObject -
Namespace
root\cimv2\dcim -
Class dcim_account
-filter
"Name='iDRAC.Embedd
ed.1#Users.16'"
Get associated instances of
an instance
winrm e wmi/root/
cimv2/dcim/* -
dialect:association
-filter:
{object=DCIM_Accoun
t?
CreationClassName=D
CIM_Account+Name=iD
RAC.Embedded.1#User
s.1+SystemCreationC
lassName=DCIM_SPCom
puterSystem+SystemN
ame=systemmc}
wmic /namespace:\
\root\cimv2\dcim
PATH dcim_account
where
Name='iDRAC.Embedde
d.1#Users.2' ASSOC
Get-Wmiobject -
Query "ASSOCIATORS
OF
{DCIM_Account.Creat
ionClassName='DCIM_
Account',Name='iDRA
C.Embedded.1#Users.
2',SystemCreationCl
assName='DCIM_SPCom
puterSystem',System
Name='systemmc'}" -
namespace root/
cimv2/dcim
Get references of an
instance
winrm e wmi/root/
cimv2/dcim/* -
dialect:association
associations -
filter:
{object=DCIM_Accoun
t?
CreationClassName=D
CIM_Account+Name=iD
RAC.Embedded.1#User
s.1+SystemCreationC
lassName=DCIM_SPCom
puterSystem+SystemN
ame=systemmc}
Not applicable
Get-Wmiobject -
Query "REFERENCES
OF
{DCIM_Account.Creat
ionClassName='DCIM_
Account',Name='iDRA
C.Embedded.1#Users.
2',SystemCreationCl
assName='DCIM_SPCom
puterSystem',System
Name='systemmc'}" -
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
248
Using iDRAC Service Module