2005年4月にNovell SUSE LINUX Professional 9.3日本語版(以下SLP9.3)がリリースされました。
そのSLP9.3にはXen 2.0.5が付属しています。
今回はSLP9.3のゲストOS(ゲストドメイン:ドメインU)としてVine Linux 3.1を実行させる手順を紹介します。
尚、今回紹介するのは別マシンにインストールされていたVine Linux 3.1のHDDをSLP9.3マシンにスレーブ接続させて利用する方式です。
1.前提条件
前提条件は以下の通りです。
###Don't change this comment - YaST2 identifier: Original name: xen### title XEN kernel (hd0,0)/boot/xen.gz dom0_mem=720896 module (hd0,0)/boot/vmlinuz-xen root=/dev/hda1 vga=0x334 selinux=0 splash=silent showopts module (hd0,0)/boot/initrd-xen
# Kernel image file. kernel = "/boot/vmlinuz-2.6.11.4-20a-xen" # Optional ramdisk. #ramdisk = "/boot/initrd.gz" # Initial memory allocation (in megabytes) for the new domain. memory = 220 # A name for your domain. All domains must have different names. name = "vine31u" # Which CPU to start domain on? #cpu = -1 # leave to Xen to pick #---------------------------------------------------------------------------- # Define network interfaces. # Number of network interfaces. Default is 1. nics=1 # Optionally define mac and/or bridge for the network interfaces. # Random MACs are assigned if not given. vif = [ 'mac=aa:00:00:00:00:11, bridge=xen-br0' ] #---------------------------------------------------------------------------- # Define the disk devices you want the domain to have access to, and # what you want them accessible as. # Each disk entry is of the form phy:UNAME,DEV,MODE # where UNAME is the device, DEV is the device name the domain will see, # and MODE is r for read-only, w for read-write. disk = [ 'phy:hdb1,hda1,w', 'phy:hdb2,hda2,w' ] #---------------------------------------------------------------------------- # Set the kernel command line for the new domain. # You only need to define the IP parameters and hostname if the domain's # IP config doesn't, e.g. in ifcfg-eth0 or via DHCP. # You can use 'extra' to set the runlevel and custom environment # variables used by custom rc scripts (e.g. VMID=, usr= ). # Set root device. root = "/dev/hda1 ro" # Root device for nfs. #root = "/dev/nfs" # The nfs server. #nfs_server = '169.254.1.0' # Root directory on the nfs server. #nfs_root = '/full/path/to/root/directory' # Sets runlevel 4. #extra = "4" extra = "5" |
(1)- (2)- (3)- (4)仮想フレームバッファデバイス、日本語入力パッケージ(Anthy,uim,uimアプレット)のインストール (5)VNCサーバの導入と自動起動設定 (6)gdm設定ファイルの変更 (7)- (8)フォントサーバ設定ファイルの変更 (9)日本語入力環境の変更 |