Have a Dell R620 Server with iDRAC version 7. Has 128Gb of RAM/Memory. RAM/Memory is set in Mirror mode, so effective is 64Gb. Want to switch Memory mode to Optimizer so that 128Gb is available again.
Tried the following command from command line:
idracadm7 -r 10.20.30.40 -u root -p XYZABC set BIOS.MemSettings.MemOpMode OptimizerMode
It worked, gave the following output:
[Key=BIOS.Setup.1-1#MemSettings]
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.
Now I have to set a jobqueue and do a hardreset for the jobqueue to run. The command should be:
idracadm7 -r 10.84.224.81 -u root -p 0l@Kk@ jobqueue create "FQDD"
Where FQDD (Fully Qualified Device Descriptor) represents the Device for which changes were made. Command didn't work and got the following error:
ERROR: SWC0244 : Invalid Fully Qualified Device Descriptor (FQDD).
Tried the following more as FQDD for memory:
- BIOS.MemSettings.MemOpMode
- BIOS.Setup.1-1.MemSettings
- BIOS.MemSettings
All failed. Need to know where can I find list of all FQDD for Dell DRACs?