Difference between revisions of "User:GarveyPatrickD/Abbreviations"

From Xen
(moved User:GarveyPatrickD/Abbreviations to User:GarveyPatrickD/HTML: <abbr> tag doesn't work.)
 
(Standalone: Added *gfn - Guest Frame Number)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
  +
=Standalone=
#REDIRECT [[User:GarveyPatrickD/HTML]]
 
  +
*CentOS
  +
*dom0
  +
*DomU
  +
*domU
  +
*Fedora
  +
*gfn - guest frame number
  +
*LV(s) - Logical Volume(s)
  +
*LVM - Logical Volume Manager
  +
*p2m - physical to machine translation table
  +
*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-detach <Domain> <DevId>
  +
***<Domain>
  +
***<DevId>
  +
**xl block-list 0

Latest revision as of 21:18, 6 January 2012

Standalone

  • CentOS
  • dom0
  • DomU
  • domU
  • Fedora
  • gfn - guest frame number
  • LV(s) - Logical Volume(s)
  • LVM - Logical Volume Manager
  • p2m - physical to machine translation table
  • 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-detach <Domain> <DevId>
      • <Domain>
      • <DevId>
    • xl block-list 0