全球主机交流论坛

标题: 如果你的ks-le不是ecc内存的可以开工单 [打印本页]

作者: infplus    时间: 2022-11-24 14:09
标题: 如果你的ks-le不是ecc内存的可以开工单
本帖最后由 infplus 于 2022-11-24 14:23 编辑

小白工单法
贴上你的内存信息即可,注明这个内存不是ecc,要求更改为ecc内存。

进阶工单法
选事件工单 硬件问题 我发现了损坏的内存
说你的内存不是ecc的 要求换成ecc的,并附带证据
这个路线需要你有强大的硬件知识
作者: nrbs    时间: 2022-11-24 14:10
有什么好处的吗?
作者: coxpc    时间: 2022-11-24 14:13
本帖最后由 coxpc 于 2022-11-24 14:14 编辑

确实,我刚才在let上刚看到
  1. dmidecode -t memory
复制代码

用这个检查
ecc的应该是Total Width: 72 bits
作者: ezsq    时间: 2022-11-24 14:16
这。要是不说估计很多人都不知道
作者: xiaoz    时间: 2022-11-24 14:18
换了内存系统要重装不?数据是否还存在?
作者: mgwx    时间: 2022-11-24 14:23
Memory Device
        Array Handle: 0x005B
        Error Information Handle: No Error
        Total Width: 64 bits
        Data Width: 64 bits
        Size: 8192 MB
        Form Factor: DIMM

作者: 庞先生呀    时间: 2022-11-24 14:23
coxpc 发表于 2022-11-24 14:13
确实,我刚才在let上刚看到

用这个检查

:~# dmidecode -t memory
-bash: dmidecode: command not found

作者: vavn    时间: 2022-11-24 14:24
庞先生呀 发表于 2022-11-24 14:23
:~# dmidecode -t memory
-bash: dmidecode: command not found

apt/yum install dmidecode
作者: vavn    时间: 2022-11-24 14:25
Physical Memory Array
        Location: System Board Or Motherboard
        Use: System Memory
        Error Correction Type: None
        Maximum Capacity: 32 GB
        Error Information Handle: No Error
        Number Of Devices: 4
作者: 庞先生呀    时间: 2022-11-24 14:26
本帖最后由 庞先生呀 于 2022-11-24 14:31 编辑
vavn 发表于 2022-11-24 14:24
apt/yum install dmidecode

  1. root@pang:~# dmidecode -t memory
  2. # dmidecode 3.3
  3. Getting SMBIOS data from sysfs.
  4. SMBIOS 2.7 present.

  5. Handle 0x0026, DMI type 16, 23 bytes
  6. Physical Memory Array
  7.         Location: System Board Or Motherboard
  8.         Use: System Memory
  9.         Error Correction Type: None
  10.         Maximum Capacity: 32 GB
  11.         Error Information Handle: No Error
  12.         Number Of Devices: 4

  13. Handle 0x0029, DMI type 17, 34 bytes
  14. Memory Device
  15.         Array Handle: 0x0026
  16.         Error Information Handle: No Error
  17.         Total Width: 64 bits
  18.         Data Width: 64 bits
  19.         Size: 8 GB
  20.         Form Factor: DIMM
  21.         Set: None
  22.         Locator: DIMM3
  23.         Bank Locator: CHANNEL A DIMM0
  24.         Type: DDR3
  25.         Type Detail: Synchronous
  26.         Speed: 1600 MT/s
  27.         Manufacturer: Kingston        
  28.         Serial Number: 0410B19D  
  29.         Asset Tag: A1_AssetTagNum0
  30.         Part Number: 99U5471-050.A00LF
  31.         Rank: 2
  32.         Configured Memory Speed: Unknown

  33. Handle 0x002C, DMI type 17, 34 bytes
  34. Memory Device
  35.         Array Handle: 0x0026
  36.         Error Information Handle: No Error
  37.         Total Width: 64 bits
  38.         Data Width: 64 bits
  39.         Size: 8 GB
  40.         Form Factor: DIMM
  41.         Set: None
  42.         Locator: DIMM1
  43.         Bank Locator: CHANNEL A DIMM1
  44.         Type: DDR3
  45.         Type Detail: Synchronous
  46.         Speed: 1600 MT/s
  47.         Manufacturer: Kingston        
  48.         Serial Number: 9F0698B6  
  49.         Asset Tag: A1_AssetTagNum1
  50.         Part Number: 99U5471-050.A00LF
  51.         Rank: 2
  52.         Configured Memory Speed: Unknown

  53. Handle 0x002F, DMI type 17, 34 bytes
  54. Memory Device
  55.         Array Handle: 0x0026
  56.         Error Information Handle: No Error
  57.         Total Width: 64 bits
  58.         Data Width: 64 bits
  59.         Size: 8 GB
  60.         Form Factor: DIMM
  61.         Set: None
  62.         Locator: DIMM4
  63.         Bank Locator: CHANNEL B DIMM0
  64.         Type: DDR3
  65.         Type Detail: Synchronous
  66.         Speed: 1600 MT/s
  67.         Manufacturer: Kingston        
  68.         Serial Number: 980640B6  
  69.         Asset Tag: A1_AssetTagNum2
  70.         Part Number: 99U5471-050.A00LF
  71.         Rank: 2
  72.         Configured Memory Speed: Unknown

  73. Handle 0x0032, DMI type 17, 34 bytes
  74. Memory Device
  75.         Array Handle: 0x0026
  76.         Error Information Handle: No Error
  77.         Total Width: 64 bits
  78.         Data Width: 64 bits
  79.         Size: 8 GB
  80.         Form Factor: DIMM
  81.         Set: None
  82.         Locator: DIMM2
  83.         Bank Locator: CHANNEL B DIMM1
  84.         Type: DDR3
  85.         Type Detail: Synchronous
  86.         Speed: 1600 MT/s
  87.         Manufacturer: Kingston        
  88.         Serial Number: 8D130B28  
  89.         Asset Tag: A1_AssetTagNum3
  90.         Part Number: 9905471-057.A00LF
  91.         Rank: 2
  92.         Configured Memory Speed: Unknown
复制代码


作者: vavn    时间: 2022-11-24 14:31
庞先生呀 发表于 2022-11-24 14:26
这是啥

Error Correction Type: none,这个说明不是ecc内存
作者: Reply    时间: 2022-11-24 14:57
学习了。
作者: supreme    时间: 2022-11-24 14:59
主板也要换的
作者: mgwx    时间: 2022-11-24 15:08
话说改内存 数据还在吧?
作者: infplus    时间: 2022-11-24 15:15
mgwx 发表于 2022-11-24 15:08
话说改内存 数据还在吧?


还在的,仍然建议备份数据。
作者: Oneman    时间: 2022-11-24 15:25
提示: 作者被禁止或删除 内容自动屏蔽
作者: escn    时间: 2022-11-24 15:31
vavn 发表于 2022-11-24 14:31
Error Correction Type: none,这个说明不是ecc内存

你错了,不是看这里的。

正确命令:
  1. dmidecode -t memory |grep Width |grep -v 'Unknown'
复制代码

  1. //ECC 内存
  2. DataWidth 64
  3. TotalWidth 72

  4. //非ECC 内存
  5. DataWidth 64
  6. TotalWidth 64
复制代码

作者: MrJoker    时间: 2022-11-24 15:49
escn 发表于 2022-11-24 15:31
你错了,不是看这里的。

正确命令:

        Total Width: 64 bits
        Data Width: 64 bits
        Total Width: 64 bits
        Data Width: 64 bits
        Total Width: 64 bits
        Data Width: 64 bits
        Total Width: 64 bits
        Data Width: 64 bits
换就完事了!
作者: 御坂    时间: 2022-11-24 15:54
服务器支持ECC和非ECC混用?
作者: ReActRailGun    时间: 2022-11-24 18:10
您好,

感谢您就升级专用服务器的请求联系 OVHcloud 技术支持。

我们所有的专用服务器都可以在订购过程中根据您的喜好进行配置。只有我们的 High Grade 和 Scale 系列,您才能在交付后添加组件或升级它们。

在这种情况下,我们将无法满足您的要求,因为此服务器没有配备 ECC 内存,我们只会更换内存以防万一它不能工作,并且,在这种情况下,我们会用另一个没有ECC 内存相同。

如果您需要更多资源来满足您的业务需求,我建议您购买更新更强大的服务器并迁移到该服务器。

请访问ovhcloud.com以找到最适合您的服务器。

出于数据安全的考虑,我们将无法为您在服务器之间迁移数据。您将必须手动执行此操作。

但是,如果您的新服务器与当前服务器位于同一国家/地区,您将能够转移所有额外的 IP 地址,如果您在当前服务器上的剩余时间超过 30 天,我们会将剩余时间转移到您的按比例购买新服务器。

您的企业是否需要可快速扩展的解决方案,您可以在其中按需添加额外内容?如果是这样,我建议查看我们的公共云,您可以在其中立即扩展您的基础架构。您可以在这里找到更多信息:

https : //www.ovhcloud.com/en/public-cloud/

如有任何其他问题或疑虑,我们建议您咨询我们的销售团队:https://www.ovhcloud.com/en-ie/contact-sales/ _
要确认您的工单已解决,您可以回复此电子邮件,在回复的第一行指明“接受”,或者在控制面板中关闭工单。

要拒绝建议的解决方案,请回复此电子邮件,在回复的第一行指明“拒绝”,并包含其他信息,或者继续在控制面板中进行交流。

请注意,如果在接下来的 7 天内没有任何反馈,此工单将自动关闭。
作者: infplus    时间: 2022-11-24 18:23
ReActRailGun 发表于 2022-11-24 18:10
您好,

感谢您就升级专用服务器的请求联系 OVHcloud 技术支持。

Date 2022-11-24 09:39:38 CET (UTC +01:00), Component replacement:
Operations details:
We have replaced ECC memory

Result:
All memory has been detected
Boot OK
Ping OK
Server on rescue mode, access codes sent


可能是我充钱了
作者: ReActRailGun    时间: 2022-11-24 18:33
infplus 发表于 2022-11-24 18:23
可能是我充钱了


我还存着订单发piao 上面写了有ECC 对线去了
作者: infplus    时间: 2022-11-24 19:02
ReActRailGun 发表于 2022-11-24 18:33
我还存着订单发piao 上面写了有ECC 对线去了

我建议发事件工单
作者: 庞先生呀    时间: 2022-11-24 19:31
ReActRailGun 发表于 2022-11-24 18:10
您好,

感谢您就升级专用服务器的请求联系 OVHcloud 技术支持。

不换了?
作者: mgwx    时间: 2022-11-24 19:34
我看let好像说不给换了  算了算 应该问题不大
作者: ReActRailGun    时间: 2022-11-24 20:27
你好,

以下评论已添加到您的支持票中:

非常感谢您提供的信息。

我们误解了您的请求,因为我们认为它是关于一般的 KimSufi 服务器,而它涉及黑色星期五的限量版 KimSufi 服务器,对此深表歉意。

根据报告的信息,我们可以安排对您的服务器进行干预,以便用 ECC 替换 RAM。

为此,我们需要您向我们提供以下信息:

- 安排干预的首选日期和时间。如果您愿意,我们可以立即进行。
- 确认您拥有所有必要的备份或授权我们在没有它们的情况下继续。

我们仍然可用。

对线成功
作者: ezsq    时间: 2022-11-24 20:44
现在购买页被编辑掉了ECC字样
作者: egge    时间: 2022-11-25 06:29
Our website had incorrectly advertised the server to have ECC RAM. The server in fact has NO ECC RAM. Our website has since been corrected.  If you would like to have the server cancelled, we can do so immediately and apply a commercial gesture towards your next order or just a refund of the order. Otherwise, you may keep the server and we will provide a commercial gesture.




欢迎光临 全球主机交流论坛 (https://fd.vvwvv.eu.org/) Powered by Discuz! X3.4