Difference between revisions of "User:GarveyPatrickD/Abbreviations"

From Xen
(Command parameters)
(Standalone: Added *p2m - physical to machine translation table)
Line 7: Line 7:
 
*LV(s) - Logical Volume(s)
 
*LV(s) - Logical Volume(s)
 
*LVM - Logical Volume Manager
 
*LVM - Logical Volume Manager
  +
*p2m - physical to machine translation table
 
*RHEL - Red Hat Enterprise Linux
 
*RHEL - Red Hat Enterprise Linux
 
*VG - Volume Group
 
*VG - Volume Group

Revision as of 23:42, 5 January 2012

Standalone

  • CentOS
  • dom0
  • DomU
  • domU
  • Fedora
  • 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