diff --git a/Web/Controls/Help/Server/Docker/Enterprise/EnterpriseDockerScriptParameters/EnterpriseDockerScriptParameters.ascx b/Web/Controls/Help/Server/Docker/Enterprise/EnterpriseDockerScriptParameters/EnterpriseDockerScriptParameters.ascx index 80b3f6a00..f3ff5f2aa 100644 --- a/Web/Controls/Help/Server/Docker/Enterprise/EnterpriseDockerScriptParameters/EnterpriseDockerScriptParameters.ascx +++ b/Web/Controls/Help/Server/Docker/Enterprise/EnterpriseDockerScriptParameters/EnterpriseDockerScriptParameters.ascx @@ -259,7 +259,7 @@

Example

bash <%= ((BasePage)Page).CommandName %>-install.sh -md "yourdomain.com" -u true
 
-

This will consequently stop all containers (Document Server, Mail Server, Control Panel and Community Server), remove them and then run the latest versions of the corresponding <%= ((BasePage)Page).EditionVersion %> Edition 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.

+

This will consequently stop those containers that need to be updated, remove them and then run the latest versions of the corresponding <%= ((BasePage)Page).EditionVersion %> Edition 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.

diff --git a/Web/Controls/Help/Server/Docker/Enterprise/EnterpriseDockerScriptParameters/EnterpriseDockerScriptParameters.ru.ascx b/Web/Controls/Help/Server/Docker/Enterprise/EnterpriseDockerScriptParameters/EnterpriseDockerScriptParameters.ru.ascx index e08dbe039..ca9b525db 100644 --- a/Web/Controls/Help/Server/Docker/Enterprise/EnterpriseDockerScriptParameters/EnterpriseDockerScriptParameters.ru.ascx +++ b/Web/Controls/Help/Server/Docker/Enterprise/EnterpriseDockerScriptParameters/EnterpriseDockerScriptParameters.ru.ascx @@ -259,7 +259,7 @@

Пример

bash <%= ((BasePage)Page).CommandName %>-install.sh -md "yourdomain.com" -u true
 
-

В результате все контейнеры (Сервер документов, Почтовый сервер, Панель управления и Сервер совместной работы) будут последовательно остановлены, удалены, а затем будут запущены последние версии соответствующих компонентов <%= ((BasePage)Page).EditionVersion %> Edition. Если в ходе предыдущей установки вы пропустили некоторые компоненты, они также будут скачаны и установлены. Данные, сохраненные на портале, должны подхватиться автоматически.

+

В результате те контейнеры, которые требуется обновить, будут последовательно остановлены, удалены, а затем будут запущены последние версии соответствующих компонентов <%= ((BasePage)Page).EditionVersion %> Edition. Если текущая версия компонента совпадает с последней доступной версией, такой контейнер не будет затронут. Если в ходе предыдущей установки вы пропустили некоторые компоненты, они также будут пропущены. Данные, сохраненные на портале, должны подхватиться автоматически.

diff --git a/Web/Controls/Help/Server/Virtual/Enterprise/VMWare/VMWare.ascx b/Web/Controls/Help/Server/Virtual/Enterprise/VMWare/VMWare.ascx index 31a08bfcf..44ce276ab 100644 --- a/Web/Controls/Help/Server/Virtual/Enterprise/VMWare/VMWare.ascx +++ b/Web/Controls/Help/Server/Virtual/Enterprise/VMWare/VMWare.ascx @@ -78,14 +78,14 @@

<%= ((BasePage)Page).EditionVersion %> Edition VMware image is supplied in so called thin 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.

When you try to use the downloaded image with VMware vSphere Hypervisor version 6, you might see the LZMA data is corrupt or system halted error messages. The following error is also likely to appear:

-
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.
+
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.
 

To prevent that you must convert <%= ((BasePage)Page).EditionVersion %> Edition virtual machine image into the thick format (with fixed disk size) prior to using it with VMware vSphere Hypervisor version 6. Run the following command on it:

-
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
+
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
 
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.

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:

-
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
+
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
 
diff --git a/Web/Controls/Help/Server/Virtual/Enterprise/VMWare/VMWare.ru.ascx b/Web/Controls/Help/Server/Virtual/Enterprise/VMWare/VMWare.ru.ascx index 3003bbfe7..32d3f0535 100644 --- a/Web/Controls/Help/Server/Virtual/Enterprise/VMWare/VMWare.ru.ascx +++ b/Web/Controls/Help/Server/Virtual/Enterprise/VMWare/VMWare.ru.ascx @@ -75,14 +75,14 @@

Образ <%= ((BasePage)Page).EditionVersion %> Edition для VMware поставляется в так называемом thin-формате. Это значит, что используемый размер диска (а также и размер образа) увеличивается динамически по мере роста объема данных и только при необходимости. Это хорошо работает с VMware vSphere Hypervisor версий 4 и 5, но может вызывать трудности с версией 6.

При попытке использовать с VMware vSphere Hypervisor версии 6 тот образ, который вы скачали, могут появляться следующие сообщения об ошибках LZMA data is corrupt или system halted. Возможно также появление следующей ошибки:

-
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.
+
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.
 

Чтобы этого избежать, надо сконвертировать образ виртуальной машины <%= ((BasePage)Page).EditionVersion %> Edition в thick-формат (с фиксированным размером диска), прежде чем использовать его с VMware vSphere Hypervisor версии 6. Выполните следующую команду:

-
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
+
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
 
Эта операция может занять довольно продолжительное время из-за большого размера образа. Дождитесь завершения конвертации и не прерывайте процесс, поскольку это может повредить образы и в thin, и в thick-формате.

После этого, если вы не хотите использовать thick-образ, сконвертируйте его обратно в thin-формат, используя следующую команду:

-
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
+
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
 
diff --git a/Web/images/Help/Guides/big/guide89/step2.png b/Web/images/Help/Guides/big/guide89/step2.png new file mode 100644 index 000000000..7ecd7e2b2 Binary files /dev/null and b/Web/images/Help/Guides/big/guide89/step2.png differ diff --git a/Web/images/Help/Guides/big/guide89/step2_1.png b/Web/images/Help/Guides/big/guide89/step2_1.png new file mode 100644 index 000000000..7f7087326 Binary files /dev/null and b/Web/images/Help/Guides/big/guide89/step2_1.png differ diff --git a/Web/images/Help/Guides/big/guide89/step2_2.png b/Web/images/Help/Guides/big/guide89/step2_2.png new file mode 100644 index 000000000..d7cbab83f Binary files /dev/null and b/Web/images/Help/Guides/big/guide89/step2_2.png differ diff --git a/Web/images/Help/Guides/big/guide89/step3.png b/Web/images/Help/Guides/big/guide89/step3.png new file mode 100644 index 000000000..4e79fe43a Binary files /dev/null and b/Web/images/Help/Guides/big/guide89/step3.png differ diff --git a/Web/images/Help/Guides/big/guide89/step3_1.png b/Web/images/Help/Guides/big/guide89/step3_1.png new file mode 100644 index 000000000..3db5bc4f3 Binary files /dev/null and b/Web/images/Help/Guides/big/guide89/step3_1.png differ diff --git a/Web/images/Help/Guides/big/guide89/step3_2.png b/Web/images/Help/Guides/big/guide89/step3_2.png new file mode 100644 index 000000000..ec3b8adf1 Binary files /dev/null and b/Web/images/Help/Guides/big/guide89/step3_2.png differ diff --git a/Web/images/Help/Guides/big/guide89/step3_3.png b/Web/images/Help/Guides/big/guide89/step3_3.png new file mode 100644 index 000000000..e862db13d Binary files /dev/null and b/Web/images/Help/Guides/big/guide89/step3_3.png differ diff --git a/Web/images/Help/Guides/big/guide89/step3_4.png b/Web/images/Help/Guides/big/guide89/step3_4.png new file mode 100644 index 000000000..b9b2398e1 Binary files /dev/null and b/Web/images/Help/Guides/big/guide89/step3_4.png differ diff --git a/Web/images/Help/Guides/big/guide89/step4.png b/Web/images/Help/Guides/big/guide89/step4.png new file mode 100644 index 000000000..399be30e2 Binary files /dev/null and b/Web/images/Help/Guides/big/guide89/step4.png differ diff --git a/Web/images/Help/Guides/small/guide89/step2.png b/Web/images/Help/Guides/small/guide89/step2.png new file mode 100644 index 000000000..7c66b340a Binary files /dev/null and b/Web/images/Help/Guides/small/guide89/step2.png differ diff --git a/Web/images/Help/Guides/small/guide89/step2_1.png b/Web/images/Help/Guides/small/guide89/step2_1.png new file mode 100644 index 000000000..ac2e98d8e Binary files /dev/null and b/Web/images/Help/Guides/small/guide89/step2_1.png differ diff --git a/Web/images/Help/Guides/small/guide89/step2_2.png b/Web/images/Help/Guides/small/guide89/step2_2.png new file mode 100644 index 000000000..6f2864521 Binary files /dev/null and b/Web/images/Help/Guides/small/guide89/step2_2.png differ diff --git a/Web/images/Help/Guides/small/guide89/step3.png b/Web/images/Help/Guides/small/guide89/step3.png new file mode 100644 index 000000000..147ee12b5 Binary files /dev/null and b/Web/images/Help/Guides/small/guide89/step3.png differ diff --git a/Web/images/Help/Guides/small/guide89/step3_1.png b/Web/images/Help/Guides/small/guide89/step3_1.png new file mode 100644 index 000000000..5aa33c84d Binary files /dev/null and b/Web/images/Help/Guides/small/guide89/step3_1.png differ diff --git a/Web/images/Help/Guides/small/guide89/step3_2.png b/Web/images/Help/Guides/small/guide89/step3_2.png new file mode 100644 index 000000000..efd76cad1 Binary files /dev/null and b/Web/images/Help/Guides/small/guide89/step3_2.png differ diff --git a/Web/images/Help/Guides/small/guide89/step3_3.png b/Web/images/Help/Guides/small/guide89/step3_3.png new file mode 100644 index 000000000..163709c17 Binary files /dev/null and b/Web/images/Help/Guides/small/guide89/step3_3.png differ diff --git a/Web/images/Help/Guides/small/guide89/step3_4.png b/Web/images/Help/Guides/small/guide89/step3_4.png new file mode 100644 index 000000000..fcb0b09a6 Binary files /dev/null and b/Web/images/Help/Guides/small/guide89/step3_4.png differ diff --git a/Web/images/Help/Guides/small/guide89/step4.png b/Web/images/Help/Guides/small/guide89/step4.png new file mode 100644 index 000000000..d14d72d24 Binary files /dev/null and b/Web/images/Help/Guides/small/guide89/step4.png differ diff --git a/Web/server/windows/education/install-education-windows-version.aspx b/Web/server/windows/education/install-education-windows-version.aspx index f09a5bae5..af26c65a0 100644 --- a/Web/server/windows/education/install-education-windows-version.aspx +++ b/Web/server/windows/education/install-education-windows-version.aspx @@ -5,7 +5,7 @@ <% ((BasePage)Page).EditionVersion = "Education"; %> <% ((BasePage)Page).CommandName = "education-request"; %> - <% ((BasePage)Page).VersionName = "guide87"; %> + <% ((BasePage)Page).VersionName = "guide89"; %> <% ((BasePage)Page).VersionLink = "education"; %>