Skip to content

Commit 79fc265

Browse files
authored
Merge branch 'main' into 19.07.05
2 parents fbe984b + a4cf293 commit 79fc265

File tree

81 files changed

+443
-298
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+443
-298
lines changed

docs/apps/business-services/building-business-services-in-device42.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Applications Groups are enabled by default in Device42, but you can disable the
116116
/>
117117

118118

119-
### (Legacy) Pinning, Starring, and Hiding Services
119+
### For versions prior to 19.05: Pinning, Starring, and Hiding Services
120120

121121
Now that we have enabled Application Groups, we must identify which services we want to Pin, Star, and Hide to continue to build out our Application Groups. 
122122

@@ -172,7 +172,7 @@ Hovering over the timeline above the view will allow you to identify changes to
172172

173173
![](/assets/images/WEB-519_bus-apps-13-Affinity-Group-Chart-Timeline.png)
174174

175-
### (Legacy) Refactoring Application Groups
175+
### For versions prior to 19.05: Refactoring Application Groups
176176

177177
- There are times when choosing a different query to generate your Application Groups may be better suited for your environment. Navigate to **Tools > Integrations > Saved DOQL Queries**.
178178

docs/auto-discovery/linux-unix-server-auto-discovery.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,11 +179,11 @@ Specify the timeout range between 10 to 600 seconds in the **Timeout** field to
179179
}}
180180
/>
181181

182-
When discovery switches between *nix users, the triggered banner text messages may disrupt database discovery and Application Component creation, resulting in discovery errors or incomplete data collection.
182+
If you experience unexplainable issues during discovery that you suspect are due to banner text interfering with parsing, enable the **Check for Banner** option for discovery to detect and remove banner messages. The **Check for Banner** option is also available via API.
183183

184-
To ensure full data collection when switching users, enable the **Check for Banner** option for discovery to detect and remove banner messages.
184+
When discovery switches between *nix users, the triggered banner text messages may disrupt database discovery and Application Component creation, resulting in discovery errors or incomplete data collection.
185185

186-
The **Check for Banner** option is also available via API.
186+
Note that banner text interference can't be directly determined from Device42. You require a power user with system access to the target machine to detect interference by switching users. Device42 support may advise you to select the banner option if they suspect banner text interference.
187187

188188
<ThemedImage
189189
alt="Check for Banner option"

docs/getstarted/discovery-hub.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Discovery Hub: scoping and onboarding"
2+
title: "Discovery Hub: Scoping and Onboarding"
33
sidebar_position: 3.5
44
---
55

@@ -31,7 +31,7 @@ Log in to the Device42 UI and navigate to **Discovery > Discovery Hub**.
3131

3232
To set up a Discovery Hub scan, name the scan and select the [Remote Collector](getstarted/installation/remote-collector-rc-installation.mdx) to use. You need to know the IPs, IP ranges, or CIDR blocks for your target environment.
3333

34-
Enter the IP information in the box highlighted in the image below and click on the **+** button. You can enter as many targets as you like but the more targets included, the longer the scan will likely take.
34+
Enter the IP information in the box highlighted in the image below and click on the **up arrow** button. You can enter as many targets as you like, but the more targets you include, the longer the scan will likely take.
3535

3636
<ThemedImage
3737
alt="Discovery Hub menu"
@@ -42,7 +42,7 @@ Enter the IP information in the box highlighted in the image below and click on
4242
/>
4343
<br/><br/>
4444

45-
After you have entered the information, click the bright green **Start** button.
45+
After you have entered the IP address, named the scan, and selected at least one RC, click the green **Start** button.
4646

4747
The scan will start immediately. You'll see the green start notification, a percentage ticker showing your completion status, and information on the six categories of assets: **Windows**, **Nix**, **Network Devices**, **Hypervisors**, **Other/Unknown**, and **Unreachable**.
4848

@@ -104,8 +104,8 @@ The scans you have created will be displayed in the left-hand column. Once start
104104
<ThemedImage
105105
alt="Scan results with settings button"
106106
sources={{
107-
light: useBaseUrl('/assets/images/discovery-hub-onboarding/scan-outcome-light.png'),
108-
dark: useBaseUrl('/assets/images/discovery-hub-onboarding/scan-outcome-dark.png'),
107+
light: useBaseUrl('/assets/images/discovery-hub-onboarding/scan-settings-button-light.png'),
108+
dark: useBaseUrl('/assets/images/discovery-hub-onboarding/scan-settings-button-dark.png'),
109109
}}
110110
/>
111111
<br/><br/>
@@ -162,7 +162,9 @@ The **One-time discovery** and **Continuous discovery** options are recommended
162162
light: useBaseUrl('/assets/images/discovery-hub-onboarding/discovery-job-window-cidr-light.png'),
163163
dark: useBaseUrl('/assets/images/discovery-hub-onboarding/discovery-job-window-cidr-dark.png'),
164164
}}
165+
style={{ width: '70%' }}
165166
/>
167+
166168
<br/><br/>
167169

168170
When the job is created successfully, you will see the screen below. You can close the window and go back to your scans or click the link to be taken to the job page to edit the job settings.
@@ -176,9 +178,7 @@ When the job is created successfully, you will see the screen below. You can clo
176178
/>
177179
<br/><br/>
178180

179-
From the **Settings** tab of completed Discovery Hub scans, you can see the linked jobs that were created based on those results.
180-
181-
Click on the **+ Add schedule button** to schedule the scan.
181+
From the **Settings** tab of completed Discovery Hub scans, you can see the linked jobs that were created based on those results. Click on the **+ Add schedule button** to schedule the scan.
182182

183183
<ThemedImage
184184
alt="Network scan settings"

docs/getstarted/faqs/index.mdx

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,7 @@ With a default configuration, visit `https://IP_or_fqdn_for_device42_vm` in your
1818

1919
## Which Browser Should I Use?
2020

21-
Device42 recommends using the web browsers (or more recent versions) listed below.
22-
23-
- Chrome — 88.0.4324.150
24-
- Edge — 88.0.705.63
25-
- Firefox — 72.0.1
26-
- Safari — 13.1.2 (13609.3.5.1.5)
21+
Device42 recommends using the latest version of Chrome, Firefox, Edge, or Safari.
2722

2823
## How Do I Get My Current Data Into Device42?
2924

@@ -37,7 +32,7 @@ You can use any of the following tools to import your data to Device42:
3732

3833
- [**Microsoft Excel / CSV (spreadsheet) import**](integration/imports/index.mdx): The **Tools > Imports/Exports (xls)** page outlines your options for importing MS Excel spreadsheets to Device42 and provides sample Excel sheets to help you format your existing spreadsheets so that uploading your existing data is as easy as possible.
3934
- [**Device42 generic import tool**](https://www.device42.com/blog/2018/06/19/new-features-added-to-the-generic-import-tool/): You can use the Device42 generic import tool to add and map fields for existing data from most spreadsheet formats. Learn more about formatting best practices in the Device42 walkthrough for manually [Importing Data From Existing Spreadsheets](getstarted/importing-data-from-existing-spreadsheets.mdx).
40-
- [**RESTful APIs**](https://api.device42.com): These enable you to programatically automate your network documentation and leverage your asset data for scripts and automation. Simply add RESTful APIs to your regular workflow to leverage Device42 as single source of truth for systems such as provisioning and monitoring.
35+
- [**RESTful APIs**](https://api.device42.com): These enable you to programatically automate your network documentation and leverage your asset data for scripts and automation. Simply add RESTful APIs to your regular workflow to leverage Device42 as a single source of truth for systems such as provisioning and monitoring.
4136
- **Device42 web UI**: You can use the Device42 web interface to import your data.
4237
- **Templates/bulk operations**: Certain object types are easier to add using templates or models. For example, it is easier to use [PDU models](infrastructure-management/power-units/defining-pdu-models.mdx) to create PDUs, [switch port templates](infrastructure-management/ipam/switch-templates.mdx) to create switches and ports, and [patch panel models](infrastructure-management/power-units/defining-pdu-models.mdx) to create patch panel ports and bulk backport connectivity for patch panels.
4338

@@ -65,7 +60,7 @@ Current releases of Device42 support **all** discovery jobs, including WMI and P
6560

6661
:::note
6762
RCs will only automatically update when an RC update coincides with an MA update.
68-
::
63+
:::
6964

7065
## How Do I Migrate Existing Power Appliance Jobs to a Remote Collector?
7166

@@ -109,7 +104,7 @@ Data can be exported in Excel or CSV format by downloading current data from the
109104

110105
## How Do I Back Up My Data?
111106

112-
Log in to the Device42 appliance manager at `https://your\_device42\_ip\_or\_FQDN:4242/` using the following default credentials:
107+
Log in to the Device42 appliance manager at `https://your_device42_ip_or_FQDN:4242/` using the following default credentials:
113108

114109
- Username:`d42admin`
115110
- Password: `default`

docs/getstarted/getting-started-with-auto-discovery.mdx

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,27 @@ sidebar_position: 2
66
import ThemedImage from '@theme/ThemedImage'
77
import useBaseUrl from '@docusaurus/useBaseUrl'
88

9-
The following how-to runs down quickly enumerating network objects with Device42 Autodiscovery.
9+
The following guide briefly walks you through creating various network objects with Device42 Autodiscovery.
1010

1111
## Getting Started with Device42 Videos
1212

13-
**If you're new to Device42**, begin with our [**getting started videos**](https://www.youtube.com/playlist?list=PLJ9je_qSNumJ-rMzIXUufY-XsbrwWfeCR). In under 5 minutes, you'll learn how to set up your Remote Collector (RC), connect a Windows Discovery Service (WDS) instance to it, and run your first discovery job. Watch them now and you'll be an expert in no time!
13+
If you're new to Device42, begin with our [**Getting Started videos**](https://www.youtube.com/playlist?list=PLJ9je_qSNumJ-rMzIXUufY-XsbrwWfeCR). In under five minutes, you'll learn how to set up your Remote Collector (RC), connect a Windows Discovery Service (WDS) instance to it, and run your first discovery job. [Watch them now](https://www.youtube.com/watch?v=ClkvR9zLQUU&t=0s&list=PLJ9je_qSNumJ-rMzIXUufY-XsbrwWfeCR&index=2) and you'll be an expert in no time!
1414

15-
Ready to learn more? If you prefer videos, visit our [Device42 "How-To" playlist on YouTube](https://www.youtube.com/playlist?list=PLJ9je_qSNumJ4HuNVS75wzRgBRrtCh6_q) or go to the [How-To video section](how-to-videos/index.mdx) in the docs.
15+
Ready to learn more? If you prefer videos, visit the [Device42 **How To** playlist on YouTube](https://www.youtube.com/playlist?list=PLJ9je_qSNumJ4HuNVS75wzRgBRrtCh6_q) or the [How-To Videos](how-to-videos/index.mdx) in the documentation.
1616

17-
If you can't find the answer you're looking for, please email support@device42 and let us know. There's a good chance other people are wondering the same thing, and we'll be happy to create a new video.
17+
If you can't find the answer you're looking for, please email [support@device42](mailto:support@device42) and let us know. There's a good chance other people are wondering the same thing, and we'll be happy to create a new video.
1818

1919
## Autodiscovery Account Notice
2020

2121
:::caution
22-
Please do **not** set up an autodiscovery scan using critical production account credentials. Please create a separate, dedicated account to use only for discovery.
22+
Please **do not** set up an autodiscovery scan using critical production account credentials. Instead, create a separate, dedicated account to use only for discovery.
2323
:::
2424

25-
Depending on permissions granted and your configured password policies, account lock-out could result in an otherwise completely avoidable outage. You, the customer, are responsible for any such behavior that might result.
25+
Depending on the permissions granted and your configured password policies, account lockout could result in an otherwise completely avoidable outage. You, the customer, are responsible for any such behavior that might result.
2626

2727
## Creating Subnets
2828

29-
Go to **Resources > Networks > All Subnets** and click **Create** on the top right corner.
29+
Go to **Resources > Networks > All Subnets** and click **Create** in the top-right corner.
3030

3131
<ThemedImage
3232
alt="View or edit existing subnets"
@@ -36,7 +36,7 @@ sources={{
3636
}}
3737
/>
3838

39-
The required fields are **Network**, **Mask Bits**, and **Service Level**. The other fields are optional. If left empty, **Range Begin** and **Range End** are automatically calculated based on network and bits.
39+
The required fields are **Network**, **Mask Bits**, and **Service Level**. The other fields are optional. If left empty, **Range Begin** and **Range End** are automatically calculated based on the **Network** and **Mask Bits**.
4040

4141
<ThemedImage
4242
alt="Create a new subnet"
@@ -46,24 +46,26 @@ sources={{
4646
}}
4747
/>
4848

49-
If subnets have been pre-defined, all discovered IP addresses will be placed in their respective subnets. Otherwise, the IPs will end up in an "undefined" subnet.
49+
If subnets have been predefined, all discovered IP addresses will be placed in their respective subnets. Otherwise, the IPs will end up in an **undefined** subnet.
5050

51-
## Set Up Autodiscovery
51+
## Setting Up Autodiscovery
5252

53-
### Set Up WDS (Windows Discovery Service)
53+
### Setting Up Windows Discovery Service (WDS)
5454

5555
Now is a good time to set up a [Remote Collector](auto-discovery/remote-collector-rc.mdx), as RCs are dedicated to discovery and can handle larger network ranges than your Main Appliance (MA).
5656

57-
If you’ll be discovering any Microsoft Windows OS-based servers or guests, go ahead and set up an instance of WDS. Note that your WDS instance can be connected to either your Main Appliance OR to a Remote Collector. If you do have an RC set up, it’s recommended to connect to WDS rather than connecting it to your MA.
57+
If you’ll be discovering any Microsoft Windows OS-based servers or guests, go ahead and set up an instance of WDS. Note that your WDS instance can be connected to either your MA **or** to an RC. If you have an RC set up, we recommend connecting the instance to the RC instead of your MA.
5858

59-
### Create Your First Discovery Job
59+
### Creating Your First Discovery Job
6060

61-
If you're discovering any Microsoft- or Windows-based products, install the [WDS](installation/windows-discovery-service-installation.mdx) first.
61+
If you're discovering any Microsoft- or Windows-based products, first install the [WDS](installation/windows-discovery-service-installation.mdx).
6262

63-
Start by discovering your network. Navigate to **Discovery > SNMP** and click **Create** to create a [SNMP/Network discovery job](auto-discovery/network-auto-discovery.mdx). This will build out a base for the rest of your network. Then move on to vServer discovery, followed by Windows/Linux servers, etc.
63+
Next, discover your network. Navigate to **Discovery > SNMP** and click **Create** to create a [SNMP/Network discovery job](auto-discovery/network-auto-discovery.mdx). This will build out a base for the rest of your network.
64+
65+
Then, move on to vServer discovery, followed by Windows/Linux server discovery, and more.
6466

6567
:::info
66-
See [auto-discovery best practices](auto-discovery/autodisc-best-practices.mdx) for recommendations on the order in which to run initial discoveries. If you're familiar, jump right into [SNMP/Network discovery](auto-discovery/network-auto-discovery.mdx).
68+
See the [Autodiscovery Best Practices](auto-discovery/autodisc-best-practices.mdx) for recommendations on the order in which to run initial discoveries. If you're already familiar with these practices, jump right into [SNMP/Network discovery](auto-discovery/network-auto-discovery.mdx).
6769
:::
6870

6971
<ThemedImage
@@ -74,32 +76,30 @@ sources={{
7476
}}
7577
/>
7678

77-
## The "unknown" Device Type
78-
79-
Any devices that are not virtual will come over as device type "unknown" initially. This is because the appliance has not been told whether the hardware belongs to the physical, blade, or other category.
79+
## The Unknown Device Type
8080

81-
The following device types have a hardware model. Each hardware model can be one of three types: regular, blade, or other.
81+
All non-virtual devices will initially be assigned the **unknown** device type during discovery. These devices have a hardware model. The appliance categorizes them as **unknown** because it has not yet been instructed which of the following types the hardware models belong to:
8282

83-
- **Regular:** Represents physical devices
84-
- **Blade:** Represents blade devices
85-
- **Other:** Represents "other" devices like laptops, workstations, network printers, etc. that are not rack-mounted
83+
- **Regular:** Represents physical devices.
84+
- **Blade:** Represents blade devices.
85+
- **Other:** Represents "other" devices, like laptops, workstations, and network printers, that aren't rack-mounted.
8686

87-
Once you change a hardware type, all the corresponding devices that refer to that hardware and are of the type "unknown" will automatically be categorized accordingly.
87+
Once you change a hardware type, all the corresponding devices that refer to that hardware and have been assigned the **unknown** type will automatically be categorized accordingly.
8888

89-
The hardware bulk edit feature allows changing hardware properties in bulk for all undefined hardware types and it will automatically categorize all devices belonging to the category. See the [bulk edit YouTube videos](how-to-videos/add-and-bulk-edit-hardware-models-how-to.mdx) or [bulk edit documentation](infrastructure-management/devices/hardware-models-templates.mdx) for more information.
89+
The hardware bulk edit feature allows you to change hardware properties in bulk for all undefined hardware types. It automatically categorizes all devices belonging to a specific category. See the [Bulk Edit video](how-to-videos/add-and-bulk-edit-hardware-models-how-to.mdx) or [Bulk Edit documentation](infrastructure-management/devices/hardware-models-templates.mdx) for more information.
9090

91-
Also, once a hardware type is defined, any newly imported or discovered devices will go into the right category.
91+
Once a hardware type has been defined, any newly imported or discovered devices will go into the correct category.
9292

93-
## View Details of Discovered Items
93+
## Viewing the Details of Discovered Items
9494

95-
To view the details of discovered items, navigate to that item's list page and select an item from the table.
95+
To view the details of a discovered item type, navigate to that item type's list page and select an item from the table.
9696

97-
For example, go to **Resources > All Devices** and click on a device name to view device details. Depending on the device and information available, fields like **Hardware**, **Serial #**, **Total CPUs**, **RAM**, **OS**, and **IP Addresses** can be populated.
97+
For example, you can go to **Resources > All Devices** and click on a device name to view that device's details. Depending on the device and information available, fields like **Hardware**, **Serial #**, **Total CPUs**, **RAM**, **OS**, and **IP Addresses** may be populated.
9898

9999
<ThemedImage
100100
alt="View device details"
101101
sources={{
102102
light: useBaseUrl('/assets/images/getting-started-with-auto-discovery/view-ci-details-19.06-light.png'),
103103
dark: useBaseUrl('/assets/images/getting-started-with-auto-discovery/view-ci-details-19.06-dark.png'),
104104
}}
105-
/>
105+
/>

0 commit comments

Comments
 (0)