IBM Cloud(소재료): VPC에서 stop/start를 해도 UUID는 변경되지 않습니다.
백업 소프트웨어 (예 : Veeam 등)에 따라 UUID를 기반으로 동일한 서버인지 여부를 식별하기 때문에 Stop/Start 이외에도 시스템 유지 보수에 의한 강제 정지 · 시작에서도 마찬가지로 UUID가 변경되어 버려 , 백업 작업을 다시 등록해야했다는 문제가 있었다. 이번 사양 변경에 의해 이러한 문제가 개선된 것은 고맙다.
Instance Identifier Update: The instance identifier (ID) now includes the SMBIOS system-uuid as a portion of the ID. The ID, including the SMBIOS system-uuid portion, is static and persists for the lifecycle of the virtual server instance until that virtual server instance is deleted. For more information, including how to retrieve this information from within your virtual server, see Retrieving the virtual server instance identifier section in Managing virtual server instances.
본고는 원래 UUID가 stop/start에 의해 변경된다는 것을 소개하는 기사였지만, 이것을 받아 재작성하기로 했다. 이하는 실험예.
1. 사전 상태
Stop/Start 전# cat /etc/redhat-release
CentOS Linux release 7.7.1908 (Core)
# dmidecode -s system-family
02e7_fe6b34c2-7609-47b6-8f62-b7aa0207ec8b
# dmidecode -s system-uuid
fe6b34c2-7609-47b6-8f62-b7aa0207ec8b
# cat /sys/devices/virtual/dmi/id/product_uuid
FE6B34C2-7609-47B6-8F62-B7AA0207EC8B
2. IBM Cloud Console에서 Stop 및 Start 실행
# cat /etc/redhat-release
CentOS Linux release 7.7.1908 (Core)
# dmidecode -s system-family
02e7_fe6b34c2-7609-47b6-8f62-b7aa0207ec8b
# dmidecode -s system-uuid
fe6b34c2-7609-47b6-8f62-b7aa0207ec8b
# cat /sys/devices/virtual/dmi/id/product_uuid
FE6B34C2-7609-47B6-8F62-B7AA0207EC8B
3. Stop/Start 후 재확인(이전과 달리 UUID가 변경되지 않았다!)
Stop/Start 후# cat /etc/redhat-release
CentOS Linux release 7.7.1908 (Core)
# dmidecode -s system-family
02e7_fe6b34c2-7609-47b6-8f62-b7aa0207ec8b
# dmidecode -s system-uuid
fe6b34c2-7609-47b6-8f62-b7aa0207ec8b
# cat /sys/devices/virtual/dmi/id/product_uuid
FE6B34C2-7609-47B6-8F62-B7AA0207EC8B
Reference
이 문제에 관하여(IBM Cloud(소재료): VPC에서 stop/start를 해도 UUID는 변경되지 않습니다.), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/testnin2/items/0e9c71da44781797f813
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
# cat /etc/redhat-release
CentOS Linux release 7.7.1908 (Core)
# dmidecode -s system-family
02e7_fe6b34c2-7609-47b6-8f62-b7aa0207ec8b
# dmidecode -s system-uuid
fe6b34c2-7609-47b6-8f62-b7aa0207ec8b
# cat /sys/devices/virtual/dmi/id/product_uuid
FE6B34C2-7609-47B6-8F62-B7AA0207EC8B
Reference
이 문제에 관하여(IBM Cloud(소재료): VPC에서 stop/start를 해도 UUID는 변경되지 않습니다.), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/testnin2/items/0e9c71da44781797f813텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)