Uploading cisco ACI VMDK to AHV. | Nutanix Community
Skip to main content

Hello,

I  am trying to create a VM of cisco ACI so that the network team can practice on. but while installation it keep showing this error and start the installation from the begining again. i don’t know what did i do wrong please any one can help.

 

Hi bereket.s,

you might need to create a serial port for this VM:

acli vm.serial_port_create <VM_NAME> index=0 type=kServer

Can I do that by GUI?


No, that is available only in the CLI. You will need to connect to one of the CVMs of the cluster as user ‘nutanix’ and run that command.


 What is the input for type?


try “type=kServer”


it says an unknown entity kserver


Should I restart the cvm the command to take effect?


It is case sensitive. Should be “kServer” with capital S.