Проект

Общее

Профиль

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

Dmitry Chernyak, 05.02.2013 10:24

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 7 Dmitry Chernyak
19 7 Dmitry Chernyak
<pre>
20 5 Dmitry Chernyak
# dd if=/dev/cdrom of=/stuff/cdimages/Image.iso 
21 5 Dmitry Chernyak
</pre> 
22 1 Владимир Ипатов
23 1 Владимир Ипатов
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:
24 7 Dmitry Chernyak
25 7 Dmitry Chernyak
<pre>
26 1 Владимир Ипатов
# dmesg|tail -20 
27 1 Владимир Ипатов
</pre> 
28 1 Владимир Ипатов
29 7 Dmitry Chernyak
h3. Add new instance
30 7 Dmitry Chernyak
31 7 Dmitry Chernyak
Execute:
32 1 Владимир Ипатов
33 1 Владимир Ипатов
<pre>
34 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
35 1 Владимир Ипатов
</pre>
36 1 Владимир Ипатов
37 1 Владимир Ипатов
h3. Connect to instance vnc console and install the system
38 1 Владимир Ипатов
39 1 Владимир Ипатов
You should use vncviewer to connect vnc console(e.g. from xtightvncviewer package).
40 1 Владимир Ипатов
address and port:
41 1 Владимир Ипатов
<pre>
42 1 Владимир Ипатов
# gnt-instance info INSTANCE|grep vnc
43 1 Владимир Ипатов
</pre>
44 1 Владимир Ипатов
45 3 Владимир Ипатов
On windows we recommend to use ultravnc:
46 3 Владимир Ипатов
http://www.uvnc.com/downloads/ultravnc/100-download-ultravnc-10962.html
47 1 Владимир Ипатов
48 1 Владимир Ипатов
h3. GPLPV Driver install
49 1 Владимир Ипатов
50 6 Dmitry Chernyak
After install you should add the PV-drivers in system.
51 6 Dmitry Chernyak
We suggest to use the signed drivers from Uniention: http://wiki.univention.de/index.php?title=Installing-signed-GPLPV-drivers
52 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.
53 1 Владимир Ипатов
There is no additional actions after install.
54 1 Владимир Ипатов
You must reboot twice and check that disks in device manager your disk drives have disk type consist *XEN* word.
55 1 Владимир Ипатов
56 6 Dmitry Chernyak
Execute:
57 6 Dmitry Chernyak
<pre>
58 6 Dmitry Chernyak
# gnt-instance modify -H cdrom_image_path='/stuff/cdimages/gplpv.iso' ИНСТАНС
59 6 Dmitry Chernyak
</pre>
60 6 Dmitry Chernyak
61 6 Dmitry Chernyak
and reboot the instance.
62 6 Dmitry Chernyak
63 6 Dmitry Chernyak
Upon the drivers installation no additional manipulations are needed.
64 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".
65 6 Dmitry Chernyak
66 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".
67 6 Dmitry Chernyak
68 6 Dmitry Chernyak
69 6 Dmitry Chernyak
After install you may detach the iso image:
70 1 Владимир Ипатов
<pre>
71 1 Владимир Ипатов
# gnt-instance modify -H boot_order=c cdrom_image_path='' INSTANCE
72 1 Владимир Ипатов
</pre>
73 1 Владимир Ипатов
74 1 Владимир Ипатов
h3. Disable TaskOffload and TX Offloas
75 1 Владимир Ипатов
76 1 Владимир Ипатов
Without it there will be lags in rdp and in other tasks.
77 1 Владимир Ипатов
http://social.technet.microsoft.com/Forums/en/windowsserver2008r2management/thread/77397541-608f-4d1c-9856-1593f2186f5b
78 1 Владимир Ипатов
http://support.cloudcentral.com.au/KB/a32/fix-slow-stuttering-intermittent-windows-server-2008.aspx
79 1 Владимир Ипатов
http://support.microsoft.com/kb/888750
80 1 Владимир Ипатов
81 5 Dmitry Chernyak
1. Load the Windows Registry editor - regedit.
82 1 Владимир Ипатов
2. Add a new DWORD key named DisableTaskOffload with a value of 1 to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
83 1 Владимир Ипатов
3. Restart server.
84 1 Владимир Ипатов
85 1 Владимир Ипатов
TX Offload May be disabled in NIC settings.
86 2 Dmitry Chernyak
87 1 Владимир Ипатов
h2. Set Time
88 5 Dmitry Chernyak
89 5 Dmitry Chernyak
Upon the instance setup via above instructions, the system time should set up correctly.
90 5 Dmitry Chernyak
91 5 Dmitry Chernyak
If the system time is wrong, you need following:
92 2 Dmitry Chernyak
93 2 Dmitry Chernyak
* Set "use_localtime=true" in the hypervisor parameters (as in the "instance add" example)
94 2 Dmitry Chernyak
* Set timezone in Windows
95 2 Dmitry Chernyak
* Set proper local time in Windows (via standard clock tool)
96 2 Dmitry Chernyak
 this will set the time shift which will be saved upon shutdown
97 2 Dmitry Chernyak
* Reboot to verify that time shift is saved and taken in effect
98 1 Владимир Ипатов
99 1 Владимир Ипатов
h2. Notes
100 1 Владимир Ипатов
101 1 Владимир Ипатов
RDP-6 in 32bpp generate less traffic than 24bpp and sometimes not more than 16bpp.
102 1 Владимир Ипатов
http://ericomguy.blogspot.com/2008/06/rdp6-performance-improvements-and-how.html
103 1 Владимир Ипатов
104 1 Владимир Ипатов
Default bpp policy setup:
105 1 Владимир Ипатов
http://blog.dhampir.no/content/remote-desktop-does-not-support-colour-depth-24-falling-back-to-16
106 1 Владимир Ипатов
107 1 Владимир Ипатов
Performance Tuning Guidelines for Windows Server 2008 R2
108 1 Владимир Ипатов
http://msdn.microsoft.com/en-us/library/windows/hardware/gg463392.aspx