We have SCVMM 2012 SP1 and Orchestrator.
Our aim is to create VM from template from orchestrator using code and assign IP to guest OS from static pool.
In this process, we are able to deploy a VM using orchestrator and VM is getting IP from static IP pool, but when installed guest OS using VHD/ISO, guest OS is not getting the IP Address after installation. Guest OS is trying to get IP from DHCP, but not the static IP pool configured in logical network. When we look at hardware properties of VM->Network-> connection Details, Its showing proper IP address. Is this IP really passed to VM using SCVMM ? any other extra steps are needed for this?
What are the requirements for guest OS to get IP from static pool when deployed from orchestrator.
Our Setup:
----------------
1. We have Hyper-V servers
2. SCVMM 2012 SP1
3. Orchestrator
4. Created Hard ware profile-> guest profile -> VM Template
5. Now executed code in SCVMM
6. VM is getting IP, but not the guest OS installed inside VM.
We are greatful to you, if you could help us in this regard.