|
21 | 21 | specific language governing permissions and limitations |
22 | 22 | under the License. |
23 | 23 | --> |
24 | | - |
25 | 24 | <section id="prepare-system-vm-template"> |
26 | | - <title>Prepare the System VM Template</title> |
27 | | - <para>Secondary storage must be seeded with a template that is used for &PRODUCT; system VMs.</para> |
28 | | - <note><para>When copying and pasting a command, be sure the command has pasted as a single line before executing. Some document viewers may introduce unwanted line breaks in copied text.</para></note> |
29 | | - <orderedlist> |
30 | | - <listitem><para>On the Management Server, run one or more of the following cloud-install-sys-tmplt commands to retrieve and decompress the system VM template. Run the command for each hypervisor type that you expect end users to run in this Zone.</para> |
31 | | - <para>If your secondary storage mount point is not named /mnt/secondary, substitute your own mount point name.</para> |
32 | | - <para>If you set the &PRODUCT; database encryption type to "web" when you set up the database, you must now add the parameter -s <management-server-secret-key>. See About Password and Key Encryption.</para> |
33 | | - <para>This process will require approximately 5 GB of free space on the local file system and up to 30 minutes each time it runs.</para> |
34 | | - <itemizedlist> |
35 | | - <listitem><para>For XenServer:</para> |
36 | | - <programlisting># /usr/lib64/cloud/agent/scripts/storage/secondary/cloud-install-sys-tmplt -m /mnt/secondary -u http://download.cloud.com/templates/acton/acton-systemvm-02062012.vhd.bz2 -h xenserver -s <optional-management-server-secret-key> -F</programlisting> |
37 | | - </listitem> |
38 | | - <listitem><para>For vSphere:</para> |
39 | | - <programlisting># /usr/lib64/cloud/agent/scripts/storage/secondary/cloud-install-sys-tmplt -m /mnt/secondary -u http://download.cloud.com/templates/acton/acton-systemvm-02062012.ova -h vmware -s <optional-management-server-secret-key> -F</programlisting> |
40 | | - </listitem> |
41 | | - <listitem><para>For KVM:</para> |
42 | | - <programlisting># /usr/lib64/cloud/agent/scripts/storage/secondary/cloud-install-sys-tmplt -m /mnt/secondary -u http://download.cloud.com/templates/acton/acton-systemvm-02062012.qcow2.bz2 -h kvm -s <optional-management-server-secret-key> -F</programlisting> |
43 | | - </listitem> |
44 | | - </itemizedlist> |
45 | | - </listitem> |
46 | | - <listitem><para>If you are using a separate NFS server, perform this step. If you are using the Management |
47 | | - Server as the NFS server, you MUST NOT perform this step.</para> |
48 | | - <para>When the script has finished, unmount secondary storage and remove the created directory.</para> |
49 | | - <programlisting> |
50 | | -# umount /mnt/secondary |
51 | | -# rmdir /mnt/secondary |
52 | | - </programlisting> |
53 | | - </listitem> |
54 | | - <listitem><para>Repeat these steps for each secondary storage server.</para> |
55 | | - </listitem> |
56 | | - </orderedlist> |
| 25 | + <title>Prepare the System VM Template</title> |
| 26 | + <para>Secondary storage must be seeded with a template that is used for &PRODUCT; system |
| 27 | + VMs.</para> |
| 28 | + <note> |
| 29 | + <para>When copying and pasting a command, be sure the command has pasted as a single line before |
| 30 | + executing. Some document viewers may introduce unwanted line breaks in copied text.</para> |
| 31 | + </note> |
| 32 | + <orderedlist> |
| 33 | + <listitem> |
| 34 | + <para>On the Management Server, run one or more of the following cloud-install-sys-tmplt |
| 35 | + commands to retrieve and decompress the system VM template. Run the command for each |
| 36 | + hypervisor type that you expect end users to run in this Zone.</para> |
| 37 | + <para>If your secondary storage mount point is not named /mnt/secondary, substitute your own |
| 38 | + mount point name.</para> |
| 39 | + <para>If you set the &PRODUCT; database encryption type to "web" when you set up the database, |
| 40 | + you must now add the parameter -s <management-server-secret-key>. See About Password |
| 41 | + and Key Encryption.</para> |
| 42 | + <para>This process will require approximately 5 GB of free space on the local file system and |
| 43 | + up to 30 minutes each time it runs.</para> |
| 44 | + <itemizedlist> |
| 45 | + <listitem> |
| 46 | + <para>For XenServer:</para> |
| 47 | + <programlisting># /usr/lib64/cloud/common/scripts/storage/secondary/cloud-install-sys-tmplt -m /mnt/secondary -u http://download.cloud.com/templates/acton/acton-systemvm-02062012.vhd.bz2 -h xenserver -s <optional-management-server-secret-key> -F</programlisting> |
| 48 | + </listitem> |
| 49 | + <listitem> |
| 50 | + <para>For vSphere:</para> |
| 51 | + <programlisting># /usr/lib64/cloud/common/scripts/storage/secondary/cloud-install-sys-tmplt -m /mnt/secondary -u http://download.cloud.com/templates/acton/acton-systemvm-02062012.ova -h vmware -s <optional-management-server-secret-key> -F</programlisting> |
| 52 | + </listitem> |
| 53 | + <listitem> |
| 54 | + <para>For KVM:</para> |
| 55 | + <programlisting># /usr/lib64/cloud/common/scripts/storage/secondary/cloud-install-sys-tmplt -m /mnt/secondary -u http://download.cloud.com/templates/acton/acton-systemvm-02062012.qcow2.bz2 -h kvm -s <optional-management-server-secret-key> -F</programlisting> |
| 56 | + </listitem> |
| 57 | + </itemizedlist> |
| 58 | + </listitem> |
| 59 | + <listitem> |
| 60 | + <para>If you are using a separate NFS server, perform this step. If you are using the |
| 61 | + Management Server as the NFS server, you MUST NOT perform this step.</para> |
| 62 | + <para>When the script has finished, unmount secondary storage and remove the created |
| 63 | + directory.</para> |
| 64 | + <programlisting># umount /mnt/secondary |
| 65 | +# rmdir /mnt/secondary</programlisting> |
| 66 | + </listitem> |
| 67 | + <listitem> |
| 68 | + <para>Repeat these steps for each secondary storage server.</para> |
| 69 | + </listitem> |
| 70 | + </orderedlist> |
57 | 71 | </section> |
0 commit comments