Skip to content

Commit e37f5cf

Browse files
authored
Merge branch 'main' into hotfix-yaml
2 parents d707afa + 6b16d0d commit e37f5cf

103 files changed

Lines changed: 306 additions & 145 deletions

File tree

Some content is hidden

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

docs/administration/appliance-manager/changing-device42-appliance-hostname.mdx

Lines changed: 25 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,32 @@ title: "Changing Device42 Appliance Hostname"
33
sidebar_position: 3
44
---
55

6-
# Changing Hostname of Device42 Appliance
6+
You can change the Device42 Appliance hostname from the Appliance Manager or the VM console.
77

8-
You can now change the hostname of your Device42 appliance through the Appliance manager. To do so, simply log into the appliance manager and choose "Appliance Hostname" under the System settings on the left menu. From there just enter the new name you would like for the host and click save.
8+
### Change Hostname in the Appliance Manager
99

10-
![Change appliance name](/assets/images/2016-04-07-Device42-appliance-hostname-01.png)
10+
[Log in to the Appliance Manager](device42-appliance-manager-login.mdx).
1111

12-
Upon doing so, you will see a success message at the bottom, and will need to restart the appliance by logging into the console and selecting option 4.
12+
From the left panel, go to **System > Appliance Hostname**, enter the new hostname you would like to use, and click **Save**. You should see a success message.
1313

14-
![Reboot appliance](/assets/images/2015-12-17-Appliance-Manager-SSL-01.png)
14+
![Change appliance name](/assets/images/changing-device42-appliance-hostname/appliance-hostname-change.png)
15+
16+
You need to restart the Device42 application. Go to **Application > Restart Application** in the Appliance Manager.
17+
18+
![Change appliance name](/assets/images/changing-device42-appliance-hostname/restart-application.png)
19+
20+
### Change Hostname in the VM Console
21+
22+
Log in to the VM console.
23+
24+
- Select **Server Settings** from the main menu.
25+
26+
![Change appliance name](/assets/images/changing-device42-appliance-hostname/console-server-settings.png)
27+
28+
- Enter the new hostname and select **Save**.
29+
30+
![Change appliance name](/assets/images/changing-device42-appliance-hostname/console-hostname.png)
31+
32+
- Select **Reboot Server** from the main menu and select **Reboot** to restart the server.
33+
34+
![Change appliance name](/assets/images/changing-device42-appliance-hostname/console-reboot-server.png)

docs/apps/application-components/index.mdx

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,20 @@ If you navigate to the edit form for an Application Component, you can also link
3333

3434
### Converting Client-Only Process to Services
3535

36-
Convert a client-only process into a Service by clicking the **Convert into Service** action available when hovering over the client-only process in the Topology and Application Groups visualization pages:
36+
Convert a client-only process into a Service by clicking the **Convert to Service** action available when hovering over the client-only process in the Topology and Application Groups visualization pages:
37+
38+
<ThemedImage
39+
alt="Convert to Service button"
40+
sources={{
41+
light: useBaseUrl('/assets/images/application-components/convert-to-service-light.png'),
42+
dark: useBaseUrl('/assets/images/application-components/convert-to-service-dark.png'),
43+
}}
44+
/>
3745

3846
- On Topology pages, the page will reload and display a success message.
3947
- On Application Groups visualization pages, you'll see a success message and be prompted to re-run the Application Group.
4048

41-
Once converted, the process is treated as a full Service and can be used like any other service, for example, in Application Components and App Focus filters.
49+
Once converted, the process is treated as a full Service and can be used like any other service, for example, in Application Components and [AppFocus filters](apps/application-groups/calculation-rules.mdx).
4250

4351
### Defining Application Components Not Based on Services
4452

docs/auto-discovery/database-discovery/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ For discovery to return detailed information about your database instance, you w
409409
* `pg_database`
410410
* `pg_tablespace`
411411
* `pg_stat_activity`
412-
* `init_server_addr` (function)
412+
* `inet_server_addr` (function)
413413

414414
### Set Up Your Postgres SQL Discovery Job
415415

docs/auto-discovery/database-discovery/on-premise-databases.mdx

Lines changed: 29 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -16,40 +16,50 @@ Select **Resources > Databases > On-Prem Databases** from the Device42 menu to
1616
<ThemedImage
1717
alt="On-Prem Databases menu"
1818
sources={{
19-
light: useBaseUrl('/assets/images/on-premise-databases/on-prem-menu-light.png'),
20-
dark: useBaseUrl('/assets/images/on-premise-databases/on-prem-menu-dark.png'),
19+
light: useBaseUrl('/assets/images/on-premise-databases/on-prem-menu-19.06-light.png'),
20+
dark: useBaseUrl('/assets/images/on-premise-databases/on-prem-menu-19.06-dark.png'),
2121
}}
2222
/> 
2323

24-
On the on-prem databases list page, you can **Search by resource name, host, database type**, filter the list by **Database Type**, and add **+ More** filter fields to narrow your results.
24+
On the on-prem databases list page, you can **Search by resource name, host, database type**, filter the list by **Database Type**, and add **More Filters** to narrow your results.
2525

2626
<ThemedImage
2727
alt="On-Prem Databases list page"
2828
sources={{
29-
light: useBaseUrl('/assets/images/on-premise-databases/on-prem-search-light.png'),
30-
dark: useBaseUrl('/assets/images/on-premise-databases/on-prem-search-dark.png'),
29+
light: useBaseUrl('/assets/images/on-premise-databases/on-prem-filters-light.png'),
30+
dark: useBaseUrl('/assets/images/on-premise-databases/on-prem-filters-dark.png'),
3131
}}
3232
/> 
3333

34-
Click on an on-prem database name to see details about that database and to edit its **Database Instance Application Component**, **Custom Fields**, **Notes**, **Tags**, and **Service Level**.
34+
Click on an on-prem database name to see the details about that database.
3535

3636
<ThemedImage
3737
alt="On-Prem databases details"
3838
sources={{
39-
light: useBaseUrl('/assets/images/on-premise-databases/on-prem-details-light.png'),
40-
dark: useBaseUrl('/assets/images/on-premise-databases/on-prem-details-dark.png'),
39+
light: useBaseUrl('/assets/images/on-premise-databases/database-schema-light.png'),
40+
dark: useBaseUrl('/assets/images/on-premise-databases/database-schema-dark.png'),
41+
}}
42+
/> 
43+
44+
Click edit to change some of the on-prem database details: **Database Instance Application Component**, **Custom Fields**, **Notes**, **Tags**, and **Service Level**.
45+
46+
<ThemedImage
47+
alt="On-Prem databases details"
48+
sources={{
49+
light: useBaseUrl('/assets/images/on-premise-databases/edit-custom-fields-light.png'),
50+
dark: useBaseUrl('/assets/images/on-premise-databases/edit-custom-fields-dark.png'),
4151
}}
4252
/> 
4353

4454
## Delete On-Prem Databases
4555

46-
You can delete on-prem databases. On the on-prem databases list page, select one or more database instances, and select **Fast Background Delete**, **Fast Background Archive**, or **Delete with Detailed Confirmation** from the **Select an action** dropdown menu, and click the hammer icon.
56+
You can delete on-prem databases. On the on-prem databases list page, select one or more database instances, and select **Fast Background Delete**, **Fast Background Archive**, or **Delete with Detailed Confirmation** from the **Actions** dropdown menu.
4757

4858
<ThemedImage
4959
alt="On-Prem Databases action menu"
5060
sources={{
51-
light: useBaseUrl('/assets/images/on-premise-databases/delete-actions-light.png'),
52-
dark: useBaseUrl('/assets/images/on-premise-databases/delete-actions-dark.png'),
61+
light: useBaseUrl('/assets/images/on-premise-databases/delete-actions-19.06-light.png'),
62+
dark: useBaseUrl('/assets/images/on-premise-databases/delete-actions-19.06-dark.png'),
5363
}}
5464
/>  
5565

@@ -58,30 +68,30 @@ Confirm or cancel the deletion when prompted.
5868
<ThemedImage
5969
alt="On-Prem Databases delete confirmation"
6070
sources={{
61-
light: useBaseUrl('/assets/images/on-premise-databases/delete-confirmation-light.png'),
62-
dark: useBaseUrl('/assets/images/on-premise-databases/delete-confirmation-dark.png'),
71+
light: useBaseUrl('/assets/images/on-premise-databases/delete-confirmation-19.06-light.png'),
72+
dark: useBaseUrl('/assets/images/on-premise-databases/delete-confirmation-19.06-dark.png'),
6373
}}
6474
/>  
6575

6676
## Add an On-Prem Database to a Business Application
6777

68-
You can add an on-prem database to an existing or new business application. On the on-prem databases list page, select one or more database instances, choose **Add to Business Application** from the **Select an action** dropdown menu, and click the hammer icon.
78+
You can add an on-prem database to an existing or new [Business Service](apps/business-services/index.mdx). On the on-prem databases list page, select one or more database instances, choose **Add to Business Application** from the **Actions** dropdown menu.
6979

7080
<ThemedImage
7181
alt="Add to business application"
7282
sources={{
73-
light: useBaseUrl('/assets/images/on-premise-databases/add-to-business-app-light.png'),
74-
dark: useBaseUrl('/assets/images/on-premise-databases/add-to-business-app-dark.png'),
83+
light: useBaseUrl('/assets/images/on-premise-databases/add-to-business-app-19.06-light.png'),
84+
dark: useBaseUrl('/assets/images/on-premise-databases/add-to-business-app-19.06-dark.png'),
7585
}}
7686
/>  
7787

78-
Select a **Business Application name** from the drop-down list or click the plus sign to create a new application. Click **Add selected On-Prem Database to Business Application** to confirm the addition to the business application.
88+
Select a **Business Service name** from the drop-down list or click the plus sign to create a new Business Service. Click **Add selected On-Prem Database to Business Service** to confirm.
7989

8090
<ThemedImage
8191
alt="Add to business application dropdown"
8292
sources={{
83-
light: useBaseUrl('/assets/images/on-premise-databases/business-app-dropdown-light.png'),
84-
dark: useBaseUrl('/assets/images/on-premise-databases/business-app-dropdown-dark.png'),
93+
light: useBaseUrl('/assets/images/on-premise-databases/business-app-dropdown-19.06-light.png'),
94+
dark: useBaseUrl('/assets/images/on-premise-databases/business-app-dropdown-19.06-dark.png'),
8595
}}
8696
/>  
8797

docs/auto-discovery/ibm-i-as400.mdx

Lines changed: 48 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,13 @@ Are you looking to discover an IBM z/OS-powered mainframe? [Click here to go the
1414

1515
Device42 has enhanced IBM i/AS400 discovery with additional capabilities and device results:
1616

17+
- Choose to **Discover Using FTPS** for secure, encrypted communication with AS/400 systems during discovery.
1718
- **Discover Using FTP** allows Device42 to pull in additional discovery details and no longer relies on the Telnet method of discovery.
19+
20+
:::note
21+
Device42 discovery does not support SFTP for discovery – only FTP and FTPS are supported.
22+
:::
23+
1824
- **Discover Software** supports all licensed software that IBM registers as installed. If you use FTP-based discovery, it includes software versions as well. Support encompasses the different programming languages installed, datastore information, and the additional dependencies or tools installed.
1925
- Disk Space discovery gets the ASPs (Auxiliary Storage Pools) of the machine capacity and space used, and stores the disk information as mount points attached to the device.
2026
- Tape Drives discovery now brings tape drives in as mount points with tape drive names and model numbers.
@@ -23,13 +29,15 @@ Device42 has enhanced IBM i/AS400 discovery with additional capabilities and dev
2329

2430
## Create an IBM i/AS400 (Mid-Range) Discovery Job
2531

26-
To add a new IBM i/AS400 discovery job, head to the main menu and select **Discovery > HyperVisors / \*nix / Windows**. Create a new discovery job, and select "IBM i/AS400" as the **Platform**.
32+
To add a new IBM i/AS400 discovery job, head to the main menu and select **Discovery > HyperVisors / \*nix / Windows**.
33+
34+
Create a new discovery job, and select **IBM i/AS400** as the **Platform**.
2735

2836
<ThemedImage
2937
alt="Add new IBM i/AS400 job"
3038
sources={{
31-
light: useBaseUrl('/assets/images/ibm-i-as400/as400-discovery-light.png'),
32-
dark: useBaseUrl('/assets/images/ibm-i-as400/as400-discovery-dark.png'),
39+
light: useBaseUrl('/assets/images/ibm-i-as400/as400-discovery-19.06-light.png'),
40+
dark: useBaseUrl('/assets/images/ibm-i-as400/as400-discovery-19.06-dark.png'),
3341
}}
3442
/>
3543

@@ -45,20 +53,30 @@ The following fields are available for configuration when creating a new i/AS400
4553

4654
- **Job Name:** Enter a name of your choosing to identify the IBM i/AS400 autodiscovery job.
4755
- **Remote Collector:** Optionally, specify a remote collector from which to run discovery instead of the main appliance.
48-
- **Platform:** Select "IBM i/AS400".
56+
- **Platform:** Select **IBM i/AS400**.
4957
- **Discovery Target(s):** Specify the FQDN or IP address of the IBM i/AS400 to discover. If using FQDN, ensure Device42 is set up to resolve DNS. Note that you can configure the DNS in your VM console under option **1**.
5058
- **Port:** Only change this if you have a custom listening port configuration. IBM i/AS400 discovery uses port 23 by default.
5159
- **Discovery Target(s) Credential(s):** Specify a username with permissions on your IBM i/AS400 machine.
5260
- **Debug Level:** Turn debug on for extra troubleshooting output. This is useful for support tickets.
5361
- **ADM Sampling Interval:** Leave off or choose an interval in minutes or hours.
54-
- **Discover Using FTP:** Run the discovery through FTP instead of Telnet.
62+
- **Discover Using FTP:** Run the discovery through FTP instead of Telnet. Selecting this option reveals the FTPS option:
63+
- **Discover Using FTPS:** Use FTPS (FTP Secure) to enable secure communication with AS/400 systems.
64+
65+
<ThemedImage
66+
alt="FTPS option"
67+
sources={{
68+
light: useBaseUrl('/assets/images/ibm-i-as400/ftps-option-light.png'),
69+
dark: useBaseUrl('/assets/images/ibm-i-as400/ftps-option-dark.png'),
70+
}}
71+
/>
72+
5573
- **Timeout:** Specify the maximum time in seconds per command for performing a Telnet discovery. If there are connection issues or slow loading time, increasing the timeout may yield better results.
5674

5775
<ThemedImage
5876
alt="Timeout"
5977
sources={{
60-
light: useBaseUrl('/assets/images/ibm-i-as400/timeout-light.png'),
61-
dark: useBaseUrl('/assets/images/ibm-i-as400/timeout-dark.png'),
78+
light: useBaseUrl('/assets/images/ibm-i-as400/timeout-19.06-light.png'),
79+
dark: useBaseUrl('/assets/images/ibm-i-as400/timeout-19.06-dark.png'),
6280
}}
6381
/>
6482

@@ -70,14 +88,12 @@ The following fields are available for configuration when creating a new i/AS400
7088
<ThemedImage
7189
alt="Discover lines of code option"
7290
sources={{
73-
light: useBaseUrl('/assets/images/ibm-i-as400/software-and-applications-light.png'),
74-
dark: useBaseUrl('/assets/images/ibm-i-as400/software-and-applications-dark.png'),
91+
light: useBaseUrl('/assets/images/ibm-i-as400/software-and-applications-19.06-light.png'),
92+
dark: useBaseUrl('/assets/images/ibm-i-as400/software-and-applications-19.06-dark.png'),
7593
}}
7694
/>
7795

78-
### FTP Discovery
79-
80-
**How it works:**
96+
### How FTP Discovery Works
8197

8298
Using FTP, Device42 creates a directory on the targeted server named **D42TEST**.
8399
- Device42 then uploads our CL/RPG programs to the server, transfers them to the QTEMP folder, and runs them.
@@ -130,33 +146,42 @@ AS400 support does _not_ currently include:
130146
- Individual application discovery
131147
- Parts support
132148

133-
:::info
134149
AS400 discovery has been verified and functionality tested with IBM i/AS400 operating system deployments configured with the Spanish language setting. AS400 discovery should also work with other non-English locale configurations.
135150

136151
Please let us know about your experiences with other foreign language configurations or any issues you encounter; we love hearing from our users. Email [support@device42.com](mailto:support@device42.com).
137-
:::
138152

139-
## Run Now or Schedule
153+
## Run Now
154+
155+
To run the job immediately, you can click **Run Now** after saving or editing the job from the job details page that's displayed.
156+
157+
<ThemedImage
158+
alt="Run Now button on details page"
159+
sources={{
160+
light: useBaseUrl('/assets/images/ibm-i-as400/run-now-ibm-job-light.png'),
161+
dark: useBaseUrl('/assets/images/ibm-i-as400/run-now-ibm-job-dark.png'),
162+
}}
163+
/>
140164

141-
Select **Run Now** from the list page under **Discovery > HyperVisors / \*nix / Windows** to run the job immediately.
165+
You can also click **Run Now** from the list page under **Discovery > HyperVisors / \*nix / Windows**.
142166

143167
<ThemedImage
144-
alt="Run now"
168+
alt="Run Now button on list page"
145169
sources={{
146-
light: useBaseUrl('/assets/images/ibm-i-as400/as400-run-now-light.png'),
147-
dark: useBaseUrl('/assets/images/ibm-i-as400/as400-run-now-dark.png'),
170+
light: useBaseUrl('/assets/images/ibm-i-as400/as400-run-now-19.06-light.png'),
171+
dark: useBaseUrl('/assets/images/ibm-i-as400/as400-run-now-19.06-dark.png'),
148172
}}
149173
/>
150174

175+
## Schedule the Job
151176

152-
When creating or editing the job, select **Add another Auto Discovery Schedule** to run the job according to a schedule.
177+
When creating or editing the job, select **Add another Auto Discovery Schedule** to run the job on a schedule.
153178

154179
<ThemedImage
155180
alt="Schedule IBM i/AS400 job"
156181
sources={{
157-
light: useBaseUrl('/assets/images/ibm-i-as400/as400-schedule-light.png'),
158-
dark: useBaseUrl('/assets/images/ibm-i-as400/as400-schedule-dark.png'),
182+
light: useBaseUrl('/assets/images/ibm-i-as400/as400-schedule-19.06-light.png'),
183+
dark: useBaseUrl('/assets/images/ibm-i-as400/as400-schedule-19.06-dark.png'),
159184
}}
160185
/>
161186

162-
Newly created jobs will not run on the first day they are created to prevent an unintentionally large amount of jobs from running initially. If you would like to run a job after its initial creation, select the **Run Now** from the autodiscovery list page.
187+
Newly created jobs will not run on the first day they are created to prevent an unintentionally large amount of jobs from running initially. If you would like to run a job after its initial creation, select the **Run Now** button.

0 commit comments

Comments
 (0)