-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The PMemModule is inaccessible #153
Comments
What system are you using? ( It looks like you successfully provisioned Memory Mode, but we're misreporting the information, specifically the 'Inaccessible' row. Is that a correct understanding of this issue? If you use any of the following commands, we can confirm that you have 512GB of volatile memory:
The inaccurate DDR Inaccessible value is reminiscent of #135. A workaround was added to 02.00.00.3797 and validated on Dell systems. It looks like we may have a similar issue for AMI BIOS systems. Suggested next actions
|
@sscargal
Our BIOS version has been updated but the issue is not fixed.
I'm trying the 1.x versions and I will give feedback later. |
That was my fault, sorry. I forgot to provide the verbose flag option. The command should be You can capture the debug output that's printed to SDTOUT using |
Same issue. |
@liupeng0518 @cycyyy I think the system may be reading a partial or old config. Can you perform a secure erase and/or remove the PCD (Platform Config Area) and re-provision the PMem and let me know if this helps. To remove the PCD area using
The Example:
To ensure all config [and data] is erased, there are multiple ways to securely erase the PMem modules shown in How to Securely Erase Data on Intel® Optane™ Persistent Memory |
@sscargal thank you so much! |
@sscargal I delete PCD, but still same problem. |
@cycyyy Once the PCD is removed, you need to recreate the Memory Mode or AppDirect goal, eg:
|
@liupeng0518 What system(s) are you using? If you can provide the ipmctl debug log, that will be helpful. |
@sscargal centos7.7 and kernel version:5.9.0-1 |
@sscargal
I got the error:
Reboot didn't solve the error |
@cycyyy and @liupeng0518 - Can you update the ipmctl package to 02.00.00.3825 and see if the issue is still reproducible, please. Can you also upload an SOS report from your affected systems, please. Thanks. If you have sos installed, it may have the pmem plugin. If not, you can download the latest version and run it locally without installing it:
|
@sscargal I have updated ipmctl to v02.00.00.3825 but the issue is still there. The SOS report is attached. Also, I can let u access my server if u want. |
@cycyyy @liupeng0518 Apologies for the delay. I didn't see anything in the SOS Report to indicate an issue in the OS or PMem. Can you check the BIOS please. I suspect your platform may be configured for Memory Mode, so attempts to switch to AppDirect using ipmctl won't work. The config can be seen and changed in the BIOS: BIOS -> Advanced -> Intel Optane DC Persistent Memory Configuration -> Create Goal Configuration, then use Reserved [%], AppDirect, and Memory mode [%] to configure the system to the desired config. Save/Apply the changes and reboot. Let me know if this works. /Steve |
@sscargal We have updated the BIOS version before thus is this a hardware issue? |
@cycyyy The message "One of more DIMMs do not have PCD data. A Platform reboot is recommended to restore valid PCD data, then try again." has two causes:
At this point, my recommendation is to contact your HW vendor to have them help you setup the platform. Working onsite or through a virtual working session would be a good next step. |
Just a datapoint - I had this same issue with a new Super Micro server. (PM200 NVDIMMs on Xeon 53xx Ice Lake) The fix was to clear the CMOS by pulling all AC power cords, removing the motherboard battery, and setting the "clear CMOS" jumper for a few seconds. (Hope that saves someone a few hours and hair from being pulled out.) |
@spawnflagger Thanks for sharing the experience and advise. |
This is a followup issue of #149
OS version: Ubuntu 20.04 LTS (GNU/Linux 5.4.0-45-generic x86_64)
ipmctl version: Intel(R) Optane(TM) Persistent Memory Command Line Interface Version 02.00.00.3820
The cpu info:
The BIOS info
The sever has 256GiB DRAM and 512GiB PMem
However, the ipmctl shows:
Any suggestion to config the BIOS or OS to fix this?
The text was updated successfully, but these errors were encountered: