User:GarveyPatrickD/Abbreviations: Difference between revisions
From Xen
				
				
				Jump to navigationJump to search
				
				 (Restructure)  | 
				 (→Standalone:  Added LV(s))  | 
				||
| Line 5: | Line 5: | ||
*domU  | 
  *domU  | 
||
*Fedora  | 
  *Fedora  | 
||
*LV(s) - Logical Volume(s)  | 
|||
*LVM - Logical Volume Manager  | 
  *LVM - Logical Volume Manager  | 
||
*RHEL - Red Hat Enterprise Linux  | 
  *RHEL - Red Hat Enterprise Linux  | 
||
*VG - Volume Group  | 
  *VG - Volume Group  | 
||
*Xen - Xen virtual machine monitor  | 
  *Xen - Xen virtual machine monitor  | 
||
=Command parameters=  | 
  =Command parameters=  | 
||
*fsck - file system check  | 
  *fsck - file system check  | 
||
Revision as of 04:38, 24 December 2011
Standalone
- CentOS
 - dom0
 - DomU
 - domU
 - Fedora
 - LV(s) - Logical Volume(s)
 - LVM - Logical Volume Manager
 - RHEL - Red Hat Enterprise Linux
 - VG - Volume Group
 - Xen - Xen virtual machine monitor
 
Command parameters
- fsck - file system check
- fsck /dev/mapper/vg_helium-lv_root
 
 - kpartx
- kpartx -a /path/to/logical/volume
 - kpartx -d /path/to/logical/volume
 
 - vgchange - volume group change
- vgchange -a y volume_group_from_VM
 - vgchange -a n volume_group_from_VM
 
 - vgscan - volume group scan
- vgscan
 
 - virt-install
 - xl
- xl [-v] block-attach <Domain> <BackDev> <FrontDev> [<Mode>] [BackDomain]
- <Domain>
 - <BackDev> Backend Device?
 - <FrontDev> Frontend Device?
 - [<Mode>]
 - [BackDomain]
 
 
 - xl [-v] block-attach <Domain> <BackDev> <FrontDev> [<Mode>] [BackDomain]
 
