Проект

Общее

Профиль

Creating Windows Instances » История » Версия 6

Dmitry Chernyak, 05.02.2013 10:21

1 4 Владимир Ипатов
h1. Creating Windows Instances
2 1 Владимир Ипатов
3 5 Dmitry Chernyak
{{toc}}
4 5 Dmitry Chernyak
5 5 Dmitry Chernyak
[[УСТАНОВКА]] | [[СБОРКА-ISO]] | [[НАСТРОЙКА]] | [[ОПЕРАЦИИ]] | [[ЛИЦЕНЗИЯ]] | [[СОСТОЯНИЕ]] 
6 5 Dmitry Chernyak
in English: [[OVERVIEW]] | [[INSTALL]] | [[BUILD-ISO]] | [[SETUP]] | [[OPERATIONS]] | [[GITMAGIC]] | [[LICENSE]] | [[STATUS]] 
7 5 Dmitry Chernyak
8 1 Владимир Ипатов
h2. System install
9 1 Владимир Ипатов
10 1 Владимир Ипатов
h3. Copy installer ISO /stuff/cdimages
11 1 Владимир Ипатов
12 5 Dmitry Chernyak
Download the iso image via the network or plug in the usb-flash with the image (it will be automatically mounted to /media/usb). 
13 5 Dmitry Chernyak
Place the image into /stuff/cdimages. 
14 5 Dmitry Chernyak
15 5 Dmitry Chernyak
To transfer the files you can use the visual file manager "mc". 
16 5 Dmitry Chernyak
17 5 Dmitry Chernyak
If you wish to make the copy of a real CD-ROM, then use the command
18 5 Dmitry Chernyak
<pre> 
19 5 Dmitry Chernyak
# dd if=/dev/cdrom of=/stuff/cdimages/Image.iso 
20 5 Dmitry Chernyak
</pre> 
21 5 Dmitry Chernyak
22 5 Dmitry Chernyak
The name of the CD-drive may be /dev/cdrom, /dev/scd0 or other. To figure out the drive's device name, plug in the CD-ROM into the drive, then wait several seconds and check the log of the kernel:
23 5 Dmitry Chernyak
<pre> 
24 5 Dmitry Chernyak
# dmesg|tail -20 
25 5 Dmitry Chernyak
</pre> 
26 5 Dmitry Chernyak
27 1 Владимир Ипатов
hЗ. Add new instance
28 1 Владимир Ипатов
29 1 Владимир Ипатов
<pre>
30 2 Dmitry Chernyak
gnt-instance add -t drbd --disk=0:size=20g --net=0:link=xen-lan -H xen-hvm:cdrom_image_path=/stuff/cdimages/ru_win_srv_2008_r2_sp2.iso,boot_order=cd,disk_type=ioemu,use_localtime=true -o windows+default -B memory=8g --no-ip-check --no-name-check -n gnt1:gnt2 w2k8
31 1 Владимир Ипатов
</pre>
32 1 Владимир Ипатов
33 1 Владимир Ипатов
h3. Connect to instance vnc console and install the system
34 1 Владимир Ипатов
35 1 Владимир Ипатов
You should use vncviewer to connect vnc console(e.g. from xtightvncviewer package).
36 1 Владимир Ипатов
address and port:
37 1 Владимир Ипатов
<pre>
38 1 Владимир Ипатов
# gnt-instance info INSTANCE|grep vnc
39 1 Владимир Ипатов
</pre>
40 1 Владимир Ипатов
41 3 Владимир Ипатов
On windows we recommend to use ultravnc:
42 3 Владимир Ипатов
http://www.uvnc.com/downloads/ultravnc/100-download-ultravnc-10962.html
43 1 Владимир Ипатов
44 1 Владимир Ипатов
h3. GPLPV Driver install
45 1 Владимир Ипатов
46 6 Dmitry Chernyak
After install you should add the PV-drivers in system.
47 6 Dmitry Chernyak
We suggest to use the signed drivers from Uniention: http://wiki.univention.de/index.php?title=Installing-signed-GPLPV-drivers
48 6 Dmitry Chernyak
This drivers are already placed into your distribution in the file /stuff/cdimages/gplpv.iso, you don't need to download them again.
49 1 Владимир Ипатов
There is no additional actions after install.
50 1 Владимир Ипатов
You must reboot twice and check that disks in device manager your disk drives have disk type consist *XEN* word.
51 1 Владимир Ипатов
52 6 Dmitry Chernyak
Execute:
53 6 Dmitry Chernyak
<pre>
54 6 Dmitry Chernyak
# gnt-instance modify -H cdrom_image_path='/stuff/cdimages/gplpv.iso' ИНСТАНС
55 6 Dmitry Chernyak
</pre>
56 6 Dmitry Chernyak
57 6 Dmitry Chernyak
and reboot the instance.
58 6 Dmitry Chernyak
59 6 Dmitry Chernyak
Upon the drivers installation no additional manipulations are needed.
60 6 Dmitry Chernyak
After the installations you should reboot the instance *twice* and then check the "Devices" in the "Computer/Properties" - the disk should contain the word "XEN".
61 6 Dmitry Chernyak
62 6 Dmitry Chernyak
With the pv-drivers installed, the system will support the correct instance shutdown from the gom0 via the commands "gnt-instance shutdown" and "xm shutdown".
63 6 Dmitry Chernyak
64 6 Dmitry Chernyak
65 6 Dmitry Chernyak
After install you may detach the iso image:
66 1 Владимир Ипатов
<pre>
67 1 Владимир Ипатов
# gnt-instance modify -H boot_order=c cdrom_image_path='' INSTANCE
68 1 Владимир Ипатов
</pre>
69 1 Владимир Ипатов
70 1 Владимир Ипатов
h3. Disable TaskOffload and TX Offloas
71 1 Владимир Ипатов
72 1 Владимир Ипатов
Without it there will be lags in rdp and in other tasks.
73 1 Владимир Ипатов
http://social.technet.microsoft.com/Forums/en/windowsserver2008r2management/thread/77397541-608f-4d1c-9856-1593f2186f5b
74 1 Владимир Ипатов
http://support.cloudcentral.com.au/KB/a32/fix-slow-stuttering-intermittent-windows-server-2008.aspx
75 1 Владимир Ипатов
http://support.microsoft.com/kb/888750
76 1 Владимир Ипатов
77 5 Dmitry Chernyak
1. Load the Windows Registry editor - regedit.
78 1 Владимир Ипатов
2. Add a new DWORD key named DisableTaskOffload with a value of 1 to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
79 1 Владимир Ипатов
3. Restart server.
80 1 Владимир Ипатов
81 1 Владимир Ипатов
TX Offload May be disabled in NIC settings.
82 2 Dmitry Chernyak
83 1 Владимир Ипатов
h2. Set Time
84 5 Dmitry Chernyak
85 5 Dmitry Chernyak
Upon the instance setup via above instructions, the system time should set up correctly.
86 5 Dmitry Chernyak
87 5 Dmitry Chernyak
If the system time is wrong, you need following:
88 2 Dmitry Chernyak
89 2 Dmitry Chernyak
* Set "use_localtime=true" in the hypervisor parameters (as in the "instance add" example)
90 2 Dmitry Chernyak
* Set timezone in Windows
91 2 Dmitry Chernyak
* Set proper local time in Windows (via standard clock tool)
92 2 Dmitry Chernyak
 this will set the time shift which will be saved upon shutdown
93 2 Dmitry Chernyak
* Reboot to verify that time shift is saved and taken in effect
94 1 Владимир Ипатов
95 1 Владимир Ипатов
h2. Notes
96 1 Владимир Ипатов
97 1 Владимир Ипатов
RDP-6 in 32bpp generate less traffic than 24bpp and sometimes not more than 16bpp.
98 1 Владимир Ипатов
http://ericomguy.blogspot.com/2008/06/rdp6-performance-improvements-and-how.html
99 1 Владимир Ипатов
100 1 Владимир Ипатов
Default bpp policy setup:
101 1 Владимир Ипатов
http://blog.dhampir.no/content/remote-desktop-does-not-support-colour-depth-24-falling-back-to-16
102 1 Владимир Ипатов
103 1 Владимир Ипатов
Performance Tuning Guidelines for Windows Server 2008 R2
104 1 Владимир Ипатов
http://msdn.microsoft.com/en-us/library/windows/hardware/gg463392.aspx