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
@@ -8,6 +8,7 @@ All notable changes to this project will be documented in this file.
8
8
- Added the ``authentication_pool_size`` option to the Wazuh server API configuration section. ([#8287](https://github.com/wazuh/wazuh-documentation/pull/8287))
9
9
- Added clarifications that `<disabled>` is required in `active-response` blocks in *Use cases* and *Active response* reference sections. ([#8428](https://github.com/wazuh/wazuh-documentation/pull/8428))
10
10
- Added new section on creating agent groups. ([#8436](https://github.com/wazuh/wazuh-documentation/pull/8436))
11
+
-**Post-release**: Backported troubleshooting steps to the *Virtual Machine (OVA)* installation guide. ([#8563](https://github.com/wazuh/wazuh-documentation/pull/8563))
Copy file name to clipboardExpand all lines: source/deployment-options/virtual-machine/virtual-machine.rst
+36-9Lines changed: 36 additions & 9 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
@@ -87,14 +84,12 @@ Shortly after starting the VM, the Wazuh dashboard can be accessed from the web
87
84
user: admin
88
85
password: admin
89
86
90
-
91
87
You can find ``<wazuh_server_ip>`` by typing the following command in the VM:
92
88
93
89
.. code-block:: none
94
90
95
91
ip a
96
92
97
-
98
93
Configuration files
99
94
-------------------
100
95
@@ -103,9 +98,9 @@ All components included in this virtual image are configured to work out-of-the-
@@ -123,6 +118,38 @@ In case of using VirtualBox, once the virtual machine is imported it may run int
123
118
124
119
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
120
121
+
Troubleshooting
122
+
---------------
123
+
124
+
VM fails to start on AMD processors with VMware
125
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
126
+
127
+
**Issue**:
128
+
129
+
- After importing the Wazuh OVA into VMware Workstation on a host with an AMD processor, the VM fails to start with the error:
130
+
131
+
.. code-block:: none
132
+
133
+
The CPU has been disabled by the guest operating system. Power off or reset the virtual machine.
134
+
135
+
**Workaround**:
136
+
137
+
#. Locate and edit the VM’s ``.vmx`` file after importing the OVA.
138
+
#. Add the following lines to the end of the file to resolve compatibility issues between the VM and AMD processors.
0 commit comments