forked from apache/cloudstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRelease_Notes.pot
More file actions
4478 lines (3593 loc) · 105 KB
/
Release_Notes.pot
File metadata and controls
4478 lines (3593 loc) · 105 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
#Licensed to the Apache Software Foundation (ASF) under one
#or more contributor license agreements. See the NOTICE file
#distributed with this work for additional information
#regarding copyright ownership. The ASF licenses this file
#to you under the Apache License, Version 2.0 (the
#"License"); you may not use this file except in compliance
#with the License. You may obtain a copy of the License at
#http://www.apache.org/licenses/LICENSE-2.0
#Unless required by applicable law or agreed to in writing,
#software distributed under the License is distributed on an
#"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
#KIND, either express or implied. See the License for the
#specific language governing permissions and limitations
#under the License.
msgid ""
msgstr ""
"Project-Id-Version: 0\n"
"POT-Creation-Date: 2013-02-02T20:11:56\n"
"PO-Revision-Date: 2013-02-02T20:11:56\n"
"Last-Translator: Automatically generated\n"
"Language-Team: None\n"
"MIME-Version: 1.0\n"
"Content-Type: application/x-publican; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. Tag: title
#, no-c-format
msgid "Submitting Feedback and Getting Help"
msgstr ""
#. Tag: para
#, no-c-format
msgid "The Apache CloudStack project has mailing lists for users and developers. These are the official channels of communication for the project and are the best way to get answers about using and contributing to CloudStack. It's a good idea to subscribe to the cloudstack-users mailing list if you've deployed or are deploying CloudStack into production, and even for test deployments."
msgstr ""
#. Tag: para
#, no-c-format
msgid "The CloudStack developer's mailing list (cloudstack-dev) is for discussions about CloudStack development, and is the best list for discussing possible bugs in CloudStack. Anyone contributing to CloudStack should be on this mailing list."
msgstr ""
#. Tag: para
#, no-c-format
msgid "You can also report bugs in CloudStack using the <ulink url=\"https://issues.apache.org/jira/secure/CreateIssue!default.jspa\">Apache Defect Tracking System</ulink>."
msgstr ""
#. Tag: para
#, no-c-format
msgid "To posts to the lists, you'll need to be subscribed. See the <ulink url=\"http://incubator.apache.org/cloudstack/mailing-lists.html\">CloudStack Web site</ulink> for instructions."
msgstr ""
#. Tag: title
#, no-c-format
msgid "Upgrade Instructions"
msgstr ""
#. Tag: title
#, no-c-format
msgid "Upgrade from 3.0.2 to 4.0.0-incubating"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Perform the following to upgrade from version 3.0.2 to version 4.0.0-incubating. Note that some of the steps here are only required if you're using a specific hypervisor. The steps that are hypervisor-specific are called out with a note."
msgstr ""
#. Tag: para
#, no-c-format
msgid "Ensure that you query your IP address usage records and process them or make a backup. During the upgrade you will lose the old IP address usage records."
msgstr ""
#. Tag: para
#, no-c-format
msgid "Starting in 3.0.2, the usage record format for IP addresses is the same as the rest of the usage types. Instead of a single record with the assignment and release dates, separate records are generated per aggregation period with start and end dates. After upgrading, any existing IP address usage records in the old format will no longer be available."
msgstr ""
#. Tag: para
#, no-c-format
msgid "The following upgrade instructions apply only if you're using VMware hosts. If you're not using VMware hosts, skip this step and move on to step 3: stopping all usage servers."
msgstr ""
#. Tag: para
#, no-c-format
msgid "In each zone that includes VMware hosts, you need to add a new system VM template."
msgstr ""
#. Tag: para
#, no-c-format
msgid "While running the existing 3.0.2 system, log in to the UI as root administrator."
msgstr ""
#. Tag: para
#, no-c-format
msgid "In the left navigation bar, click Templates."
msgstr ""
#. Tag: para
#, no-c-format
msgid "In Select view, click Templates."
msgstr ""
#. Tag: para
#, no-c-format
msgid "Click Register template."
msgstr ""
#. Tag: para
#, no-c-format
msgid "The Register template dialog box is displayed."
msgstr ""
#. Tag: para
#, no-c-format
msgid "In the Register template dialog box, specify the following values (do not change these):"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Field"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Value"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Name"
msgstr ""
#. Tag: para
#, no-c-format
msgid "systemvm-vmware-3.0.0"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Description"
msgstr ""
#. Tag: para
#, no-c-format
msgid "URL"
msgstr ""
#. Tag: para
#, no-c-format
msgid "http://download.cloud.com/templates/burbank/burbank-systemvm-08012012.ova"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Zone"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Choose the zone where this hypervisor is used"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Hypervisor"
msgstr ""
#. Tag: para
#, no-c-format
msgid "VMware"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Format"
msgstr ""
#. Tag: para
#, no-c-format
msgid "OVA"
msgstr ""
#. Tag: para
#, no-c-format
msgid "OS Type"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Debian GNU/Linux 5.0 (32-bit)"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Extractable"
msgstr ""
#. Tag: para
#, no-c-format
msgid "no"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Password Enabled"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Public"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Featured"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Watch the screen to be sure that the template downloads successfully and enters the READY state. Do not proceed until this is successful."
msgstr ""
#. Tag: para
#, no-c-format
msgid "Stop all Usage Servers if running. Run this on all Usage Server hosts."
msgstr ""
#. Tag: programlisting
#, no-c-format
msgid "# service cloud-usage stop"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Stop the Management Servers. Run this on all Management Server hosts."
msgstr ""
#. Tag: programlisting
#, no-c-format
msgid "# service cloud-management stop"
msgstr ""
#. Tag: para
#, no-c-format
msgid "On the MySQL master, take a backup of the MySQL databases. We recommend performing this step even in test upgrades. If there is an issue, this will assist with debugging."
msgstr ""
#. Tag: para
#, no-c-format
msgid "In the following commands, it is assumed that you have set the root password on the database, which is a CloudStack recommended best practice. Substitute your own MySQL root password."
msgstr ""
#. Tag: programlisting
#, no-c-format
msgid "<prompt>#</prompt> <command>mysqldump</command> -u root -p<replaceable>mysql_password</replaceable> cloud > <filename>cloud-backup.dmp</filename>\n"
"<prompt>#</prompt> <command>mysqldump</command> -u root -p<replaceable>mysql_password</replaceable> cloud_usage > <filename>cloud-usage-backup.dmp</filename>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Either build RPM/DEB packages as detailed in the Installation Guide, or use one of the community provided yum/apt repositories to gain access to the &PRODUCT; binaries."
msgstr ""
#. Tag: para
#, no-c-format
msgid "After you have configured an appropriate yum or apt repository, you may execute the one of the following commands as appropriate for your environment in order to upgrade &PRODUCT;:"
msgstr ""
#. Tag: programlisting
#, no-c-format
msgid "<prompt>#</prompt> <command>yum</command> update cloud-*"
msgstr ""
#. Tag: programlisting
#, no-c-format
msgid "<prompt>#</prompt> <command>apt-get</command> update\n"
"<prompt>#</prompt> <command>apt-get</command> upgrade cloud-*"
msgstr ""
#. Tag: para
#, no-c-format
msgid "You will, of course, have to agree to the changes suggested by Yum or APT."
msgstr ""
#. Tag: para
#, no-c-format
msgid "If the upgrade output includes a message similar to the following, then some custom content was found in your old components.xml, and you need to merge the two files:"
msgstr ""
#. Tag: programlisting
#, no-c-format
msgid "warning: /etc/cloud/management/components.xml created as /etc/cloud/management/components.xml.rpmnew "
msgstr ""
#. Tag: para
#, no-c-format
msgid "Instructions follow in the next step."
msgstr ""
#. Tag: para
#, no-c-format
msgid "If you have made changes to your copy of <filename>/etc/cloud/management/components.xml</filename> the changes will be preserved in the upgrade. However, you need to do the following steps to place these changes in a new version of the file which is compatible with version 4.0.0-incubating."
msgstr ""
#. Tag: para
#, no-c-format
msgid "Make a backup copy of <filename>/etc/cloud/management/components.xml</filename>. For example:"
msgstr ""
#. Tag: programlisting
#, no-c-format
msgid "# mv /etc/cloud/management/components.xml /etc/cloud/management/components.xml-backup"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Copy <filename>/etc/cloud/management/components.xml.rpmnew</filename> to create a new <filename>/etc/cloud/management/components.xml</filename>:"
msgstr ""
#. Tag: programlisting
#, no-c-format
msgid "# cp -ap /etc/cloud/management/components.xml.rpmnew /etc/cloud/management/components.xml"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Merge your changes from the backup file into the new <filename>components.xml</filename>."
msgstr ""
#. Tag: programlisting
#, no-c-format
msgid "# vi /etc/cloud/management/components.xml"
msgstr ""
#. Tag: para
#, no-c-format
msgid "If you have more than one management server node, repeat the upgrade steps on each node."
msgstr ""
#. Tag: para
#, no-c-format
msgid "Start the first Management Server. Do not start any other Management Server nodes yet."
msgstr ""
#. Tag: programlisting
#, no-c-format
msgid "# service cloud-management start"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Wait until the databases are upgraded. Ensure that the database upgrade is complete. After confirmation, start the other Management Servers one at a time by running the same command on each node."
msgstr ""
#. Tag: para
#, no-c-format
msgid "Failing to restart the Management Server indicates a problem in the upgrade. Having the Management Server restarted without any issues indicates that the upgrade is successfully completed."
msgstr ""
#. Tag: para
#, no-c-format
msgid "Start all Usage Servers (if they were running on your previous version). Perform this on each Usage Server host."
msgstr ""
#. Tag: para
#, no-c-format
msgid "<command># service cloud-usage start</command>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Additional steps are required for each KVM host. These steps will not affect running guests in the cloud. These steps are required only for clouds using KVM as hosts and only on the KVM hosts."
msgstr ""
#. Tag: para
#, no-c-format
msgid "Configure a yum or apt respository containing the &PRODUCT; packages as outlined in the Installation Guide."
msgstr ""
#. Tag: para
#, no-c-format
msgid "Stop the running agent."
msgstr ""
#. Tag: para
#, no-c-format
msgid "<command># service cloud-agent stop</command>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Update the agent software with one of the following command sets as appropriate for your environment."
msgstr ""
#. Tag: para
#, no-c-format
msgid "<command># yum update cloud-*</command>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<command># apt-get update</command>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<command># apt-get upgrade cloud-*</command>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Start the agent."
msgstr ""
#. Tag: programlisting
#, no-c-format
msgid "# service cloud-agent start"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Edit <filename>/etc/cloud/agent/agent.properties</filename> to change the resource parameter from \"com.cloud.agent.resource.computing.LibvirtComputingResource\" to \"com.cloud.hypervisor.kvm.resource.LibvirtComputingResource\"."
msgstr ""
#. Tag: para
#, no-c-format
msgid "Start the cloud agent and cloud management services."
msgstr ""
#. Tag: para
#, no-c-format
msgid "When the Management Server is up and running, log in to the CloudStack UI and restart the virtual router for proper functioning of all the features."
msgstr ""
#. Tag: para
#, no-c-format
msgid "Log in to the CloudStack UI as administrator, and check the status of the hosts. All hosts should come to Up state (except those that you know to be offline). You may need to wait 20 or 30 minutes, depending on the number of hosts."
msgstr ""
#. Tag: para
#, no-c-format
msgid "Troubleshooting: If login fails, clear your browser cache and reload the page."
msgstr ""
#. Tag: para
#, no-c-format
msgid "Do not proceed to the next step until the hosts show in Up state."
msgstr ""
#. Tag: para
#, no-c-format
msgid "If you are upgrading from 3.0.2, perform the following:"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Ensure that the admin port is set to 8096 by using the \"integration.api.port\" global parameter."
msgstr ""
#. Tag: para
#, no-c-format
msgid "This port is used by the cloud-sysvmadm script at the end of the upgrade procedure. For information about how to set this parameter, see \"Setting Global Configuration Parameters\" in the Installation Guide."
msgstr ""
#. Tag: para
#, no-c-format
msgid "Restart the Management Server."
msgstr ""
#. Tag: para
#, no-c-format
msgid "If you don't want the admin port to remain open, you can set it to null after the upgrade is done and restart the management server."
msgstr ""
#. Tag: para
#, no-c-format
msgid "Run the <command>cloud-sysvmadm</command> script to stop, then start, all Secondary Storage VMs, Console Proxy VMs, and virtual routers. Run the script once on each management server. Substitute your own IP address of the MySQL instance, the MySQL user to connect as, and the password to use for that user. In addition to those parameters, provide the <command>-c</command> and <command>-r</command> arguments. For example:"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<command># nohup cloud-sysvmadm -d 192.168.1.5 -u cloud -p password -c -r > sysvm.log 2>&1 &</command>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<command># tail -f sysvm.log</command>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "This might take up to an hour or more to run, depending on the number of accounts in the system."
msgstr ""
#. Tag: para
#, no-c-format
msgid "If needed, upgrade all Citrix XenServer hypervisor hosts in your cloud to a version supported by CloudStack 4.0.0-incubating. The supported versions are XenServer 5.6 SP2 and 6.0.2. Instructions for upgrade can be found in the CloudStack 4.0.0-incubating Installation Guide."
msgstr ""
#. Tag: para
#, no-c-format
msgid "Now apply the XenServer hotfix XS602E003 (and any other needed hotfixes) to XenServer v6.0.2 hypervisor hosts."
msgstr ""
#. Tag: para
#, no-c-format
msgid "Disconnect the XenServer cluster from CloudStack."
msgstr ""
#. Tag: para
#, no-c-format
msgid "In the left navigation bar of the CloudStack UI, select Infrastructure. Under Clusters, click View All. Select the XenServer cluster and click Actions - Unmanage."
msgstr ""
#. Tag: para
#, no-c-format
msgid "This may fail if there are hosts not in one of the states Up, Down, Disconnected, or Alert. You may need to fix that before unmanaging this cluster."
msgstr ""
#. Tag: para
#, no-c-format
msgid "Wait until the status of the cluster has reached Unmanaged. Use the CloudStack UI to check on the status. When the cluster is in the unmanaged state, there is no connection to the hosts in the cluster."
msgstr ""
#. Tag: para
#, no-c-format
msgid "To clean up the VLAN, log in to one XenServer host and run:"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<command>/opt/xensource/bin/cloud-clean-vlan.sh</command>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Now prepare the upgrade by running the following on one XenServer host:"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<command>/opt/xensource/bin/cloud-prepare-upgrade.sh</command>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "If you see a message like \"can't eject CD\", log in to the VM and unmount the CD, then run this script again."
msgstr ""
#. Tag: para
#, no-c-format
msgid "Upload the hotfix to the XenServer hosts. Always start with the Xen pool master, then the slaves. Using your favorite file copy utility (e.g. WinSCP), copy the hotfixes to the host. Place them in a temporary folder such as /tmp."
msgstr ""
#. Tag: para
#, no-c-format
msgid "On the Xen pool master, upload the hotfix with this command:"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<command>xe patch-upload file-name=XS602E003.xsupdate</command>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Make a note of the output from this command, which is a UUID for the hotfix file. You'll need it in another step later."
msgstr ""
#. Tag: para
#, no-c-format
msgid "(Optional) If you are applying other hotfixes as well, you can repeat the commands in this section with the appropriate hotfix number. For example, XS602E004.xsupdate."
msgstr ""
#. Tag: para
#, no-c-format
msgid "Manually live migrate all VMs on this host to another host. First, get a list of the VMs on this host:"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<command># xe vm-list</command>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Then use this command to migrate each VM. Replace the example host name and VM name with your own:"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<command># xe vm-migrate live=true host=<replaceable>host-name</replaceable> vm=<replaceable>VM-name</replaceable></command>"
msgstr ""
#. Tag: title
#, no-c-format
msgid "Troubleshooting"
msgstr ""
#. Tag: para
#, no-c-format
msgid "If you see a message like \"You attempted an operation on a VM which requires PV drivers to be installed but the drivers were not detected,\" run:"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<command>/opt/xensource/bin/make_migratable.sh b6cf79c8-02ee-050b-922f-49583d9f1a14</command>."
msgstr ""
#. Tag: para
#, no-c-format
msgid "Apply the hotfix. First, get the UUID of this host:"
msgstr ""
#. Tag: programlisting
#, no-c-format
msgid "# xe host-list"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Then use the following command to apply the hotfix. Replace the example host UUID with the current host ID, and replace the hotfix UUID with the output from the patch-upload command you ran on this machine earlier. You can also get the hotfix UUID by running xe patch-list."
msgstr ""
#. Tag: programlisting
#, no-c-format
msgid "<command>xe</command> patch-apply host-uuid=<replaceable>host-uuid</replaceable> uuid=<replaceable>hotfix-uuid</replaceable>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Copy the following files from the CloudStack Management Server to the host."
msgstr ""
#. Tag: para
#, no-c-format
msgid "Copy from here..."
msgstr ""
#. Tag: para
#, no-c-format
msgid "...to here"
msgstr ""
#. Tag: para
#, no-c-format
msgid "/usr/lib64/cloud/common/scripts/vm/hypervisor/xenserver/xenserver60/NFSSR.py"
msgstr ""
#. Tag: para
#, no-c-format
msgid "/opt/xensource/sm/NFSSR.py"
msgstr ""
#. Tag: para
#, no-c-format
msgid "/usr/lib64/cloud/common/scripts/vm/hypervisor/xenserver/setupxenserver.sh"
msgstr ""
#. Tag: para
#, no-c-format
msgid "/opt/xensource/bin/setupxenserver.sh"
msgstr ""
#. Tag: para
#, no-c-format
msgid "/usr/lib64/cloud/common/scripts/vm/hypervisor/xenserver/make_migratable.sh"
msgstr ""
#. Tag: para
#, no-c-format
msgid "/opt/xensource/bin/make_migratable.sh"
msgstr ""
#. Tag: para
#, no-c-format
msgid "(Only for hotfixes XS602E005 and XS602E007) You need to apply a new Cloud Support Pack."
msgstr ""
#. Tag: para
#, no-c-format
msgid "Download the CSP software onto the XenServer host from one of the following links:"
msgstr ""
#. Tag: para
#, no-c-format
msgid "For hotfix XS602E005: <ulink url=\"http://coltrane.eng.hq.xensource.com/release/XenServer-6.x/XS-6.0.2/hotfixes/XS602E005/56710/xe-phase-2/xenserver-cloud-supp.tgz\">http://coltrane.eng.hq.xensource.com/release/XenServer-6.x/XS-6.0.2/hotfixes/XS602E005/56710/xe-phase-2/xenserver-cloud-supp.tgz</ulink>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "For hotfix XS602E007: <ulink url=\"http://coltrane.eng.hq.xensource.com/release/XenServer-6.x/XS-6.0.2/hotfixes/XS602E007/57824/xe-phase-2/xenserver-cloud-supp.tgz\">http://coltrane.eng.hq.xensource.com/release/XenServer-6.x/XS-6.0.2/hotfixes/XS602E007/57824/xe-phase-2/xenserver-cloud-supp.tgz</ulink>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Extract the file:"
msgstr ""
#. Tag: programlisting
#, no-c-format
msgid "# tar xf xenserver-cloud-supp.tgz"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Run the following script:"
msgstr ""
#. Tag: programlisting
#, no-c-format
msgid "# xe-install-supplemental-pack xenserver-cloud-supp.iso"
msgstr ""
#. Tag: para
#, no-c-format
msgid "If the XenServer host is part of a zone that uses basic networking, disable Open vSwitch (OVS):"
msgstr ""
#. Tag: programlisting
#, no-c-format
msgid "# xe-switch-network-backend bridge"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Reboot this XenServer host."
msgstr ""
#. Tag: para
#, no-c-format
msgid "Run the following:"
msgstr ""
#. Tag: para
#, no-c-format
msgid "If the message \"mv: cannot stat `/etc/cron.daily/logrotate': No such file or directory\" appears, you can safely ignore it."
msgstr ""
#. Tag: programlisting
#, no-c-format
msgid "for pbd in `xe pbd-list currently-attached=false| grep ^uuid | awk '{print $NF}'`; do xe pbd-plug uuid=$pbd ; "
msgstr ""
#. Tag: para
#, no-c-format
msgid "On each slave host in the Xen pool, repeat these steps, starting from \"manually live migrate VMs.\""
msgstr ""
#. Tag: title
#, no-c-format
msgid "Troubleshooting Tip"
msgstr ""
#. Tag: para
#, no-c-format
msgid "If passwords which you know to be valid appear not to work after upgrade, or other UI issues are seen, try clearing your browser cache and reloading the UI page."
msgstr ""
#. Tag: title
#, no-c-format
msgid "Upgrade from 2.2.14 to 4.0.0-incubating"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Ensure that you query your IPaddress usage records and process them; for example, issue invoices for any usage that you have not yet billed users for."
msgstr ""
#. Tag: para
#, no-c-format
msgid "Starting in 3.0.2, the usage record format for IP addresses is the same as the rest of the usage types. Instead of a single record with the assignment and release dates, separate records are generated per aggregation period with start and end dates. After upgrading to 4.0.0-incubating, any existing IP address usage records in the old format will no longer be available."
msgstr ""
#. Tag: para
#, no-c-format
msgid "If you are using version 2.2.0 - 2.2.13, first upgrade to 2.2.14 by using the instructions in the 2.2.14 Release Notes."
msgstr ""
#. Tag: title
#, no-c-format
msgid "KVM Hosts"
msgstr ""
#. Tag: para
#, no-c-format
msgid "If KVM hypervisor is used in your cloud, be sure you completed the step to insert a valid username and password into the host_details table on each KVM node as described in the 2.2.14 Release Notes. This step is critical, as the database will be encrypted after the upgrade to 4.0.0-incubating."
msgstr ""
#. Tag: para
#, no-c-format
msgid "While running the 2.2.14 system, log in to the UI as root administrator."
msgstr ""
#. Tag: para
#, no-c-format
msgid "Using the UI, add a new System VM template for each hypervisor type that is used in your cloud. In each zone, add a system VM template for each hypervisor used in that zone"
msgstr ""
#. Tag: para
#, no-c-format
msgid "In the Register template dialog box, specify the following values depending on the hypervisor type (do not change these):"
msgstr ""
#. Tag: para
#, no-c-format
msgid "XenServer"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Name: systemvm-xenserver-3.0.0"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Description: systemvm-xenserver-3.0.0"
msgstr ""
#. Tag: para
#, no-c-format
msgid "URL: http://download.cloud.com/templates/acton/acton-systemvm-02062012.vhd.bz2"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Zone: Choose the zone where this hypervisor is used"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Hypervisor: XenServer"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Format: VHD"
msgstr ""
#. Tag: para
#, no-c-format
msgid "OS Type: Debian GNU/Linux 5.0 (32-bit)"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Extractable: no"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Password Enabled: no"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Public: no"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Featured: no"
msgstr ""
#. Tag: para
#, no-c-format
msgid "KVM"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Name: systemvm-kvm-3.0.0"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Description: systemvm-kvm-3.0.0"
msgstr ""
#. Tag: para
#, no-c-format
msgid "URL: http://download.cloud.com/templates/acton/acton-systemvm-02062012.qcow2.bz2"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Hypervisor: KVM"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Format: QCOW2"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Name: systemvm-vmware-3.0.0"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Description: systemvm-vmware-3.0.0"
msgstr ""
#. Tag: para
#, no-c-format
msgid "URL: http://download.cloud.com/templates/burbank/burbank-systemvm-08012012.ova"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Hypervisor: VMware"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Format: OVA"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Watch the screen to be sure that the template downloads successfully and enters the READY state. Do not proceed until this is successful"
msgstr ""
#. Tag: para
#, no-c-format
msgid "<emphasis role=\"bold\">WARNING</emphasis>: If you use more than one type of hypervisor in your cloud, be sure you have repeated these steps to download the system VM template for each hypervisor type. Otherwise, the upgrade will fail."
msgstr ""
#. Tag: programlisting
#, no-c-format
msgid "<prompt>#</prompt> <command>mysqldump</command> -u root -p<replaceable>mysql_password</replaceable> cloud > <filename>cloud-backup.dmp</filename>\n"
"<prompt>#</prompt> <command>mysqldump</command> -u root -p<replaceable>mysql_password</replaceable> cloud_usage > <filename>cloud-usage-backup.dmp</filename>\n"
""
msgstr ""
#. Tag: para
#, no-c-format
msgid "If you have made changes to your existing copy of the file components.xml in your previous-version CloudStack installation, the changes will be preserved in the upgrade. However, you need to do the following steps to place these changes in a new version of the file which is compatible with version 4.0.0-incubating."
msgstr ""
#. Tag: para
#, no-c-format
msgid "How will you know whether you need to do this? If the upgrade output in the previous step included a message like the following, then some custom content was found in your old components.xml, and you need to merge the two files:"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Make a backup copy of your <filename>/etc/cloud/management/components.xml</filename> file. For example:"
msgstr ""
#. Tag: programlisting
#, no-c-format
msgid "<prompt>#</prompt> <command>mv</command> <filename>/etc/cloud/management/components.xml</filename> <filename>/etc/cloud/management/components.xml-backup</filename>"
msgstr ""
#. Tag: programlisting
#, no-c-format
msgid "<prompt>#</prompt> <command>cp</command> -ap <filename>/etc/cloud/management/components.xml.rpmnew</filename> <filename>/etc/cloud/management/components.xml</filename>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Merge your changes from the backup file into the new components.xml file."
msgstr ""
#. Tag: programlisting
#, no-c-format
msgid "<prompt>#</prompt> <command>vi</command> <filename>/etc/cloud/management/components.xml</filename>\n"
" "
msgstr ""
#. Tag: para
#, no-c-format
msgid "If you have made changes to your existing copy of the <filename>/etc/cloud/management/db.properties</filename> file in your previous-version CloudStack installation, the changes will be preserved in the upgrade. However, you need to do the following steps to place these changes in a new version of the file which is compatible with version 4.0.0-incubating."
msgstr ""
#. Tag: para
#, no-c-format
msgid "Make a backup copy of your file <filename>/etc/cloud/management/db.properties</filename>. For example:"
msgstr ""
#. Tag: programlisting
#, no-c-format
msgid "<prompt>#</prompt> <command>mv</command> <filename>/etc/cloud/management/db.properties</filename> <filename>/etc/cloud/management/db.properties-backup</filename>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Copy <filename>/etc/cloud/management/db.properties.rpmnew</filename> to create a new <filename>/etc/cloud/management/db.properties</filename>:"
msgstr ""
#. Tag: programlisting
#, no-c-format
msgid "<prompt>#</prompt> <command>cp</command> -ap <filename>/etc/cloud/management/db.properties.rpmnew</filename> <filename>etc/cloud/management/db.properties</filename>"
msgstr ""
#. Tag: para
#, no-c-format
msgid "Merge your changes from the backup file into the new db.properties file."
msgstr ""