spongebob24
Goto Top

Citrix Xen Server Netzwerkkarten Not Connectet nach Update von 5.5 auf 5.6 FP1

Hallo,

Nach dem Update von Citrix Xen Server 5.5 auf die Version 5.6 Fp1 hatte ich zwar die Netzwerkkarten noch da aber sie waren alle auf Not Connectet.
Habe dann den folgenden Workaround durchgemacht und dann ging es wieder, aber das kann es doch nicht sein oder.
Habe da noch einige Xen Server Upzudaten und wenn ich das jedes mal machen muss dann krieg ich n Vogel.
Hat jemand eine Idee an was das liegen könnte bzw. hatte jemand schon das Problem und eine andere Lösung?
Danke für die Hilfe vorab.

First, shut down any virtual machines and then list the current interfaces:

"xe pif-list"

Take note of the uuids. For the one that runs the management interface, run this to get the info configured for it:

"xe pif-param-list uuid=<uuidhere>"

After making note of the information, run the following command for each one to remove them:

"xe pif-forget uuid=<uuidhere>"

Next, have the system scan for the correct uuids, you will need the uuid of your server (find it with "xe host-list"):

"xe pif-scan host-uuid=<uuidofserverhere>"

Now, see what it found:

"xe pif-list"

You should see your correct uuids for your NICs, take note of them. Then, run the following command for each one to add them:

"xe pif-plug uuid=<uuidhere>"

Well, now we are getting somewhere, now we need to configure the IP for the NIC that is the management interface:

"xe pif-reconfigure-ip uuid=<uuidhere> mode=static IP=<ipaddress> netmask=&lt;subnetmask> gateway=&lt;defaultgateway> DNS=<dnsservers>"

Finally, you need to assign the management to the correct interface:

"xe host-management-reconfigure pif-uuid=&lt;uuidhere&gt;"

Content-Key: 163539

Url: https://administrator.de/contentid/163539

Printed on: April 25, 2024 at 15:04 o'clock