vLCM

Transition vLCM Images to VUM Baselines

  1. Snapshots
  2. MOB Browser: content → root folder → childEntity → hostFolder → childEntity → &vmodl=1 an die URL anfügen und Methode “disableLifecycleManagement” ausführen
  3. ssh VCSA
#Update Manager DB Passwort raussuchen:
cat /usr/lib/vmware-updatemgr/bin/configvalues.txt
 
su updatemgr -s /bin/bash
psql -U vumuser -d VCDB
 
delete from pm_software_compliances where desired_state_id in (select desired_state_id from pm_software_desired_states where entity_id='domain-c###');
delete from pm_software_desired_states where entity_id='domain-c###';
# domain-c### ist die Cluster ID
  1. Falls das Cluster im NSX aktiviert ist, dann muss noch das Profil entfernt werden. NSX detach Node Profile: System → Fabric → Hosts → Actions : Detach Node Profile
  2. Refresh nicht vergessen 😊
  3. reboot vCenter und bei bedarf VCF SDDC LCM Service

Danke an Carsten!

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International