You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file.
11
11
- Added ARM64 to the central components architecture references. ([#8173](https://github.com/wazuh/wazuh-documentation/pull/8173))
12
12
- Added a note warning that downgrades to 4.11 and earlier versions from 4.12 and later are not possible. ([#8425](https://github.com/wazuh/wazuh-documentation/pull/8425))
13
13
- Added new configuration options to the MS Graph integration documentation. ([#8226](https://github.com/wazuh/wazuh-documentation/pull/8226)) ([#8495](https://github.com/wazuh/wazuh-documentation/pull/8495)) ([#8496](https://github.com/wazuh/wazuh-documentation/pull/8496))
14
+
-**Post-release**: Added troubleshooting steps to the *Virtual Machine (OVA)* installation guide. ([#8562](https://github.com/wazuh/wazuh-documentation/pull/8562))
Copy file name to clipboardExpand all lines: source/deployment-options/virtual-machine/virtual-machine.rst
+36-7Lines changed: 36 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,13 @@
1
1
.. Copyright (C) 2015, Wazuh, Inc.
2
2
3
3
.. meta::
4
-
:description: The pre-built Wazuh Virtual Machine includes all Wazuh components ready-to-use. Test all Wazuh capabilities with our OVA.
5
-
6
-
.. _virtual_machine:
4
+
:description: The pre-built Wazuh Virtual Machine includes all Wazuh components ready-to-use. Test all Wazuh capabilities with our OVA.
7
5
8
6
Virtual Machine (OVA)
9
7
=====================
10
8
11
9
Wazuh provides a pre-built virtual machine image in Open Virtual Appliance (OVA) format. This can be directly imported to VirtualBox or other OVA compatible virtualization systems. Take into account that this VM only runs on 64-bit systems with x86_64/AMD64 architecture. It does not provide high availability and scalability out of the box. However, these can be implemented by using :doc:`distributed deployment </installation-guide/index>`.
12
10
13
-
14
11
Download the `virtual appliance (OVA) <https://packages.wazuh.com/|WAZUH_CURRENT_MAJOR_OVA|/vm/wazuh-|WAZUH_CURRENT_OVA|.ova>`_, which includes Amazon Linux 2023 and the Wazuh central components.
15
12
16
13
- Wazuh manager |WAZUH_CURRENT_OVA|
@@ -64,7 +61,7 @@ Import and access the virtual machine
64
61
65
62
#. Start the machine.
66
63
#. Access the virtual machine using the following user and password. You can use the virtualization platform or access it via SSH.
67
-
64
+
68
65
.. code-block:: none
69
66
70
67
user: wazuh-user
@@ -103,9 +100,9 @@ All components included in this virtual image are configured to work out-of-the-
@@ -123,6 +120,38 @@ In case of using VirtualBox, once the virtual machine is imported it may run int
123
120
124
121
Once the virtual machine is imported and running, the next step is to :doc:`deploy the Wazuh agents </installation-guide/wazuh-agent/index>` on the systems to be monitored.
125
122
123
+
Troubleshooting
124
+
---------------
125
+
126
+
VM fails to start on AMD processors with VMware
127
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
128
+
129
+
**Issue**:
130
+
131
+
- After importing the Wazuh OVA into VMware Workstation on a host with an AMD processor, the VM fails to start with the error:
132
+
133
+
.. code-block:: none
134
+
135
+
The CPU has been disabled by the guest operating system. Power off or reset the virtual machine.
136
+
137
+
**Workaround**:
138
+
139
+
#. Locate and edit the VM’s ``.vmx`` file after importing the OVA.
140
+
#. Add the following lines to the end of the file to resolve compatibility issues between the VM and AMD processors.
0 commit comments