Run the following command on the Cloud server (this works only on Linux servers):
1 |
UUID=`uuidgen`; xenstore-write data/host/$UUID '{"name":"resetnetwork","value":""}'; sleep 10; xenstore-read data/guest/$UUID; unset UUID |
If completed successfully it will return something like this:
1 |
{"message": "", "returncode": "0"} |