igor@0: \documentclass[10pt,a4paper,oneside,fleqn,leqno]{article} igor@0: igor@0: %\usepackage{mathtext} igor@0: %\usepackage{amsfonts} igor@0: \usepackage{ucs} igor@0: \usepackage[utf8x]{inputenc} igor@0: \usepackage[american,russian]{babel} igor@0: \usepackage[dvipdf]{graphicx} igor@0: \usepackage[pdftex,% igor@0: bookmarks,% igor@0: unicode,% igor@0: pdftitle={XG-SCALE},% igor@0: pdfauthor={Igor Chubin},% igor@0: colorlinks]{hyperref} igor@0: %\usepackage{tabularx} igor@0: %\usepackage{amsthm} igor@0: %\usepackage{amssymb} igor@0: %\usepackage{fancyhdr} igor@0: \pagestyle{plain} igor@0: igor@0: \author{Игорь Чубин} igor@0: \title{Построение масштабируемых систем на базе операционной системы GNU/Linux и системы виртуализации Xen} igor@0: igor@0: \begin{document} igor@0: igor@0: \include{raid} igor@0: \include{lvm} igor@0: \include{evms} igor@0: igor@0: \include{aoe} igor@0: \include{drbd} igor@0: \include{bridge} igor@0: igor@0: \include{xen} igor@0: \include{xen/hw} igor@0: \include{xen/os} igor@0: \include{xen/installation} igor@0: \include{xen/linux} igor@0: \include{xen/block} igor@0: \include{xen/block-attach} igor@0: \include{xen/net} igor@0: \include{xen/resources} igor@0: \include{xen/io} igor@0: igor@0: \include{windowsxp} igor@0: \include{xen/pxe} igor@0: igor@0: %%%Виртуализаци существующей инфраструктуры igor@0: \include{xen/export} igor@0: \include{xen/hvm2pv} igor@0: % igor@0: %%%Построение отказоустойчивого кластера виртуальных машин Xen+DRBD} igor@0: \include{xen/drbd} igor@0: \include{xen-drbd-install} igor@0: \include{xen-drbd} igor@0: igor@0: igor@0: igor@0: igor@0: \end{document} igor@0: igor@0: