This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
user:jr018429:portfolio:virtual_machine_install [2011/05/16 16:43] – [References] jr018429 | user:jr018429:portfolio:virtual_machine_install [2011/05/18 13:45] (current) – [Background] jr018429 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | <WRAP centeralign round graybg box 96%> | ||
+ | <WRAP muchbigger> | ||
+ | <WRAP bigger> | ||
+ | </ | ||
+ | ======Objective====== | ||
+ | The objective of this project is to successfully install a virtual machine on the Xen VM server. | ||
+ | ======Materials/ | ||
+ | To do this project, you will need to have successfully completed: | ||
+ | * Linux VM Server Install | ||
+ | You will need: | ||
+ | * an allocated VM that nobody else has claimed | ||
+ | |||
+ | ======Background====== | ||
+ | A virtual machine is an encapsulated piece of software which behaves just like a physical machine, a computer. It has its own virtual hardware, for example, a network interface card, a CPU, and RAM. It executes its own applications on its own operating system or systems. | ||
+ | According to vmware.com, virtual machines have four key characteristics that make them attractive to a user: | ||
+ | |||
+ | |||
+ | - Compatibility: | ||
+ | - Isolation: All virtual machines are isolated from each other as if they were physically separate machines | ||
+ | - Encapsulation: | ||
+ | - Hardware independence: | ||
+ | From the instructor' | ||
+ | Following your setup of a VM server, the next logical step is to do something with it; creating and running virtual machines allows you to have network-accessible machines that you can set up various services, just as if they were a real machine. \\ | ||
+ | < | ||
+ | Host names: vm## | ||
+ | MAC address: 00: | ||
+ | |||
+ | For vm01, ## would be " | ||
+ | For vm10, ## would be " | ||
+ | For vm32, ## would be " | ||
+ | </ | ||
+ | ======Procedure====== | ||
+ | The install begins...\\ | ||
+ | First, from a remote computer, I logged into my VM server (xen) as the root.\\ | ||
+ | <cli> | ||
+ | wildgoat:~$ ssh root@vmserver04.student.lab | ||
+ | Warning: Permanently added ' | ||
+ | root@vmserver04.student.lab' | ||
+ | Linux vmserver04 2.6.32-5-xen-686 #1 SMP Wed Jan 12 07:52:18 UTC 2011 i686 | ||
+ | |||
+ | The programs included with the Debian GNU/Linux system are free software; | ||
+ | the exact distribution terms for each program are described in the | ||
+ | individual files in / | ||
+ | </ | ||
+ | Next, I performed an xm list to determine whether or not there were virtual machines already running.\\ | ||
+ | <cli> | ||
+ | Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent | ||
+ | permitted by applicable law. | ||
+ | Last login: Tue Feb 15 12:04:02 2011 from wildebai.offbyone.lan | ||
+ | root@vmserver04: | ||
+ | Name ID Mem VCPUs State | ||
+ | Domain-0 | ||
+ | </ | ||
+ | As can be seen above, there were no virtual machines running on my VM server, so the next step is to create one. Actually, I installed two, these instructions reflect the steps taken during the first install. Before the virtual machine can be created, however, the installer must choose open (unused) virtual machines. The machines are listed on the hpc0 notes page: http:// | ||
+ | I chose the following open machines: | ||
+ | ^Hostname^VM Server^MAC Address^Owner^ | ||
+ | |vm03|vmserver04|00: | ||
+ | |vm04|vmserver04|00: | ||
+ | After claiming virtual machines, the next step is to execute the xen-create to create a virtual machine.\\ | ||
+ | <cli> | ||
+ | root@vmserver04: | ||
+ | -bash: vmserver: | ||
+ | </ | ||
+ | I copied and pasted the xen create command from the hpc0 VM install project page. Next, I substituted " | ||
+ | After executing the command, I received an " | ||
+ | <cli> | ||
+ | root@vmserver04: | ||
+ | -bash: --mac=00: | ||
+ | </ | ||
+ | After fixing the xen-create command line options, I executed the xen-create command.\\ | ||
+ | <cli> | ||
+ | root@vmserver04: | ||
+ | The output directory for creating the xen configuration file within | ||
+ | | ||
+ | |||
+ | / | ||
+ | |||
+ | Aborting. | ||
+ | </ | ||
+ | Since the /xen/conf directory, didn't exist, I created it. | ||
+ | <cli> | ||
+ | root@vmserver04: | ||
+ | root@vmserver04:/# | ||
+ | root@vmserver04:/# | ||
+ | root@vmserver04:/ | ||
+ | root@vmserver04:/ | ||
+ | </ | ||
+ | After creating the /xen/conf directory, I executed the xen-create command again.\\ | ||
+ | <cli> | ||
+ | root@vmserver04: | ||
+ | |||
+ | General Information | ||
+ | -------------------- | ||
+ | Hostname | ||
+ | Distribution | ||
+ | Mirror | ||
+ | Partitions | ||
+ | / | ||
+ | Image type : | ||
+ | Memory size : 128Mb | ||
+ | |||
+ | Networking Information | ||
+ | ---------------------- | ||
+ | IP Address | ||
+ | Netmask | ||
+ | Gateway | ||
+ | |||
+ | |||
+ | Creating partition image: / | ||
+ | Done | ||
+ | |||
+ | Creating swap on / | ||
+ | Done | ||
+ | |||
+ | Creating partition image: / | ||
+ | Done | ||
+ | |||
+ | Creating ext3 filesystem on / | ||
+ | Done | ||
+ | Installation method: debootstrap | ||
+ | Running hooks | ||
+ | Done | ||
+ | |||
+ | Role: udev | ||
+ | File: / | ||
+ | Role script completed. | ||
+ | |||
+ | Creating Xen configuration file | ||
+ | Done | ||
+ | Setting up root password | ||
+ | </ | ||
+ | At this point, I was prompted to enter and then re-enter a passsword, which I performed.\\ | ||
+ | <cli> | ||
+ | Enter new UNIX password: | ||
+ | Retype new UNIX password: | ||
+ | Sorry, passwords do not match | ||
+ | passwd: Authentication token manipulation error | ||
+ | passwd: password unchanged | ||
+ | All done | ||
+ | |||
+ | |||
+ | Logfile produced at: | ||
+ | / | ||
+ | |||
+ | Installation Summary | ||
+ | --------------------- | ||
+ | Hostname | ||
+ | Distribution | ||
+ | IP-Address(es) | ||
+ | RSA Fingerprint : 97: | ||
+ | Root Password | ||
+ | </ | ||
+ | As can be seen above, I didn't enter passwords that matched, but the install finished anyway! I was forced to re-enter the password. I order to do that, I had to find the disk image, mount it with " | ||
+ | <cli> | ||
+ | root@vmserver04: | ||
+ | root@vmserver04:/ | ||
+ | conf domains | ||
+ | root@vmserver04:/ | ||
+ | root@vmserver04:/ | ||
+ | vm03 | ||
+ | root@vmserver04:/ | ||
+ | root@vmserver04:/ | ||
+ | disk.img | ||
+ | root@vmserver04:/ | ||
+ | mount: can't find disk.img in /etc/fstab or /etc/mtab | ||
+ | root@vmserver04:/ | ||
+ | root@vmserver04:/ | ||
+ | root@vmserver04:/ | ||
+ | bin | ||
+ | boot etc initrd.img | ||
+ | root@vmserver04:/ | ||
+ | root@vmserver04:/# | ||
+ | Enter new UNIX password: | ||
+ | Retype new UNIX password: | ||
+ | passwd: password updated successfully | ||
+ | root@vmserver04:/# | ||
+ | exit | ||
+ | root@vmserver04:/ | ||
+ | root@vmserver04: | ||
+ | </ | ||
+ | The next step was to boot the virtual machine using xm create -c / | ||
+ | <cli> | ||
+ | root@vmserver04: | ||
+ | -bash: vmserver: | ||
+ | </ | ||
+ | Oops, When I copied and pasted the line from the instructions, | ||
+ | <cli> | ||
+ | root@vmserver04: | ||
+ | Error: Unable to open config file: / | ||
+ | Usage: xm create < | ||
+ | |||
+ | Create a domain based on < | ||
+ | |||
+ | Options: | ||
+ | |||
+ | -h, --help | ||
+ | --help_config | ||
+ | for the configuration script. | ||
+ | -q, --quiet | ||
+ | --path=PATH | ||
+ | PATH is a colon-separated directory list. | ||
+ | -f=FILE, --defconfig=FILE | ||
+ | Use the given Python configuration script.The | ||
+ | | ||
+ | been processed. Each command-line option sets a | ||
+ | | ||
+ | name, and these variables are placed in the | ||
+ | | ||
+ | | ||
+ | | ||
+ | the command line. After the script is loaded, option | ||
+ | |||
+ | pyGRUB | ||
+ | | ||
+ | x Debian GNU/Linux 6.0 x | ||
+ | x Debian GNU/Linux 6.0 (Single-User) | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | Use the ^ and v keys to select which entry is highlighted. | ||
+ | Press enter to boot the selected OS, ' | ||
+ | | ||
+ | | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | Will boot selected entry in 1 seconds | ||
+ | |||
+ | |||
+ | |||
+ | Started domain vm03 (id=1) | ||
+ | [ 0.000000] Reserving virtual address space above 0xf5800000 | ||
+ | [ 0.000000] Initializing cgroup subsys cpuset | ||
+ | [ 0.000000] Initializing cgroup subsys cpu | ||
+ | [ 0.000000] Linux version 2.6.32-5-xen-686 (Debian 2.6.32-30) (ben@decadent.org.uk) (gcc version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Wed Jan 12 07:52:18 UTC 2011 | ||
+ | [ 0.000000] KERNEL supported cpus: | ||
+ | [ 0.000000] | ||
+ | [ 0.000000] | ||
+ | [ 0.000000] | ||
+ | [ 0.000000] | ||
+ | [ 0.000000] | ||
+ | [ 0.000000] | ||
+ | [ 0.000000] | ||
+ | [ 0.000000] | ||
+ | [ 0.000000] ACPI in unprivileged domain disabled | ||
+ | [ 0.000000] released 0 pages of unused memory | ||
+ | [ 0.000000] BIOS-provided physical RAM map: | ||
+ | [ 0.000000] | ||
+ | [ 0.000000] | ||
+ | [ 0.000000] | ||
+ | [ 0.000000] DMI not present or invalid. | ||
+ | [ 0.000000] last_pfn = 0x8000 max_arch_pfn = 0x1000000 | ||
+ | [ 0.000000] init_memory_mapping: | ||
+ | [ 0.000000] RAMDISK: 0164f000 - 029f5000 | ||
+ | [ 0.000000] 0MB HIGHMEM available. | ||
+ | [ 0.000000] 128MB LOWMEM available. | ||
+ | [ 0.000000] | ||
+ | [ 0.000000] | ||
+ | [ 0.000000] | ||
+ | [ 0.000000] | ||
+ | [ 0.000000] (9 early reservations) ==> bootmem [0000000000 - 0008000000] | ||
+ | [ 0.000000] | ||
+ | [ 0.000000] | ||
+ | [ 0.000000] | ||
+ | [ 0.000000] | ||
+ | [ 0.000000] | ||
+ | [ 0.000000] | ||
+ | [ 0.000000] | ||
+ | [ 0.000000] | ||
+ | [ 0.000000] | ||
+ | [ 0.000000] Zone PFN ranges: | ||
+ | [ 0.000000] | ||
+ | [ 0.000000] | ||
+ | [ 0.000000] | ||
+ | [ 0.000000] Movable zone start PFN for each node | ||
+ | [ 0.000000] early_node_map[2] active PFN ranges | ||
+ | [ 0.000000] | ||
+ | [ 0.000000] | ||
+ | [ 0.000000] Using APIC driver default | ||
+ | [ 0.000000] SFI: Simple Firmware Interface v0.7 http:// | ||
+ | [ 0.000000] SMP: Allowing 1 CPUs, 0 hotplug CPUs | ||
+ | [ 0.000000] Local APIC disabled by BIOS -- you can enable it with " | ||
+ | [ 0.000000] APIC: disable apic facility | ||
+ | [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 0000000000100000 | ||
+ | [ 0.000000] Allocating PCI resources starting at 8000000 (gap: 8000000: | ||
+ | [ 0.000000] Booting paravirtualized kernel on Xen | ||
+ | [ 0.000000] Xen version: 4.0.1 (preserve-AD) | ||
+ | [ 0.000000] NR_CPUS:32 nr_cpumask_bits: | ||
+ | [ 0.000000] PERCPU: Embedded 15 pages/cpu @c162e000 s37656 r0 d23784 u65536 | ||
+ | [ 0.000000] pcpu-alloc: s37656 r0 d23784 u65536 alloc=16*4096 | ||
+ | [ 0.000000] pcpu-alloc: [0] 0 | ||
+ | [ 0.000000] Xen: using vcpu_info placement | ||
+ | [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 32416 | ||
+ | [ 0.000000] Kernel command line: root=/ | ||
+ | [ 0.000000] PID hash table entries: 512 (order: -1, 2048 bytes) | ||
+ | [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes) | ||
+ | [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes) | ||
+ | [ 0.000000] Enabling fast FPU save and restore... done. | ||
+ | [ 0.000000] Enabling unmasked SIMD FPU exception support... done. | ||
+ | [ 0.000000] Initializing CPU#0 | ||
+ | [ 0.000000] Initializing HighMem for node 0 (00000000: | ||
+ | [ 0.000000] Memory: 103488k/ | ||
+ | [ 0.000000] virtual kernel memory layout: | ||
+ | [ 0.000000] | ||
+ | [ 0.000000] | ||
+ | [ 0.000000] | ||
+ | [ 0.000000] | ||
+ | [ 0.000000] | ||
+ | [ 0.000000] | ||
+ | [ 0.000000] | ||
+ | [ 0.000000] SLUB: Genslabs=13, | ||
+ | [ 0.000000] Hierarchical RCU implementation. | ||
+ | [ 0.000000] NR_IRQS: | ||
+ | [ 0.000000] Console: colour dummy device 80x25 | ||
+ | [ 0.000000] console [tty0] enabled | ||
+ | [ 0.000000] console [hvc0] enabled | ||
+ | [ 0.000000] installing Xen timer for CPU 0 | ||
+ | [ 0.000000] Detected 2992.586 MHz processor. | ||
+ | [ 0.004000] Calibrating delay loop (skipped), value calculated using timer frequency.. 5985.17 BogoMIPS (lpj=11970344) | ||
+ | [ 0.004000] Security Framework initialized | ||
+ | [ 0.004000] SELinux: | ||
+ | [ 0.004000] Mount-cache hash table entries: 512 | ||
+ | [ 0.004000] Initializing cgroup subsys ns | ||
+ | [ 0.004000] Initializing cgroup subsys cpuacct | ||
+ | [ 0.004000] Initializing cgroup subsys devices | ||
+ | [ 0.004000] Initializing cgroup subsys freezer | ||
+ | [ 0.004000] Initializing cgroup subsys net_cls | ||
+ | [ 0.004000] CPU: Trace cache: 12K uops, L1 D cache: 16K | ||
+ | [ 0.004000] CPU: L2 cache: 1024K | ||
+ | [ 0.004000] CPU: Hyper-Threading is disabled | ||
+ | [ 0.004000] Performance Events: no PMU driver, software events only. | ||
+ | [ 0.004000] SMP alternatives: | ||
+ | [ 0.004000] Freeing SMP alternatives: | ||
+ | [ 0.004595] Brought up 1 CPUs | ||
+ | [ 0.004838] devtmpfs: initialized | ||
+ | [ 0.005858] Grant table initialized | ||
+ | [ 0.005871] regulator: core version 0.5 | ||
+ | [ 0.005974] NET: Registered protocol family 16 | ||
+ | [ 0.007387] PCI: setting up Xen PCI frontend stub | ||
+ | [ 0.008873] bio: create slab < | ||
+ | [ 0.009011] ACPI: Interpreter disabled. | ||
+ | [ 0.009087] xen_balloon: | ||
+ | [ 0.009190] vgaarb: loaded | ||
+ | [ 0.009331] PCI: System does not support PCI | ||
+ | [ 0.009342] PCI: System does not support PCI | ||
+ | [ 0.009504] Switching to clocksource xen | ||
+ | [ 0.012000] pnp: PnP ACPI: disabled | ||
+ | [ 0.012000] PnPBIOS: Disabled | ||
+ | [ 0.012000] NET: Registered protocol family 2 | ||
+ | [ 0.012000] IP route cache hash table entries: 1024 (order: 0, 4096 bytes) | ||
+ | [ 0.012000] TCP established hash table entries: 4096 (order: 3, 32768 bytes) | ||
+ | [ 0.012000] TCP bind hash table entries: 4096 (order: 3, 32768 bytes) | ||
+ | [ 0.012000] TCP: Hash tables configured (established 4096 bind 4096) | ||
+ | [ 0.012000] TCP reno registered | ||
+ | [ 0.012123] NET: Registered protocol family 1 | ||
+ | [ 0.012222] Unpacking initramfs... | ||
+ | [ 0.053014] Freeing initrd memory: 20120k freed | ||
+ | [ 0.067005] platform rtc_cmos: registered platform RTC device (no PNP device found) | ||
+ | [ 0.067324] audit: initializing netlink socket (disabled) | ||
+ | [ 0.067352] type=2000 audit(1298060055.833: | ||
+ | [ 0.072261] HugeTLB registered 2 MB page size, pre-allocated 0 pages | ||
+ | [ 0.074763] VFS: Disk quotas dquot_6.5.2 | ||
+ | [ 0.074856] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) | ||
+ | [ 0.075019] msgmni has been set to 241 | ||
+ | [ 0.075403] alg: No test for stdrng (krng) | ||
+ | [ 0.075536] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) | ||
+ | [ 0.075551] io scheduler noop registered | ||
+ | [ 0.075561] io scheduler anticipatory registered | ||
+ | [ 0.075570] io scheduler deadline registered | ||
+ | [ 0.075649] io scheduler cfq registered (default) | ||
+ | [ 0.075932] isapnp: ISA Plug & Play support disabled | ||
+ | [ 0.134818] registering netback | ||
+ | [ 0.137906] Linux agpgart interface v0.103 | ||
+ | [ 0.138111] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled | ||
+ | [ 0.138540] PNP: No PS/2 controller found. Probing ports directly. | ||
+ | [ 0.139381] i8042.c: No controller found. | ||
+ | [ 0.139475] mice: PS/2 mouse device common for all mice | ||
+ | [ 0.139653] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0 | ||
+ | [ 0.139777] cpuidle: using governor ladder | ||
+ | [ 0.139788] cpuidle: using governor menu | ||
+ | [ 0.139802] No iBFT detected. | ||
+ | [ 0.140302] TCP cubic registered | ||
+ | [ 0.140555] NET: Registered protocol family 10 | ||
+ | [ 0.141190] lo: Disabled Privacy Extensions | ||
+ | [ 0.141621] Mobile IPv6 | ||
+ | [ 0.141632] NET: Registered protocol family 17 | ||
+ | [ 0.141661] Using IPI No-Shortcut mode | ||
+ | [ 0.141828] registered taskstats version 1 | ||
+ | [ 0.141854] XENBUS: Device with no driver: device/ | ||
+ | [ 0.141871] XENBUS: Device with no driver: device/ | ||
+ | [ 0.141881] XENBUS: Device with no driver: device/ | ||
+ | [ 0.141891] XENBUS: Device with no driver: device/ | ||
+ | [ 0.141922] / | ||
+ | [ 0.141964] Initalizing network drop monitor service | ||
+ | [ 0.142029] Freeing unused kernel memory: 404k freed | ||
+ | [ 0.143930] Write protecting the kernel text: 2636k | ||
+ | [ 0.144539] Write protecting the kernel read-only data: 964k | ||
+ | Loading, please wait... | ||
+ | [ 0.200545] udev[47]: starting version 164 | ||
+ | [ 0.348978] Initialising Xen virtual ethernet driver. | ||
+ | [ 0.450922] blkfront: xvda2: barriers enabled | ||
+ | [ 0.462262] blkfront: xvda1: barriers enabled | ||
+ | [ 0.466131] Setting capacity to 262144 | ||
+ | [ 0.466152] xvda1: detected capacity change from 0 to 134217728 | ||
+ | Begin: Loading essential drivers ... done. | ||
+ | Begin: Running / | ||
+ | Begin: Mounting root file system ... Begin: Running / | ||
+ | Begin: Running / | ||
+ | [ 0.647863] kjournald starting. | ||
+ | [ 0.648308] EXT3-fs: mounted filesystem with ordered data mode. | ||
+ | Begin: Running / | ||
+ | done. | ||
+ | Begin: Running / | ||
+ | INIT: version 2.88 booting | ||
+ | Using makefile-style concurrent boot in runlevel S. | ||
+ | Starting the hotplug events dispatcher: udevd[ | ||
+ | . | ||
+ | Synthesizing the initial hotplug events...done. | ||
+ | Waiting for /dev to be fully populated...[ | ||
+ | [ 1.079360] Error: Driver ' | ||
+ | done. | ||
+ | Activating swap...[ | ||
+ | done. | ||
+ | Checking root file system...fsck from util-linux-ng 2.17.2 | ||
+ | /dev/xvda2: clean, 13835/ | ||
+ | done. | ||
+ | [ 1.246601] EXT3 FS on xvda2, internal journal | ||
+ | Loading kernel modules...done. | ||
+ | Cleaning up ifupdown.... | ||
+ | Setting up networking.... | ||
+ | Activating lvm and md swap...done. | ||
+ | Checking file systems...fsck from util-linux-ng 2.17.2 | ||
+ | done. | ||
+ | Mounting local filesystems...done. | ||
+ | Activating swapfile swap...done. | ||
+ | Cleaning up temporary files.... | ||
+ | Setting kernel variables ...done. | ||
+ | Configuring network interfaces...Internet Systems Consortium DHCP Client 4.1.1-P1 | ||
+ | Copyright 2004-2010 Internet Systems Consortium. | ||
+ | All rights reserved. | ||
+ | For info, please visit https:// | ||
+ | |||
+ | Listening on LPF/ | ||
+ | Sending on | ||
+ | Sending on | ||
+ | DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 5 | ||
+ | DHCPOFFER from 10.80.3.62 | ||
+ | DHCPREQUEST on eth0 to 255.255.255.255 port 67 | ||
+ | DHCPACK from 10.80.3.62 | ||
+ | bound to 10.80.3.3 -- renewal in 20063 seconds. | ||
+ | done. | ||
+ | Cleaning up temporary files.... | ||
+ | INIT: Entering runlevel: 2 | ||
+ | Using makefile-style concurrent boot in runlevel 2. | ||
+ | Starting enhanced syslogd: rsyslogd. | ||
+ | Starting periodic command scheduler: cron. | ||
+ | Starting OpenBSD Secure Shell server: sshd. | ||
+ | |||
+ | Debian GNU/Linux 6.0 vm03 hvc0 | ||
+ | |||
+ | vm03 login: vm03.student.lab | ||
+ | Password: | ||
+ | |||
+ | Login incorrect | ||
+ | vm03 login: bob | ||
+ | Password: | ||
+ | |||
+ | Login incorrect | ||
+ | vm03 login: root | ||
+ | Starting enhanced syslogd: rsyslogd. | ||
+ | Starting periodic command scheduler: cron. | ||
+ | Starting OpenBSD Secure Shell server: sshd. | ||
+ | |||
+ | Debian GNU/Linux 6.0 vm03 hvc0 | ||
+ | |||
+ | vm03 login: vm03.student.lab | ||
+ | Password: | ||
+ | |||
+ | Login incorrect | ||
+ | vm03 login: bob | ||
+ | Password: | ||
+ | |||
+ | Login incorrect | ||
+ | vm03 login: root | ||
+ | Password: | ||
+ | Linux vm03 2.6.32-5-xen-686 #1 SMP Wed Jan 12 07:52:18 UTC 2011 i686 | ||
+ | |||
+ | The programs included with the Debian GNU/Linux system are free software; | ||
+ | the exact distribution terms for each program are described in the | ||
+ | individual files in / | ||
+ | |||
+ | Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent | ||
+ | permitted by applicable law. | ||
+ | root@vm03: | ||
+ | root@vm03: | ||
+ | logout | ||
+ | |||
+ | Debian GNU/Linux 6.0 vm03 hvc0 | ||
+ | |||
+ | vm03 login: | ||
+ | |||
+ | |||
+ | wildgoat:~$ ssh root@vm03.student.lab | ||
+ | Warning: Permanently added ' | ||
+ | root@vm03.student.lab' | ||
+ | Linux vm03 2.6.32-5-xen-686 #1 SMP Wed Jan 12 07:52:18 UTC 2011 i686 | ||
+ | |||
+ | The programs included with the Debian GNU/Linux system are free software; | ||
+ | the exact distribution terms for each program are described in the | ||
+ | individual files in / | ||
+ | |||
+ | Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent | ||
+ | permitted by applicable law. | ||
+ | Last login: Fri Feb 18 15:29:34 2011 | ||
+ | root@vm03: | ||
+ | </ | ||
+ | I was able to log into my virtual machine, vm03 from lab46.\\ | ||
+ | <cli> | ||
+ | lab46:~$ ssh root@vm03.student.lab | ||
+ | Warning: Permanently added ' | ||
+ | root@vm03.student.lab' | ||
+ | Linux vm03 2.6.32-5-xen-686 #1 SMP Wed Jan 12 07:52:18 UTC 2011 i686 | ||
+ | |||
+ | The programs included with the Debian GNU/Linux system are free software; | ||
+ | the exact distribution terms for each program are described in the | ||
+ | individual files in / | ||
+ | |||
+ | Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent | ||
+ | permitted by applicable law. | ||
+ | Last login: Fri Feb 18 15:34:32 2011 from wildgoat.offbyone.lan | ||
+ | root@vm03: | ||
+ | </ | ||
+ | I was also able to log into my virtual machine, 04, from lab46.\\ | ||
+ | <cli> | ||
+ | lab46:~$ ssh root@vm04.student.lab | ||
+ | Warning: Permanently added ' | ||
+ | root@vm04.student.lab' | ||
+ | Linux vm04 2.6.32-5-xen-686 #1 SMP Wed Jan 12 07:52:18 UTC 2011 i686 | ||
+ | |||
+ | The programs included with the Debian GNU/Linux system are free software; | ||
+ | the exact distribution terms for each program are described in the | ||
+ | individual files in / | ||
+ | |||
+ | Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent | ||
+ | permitted by applicable law. | ||
+ | Last login: Fri Feb 18 16:50:58 2011 from vm04.student.lab | ||
+ | root@vm04: | ||
+ | </ | ||
+ | ======References====== | ||
+ | * Instructions for the install are given on the following Web page: http:// | ||
+ | * Notes regarding the install, there are notes on the following Web page: http:// | ||
+ | |||
+ | |||