Table of Contents

nfs commands

Probe the SR:

xe sr-probe type=nfs device-config:server=<device ip> device-config:serverpath=/path/to/export


Introduce the existing SR to XenServer:

xe sr-introduce uuid=<device uuid> shared=true type=nfs name-label=<name> 


Create a PBD for each host in the pool:

xe pbd-create sr-uuid=<uuid> host-uuid=<uuid> device-config:server=<device ip> device-config:serverpath=/path/to/export


Plug in the new PBD:

xe pbd-plug uuid=<pbd uuid>


Scan the SR:

xe sr-scan uuid=<uuid>




Authors:
  • Jochen Schnuerle