User's Manual
Frequently Asked Questions 79
15
Can I remotely reboot the system using WS-Management functions?
Yes, the system can be rebooted using the
RequestStateChange()
method
on the ComputerbSystem class. A reboot can be scheduled by creating a
reboot job using the
CreateRebootJob()
method on the
SoftwarebInstallationbService class and then scheduling the reboot job
using the
SetupJobQueue()
method on the Job control Service.
16
How do I cancel a system service when in use?
Use the iDRAC configuration utility (CTLR+E option during startup) or
remove the power cable to reset the iDRAC.
17
How do I reset the system to factory defaults?
Use the iDRAC configuration utility (CTLR+E option during boot),
'Reset to Default' -> 'yes' to continue.
18
What are the Dell licensed features that require a Dell vFlash SD card?
The part replacement feature is a licensed feature that requires the
presence of the Dell vFlash SD card. All vFlash SD Card management
capabilities require a Dell vFlash branded SD Card.
19
Why does the "LastUpdateTime" not change when I replace a DIMM?
If a DIMM is removed and reinstalled in the same slot then
"LastUpdateTime" does not change in the view.
20
Are there ways to improve response time for getting PCIDeviceView
using WinRM?
Yes. Setting the WinRM configuration by executing the following
command reduces the time taken by PCIDeviceView enumeration.
#winrm set winrm/config @{MaxBatchItems="100"}
21
How to clear jobs?
a
Enumerate
DCIM_LifecycleJobs
to list all the jobs in Lifecycle
Controller.
b
Use
DeleteJobqueue()
method to delete particular jobs.
RemoteServices1_4.book Page 79 Thursday, October 21, 2010 5:05 PM