Hello there !
I've recently downloaded the PacketFence-ZEN pack version 9.1 and 9.2.
I've got a vSphere Client Version 6.7.0 running.
When I try to deploy the OVA, I've got this error from vSphere:
VALUE_ILLEGAL: Value ''PIIX4'' of ResourceSubType element not found in [].
VALUE_ILLEGAL: Value ''PIIX4'' of ResourceSubType element not found in [].
VALUE_ILLEGAL: Value ''3'' of Parent element does not refer to a ref of type
DiskControllerReference.
So after few researches, we have to modify the vmx file (box.ovf) from here :
<Item>
<rasd:Address>0</rasd:Address>
<rasd:Caption>ideController0</rasd:Caption>
<rasd:Description>IDE Controller</rasd:Description>
<rasd:ElementName>ideController0</rasd:ElementName>
<rasd:InstanceID>3</rasd:InstanceID>
<rasd:ResourceSubType>PIIX4</rasd:ResourceSubType>
<rasd:ResourceType>5</rasd:ResourceType>
</Item>
<Item>
<rasd:Address>1</rasd:Address>
<rasd:Caption>ideController1</rasd:Caption>
<rasd:Description>IDE Controller</rasd:Description>
<rasd:ElementName>ideController1</rasd:ElementName>
<rasd:InstanceID>4</rasd:InstanceID>
<rasd:ResourceSubType>PIIX4</rasd:ResourceSubType>
<rasd:ResourceType>5</rasd:ResourceType>
</Item>
To here :
<Item>
<rasd:Address>0</rasd:Address>
<rasd:Caption>SCSIController</rasd:Caption>
<rasd:Description>SCSI Controller</rasd:Description>
<rasd:ElementName>SCSIController</rasd:ElementName>
<rasd:InstanceID>3</rasd:InstanceID>
<rasd:ResourceSubType>lsilogic</rasd:ResourceSubType>
<rasd:ResourceType>6</rasd:ResourceType>
</Item>
<Item>
<rasd:Address>1</rasd:Address>
<rasd:Caption>SCSIController</rasd:Caption>
<rasd:Description>SCSI Controller</rasd:Description>
<rasd:ElementName>SCSIController</rasd:ElementName>
<rasd:InstanceID>4</rasd:InstanceID>
<rasd:ResourceSubType>lsilogic</rasd:ResourceSubType>
<rasd:ResourceType>6</rasd:ResourceType>
</Item>
So I'm at this point, I can actually deploy the OVA pack but the VM do not want
to start.
I've a "Job start is running for dev-mapper.....device : X / no limits"
Nothing can be done, can't stop the process, can't access to cli, nothing.
I'ts been almost 16 hours the vm is launching.
So any suggestions ?
Thank's.
_______________________________________________
PacketFence-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/packetfence-users