Jump to content
Welcome to our new Citrix community!
  • 0

Change BIOS strings of VM


Bjoumlrn Pahl

Question

We have deployed several virtual machines (MS Server 2019 DC). To get the required licenses, all servers (VMs and hosts) are being inventoried; and transferred to a license tool.

 

As an example: 

 

MS Windows Server 2019 DC - Licenses available: 100

Hypevisor with at least one Windows Server: 10 

Required licenses: 10 VMs on 10 different Hosts (with 2 Sockets) -> 20

----

MS Windows Server 2019 DC - Licenses available: 80

... and so on...


The script asks whether the server is virtual or physical. Some of the machines (VMs) return that they are a HPE machine (and therefore physical). 

 

PS H:\> Get-WmiObject -Class Win32_ComputerSystem
[...]
Manufacturer : HPE
Model : ProLiant DL380 Gen10
[...]

Actually the query should give this response

 

PS H:\> Get-WmiObject -Class Win32_ComputerSystem
[...]
Manufacturer: Xen
Model: HVM domU
[...]

 

 

I have found the kb

 

https://support.citrix.com/article/CTX230618

 

the behavior is described there.

I guess that the checkbox  (Copy host BIOS settings to VM) was set when the machines was created.

Is there a way to change the entries? Either via CLI on the host, or in the registry (*) (vm)? Or does it need to be recreated (cloned)?

 

(*) Changes to the registry are reset after a restart

 

vm_wrong_manufacturer.thumb.png.4138491d3a2c1244f2301b96a64a82a3.png

 

 

XenHypervisor: 

  • Build date: 2021-04-30
  • Version: 8.2
  • DBV: 2020.0617
  •  Updates: XE82E001 - XE82E029

 

 

Greetings from Germany

 

Link to comment

2 answers to this question

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...