forked from andonome/lk
		
	add to xcp xe
This commit is contained in:
		| @@ -9,5 +9,18 @@ This creates a UUID for the new directory: | |||||||
|  |  | ||||||
| `e94e25bb-bcdc-801b-b62a-b51b686a3bdc` | `e94e25bb-bcdc-801b-b62a-b51b686a3bdc` | ||||||
|  |  | ||||||
|  | # Main Console | ||||||
|  |  | ||||||
|  | > xsconsole | ||||||
|  |  | ||||||
|  | # Volumes | ||||||
|  |  | ||||||
|  | List volumes: | ||||||
|  |  | ||||||
|  | > lvs | ||||||
|  |  | ||||||
|  | List groups: | ||||||
|  |  | ||||||
|  | > vgs | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,3 +1,17 @@ | |||||||
|  | # Basic VM Management | ||||||
|  |  | ||||||
|  | > xe vm-list | ||||||
|  |  | ||||||
|  | Start, stop, et c. all done with `xe`: | ||||||
|  |  | ||||||
|  | > xe vm-start vm=TTS | ||||||
|  |  | ||||||
|  | > xe vm-shutdown vm=Bob | ||||||
|  |  | ||||||
|  | Destruction requires the uuid. | ||||||
|  |  | ||||||
|  | > xe vm-destroy uuid=243b1165-14aa-37f6-496f-44879d05b3f2 | ||||||
|  |  | ||||||
| # Shut Down VM | # Shut Down VM | ||||||
|  |  | ||||||
| List VMs. | List VMs. | ||||||
| @@ -20,7 +34,7 @@ And destroy the domain: | |||||||
|  |  | ||||||
| > /opt/xensource/debug/xenops destroy_domain -domid <DOMID from step 7> | > /opt/xensource/debug/xenops destroy_domain -domid <DOMID from step 7> | ||||||
|  |  | ||||||
| # Error: "Internal error:xenopsd internal error: Storage_interface.Illegal_transition" in XenServer | # Error: `Internal error:xenopsd internal error: Storage_interface.Illegal_transition` in XenServer | ||||||
|  |  | ||||||
| ## Symptoms or Error | ## Symptoms or Error | ||||||
|  |  | ||||||
| @@ -66,7 +80,7 @@ xe vm-import filename=/mnt/blah.xva | |||||||
|  |  | ||||||
| # USB | # USB | ||||||
|  |  | ||||||
| ## Attack | ## Attach | ||||||
|  |  | ||||||
| Put in the USB. | Put in the USB. | ||||||
|  |  | ||||||
| @@ -88,3 +102,7 @@ For passthrough, use this: | |||||||
|  |  | ||||||
| [link](https://github.com/xcp-ng/xcp/wiki/USB-Pass-Through) | [link](https://github.com/xcp-ng/xcp/wiki/USB-Pass-Through) | ||||||
|  |  | ||||||
|  | # Storage Spaces - "SR" | ||||||
|  |  | ||||||
|  | > xe sr-list | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user