Skip to content

Commit

Permalink
Fix bad relative image paths
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-heyer committed Apr 29, 2022
1 parent d2eb002 commit f06c951
Show file tree
Hide file tree
Showing 14 changed files with 130 additions and 130 deletions.
28 changes: 14 additions & 14 deletions product_docs/docs/pem/8/managing_bart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ From PEM version 7.10 onwards, you can manage a BART server through PEM console.

You can use the `Create–BART server` dialog to register an existing BART server with the PEM server. To access the dialog, right-click on the `BART Servers` node and select `Create-BART Server`.

![The Create-BART server dialog - General tab](/images/create_BART_server_general.png)
![The Create-BART server dialog - General tab](images/create_BART_server_general.png)

Use the fields on the `General` tab to describe the general properties of the BART Server:

Expand All @@ -59,7 +59,7 @@ Use the fields on the `General` tab to describe the general properties of the BA

- Use the `Log file` field to specify the path to BART log file. This is an optional field.

![The Create-BART server dialog - Misc tab](/images/create_BART_server_misc.png)
![The Create-BART server dialog - Misc tab](images/create_BART_server_misc.png)

Use the fields on the `Misc` tab to describe the backup-related properties of the BART Server:

Expand Down Expand Up @@ -93,7 +93,7 @@ After configuring the BART server, you must associate it with the database serve

To map the BART server to a new PEM database server, right-click the `PEM Server Directory` node and select `Create` > `Server`. Enter the details on all the generic tabs and then enter the BART-specific details on the `BART` tab.

![The Create Server dialog (BART - General tab)](/images/create_server_bart_general.png)
![The Create Server dialog (BART - General tab)](images/create_server_bart_general.png)

Use the fields on the `General` tab to describe the general properties of the BART Server that will map to the PEM server:

Expand Down Expand Up @@ -123,7 +123,7 @@ Use the fields on the `General` tab to describe the general properties of the BA

- Use the `Setup passwordless SSH?` switch to specify if you want to create SSH certificates to allow passwordless logins between the Database Server and the BART server. Ensure to bind a PEM agent before setting up the passwordless SSH authentication. Passwordless SSH will not work for a database server being remotely monitored by a PEM agent.

![The Create - Server dialog (BART - Misc tab)](/images/create_server_bart_misc.png)
![The Create - Server dialog (BART - Misc tab)](images/create_server_bart_misc.png)

Use the fields on the `Misc` tab to describe the miscellaneous properties of the BART Server:

Expand Down Expand Up @@ -151,7 +151,7 @@ Use the fields on the `Misc` tab to describe the miscellaneous properties of the

After associating the BART server with a database server, you can review the backup and restore details for that server on the PEM Dashboard. You can also perform operations such as restoration or deletion of a backup that is listed on the dashboard.

![The BART Backup Dashboard](/images/bart_backup_dashboard.png)
![The BART Backup Dashboard](images/bart_backup_dashboard.png)

When you select a monitored BART server, details of all the associated database servers along with their backups and restore activities are displayed as a chart on the Dashboard in the `Backup and Restore Activities` panel. You can filter the list of backups on criteria specified in the filter boxes (database server, activity, or duration).

Expand Down Expand Up @@ -186,7 +186,7 @@ To create or manage a backup, select `Schedule Backup` from the `Tools` menu. Th

Click the Add icon (+) to add information about a scheduled backup. Enter the backup details in the schedule definition dialog:

![The Schedule Backup dialog - General options](/images/BART_backup_scheduler_general.png)
![The Schedule Backup dialog - General options](images/BART_backup_scheduler_general.png)

Use the fields on the `General` tab to describe the general properties of the backup:

Expand All @@ -212,7 +212,7 @@ Use the fields on the `General` tab to describe the general properties of the ba

- Use the `pg_basebackup` field to specify if the pg_basebackup utility should be used for the backup. Typically, pg_basebackup utility is used only for backing up the replica servers since it cannot be used for incremental backups.

![The Schedule Backup dialog - (Schedule : General)](/images/BART_backup_scheduler_schedule_general.png)
![The Schedule Backup dialog - (Schedule : General)](images/BART_backup_scheduler_schedule_general.png)

Provide scheduling details for the Backup on the `Schedule` tab:

Expand All @@ -222,7 +222,7 @@ Provide scheduling details for the Backup on the `Schedule` tab:

- Use the calendar selector in the `End` field to specify the ending date and time for the schedule.

![The Schedule Backup dialog - (Schedule : Repeat)](/images/BART_backup_scheduler_schedule_repeat.png)
![The Schedule Backup dialog - (Schedule : Repeat)](images/BART_backup_scheduler_schedule_repeat.png)

Use the fields on the `Repeat` tab to specify the details about the schedule in a cron-style format. The schedule will execute on each date or time element selected on the `Repeat` tab. Click within a field to open a list of valid values for that field; click on a specific value to add that value to the list of selected values for the field. To clear the values from a field, click the `X` located at the right-side of the field.

Expand All @@ -240,7 +240,7 @@ Use the fields within the `Times` box to specify the times at which the schedule

- Use the `Minutes` field to select the minute at which the schedule will execute.

![The Schedule Backup dialog - (Schedule : Notifications)](/images/BART_backup_scheduler_schedule_notifications.png)
![The Schedule Backup dialog - (Schedule : Notifications)](images/BART_backup_scheduler_schedule_notifications.png)

Use the fields on the `Notifications` tab to specify the email notification settings for a scheduled backup:

Expand All @@ -254,15 +254,15 @@ Use the `Schedule Obsolete Backup Deletion` dialog to schedule or modify a BART

Use context menu from database server where BART has been configured.

![Schedule Obsolete Backup dialog - General Tab](/images/BART_obsolete_backup_scheduler_general.png)
![Schedule Obsolete Backup dialog - General Tab](images/BART_obsolete_backup_scheduler_general.png)

Provide information on the `General` tab to describe the scheduling details:

- Use the `Enabled?` switch to indicate if the schedule should be enabled (`Yes`) or disabled (`No`).
- Use the calendar selector in the `Start` field to specify the starting date and time for the schedule.
- Use the calendar selector in the `End` field to specify the ending date and time for the schedule.

![Schedule Obsolete Backup dialog - Repeat tab](/images/BART_obsolete_backup_scheduler_repeat.png)
![Schedule Obsolete Backup dialog - Repeat tab](images/BART_obsolete_backup_scheduler_repeat.png)

Use the fields on the `Repeat` tab to specify the details about the schedule in a cron-style format. The schedule will execute on each date or time element selected on the `Repeat` tab. Click within a field to open a list of valid values for that field; click on a specific value to add that value to the list of selected values for the field. To clear the values from a field, click the `X` located at the right-side of the field.

Expand All @@ -283,7 +283,7 @@ You can restore the backups that you have earlier created using BART server on a

To restore a backup, click the `Restore` icon next to the backup that you want to restore.

![The Restore Backup dialog - General](/images/BART_backup_restore_general.png)
![The Restore Backup dialog - General](images/BART_backup_restore_general.png)

In the `Restore Backup` dialog, provide information in the fields on the `General` tab:

Expand All @@ -301,7 +301,7 @@ In the `Restore Backup` dialog, provide information in the fields on the `Genera

- Use the `Setup passwordless SSH?` switch to specify if you want to create SSH certificates to allow passwordless logins between the BART server and the target host for restore.

![The Restore Backup dialog - Advanced](/images/BART_backup_restore_advanced.png)
![The Restore Backup dialog - Advanced](images/BART_backup_restore_advanced.png)

On the `Advanced` tab, specify your preferences for advanced options for restoring the backup:

Expand All @@ -318,7 +318,7 @@ On the `Advanced` tab, specify your preferences for advanced options for restori
!!! Note
You can specify either `Transaction ID` or `Timestamp` for the point-in-time recovery.

![The Restore Backup dialog - Notifications](/images/BART_backup_restore_notifications.png)
![The Restore Backup dialog - Notifications](images/BART_backup_restore_notifications.png)

Use the fields on the `Notifications` tab to specify the email notification settings for restoring the backup.

Expand Down
6 changes: 3 additions & 3 deletions product_docs/docs/pem/8/managing_database_server.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ PEM allows you to startup and shutdown managed server instances with the PEM cli

After connecting to the server, you can start or stop the server by highlighting the server name in the tree control, and selecting `Queue Server Startup` or `Queue Server Shutdown` from the `Tools` menu.

![The Tools menu of a managed server](/images/pem_server_tools_menu_queue_server.png)
![The Tools menu of a managed server](images/pem_server_tools_menu_queue_server.png)


## Modifying the pg_hba.conf file
Expand All @@ -34,7 +34,7 @@ Entries in the `pg_hba.conf` file control network authentication and authorizati

During the PEM server installation process, you are prompted for the IP address and connection information for hosts that will be monitored by PEM; this information is added to the top of the `pg_hba.conf` file of the PEM backing database.

![PEM entries in the pg_hba.conf file](/images/pem_pg_hba.png)
![PEM entries in the pg_hba.conf file](images/pem_pg_hba.png)

You may also need to manually modify the `pg_hba.conf` file to allow connections between the PEM server and other components. For example, if your PEM-HTTPD installation does not reside on the same host as the PEM server, you must modify the `pg_hba.conf` file on the PEM server host to allow PEM-HTTPD to connect to the server.

Expand Down Expand Up @@ -74,7 +74,7 @@ Creating a database is easy in PEM: simply right click on any managed server’s

For example, to create a new table, right click on a `Tables` node, and select `Table…` from the `Create` menu. When the `New Table` dialog opens, specify the attributes of the new table.

![Create Table - General Tab](/images/table_general.png)
![Create Table - General Tab](images/table_general.png)

PEM provides similar dialogs for the creation and management of other database objects:

Expand Down
30 changes: 15 additions & 15 deletions product_docs/docs/pem/8/managing_pem_agent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ You can configure email notification settings at job level only for a custom-def
- For a new agent job, you can configure the email notification settings in the `Notification` tab of `Create-Agent Job` wizard while creating the job itself.
- For an existing custom-defined job, you can edit the properties of the job and configure the notification settings.

![Configure Job Notification - Job level](/images/job_notifications_job_level.png)
![Configure Job Notification - Job level](images/job_notifications_job_level.png)

Use the fields on the `Notifications` tab to configure the email notification settings on job level:

Expand All @@ -37,7 +37,7 @@ Use the fields on the `Notifications` tab to configure the email notification se

Select the agent in the tree view, right click and select *Properties*. In the `Properties` dialog, select the *Job notifications* tab.

![Configure Job Notification - Agent level](/images/job_notifications_agent_level.png)
![Configure Job Notification - Agent level](images/job_notifications_agent_level.png)

Use the fields on the Job notifications tab to configure the email notification settings on agent level:

Expand All @@ -50,7 +50,7 @@ Use the fields on the Job notifications tab to configure the email notification

You can use the *Server Configuration* dialog to provide information about your email notification configuration at PEM server level. To open the Server Configuration dialog, select *Server Configuration...* from the PEM client's Management menu.

![Configure Job Notification - Server level](/images/job_notifications_server_level.png)
![Configure Job Notification - Server level](images/job_notifications_server_level.png)

Four server configuration parameters specify information about your job notification preferences at PEM server level:

Expand All @@ -67,19 +67,19 @@ To create or manage a PEM scheduled job, use the PEM tree control to browse to t

When the `Create - Agent Job` dialog opens, use the tabs on the `Create - Agent Job` dialog to define the steps and schedule that make up a PEM scheduled job.

![Create Agent Job - General tab](/images/create_pem_jobs_general.png)
![Create Agent Job - General tab](images/create_pem_jobs_general.png)

Use the fields on the `General` tab to provide general information about a job:

- Provide a name for the job in the `Name` field.
- Move the `Enabled` switch to the `Yes` position to enable a job, or `No` to disable a job.
- Use the `Comment` field to store notes about the job.

![Create Agent Job - Steps tab](/images/create_pem_jobs_steps.png)
![Create Agent Job - Steps tab](images/create_pem_jobs_steps.png)

Use the `Steps` tab to define and manage the steps that the job will perform. Click the `Add` icon (+) to add a new step; then click the compose icon (located at the left side of the header) to open the step definition dialog:

![Create Agent Job - Steps tab - General tab](/images/create_pem_jobs_steps_definition.png)
![Create Agent Job - Steps tab - General tab](images/create_pem_jobs_steps_definition.png)

Use fields on the step definition dialog to define the step:

Expand All @@ -105,7 +105,7 @@ Use fields on the step definition dialog to define the step:

- Use the `Comment` field to provide a comment about the step.

![Create Agent Job - Steps tab - Code tab](/images/create_pem_jobs_steps_definition_code.png)
![Create Agent Job - Steps tab - Code tab](images/create_pem_jobs_steps_definition_code.png)

- Use the context-sensitive field on the step definition dialog's `Code` tab to provide the SQL code or batch script that will be executed during the step:

Expand All @@ -123,7 +123,7 @@ Click the add icon (+) to add each additional step, or select the `Schedules` ta

Click the add icon (+) to add a schedule for the job; then click the compose icon (located at the left side of the header) to open the schedule definition dialog:

![Create Agent Job - Schedules tab - General tab](/images/create_pem_jobs_schedules.png)
![Create Agent Job - Schedules tab - General tab](images/create_pem_jobs_schedules.png)

Use the fields on the `Schedules definition` tab to specify the days and times at which the job will execute.

Expand All @@ -135,7 +135,7 @@ Use the fields on the `Schedules definition` tab to specify the days and times a

Select the `Repeat` tab to define the days on which the schedule will execute.

![Create Agent Job - Schedules tab - Repeat tab](/images/create_pem_jobs_schedules_repeat.png)
![Create Agent Job - Schedules tab - Repeat tab](images/create_pem_jobs_schedules_repeat.png)

Use the fields on the `Repeat` tab to specify the details about the schedule in a cron-style format. The job will execute on each date or time element selected on the `Repeat` tab.

Expand All @@ -151,7 +151,7 @@ Click within a field to open a list of valid values for that field; click on a s

Select the `Exceptions` tab to specify any days on which the schedule will `not` execute.

![Create Agent Job - Schedules tab - Exceptions tab](/images/create_pem_jobs_schedules_exceptions.png)
![Create Agent Job - Schedules tab - Exceptions tab](images/create_pem_jobs_schedules_exceptions.png)

Use the fields on the `Exceptions` tab to specify days on which you wish the job to not execute; for example, you may wish for jobs to not execute on national holidays.

Expand All @@ -162,7 +162,7 @@ Click the Add icon (+) to add a row to the exception table, then:

Select the `Notifications` tab to configure the email notification settings on job level:

![Create Agent Job - Notifications tab](/images/create_pem_jobs_notifications.png)
![Create Agent Job - Notifications tab](images/create_pem_jobs_notifications.png)

Use the fields on the `Notifications` tab to configure the email notification settings for a job:

Expand All @@ -171,7 +171,7 @@ Use the fields on the `Notifications` tab to configure the email notification se

When you've finished defining the schedule, you can use the `SQL` tab to review the code that will create or modify your job.

![Create Agent Job - SQL tab](/images/create_pem_jobs_sql.png)
![Create Agent Job - SQL tab](images/create_pem_jobs_sql.png)

Click the `Save` button to save the job definition, or `Cancel` to exit the job without saving. Use the `Reset` button to remove your unsaved entries from the dialog.

Expand Down Expand Up @@ -309,7 +309,7 @@ The registry contains the following entries:

The PEM Agent `Properties` dialog provides information about the PEM agent from which the dialog was opened; to open the dialog, right-click on an agent name in the PEM client tree control, and select `Properties` from the context menu.

![PEM Agent Properties dialog - General tab](/images/pem_agent_properties.png)
![PEM Agent Properties dialog - General tab](images/pem_agent_properties.png)

Use fields on the PEM Agent `Properties` dialog to review or modify information about the PEM agent:

Expand All @@ -321,7 +321,7 @@ Use fields on the PEM Agent `Properties` dialog to review or modify information

- The `Heartbeat interval` fields display the length of time that will elapse between reports from the PEM agent to the PEM server. Use the selectors next to the `Minutes` or `Seconds` fields to modify the interval.

![PEM Agent Properties dialog - Job Notifications tab](/images/pem_agent_job_notification_properties.png)
![PEM Agent Properties dialog - Job Notifications tab](images/pem_agent_job_notification_properties.png)

Use the fields on the `Job Notifications` tab to configure the email notification settings on agent level:

Expand All @@ -330,7 +330,7 @@ Use fields on the PEM Agent `Properties` dialog to review or modify information
- Use the `Email on a job failure?` switch to specify if the job notification should be sent on the failure of a job.
- Use the `Email group` field to specify the email group to whom the job notification should be sent.

![PEM Agent Properties dialog - Agent Configurations tab](/images/pem_agent_configurations_properties.png)
![PEM Agent Properties dialog - Agent Configurations tab](images/pem_agent_configurations_properties.png)

The `Agent Configurations` tab displays all the current configurations and capabilities of a agent.

Expand Down
Loading

0 comments on commit f06c951

Please sign in to comment.