You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every guest VM has an internal name. The host uses the internal name to
330
-
identify the guest VMs. CloudStack gives you an option to provide a
331
-
guest VM with a display name. You can set this display name as the
332
-
internal name so that the vCenter can use it to identify the guest VM. A
333
-
new global parameter, vm.instancename.flag, has now been added to
334
-
achieve this functionality.
329
+
Every guest VM has an internal name. The host uses the internal name to identify the guest VMs. CloudStack gives you an option to provide a guest VM with a name. You can set this name as the internal name so that the vCenter can use it to identify the guest VM. A new global parameter, vm.instancename.flag, has now been added to achieve this functionality.
335
330
336
-
The default format of the internal name is
337
-
i-<user\_id>-<vm\_id>-<instance.name>, where instance.name is a global
338
-
parameter. However, If vm.instancename.flag is set to true, and if a
339
-
display name is provided during the creation of a guest VM, the display
340
-
name is appended to the internal name of the guest VM on the host. This
341
-
makes the internal name format as i-<user\_id>-<vm\_id>-<displayName>.
342
-
The default value of vm.instancename.flag is set to false. This feature
343
-
is intended to make the correlation between instance names and internal
344
-
names easier in large data center deployments.
331
+
The default format of the internal name is i-<account\_id>-<vm\_id>-<i.n>, where i.n is the value of the global configuration - instance.name. However, If vm.instancename.flag is set to true, and if a name is provided during the creation of a guest VM, the name is appended to the internal name of the guest VM on the host. This makes the internal name format as i-<account\_id>-<vm\_id>-<name>. The default value of vm.instancename.flag is set to false. This feature is intended to make the correlation between instance names and internal names easier in large data center deployments.
345
332
346
-
The following table explains how a VM name is displayed in different
347
-
scenarios.
333
+
The following table explains how a VM name is displayed in different scenarios.
0 commit comments