IBM Cloud(소재료): VPC에서 stop/start를 해도 UUID는 변경되지 않습니다.

2135 단어 닌비아예ribmcloud
이전에는 VPC에서 stop/start를 하면 UUID는 변경되었지만 2021/08/17 릴리즈 노트에 따르면 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 실행


  • Stop
  • Start

  • 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
    
    

    좋은 웹페이지 즐겨찾기