Skip to content

Commit

Permalink
Update links
Browse files Browse the repository at this point in the history
  • Loading branch information
quirogas committed Jul 13, 2023
1 parent cf35f9e commit fa5d5fa
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/get_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ In addition, at least one Cloud Proxy (also version 8.10 or later) must be set u
go to [Docker's installation documentation](https://docs.docker.com/engine/install/),
follow the instructions provided for your operating system. Finally, make sure the Docker default socket is enabled in the
**Advanced** tab in **Settings** (version 4.18.0 and above).
* Container registry with read and write access (see [FAQ and Troubleshooting](troubleshooting_and_faq.md#why-do-i-need-a-container-registry) for additional information).
* Container registry with read and write access (see [Container Registries (FAQs)](./troubleshooting_and_faq/container_registries.md#why-do-i-need-a-container-registry) for additional information).
* Python3 3.9.0 or later. Updating to the latest stable version is recommended. Python 3.8 and earlier (including Python2) are not supported. For instructions on installing Python, go
to [Python's installation documentation](https://wiki.python.org/moin/BeginnersGuide/Download),
and follow the instructions provided for your operating system.
Expand Down
8 changes: 4 additions & 4 deletions docs/troubleshooting_and_faq/logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Logs are generated and stored on the cloud proxy where the adapter is running at
found in VMware Aria Operations at **Environment → Inventory → Adapter Instances → <ADAPTER_DISPLAY_NAME> → <ADAPTER_INSTANCE>** in the rightmost column.
The `Internal ID` column is not displayed by default. To display the Internal ID, enable the `Internal ID` column by clicking the lower left 'column' icon and then checking the `Internal ID` box.

![highlight of the checkbox where internal id can be enabled](images/enable_internal_id_column.png)
![highlight of the checkbox where internal id can be enabled](../images/enable_internal_id_column.png)

![highlight of the internal id](images/highlight_internal_id_column.png)
![highlight of the internal id](../images/highlight_internal_id_column.png)

### What are the different log files used for?

Expand Down Expand Up @@ -69,9 +69,9 @@ If the file does not exist, the system generates it after a collection/test.
found in VMware Aria Operations at **Environment → Inventory → Adapter Instances → <ADAPTER_DISPLAY_NAME> → <ADAPTER_INSTANCE>** in the rightmost column.
The `Internal ID` column is not displayed by default. To display the Internal ID, enable the `Internal ID` column by clicking the lower left 'column' icon and then checking the `Internal ID` box.

![highlight of the checkbox where internal id can be enabled](images/enable_internal_id_column.png)
![highlight of the checkbox where internal id can be enabled](../images/enable_internal_id_column.png)

![highlight of the internal id](images/highlight_internal_id_column.png)
![highlight of the internal id](../images/highlight_internal_id_column.png)


### How do I change the log level of mp-init, mp-test, or mp-build?
Expand Down
2 changes: 2 additions & 0 deletions docs/troubleshooting_and_faq/other.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Other

### How can I implement Policy and Capacity models?

Policy and capacity models can only be specified by writing a `describe.xml` file in the `conf` directory.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@

### VMware Aria Operations returns 'Unknown adapter type' when setting up new adapter instance

![Example of an 'Unknown Adapter Type' error message for an adapter with type/key 'Testserver'](images/unknown_adapter_type.png)
![Example of an 'Unknown Adapter Type' error message for an adapter with type/key 'Testserver'](../images/unknown_adapter_type.png)
> Example of an 'Unknown Adapter Type' error message for an adapter with type/key 'Testserver'.
If the pak file installs successfully but errors when creating an account (adapter instance), check that:

- The Collector/Group the MP is running on is a Cloud Proxy, and
- Check that the Cloud Proxy supports containerized adapters. Containerized adapter
support is supported in VMware Aria Operations version 8.10.0 and later.
Expand Down

0 comments on commit fa5d5fa

Please sign in to comment.