правки в статьях по enterprise/education

This commit is contained in:
alexandervnuchkov 2017-01-20 14:34:14 +03:00
parent 0bb983375d
commit a4fd259d54
23 changed files with 9 additions and 9 deletions

View File

@ -259,7 +259,7 @@
<h4>Example</h4>
<pre><code>bash <%= ((BasePage)Page).CommandName %>-install.sh -md "yourdomain.com" -u true
</code></pre>
<p>This will consequently stop all containers (<b>Document Server</b>, <b>Mail Server</b><span class="enterprise_education_display">, <b>Control Panel</b></span> and <b>Community Server</b>), remove them and then run the latest versions of the corresponding <b><%= ((BasePage)Page).EditionVersion %> Edition</b> components. If you have skipped some components during the previous installation, they will also be downloaded and installed. The portal data should be picked up automatically.</p>
<p>This will consequently stop those containers that need to be updated, remove them and then run the latest versions of the corresponding <b><%= ((BasePage)Page).EditionVersion %> Edition</b> components. If the current component version coincides with the latest available one, such a container will not be affected. If you have skipped some components during the previous installation, they will also be skipped. The portal data should be picked up automatically.</p>
</div>
</div>

View File

@ -259,7 +259,7 @@
<h4>Пример</h4>
<pre><code>bash <%= ((BasePage)Page).CommandName %>-install.sh -md "yourdomain.com" -u true
</code></pre>
<p>В результате все контейнеры (<b>Сервер документов</b>, <b>Почтовый сервер</b><span class="enterprise_education_display">, <b>Панель управления</b></span> и <b>Сервер совместной работы</b>) будут последовательно остановлены, удалены, а затем будут запущены последние версии соответствующих компонентов <b><%= ((BasePage)Page).EditionVersion %> Edition</b>. Если в ходе предыдущей установки вы пропустили некоторые компоненты, они также будут скачаны и установлены. Данные, сохраненные на портале, должны подхватиться автоматически.</p>
<p>В результате те контейнеры, которые требуется обновить, будут последовательно остановлены, удалены, а затем будут запущены последние версии соответствующих компонентов <b><%= ((BasePage)Page).EditionVersion %> Edition</b>. Если текущая версия компонента совпадает с последней доступной версией, такой контейнер не будет затронут. Если в ходе предыдущей установки вы пропустили некоторые компоненты, они также будут пропущены. Данные, сохраненные на портале, должны подхватиться автоматически.</p>
</div>
</div>

View File

@ -78,14 +78,14 @@
<div class="screen_text">
<p><b><%= ((BasePage)Page).EditionVersion %> Edition</b> VMware image is supplied in so called <b>thin</b> format. This means that the used disk size (and image size as well) will expand dynamically with the growth of data and only when needed. This works quite well with VMware vSphere Hypervisor versions 4 and 5, but can present difficulties with version 6 of the software.</p>
<p>When you try to use the downloaded image with VMware vSphere Hypervisor version 6, you might see the <em class="error_text">LZMA data is corrupt</em> or <em class="error_text">system halted</em> error messages. The following error is also likely to appear:</p>
<pre class="error_text"><code>The operation on file "/vmfs/devices/deltadisks/ONLYOFFICE_<%= ((BasePage)Page).EditionVersion %>Server_Linux.8.7.0.vmdk" failed. If the file resides on a remote file system, make sure that the network connection and the server where this disk resides are functioning properly. If the file resides on removable media, reattach the media. Select Retry to attempt the operation again. Select Cancel to end this session. Select Continue to forward the error to the guest operating system.
<pre class="error_text"><code>The operation on file "/vmfs/devices/deltadisks/ONLYOFFICE_<%= ((BasePage)Page).EditionVersion %>Server_Linux.8.9.2.vmdk" failed. If the file resides on a remote file system, make sure that the network connection and the server where this disk resides are functioning properly. If the file resides on removable media, reattach the media. Select Retry to attempt the operation again. Select Cancel to end this session. Select Continue to forward the error to the guest operating system.
</code></pre>
<p>To prevent that you must convert <b><%= ((BasePage)Page).EditionVersion %> Edition</b> virtual machine image into the <b>thick</b> format (with fixed disk size) prior to using it with VMware vSphere Hypervisor version 6. Run the following command on it:</p>
<pre><code>vmkfstools -i ONLYOFFICE_<%= ((BasePage)Page).EditionVersion %>Server_Linux.8.7.0.vmdk -d eagerzeroedthick ONLYOFFICE_<%= ((BasePage)Page).EditionVersion %>Server_Linux.8.7.0.thick.vmdk
<pre><code>vmkfstools -i ONLYOFFICE_<%= ((BasePage)Page).EditionVersion %>Server_Linux.8.9.2.vmdk -d eagerzeroedthick ONLYOFFICE_<%= ((BasePage)Page).EditionVersion %>Server_Linux.8.9.2.thick.vmdk
</code></pre>
<div class="notehelp nh_notice">This operation might take quite a long time due to the large image size. Please wait for the conversion to finish and do not interrupt it as it can damage both the thin and thick format images.</div>
<p>If you decide afterwards that you do not need the thick image and would like to convert it back to thin format, use the following command:</p>
<pre><code>vmkfstools -i ONLYOFFICE_<%= ((BasePage)Page).EditionVersion %>Server_Linux.8.7.0.thick.vmdk -d thin ONLYOFFICE_<%= ((BasePage)Page).EditionVersion %>Server_Linux.8.7.0.thin.vmdk
<pre><code>vmkfstools -i ONLYOFFICE_<%= ((BasePage)Page).EditionVersion %>Server_Linux.8.9.2.thick.vmdk -d thin ONLYOFFICE_<%= ((BasePage)Page).EditionVersion %>Server_Linux.8.9.2.thin.vmdk
</code></pre>
</div>
</div>

View File

@ -75,14 +75,14 @@
<div class="screen_text">
<p>Образ <b><%= ((BasePage)Page).EditionVersion %> Edition</b> для VMware поставляется в так называемом <b>thin</b>-формате. Это значит, что используемый размер диска (а также и размер образа) увеличивается динамически по мере роста объема данных и только при необходимости. Это хорошо работает с VMware vSphere Hypervisor версий 4 и 5, но может вызывать трудности с версией 6.</p>
<p>При попытке использовать с VMware vSphere Hypervisor версии 6 тот образ, который вы скачали, могут появляться следующие сообщения об ошибках <em class="error_text">LZMA data is corrupt</em> или <em class="error_text">system halted</em>. Возможно также появление следующей ошибки:</p>
<pre class="error_text"><code>The operation on file "/vmfs/devices/deltadisks/ONLYOFFICE_<%= ((BasePage)Page).EditionVersion %>Server_Linux.8.7.0.vmdk" failed. If the file resides on a remote file system, make sure that the network connection and the server where this disk resides are functioning properly. If the file resides on removable media, reattach the media. Select Retry to attempt the operation again. Select Cancel to end this session. Select Continue to forward the error to the guest operating system.
<pre class="error_text"><code>The operation on file "/vmfs/devices/deltadisks/ONLYOFFICE_<%= ((BasePage)Page).EditionVersion %>Server_Linux.8.9.2.vmdk" failed. If the file resides on a remote file system, make sure that the network connection and the server where this disk resides are functioning properly. If the file resides on removable media, reattach the media. Select Retry to attempt the operation again. Select Cancel to end this session. Select Continue to forward the error to the guest operating system.
</code></pre>
<p>Чтобы этого избежать, надо сконвертировать образ виртуальной машины <b><%= ((BasePage)Page).EditionVersion %> Edition</b> в <b>thick</b>-формат (с фиксированным размером диска), прежде чем использовать его с VMware vSphere Hypervisor версии 6. Выполните следующую команду:</p>
<pre><code>vmkfstools -i ONLYOFFICE_<%= ((BasePage)Page).EditionVersion %>Server_Linux.8.7.0.vmdk -d eagerzeroedthick ONLYOFFICE_<%= ((BasePage)Page).EditionVersion %>Server_Linux.8.7.0.thick.vmdk
<pre><code>vmkfstools -i ONLYOFFICE_<%= ((BasePage)Page).EditionVersion %>Server_Linux.8.9.2.vmdk -d eagerzeroedthick ONLYOFFICE_<%= ((BasePage)Page).EditionVersion %>Server_Linux.8.9.2.thick.vmdk
</code></pre>
<div class="notehelp nh_notice">Эта операция может занять довольно продолжительное время из-за большого размера образа. Дождитесь завершения конвертации и не прерывайте процесс, поскольку это может повредить образы и в thin, и в thick-формате.</div>
<p>После этого, если вы не хотите использовать thick-образ, сконвертируйте его обратно в thin-формат, используя следующую команду:</p>
<pre><code>vmkfstools -i ONLYOFFICE_<%= ((BasePage)Page).EditionVersion %>Server_Linux.8.7.0.thick.vmdk -d thin ONLYOFFICE_<%= ((BasePage)Page).EditionVersion %>Server_Linux.8.7.0.thin.vmdk
<pre><code>vmkfstools -i ONLYOFFICE_<%= ((BasePage)Page).EditionVersion %>Server_Linux.8.9.2.thick.vmdk -d thin ONLYOFFICE_<%= ((BasePage)Page).EditionVersion %>Server_Linux.8.9.2.thin.vmdk
</code></pre>
</div>
</div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View File

@ -5,7 +5,7 @@
<asp:Content ID="Content4" ContentPlaceHolderID="pagebodyidpage" runat="Server">
<% ((BasePage)Page).EditionVersion = "Education"; %>
<% ((BasePage)Page).CommandName = "education-request"; %>
<% ((BasePage)Page).VersionName = "guide87"; %>
<% ((BasePage)Page).VersionName = "guide89"; %>
<% ((BasePage)Page).VersionLink = "education"; %>
<body class="windows_version education_edition">
</asp:Content>