├── Thunderbird ├── Images2 │ ├── Login.png │ ├── Marketing.png │ ├── Workspace.png │ ├── Performance.png │ ├── Architecture.png │ ├── Customization.png │ ├── a_error_icon.png │ ├── a_warning_icon.png │ ├── Troubleshooting.png │ └── a_operational_icon.png ├── Images │ ├── error_icon.png │ ├── warning_icon.png │ ├── operational_icon.png │ ├── ThunderBird-Login-sm.png │ ├── Thunder-MultiDevice-003.jpg │ ├── ThunderBird-Customize-sm.png │ ├── ThunderBird-Workspace-sm.png │ ├── ThunderBird-Performance-sm.png │ ├── Thunderbird_Architecture-sm.png │ └── ThunderBird-Troubleshooting-sm.png ├── topics │ ├── r_badmin_showstatus.dita │ ├── r_active_job_submission.dita │ ├── r_statclusters.dita │ ├── r_listhosts.dita │ ├── c_mv_about_guide.dita │ ├── r_hostload.dita │ ├── c_command_class.dita │ ├── r_jobconf.dita │ ├── c_mv_about_mobileview.dita │ ├── c_mv_organization.dita │ ├── c_jtub_description.dita │ ├── c_notifications.dita │ ├── r_physical_drive_not_faulted.dita │ ├── t_creating_dynamic_tables.dita │ ├── r_interface-bypass-group-is-in-active-mode.dita │ ├── t_creating_limiter.dita │ ├── t_diverting_hosts.dita │ ├── c_ease_of_management.dita │ ├── c_command_foundation.dita │ ├── c_capture-files.dita │ ├── r_mv_quickref_health_indicators.dita │ ├── t_set_timeout.dita │ ├── proposal_standard_responses.dita │ ├── t_mv_troubleshooting_clusters.dita │ ├── FAQ.dita │ ├── t_view_edit_metadata.dita │ ├── c_cluster_reselection.dita │ ├── r_mv_system_notifications.dita │ └── r_faulty_physical_drive.dita └── proposal_template.ditamap ├── Thunderbird-keys-reuse-only ├── Images2 │ ├── Login.png │ ├── Marketing.png │ ├── Workspace.png │ ├── Architecture.png │ ├── Customization.png │ ├── Performance.png │ ├── a_error_icon.png │ ├── Troubleshooting.png │ ├── a_warning_icon.png │ ├── a_operational_icon.png │ └── images2-keys.ditamap ├── Images │ ├── error_icon.png │ ├── warning_icon.png │ ├── operational_icon.png │ ├── ThunderBird-Login-sm.png │ ├── Thunder-MultiDevice-003.jpg │ ├── ThunderBird-Customize-sm.png │ ├── ThunderBird-Workspace-sm.png │ ├── ThunderBird-Performance-sm.png │ ├── Thunderbird_Architecture-sm.png │ ├── ThunderBird-Troubleshooting-sm.png │ └── images-keys.ditamap ├── ditavals │ ├── product-sta.ditaval │ └── product-stb.ditaval ├── topics │ ├── c_getting_started.dita │ ├── c_introduction.dita │ ├── c_common_tasks.dita │ ├── r_badmin_showstatus.dita │ ├── r_active_job_submission.dita │ ├── r_statclusters.dita │ ├── r_listhosts.dita │ ├── c_mv_about_guide.dita │ ├── r_hostload.dita │ ├── c_command_class.dita │ ├── r_jobconf.dita │ ├── c_mv_about_mobileview.dita │ ├── c_jtub_description.dita │ ├── c_notifications.dita │ ├── c_mv_organization.dita │ ├── r_physical_drive_not_faulted.dita │ ├── t_creating_dynamic_tables.dita │ ├── r_interface-bypass-group-is-in-active-mode.dita │ ├── t_creating_limiter.dita │ ├── c_ease_of_management.dita │ ├── t_diverting_hosts.dita │ ├── c_command_foundation.dita │ ├── c_capture-files.dita │ ├── r_mv_quickref_health_indicators.dita │ ├── t_set_timeout.dita │ ├── proposal_standard_responses.dita │ ├── t_mv_troubleshooting_clusters.dita │ ├── c_FAQ.dita │ ├── t_view_edit_metadata.dita │ ├── c_cluster_reselection.dita │ └── r_mv_system_notifications.dita ├── proposal_template.ditamap └── publication-set.ditamap └── Thunderbird-keys-resonly-every-topic ├── Images2 ├── Login.png ├── Marketing.png ├── Workspace.png ├── Performance.png ├── Architecture.png ├── Customization.png ├── a_error_icon.png ├── a_warning_icon.png ├── Troubleshooting.png └── a_operational_icon.png ├── Images ├── error_icon.png ├── warning_icon.png ├── operational_icon.png ├── ThunderBird-Login-sm.png ├── Thunder-MultiDevice-003.jpg ├── ThunderBird-Customize-sm.png ├── ThunderBird-Workspace-sm.png ├── ThunderBird-Performance-sm.png ├── Thunderbird_Architecture-sm.png └── ThunderBird-Troubleshooting-sm.png ├── ditavals ├── product-sta.ditaval └── product-stb.ditaval ├── topics ├── c_getting_started.dita ├── c_introduction.dita ├── c_common_tasks.dita ├── r_badmin_showstatus.dita ├── r_active_job_submission.dita ├── r_statclusters.dita ├── r_listhosts.dita ├── c_mv_about_guide.dita ├── r_hostload.dita ├── c_command_class.dita ├── r_jobconf.dita ├── c_mv_about_mobileview.dita ├── c_jtub_description.dita ├── c_notifications.dita ├── c_mv_organization.dita ├── r_physical_drive_not_faulted.dita ├── t_creating_dynamic_tables.dita ├── r_interface-bypass-group-is-in-active-mode.dita ├── t_creating_limiter.dita ├── t_diverting_hosts.dita ├── c_ease_of_management.dita ├── c_command_foundation.dita ├── c_capture-files.dita ├── r_mv_quickref_health_indicators.dita ├── t_set_timeout.dita ├── c_proposal_standard_responses.dita ├── t_mv_troubleshooting_clusters.dita ├── c_FAQ.dita ├── t_view_edit_metadata.dita └── c_cluster_reselection.dita ├── keydefs-external-web-sites.ditamap ├── publication-set.ditamap └── proposal_template.ditamap /Thunderbird/Images2/Login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnostyx/dita-demo-content-collection/HEAD/Thunderbird/Images2/Login.png -------------------------------------------------------------------------------- /Thunderbird/Images/error_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnostyx/dita-demo-content-collection/HEAD/Thunderbird/Images/error_icon.png -------------------------------------------------------------------------------- /Thunderbird/Images2/Marketing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnostyx/dita-demo-content-collection/HEAD/Thunderbird/Images2/Marketing.png -------------------------------------------------------------------------------- /Thunderbird/Images2/Workspace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnostyx/dita-demo-content-collection/HEAD/Thunderbird/Images2/Workspace.png -------------------------------------------------------------------------------- /Thunderbird/Images/warning_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnostyx/dita-demo-content-collection/HEAD/Thunderbird/Images/warning_icon.png -------------------------------------------------------------------------------- /Thunderbird/Images2/Performance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnostyx/dita-demo-content-collection/HEAD/Thunderbird/Images2/Performance.png -------------------------------------------------------------------------------- /Thunderbird/Images2/Architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnostyx/dita-demo-content-collection/HEAD/Thunderbird/Images2/Architecture.png -------------------------------------------------------------------------------- /Thunderbird/Images2/Customization.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnostyx/dita-demo-content-collection/HEAD/Thunderbird/Images2/Customization.png -------------------------------------------------------------------------------- /Thunderbird/Images2/a_error_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnostyx/dita-demo-content-collection/HEAD/Thunderbird/Images2/a_error_icon.png -------------------------------------------------------------------------------- /Thunderbird/Images2/a_warning_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnostyx/dita-demo-content-collection/HEAD/Thunderbird/Images2/a_warning_icon.png -------------------------------------------------------------------------------- /Thunderbird/Images/operational_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnostyx/dita-demo-content-collection/HEAD/Thunderbird/Images/operational_icon.png -------------------------------------------------------------------------------- /Thunderbird/Images2/Troubleshooting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnostyx/dita-demo-content-collection/HEAD/Thunderbird/Images2/Troubleshooting.png -------------------------------------------------------------------------------- /Thunderbird/Images/ThunderBird-Login-sm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnostyx/dita-demo-content-collection/HEAD/Thunderbird/Images/ThunderBird-Login-sm.png -------------------------------------------------------------------------------- /Thunderbird/Images2/a_operational_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnostyx/dita-demo-content-collection/HEAD/Thunderbird/Images2/a_operational_icon.png -------------------------------------------------------------------------------- /Thunderbird-keys-reuse-only/Images2/Login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnostyx/dita-demo-content-collection/HEAD/Thunderbird-keys-reuse-only/Images2/Login.png -------------------------------------------------------------------------------- /Thunderbird/Images/Thunder-MultiDevice-003.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnostyx/dita-demo-content-collection/HEAD/Thunderbird/Images/Thunder-MultiDevice-003.jpg -------------------------------------------------------------------------------- /Thunderbird/Images/ThunderBird-Customize-sm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnostyx/dita-demo-content-collection/HEAD/Thunderbird/Images/ThunderBird-Customize-sm.png -------------------------------------------------------------------------------- /Thunderbird/Images/ThunderBird-Workspace-sm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnostyx/dita-demo-content-collection/HEAD/Thunderbird/Images/ThunderBird-Workspace-sm.png -------------------------------------------------------------------------------- /Thunderbird-keys-reuse-only/Images/error_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnostyx/dita-demo-content-collection/HEAD/Thunderbird-keys-reuse-only/Images/error_icon.png -------------------------------------------------------------------------------- /Thunderbird-keys-reuse-only/Images2/Marketing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnostyx/dita-demo-content-collection/HEAD/Thunderbird-keys-reuse-only/Images2/Marketing.png -------------------------------------------------------------------------------- /Thunderbird-keys-reuse-only/Images2/Workspace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnostyx/dita-demo-content-collection/HEAD/Thunderbird-keys-reuse-only/Images2/Workspace.png -------------------------------------------------------------------------------- /Thunderbird/Images/ThunderBird-Performance-sm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnostyx/dita-demo-content-collection/HEAD/Thunderbird/Images/ThunderBird-Performance-sm.png -------------------------------------------------------------------------------- /Thunderbird/Images/Thunderbird_Architecture-sm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnostyx/dita-demo-content-collection/HEAD/Thunderbird/Images/Thunderbird_Architecture-sm.png -------------------------------------------------------------------------------- /Thunderbird-keys-reuse-only/Images/warning_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnostyx/dita-demo-content-collection/HEAD/Thunderbird-keys-reuse-only/Images/warning_icon.png -------------------------------------------------------------------------------- /Thunderbird-keys-reuse-only/Images2/Architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnostyx/dita-demo-content-collection/HEAD/Thunderbird-keys-reuse-only/Images2/Architecture.png -------------------------------------------------------------------------------- /Thunderbird-keys-reuse-only/Images2/Customization.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnostyx/dita-demo-content-collection/HEAD/Thunderbird-keys-reuse-only/Images2/Customization.png -------------------------------------------------------------------------------- /Thunderbird-keys-reuse-only/Images2/Performance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnostyx/dita-demo-content-collection/HEAD/Thunderbird-keys-reuse-only/Images2/Performance.png -------------------------------------------------------------------------------- /Thunderbird-keys-reuse-only/Images2/a_error_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnostyx/dita-demo-content-collection/HEAD/Thunderbird-keys-reuse-only/Images2/a_error_icon.png -------------------------------------------------------------------------------- /Thunderbird/Images/ThunderBird-Troubleshooting-sm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnostyx/dita-demo-content-collection/HEAD/Thunderbird/Images/ThunderBird-Troubleshooting-sm.png -------------------------------------------------------------------------------- /Thunderbird-keys-resonly-every-topic/Images2/Login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnostyx/dita-demo-content-collection/HEAD/Thunderbird-keys-resonly-every-topic/Images2/Login.png -------------------------------------------------------------------------------- /Thunderbird-keys-reuse-only/Images/operational_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnostyx/dita-demo-content-collection/HEAD/Thunderbird-keys-reuse-only/Images/operational_icon.png -------------------------------------------------------------------------------- /Thunderbird-keys-reuse-only/Images2/Troubleshooting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnostyx/dita-demo-content-collection/HEAD/Thunderbird-keys-reuse-only/Images2/Troubleshooting.png -------------------------------------------------------------------------------- /Thunderbird-keys-reuse-only/Images2/a_warning_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnostyx/dita-demo-content-collection/HEAD/Thunderbird-keys-reuse-only/Images2/a_warning_icon.png -------------------------------------------------------------------------------- /Thunderbird-keys-resonly-every-topic/Images/error_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnostyx/dita-demo-content-collection/HEAD/Thunderbird-keys-resonly-every-topic/Images/error_icon.png -------------------------------------------------------------------------------- /Thunderbird-keys-resonly-every-topic/Images2/Marketing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnostyx/dita-demo-content-collection/HEAD/Thunderbird-keys-resonly-every-topic/Images2/Marketing.png -------------------------------------------------------------------------------- /Thunderbird-keys-resonly-every-topic/Images2/Workspace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnostyx/dita-demo-content-collection/HEAD/Thunderbird-keys-resonly-every-topic/Images2/Workspace.png -------------------------------------------------------------------------------- /Thunderbird-keys-reuse-only/Images2/a_operational_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnostyx/dita-demo-content-collection/HEAD/Thunderbird-keys-reuse-only/Images2/a_operational_icon.png -------------------------------------------------------------------------------- /Thunderbird-keys-resonly-every-topic/Images/warning_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnostyx/dita-demo-content-collection/HEAD/Thunderbird-keys-resonly-every-topic/Images/warning_icon.png -------------------------------------------------------------------------------- /Thunderbird-keys-resonly-every-topic/Images2/Performance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnostyx/dita-demo-content-collection/HEAD/Thunderbird-keys-resonly-every-topic/Images2/Performance.png -------------------------------------------------------------------------------- /Thunderbird-keys-reuse-only/Images/ThunderBird-Login-sm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnostyx/dita-demo-content-collection/HEAD/Thunderbird-keys-reuse-only/Images/ThunderBird-Login-sm.png -------------------------------------------------------------------------------- /Thunderbird-keys-resonly-every-topic/Images2/Architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnostyx/dita-demo-content-collection/HEAD/Thunderbird-keys-resonly-every-topic/Images2/Architecture.png -------------------------------------------------------------------------------- /Thunderbird-keys-resonly-every-topic/Images2/Customization.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnostyx/dita-demo-content-collection/HEAD/Thunderbird-keys-resonly-every-topic/Images2/Customization.png -------------------------------------------------------------------------------- /Thunderbird-keys-resonly-every-topic/Images2/a_error_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnostyx/dita-demo-content-collection/HEAD/Thunderbird-keys-resonly-every-topic/Images2/a_error_icon.png -------------------------------------------------------------------------------- /Thunderbird-keys-resonly-every-topic/Images2/a_warning_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnostyx/dita-demo-content-collection/HEAD/Thunderbird-keys-resonly-every-topic/Images2/a_warning_icon.png -------------------------------------------------------------------------------- /Thunderbird-keys-reuse-only/Images/Thunder-MultiDevice-003.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnostyx/dita-demo-content-collection/HEAD/Thunderbird-keys-reuse-only/Images/Thunder-MultiDevice-003.jpg -------------------------------------------------------------------------------- /Thunderbird-keys-reuse-only/Images/ThunderBird-Customize-sm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnostyx/dita-demo-content-collection/HEAD/Thunderbird-keys-reuse-only/Images/ThunderBird-Customize-sm.png -------------------------------------------------------------------------------- /Thunderbird-keys-reuse-only/Images/ThunderBird-Workspace-sm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnostyx/dita-demo-content-collection/HEAD/Thunderbird-keys-reuse-only/Images/ThunderBird-Workspace-sm.png -------------------------------------------------------------------------------- /Thunderbird-keys-resonly-every-topic/Images/operational_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnostyx/dita-demo-content-collection/HEAD/Thunderbird-keys-resonly-every-topic/Images/operational_icon.png -------------------------------------------------------------------------------- /Thunderbird-keys-resonly-every-topic/Images2/Troubleshooting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnostyx/dita-demo-content-collection/HEAD/Thunderbird-keys-resonly-every-topic/Images2/Troubleshooting.png -------------------------------------------------------------------------------- /Thunderbird-keys-reuse-only/Images/ThunderBird-Performance-sm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnostyx/dita-demo-content-collection/HEAD/Thunderbird-keys-reuse-only/Images/ThunderBird-Performance-sm.png -------------------------------------------------------------------------------- /Thunderbird-keys-resonly-every-topic/Images/ThunderBird-Login-sm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnostyx/dita-demo-content-collection/HEAD/Thunderbird-keys-resonly-every-topic/Images/ThunderBird-Login-sm.png -------------------------------------------------------------------------------- /Thunderbird-keys-resonly-every-topic/Images2/a_operational_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnostyx/dita-demo-content-collection/HEAD/Thunderbird-keys-resonly-every-topic/Images2/a_operational_icon.png -------------------------------------------------------------------------------- /Thunderbird-keys-reuse-only/Images/Thunderbird_Architecture-sm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnostyx/dita-demo-content-collection/HEAD/Thunderbird-keys-reuse-only/Images/Thunderbird_Architecture-sm.png -------------------------------------------------------------------------------- /Thunderbird-keys-reuse-only/Images/ThunderBird-Troubleshooting-sm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnostyx/dita-demo-content-collection/HEAD/Thunderbird-keys-reuse-only/Images/ThunderBird-Troubleshooting-sm.png -------------------------------------------------------------------------------- /Thunderbird-keys-resonly-every-topic/Images/Thunder-MultiDevice-003.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnostyx/dita-demo-content-collection/HEAD/Thunderbird-keys-resonly-every-topic/Images/Thunder-MultiDevice-003.jpg -------------------------------------------------------------------------------- /Thunderbird-keys-resonly-every-topic/Images/ThunderBird-Customize-sm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnostyx/dita-demo-content-collection/HEAD/Thunderbird-keys-resonly-every-topic/Images/ThunderBird-Customize-sm.png -------------------------------------------------------------------------------- /Thunderbird-keys-resonly-every-topic/Images/ThunderBird-Workspace-sm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnostyx/dita-demo-content-collection/HEAD/Thunderbird-keys-resonly-every-topic/Images/ThunderBird-Workspace-sm.png -------------------------------------------------------------------------------- /Thunderbird-keys-resonly-every-topic/Images/ThunderBird-Performance-sm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnostyx/dita-demo-content-collection/HEAD/Thunderbird-keys-resonly-every-topic/Images/ThunderBird-Performance-sm.png -------------------------------------------------------------------------------- /Thunderbird-keys-resonly-every-topic/Images/Thunderbird_Architecture-sm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnostyx/dita-demo-content-collection/HEAD/Thunderbird-keys-resonly-every-topic/Images/Thunderbird_Architecture-sm.png -------------------------------------------------------------------------------- /Thunderbird-keys-resonly-every-topic/Images/ThunderBird-Troubleshooting-sm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gnostyx/dita-demo-content-collection/HEAD/Thunderbird-keys-resonly-every-topic/Images/ThunderBird-Troubleshooting-sm.png -------------------------------------------------------------------------------- /Thunderbird-keys-reuse-only/ditavals/product-sta.ditaval: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Thunderbird-keys-reuse-only/ditavals/product-stb.ditaval: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Thunderbird-keys-resonly-every-topic/ditavals/product-sta.ditaval: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Thunderbird-keys-resonly-every-topic/ditavals/product-stb.ditaval: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /Thunderbird-keys-reuse-only/topics/c_getting_started.dita: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Getting Started 5 | Understanding the product. 7 | 8 | -------------------------------------------------------------------------------- /Thunderbird-keys-resonly-every-topic/topics/c_getting_started.dita: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Getting Started 5 | Understanding the product. 7 | 8 | -------------------------------------------------------------------------------- /Thunderbird-keys-reuse-only/topics/c_introduction.dita: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Introduction 5 | The product solves many problems in the management of the things it manages. 7 | 8 | -------------------------------------------------------------------------------- /Thunderbird-keys-resonly-every-topic/topics/c_introduction.dita: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Introduction 5 | The product solves many problems in the management of the things it manages. 7 | 8 | -------------------------------------------------------------------------------- /Thunderbird-keys-reuse-only/topics/c_common_tasks.dita: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Common Tasks 5 | The tasks common to all configurations of the product. 6 | 7 |

Use and for reference while performing these tasks.

10 |
11 |
12 | -------------------------------------------------------------------------------- /Thunderbird-keys-resonly-every-topic/topics/c_common_tasks.dita: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Common Tasks 5 | The tasks common to all configurations of the product. 6 | 7 |

Use and for reference while performing these tasks.

10 |
11 |
12 | -------------------------------------------------------------------------------- /Thunderbird-keys-resonly-every-topic/keydefs-external-web-sites.ditamap: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Key definitions for external Web-based resources 5 | 10 | 11 | Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) 12 | 13 | 14 | 16 | 17 | Gnostyx Research Inc. 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /Thunderbird/topics/r_badmin_showstatus.dita: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | badmin showstatus 5 | Display real-time cluster information. 6 | 7 | 8 | 9 | badmin showstatus 10 | commandsbadmin showstatus 11 | 12 | 13 | 14 | 15 |
16 |

Displays current cluster information. The last two lines only appear during a parallel 17 | daemon restart initiated with the badmin restart -p 18 | command.

19 |

% badmin showstatus

20 |
21 |
22 |
23 | -------------------------------------------------------------------------------- /Thunderbird-keys-reuse-only/topics/r_badmin_showstatus.dita: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | badmin showstatus 5 | Display real-time cluster information. 6 | 7 | 8 | 9 | badmin showstatus 10 | commandsbadmin showstatus 11 | 12 | 13 | 14 | 15 |
16 |

Displays current cluster information. The last two lines only appear during a parallel 17 | daemon restart initiated with the badmin restart -p 18 | command.

19 |

% badmin showstatus

20 |
21 |
22 |
23 | -------------------------------------------------------------------------------- /Thunderbird-keys-resonly-every-topic/topics/r_badmin_showstatus.dita: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | badmin showstatus 5 | Display real-time cluster information. 6 | 7 | 8 | 9 | badmin showstatus 10 | commandsbadmin showstatus 11 | 12 | 13 | 14 | 15 |
16 |

Displays current cluster information. The last two lines only appear during a parallel 17 | daemon restart initiated with the badmin restart -p 18 | command.

19 |

% badmin showstatus

20 |
21 |
22 |
23 | -------------------------------------------------------------------------------- /Thunderbird/topics/r_active_job_submission.dita: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | About job submission from active running jobs 5 | Currently running jobs can submit commands. 6 | 7 | 8 | 9 | job submissionactive running jobs 10 | 11 | 12 | 13 | 14 |
15 |

supports commands issued 16 | by jobs running on execution clusters. All jobsub commands issued by running 17 | jobs are sent to the submission cluster, and then forwarded to an appropriate execution cluster 18 | to run.

19 |

This is necessary because 20 | execution clusters do not accept local job submissions.

21 |
22 |
23 |
24 | -------------------------------------------------------------------------------- /Thunderbird-keys-reuse-only/topics/r_active_job_submission.dita: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | About job submission from active running jobs 5 | Currently running jobs can submit commands. 6 | 7 | 8 | 9 | job submissionactive running jobs 10 | 11 | 12 | 13 | 14 |
15 |

supports commands issued 16 | by jobs running on execution clusters. All jobsub commands issued by running 17 | jobs are sent to the submission cluster, and then forwarded to an appropriate execution cluster 18 | to run.

19 |

This is necessary because 20 | execution clusters do not accept local job submissions.

21 |
22 |
23 |
24 | -------------------------------------------------------------------------------- /Thunderbird-keys-resonly-every-topic/topics/r_active_job_submission.dita: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | About job submission from active running jobs 5 | Currently running jobs can submit commands. 6 | 7 | 8 | 9 | job submissionactive running jobs 10 | 11 | 12 | 13 | 14 |
15 |

supports commands issued 16 | by jobs running on execution clusters. All jobsub commands issued by running 17 | jobs are sent to the submission cluster, and then forwarded to an appropriate execution cluster 18 | to run.

19 |

This is necessary because 20 | execution clusters do not accept local job submissions.

21 |
22 |
23 |
24 | -------------------------------------------------------------------------------- /Thunderbird/topics/r_statclusters.dita: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | statclusters 5 | Displays information and current status for the submission cluster and all configured 6 | execution clusters. 7 | 8 | 9 | 10 | statclusters 11 | commandsstatclusters 12 | 13 | 14 | 15 | 16 |
17 |

This command runs locally (in the execution cluster) when submitted by a running job.

18 |

% statclusters

19 |

CLUSTER_NAME STATUS MASTER_HOST ADMIN HOSTS SERVERS

20 |

sub_cluster ok hostA admin 1 1

21 |

cluster2 ok hostB admin 1 1

22 |

cluster3 ok hostC admin 2 2

23 |
24 |
25 |
26 | -------------------------------------------------------------------------------- /Thunderbird-keys-reuse-only/topics/r_statclusters.dita: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | statclusters 5 | Displays information and current status for the submission cluster and all configured 6 | execution clusters. 7 | 8 | 9 | 10 | statclusters 11 | commandsstatclusters 12 | 13 | 14 | 15 | 16 |
17 |

This command runs locally (in the execution cluster) when submitted by a running job.

18 |

% statclusters

19 |

CLUSTER_NAME STATUS MASTER_HOST ADMIN HOSTS SERVERS

20 |

sub_cluster ok hostA admin 1 1

21 |

cluster2 ok hostB admin 1 1

22 |

cluster3 ok hostC admin 2 2

23 |
24 |
25 |
26 | -------------------------------------------------------------------------------- /Thunderbird-keys-resonly-every-topic/topics/r_statclusters.dita: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | statclusters 5 | Displays information and current status for the submission cluster and all configured 6 | execution clusters. 7 | 8 | 9 | 10 | statclusters 11 | commandsstatclusters 12 | 13 | 14 | 15 | 16 |
17 |

This command runs locally (in the execution cluster) when submitted by a running job.

18 |

% statclusters

19 |

CLUSTER_NAME STATUS MASTER_HOST ADMIN HOSTS SERVERS

20 |

sub_cluster ok hostA admin 1 1

21 |

cluster2 ok hostB admin 1 1

22 |

cluster3 ok hostC admin 2 2

23 |
24 |
25 |
26 | -------------------------------------------------------------------------------- /Thunderbird/topics/r_listhosts.dita: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | listhosts 5 | Shows host information for all hosts within all clusters connected by . 7 | 8 | 9 | 10 | listhosts 11 | commandshosts 12 | 13 | 14 | 15 | 16 |
17 |

This command runs locally (in the execution cluster) when submitted by a running job.

18 |

% listhosts

19 |

20 | 21 | 22 | -cname 23 | 24 |

The option -cname includes the cluster name for execution 25 | cluster hosts and host groups in output for listhosts.

26 | 27 | 28 | 29 |

30 |
31 |
32 |
33 | -------------------------------------------------------------------------------- /Thunderbird-keys-reuse-only/topics/r_listhosts.dita: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | listhosts 5 | Shows host information for all hosts within all clusters connected by . 7 | 8 | 9 | 10 | listhosts 11 | commandshosts 12 | 13 | 14 | 15 | 16 |
17 |

This command runs locally (in the execution cluster) when submitted by a running job.

18 |

% listhosts

19 |

20 | 21 | 22 | -cname 23 | 24 |

The option -cname includes the cluster name for execution 25 | cluster hosts and host groups in output for listhosts.

26 | 27 | 28 | 29 |

30 |
31 |
32 |
33 | -------------------------------------------------------------------------------- /Thunderbird-keys-resonly-every-topic/topics/r_listhosts.dita: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | listhosts 5 | Shows host information for all hosts within all clusters connected by . 7 | 8 | 9 | 10 | listhosts 11 | commandshosts 12 | 13 | 14 | 15 | 16 |
17 |

This command runs locally (in the execution cluster) when submitted by a running job.

18 |

% listhosts

19 |

20 | 21 | 22 | -cname 23 | 24 |

The option -cname includes the cluster name for execution 25 | cluster hosts and host groups in output for listhosts.

26 | 27 | 28 | 29 |

30 |
31 |
32 |
33 | -------------------------------------------------------------------------------- /Thunderbird/proposal_template.ditamap: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Customer Proposal Template 5 | 6 | 8 | 9 | 10 | 11 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /Thunderbird/topics/c_mv_about_guide.dita: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | About this guide 5 | A brief description of notes and notices important for understanding this guide. 6 | 7 | 8 | Front matter 9 | 10 | 11 | 12 |
13 | Notes and notices 14 |

The following notes and notices might appear in this guide:

    15 |
  • Tip: Suggests how to apply the information in a topic or step.
  • 16 |
  • Note: Explains a special case or expands on an important point.
  • 17 |
  • Important: Points out critical information concerning a topic or step.
  • 18 |
  • Caution: Indicates that an action or step can cause loss of data, security 19 | problems, or performance issues.
  • 20 |
  • Warning: Indicates that an action or step can result in physical harm or cause 21 | damage to hardware.
  • 22 |

23 |
24 |
25 |
26 | -------------------------------------------------------------------------------- /Thunderbird-keys-reuse-only/proposal_template.ditamap: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Customer Proposal Template 5 | 6 | 8 | 9 | 10 | 11 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /Thunderbird-keys-reuse-only/topics/c_mv_about_guide.dita: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | About this guide 5 | A brief description of notes and notices important for understanding this guide. 6 | 7 | 8 | Front matter 9 | 10 | 11 | 12 |
13 | Notes and notices 14 |

The following notes and notices might appear in this guide:

    15 |
  • Tip: Suggests how to apply the information in a topic or step.
  • 16 |
  • Note: Explains a special case or expands on an important point.
  • 17 |
  • Important: Points out critical information concerning a topic or step.
  • 18 |
  • Caution: Indicates that an action or step can cause loss of data, security 19 | problems, or performance issues.
  • 20 |
  • Warning: Indicates that an action or step can result in physical harm or cause 21 | damage to hardware.
  • 22 |

23 |
24 |
25 |
26 | -------------------------------------------------------------------------------- /Thunderbird-keys-resonly-every-topic/topics/c_mv_about_guide.dita: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | About this guide 5 | A brief description of notes and notices important for understanding this guide. 6 | 7 | 8 | Front matter 9 | 10 | 11 | 12 |
13 | Notes and notices 14 |

The following notes and notices might appear in this guide:

    15 |
  • Tip: Suggests how to apply the information in a topic or step.
  • 16 |
  • Note: Explains a special case or expands on an important point.
  • 17 |
  • Important: Points out critical information concerning a topic or step.
  • 18 |
  • Caution: Indicates that an action or step can cause loss of data, security 19 | problems, or performance issues.
  • 20 |
  • Warning: Indicates that an action or step can result in physical harm or cause 21 | damage to hardware.
  • 22 |

23 |
24 |
25 |
26 | -------------------------------------------------------------------------------- /Thunderbird/topics/r_hostload.dita: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | hostload 5 | Shows host load information for all hosts within all clusters connected by . 7 | 8 | 9 | 10 | hostload 11 | commandshostload 12 | 13 | 14 | 15 | 16 |
17 |

This command runs locally (in the execution cluster) when submitted by a running job.

18 |

% hostload

19 |

20 | 21 | 22 | -cname 23 | 24 |

The option -cname includes the cluster name for execution 25 | cluster hosts and host groups in output for hostload.

26 |

% hostload -cname 27 |

28 | 29 | 30 | 31 |

32 |
33 |
34 |
35 | -------------------------------------------------------------------------------- /Thunderbird-keys-reuse-only/publication-set.ditamap: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Catalog of Publications 5 | 6 | This map serves as a list of all the top-level 7 | publication maps in the content set. Each map is referenced 8 | using a peer-scope map ref. Per the DITA 1.3 rules, a peer-scope 9 | map reference means "this map acts as a separate root map", 10 | in this context, meaning "The root of a publication". This 11 | map reflects DITA 1.2 and thus does not use the DITA 1.3 @keyscope 12 | attribute. For DITA 1.3 it would make sense to also put a key scope 13 | name on each publication, at least to establish the convention 14 | for the scope name for that publication when used from other maps. 15 | That would also allow this map to be used from any publication map 16 | that wanted to enable links to any of the other publications. 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /Thunderbird-keys-reuse-only/topics/r_hostload.dita: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | hostload 5 | Shows host load information for all hosts within all clusters connected by . 7 | 8 | 9 | 10 | hostload 11 | commandshostload 12 | 13 | 14 | 15 | 16 |
17 |

This command runs locally (in the execution cluster) when submitted by a running job.

18 |

% hostload

19 |

20 | 21 | 22 | -cname 23 | 24 |

The option -cname includes the cluster name for execution 25 | cluster hosts and host groups in output for hostload.

26 |

% hostload -cname 27 |

28 | 29 | 30 | 31 |

32 |
33 |
34 |
35 | -------------------------------------------------------------------------------- /Thunderbird-keys-resonly-every-topic/publication-set.ditamap: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Catalog of Publications 5 | 6 | This map serves as a list of all the top-level 7 | publication maps in the content set. Each map is referenced 8 | using a peer-scope map ref. Per the DITA 1.3 rules, a peer-scope 9 | map reference means "this map acts as a separate root map", 10 | in this context, meaning "The root of a publication". This 11 | map reflects DITA 1.2 and thus does not use the DITA 1.3 @keyscope 12 | attribute. For DITA 1.3 it would make sense to also put a key scope 13 | name on each publication, at least to establish the convention 14 | for the scope name for that publication when used from other maps. 15 | That would also allow this map to be used from any publication map 16 | that wanted to enable links to any of the other publications. 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /Thunderbird-keys-resonly-every-topic/topics/r_hostload.dita: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | hostload 5 | Shows host load information for all hosts within all clusters connected by . 7 | 8 | 9 | 10 | hostload 11 | commandshostload 12 | 13 | 14 | 15 | 16 |
17 |

This command runs locally (in the execution cluster) when submitted by a running job.

18 |

% hostload

19 |

20 | 21 | 22 | -cname 23 | 24 |

The option -cname includes the cluster name for execution 25 | cluster hosts and host groups in output for hostload.

26 |

% hostload -cname 27 |

28 | 29 | 30 | 31 |

32 |
33 |
34 |
35 | -------------------------------------------------------------------------------- /Thunderbird/topics/c_command_class.dita: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | 8 | 9 | ]> 10 | 11 | 12 | Command class 13 | The command class is the first word of a command. 14 | 15 | 16 | 17 | command classes 18 | 19 | 20 | 21 | 22 |
23 |

At the top tier of the CLI the command classes can be seen by double-tapping the 24 | Tab button with the cursor in the 25 | shell. 26 | cli> 27 | clear exit ping set load 28 | delete help quit show traceroute 29 |

30 |

A command class has a descendant structure built on command foundations.

31 |

Each command class is in a section. Special commands are in separate sections. 32 | Because special commands have no descendant commands, they are not command 33 | classes.

34 |
35 | -------------------------------------------------------------------------------- /Thunderbird-keys-reuse-only/topics/c_command_class.dita: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | 8 | 9 | ]> 10 | 11 | 12 | Command class 13 | The command class is the first word of a command. 14 | 15 | 16 | 17 | command classes 18 | 19 | 20 | 21 | 22 |
23 |

At the top tier of the CLI the command classes can be seen by double-tapping the 24 | Tab button with the cursor in the 25 | shell. 26 | cli> 27 | clear exit ping set load 28 | delete help quit show traceroute 29 |

30 |

A command class has a descendant structure built on command foundations.

31 |

Each command class is in a section. Special commands are in separate sections. 32 | Because special commands have no descendant commands, they are not command 33 | classes.

34 |
35 | -------------------------------------------------------------------------------- /Thunderbird-keys-resonly-every-topic/topics/c_command_class.dita: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | 8 | 9 | ]> 10 | 11 | 12 | Command class 13 | The command class is the first word of a command. 14 | 15 | 16 | 17 | command classes 18 | 19 | 20 | 21 | 22 |
23 |

At the top tier of the CLI the command classes can be seen by double-tapping the 24 | Tab button with the cursor in the 25 | shell. 26 | cli> 27 | clear exit ping set load 28 | delete help quit show traceroute 29 |

30 |

A command class has a descendant structure built on command foundations.

31 |

Each command class is in a section. Special commands are in separate sections. 32 | Because special commands have no descendant commands, they are not command 33 | classes.

34 |
35 | -------------------------------------------------------------------------------- /Thunderbird/topics/r_jobconf.dita: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Command: jobconf 5 | Submits live job reconfiguration requests, updating configuration settings in active 6 | memory without restarting daemons. 7 | 8 | Synopsisjobconf action object_type=object_name "value_pair[;value_pair...]"] 9 | [-c "comment"] [-f] 10 | jobconf hist [-l|-w] 11 | [-o object_type] [-u user_name] 12 | [-T time_period] [-a action] 13 | [-f config_file] [history_file] 14 | jobbconf   disable 15 | bconf -h [action [object_type]] 16 | jobbconf   -V 17 | 18 | 19 | Action synopsis 20 | addmember usergroup | hostgroup | queue | limit | gpool=object_name "value_pair[;value_pair ...]" 21 | [-c "comment"] 22 | 23 | 24 | -------------------------------------------------------------------------------- /Thunderbird-keys-reuse-only/topics/r_jobconf.dita: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Command: jobconf 5 | Submits live job reconfiguration requests, updating configuration settings in active 6 | memory without restarting daemons. 7 | 8 | Synopsisjobconf action object_type=object_name "value_pair[;value_pair...]"] 9 | [-c "comment"] [-f] 10 | jobconf hist [-l|-w] 11 | [-o object_type] [-u user_name] 12 | [-T time_period] [-a action] 13 | [-f config_file] [history_file] 14 | jobbconf   disable 15 | bconf -h [action [object_type]] 16 | jobbconf   -V 17 | 18 | 19 | Action synopsis 20 | addmember usergroup | hostgroup | queue | limit | gpool=object_name "value_pair[;value_pair ...]" 21 | [-c "comment"] 22 | 23 | 24 | -------------------------------------------------------------------------------- /Thunderbird-keys-resonly-every-topic/topics/r_jobconf.dita: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Command: jobconf 5 | Submits live job reconfiguration requests, updating configuration settings in active 6 | memory without restarting daemons. 7 | 8 | Synopsisjobconf action object_type=object_name "value_pair[;value_pair...]"] 9 | [-c "comment"] [-f] 10 | jobconf hist [-l|-w] 11 | [-o object_type] [-u user_name] 12 | [-T time_period] [-a action] 13 | [-f config_file] [history_file] 14 | jobbconf   disable 15 | bconf -h [action [object_type]] 16 | jobbconf   -V 17 | 18 | 19 | Action synopsis 20 | addmember usergroup | hostgroup | queue | limit | gpool=object_name "value_pair[;value_pair ...]" 21 | [-c "comment"] 22 | 23 | 24 | -------------------------------------------------------------------------------- /Thunderbird-keys-reuse-only/topics/c_mv_about_mobileview.dita: -------------------------------------------------------------------------------- 1 | 2 | About <term conkeyref="productname_variables/ph_enduser"/> 3 | 4 | 5 | An overview of , the system operator application for . 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | general introduction 18 | 19 | 20 |

provides a single, 21 | mobile interface for monitoring and managing cluster activity within .

23 |

From the dashboard you 24 | can oversee cluster operations, monitor system performance, and diagnose problems with 25 | cluster activity. You can also create custom views that present metrics specific to your 26 | project.

27 | 28 | 29 |
30 |
31 | -------------------------------------------------------------------------------- /Thunderbird/topics/c_mv_about_mobileview.dita: -------------------------------------------------------------------------------- 1 | 2 | About <term conkeyref="r_productname_variables/ph_enduser"/> 3 | 4 | 5 | An overview of , the system operator application for . 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | general introduction 18 | 19 | 20 |

provides a single, 21 | mobile interface for monitoring and managing cluster activity within .

23 |

From the dashboard you 24 | can oversee cluster operations, monitor system performance, and diagnose problems with 25 | cluster activity. You can also create custom views that present metrics specific to your 26 | project.

27 | 28 | 29 |
30 |
31 | -------------------------------------------------------------------------------- /Thunderbird-keys-resonly-every-topic/topics/c_mv_about_mobileview.dita: -------------------------------------------------------------------------------- 1 | 2 | About <term conkeyref="productname_variables/ph_enduser"/> 3 | 4 | 5 | An overview of , the system operator application for . 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | general introduction 18 | 19 | 20 |

provides a single, 21 | mobile interface for monitoring and managing cluster activity within .

23 |

From the dashboard you 24 | can oversee cluster operations, monitor system performance, and diagnose problems with 25 | cluster activity. You can also create custom views that present metrics specific to your 26 | project.

27 | 28 | 29 |
30 |
31 | -------------------------------------------------------------------------------- /Thunderbird/topics/c_mv_organization.dita: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | How <term conkeyref="r_productname_variables/ph_enduser"/> is organized 5 | is organized 6 | according to system operator tabs. 7 | 8 | 9 | 10 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | organization 19 | 20 | 21 | 22 |

Using , a system 23 | operator can monitor and maintain cluster activity tabs associated with active projects. 24 | You can view reports that demonstrate how the project is leveraging cluster resources, 25 | how the project is progressing towards targets, and whether the system is performing as 26 | expected.

27 |

Some reports provide a more detailed view of your project's progress, allowing you to view the progression of your project's subordinate tasks towards their targets. This provides more nuanced reporting and manipulation, ensuring that you can manage your project more effectively.

28 |
29 |
30 | -------------------------------------------------------------------------------- /Thunderbird/topics/c_jtub_description.dita: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Description of jtub command 5 | Use jtub to submit and control a flow definition. 6 | 7 | 8 | 9 | jtubdescription 10 | 11 | 12 | 13 | 14 | 15 |
16 | Description 17 |

You use the jtub command to submit a flow definition. When you submit the 18 | flow definition, you may specify the event that triggers the flow, if applicable. If you do not 19 | specify an event to trigger the flow, it requires a manual trigger. You must be the owner of the 20 | flow definition or have the administrator authority to submit a flow definition.

21 |

22 | 23 |

The flow definition you are submitting may contain pre-defined events that trigger the flow. 24 | When you submit this flow using the jtub command, those events are 25 | overwritten by any specified in the command. If the flow definition contains triggering 26 | events, and you submit the flow definition without specifying a triggering event, those events 27 | are deleted from the definition that is submitted, and the flow definition requires a manual 28 | trigger.

29 | 30 |

31 |

supports commands issued 32 | by jobs running on execution clusters. All jtub commands issued by running 33 | jobs are sent to the submission cluster, and then forwarded to an appropriate execution cluster 34 | to run. This is necessary because execution clusters do not 36 | accept local job submissions.

37 |
38 |
39 |
40 | -------------------------------------------------------------------------------- /Thunderbird-keys-reuse-only/topics/c_jtub_description.dita: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Description of jtub command 5 | Use jtub to submit and control a flow definition. 6 | 7 | 8 | 9 | jtubdescription 10 | 11 | 12 | 13 | 14 | 15 |
16 | Description 17 |

You use the jtub command to submit a flow definition. When you submit the 18 | flow definition, you may specify the event that triggers the flow, if applicable. If you do not 19 | specify an event to trigger the flow, it requires a manual trigger. You must be the owner of the 20 | flow definition or have the administrator authority to submit a flow definition.

21 |

22 | 23 |

The flow definition you are submitting may contain pre-defined events that trigger the flow. 24 | When you submit this flow using the jtub command, those events are 25 | overwritten by any specified in the command. If the flow definition contains triggering 26 | events, and you submit the flow definition without specifying a triggering event, those events 27 | are deleted from the definition that is submitted, and the flow definition requires a manual 28 | trigger.

29 | 30 |

31 |

supports commands issued 32 | by jobs running on execution clusters. All jtub commands issued by running 33 | jobs are sent to the submission cluster, and then forwarded to an appropriate execution cluster 34 | to run. This is necessary because execution clusters do not 36 | accept local job submissions.

37 |
38 |
39 |
40 | -------------------------------------------------------------------------------- /Thunderbird-keys-resonly-every-topic/topics/c_jtub_description.dita: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Description of jtub command 5 | Use jtub to submit and control a flow definition. 6 | 7 | 8 | 9 | jtubdescription 10 | 11 | 12 | 13 | 14 | 15 |
16 | Description 17 |

You use the jtub command to submit a flow definition. When you submit the 18 | flow definition, you may specify the event that triggers the flow, if applicable. If you do not 19 | specify an event to trigger the flow, it requires a manual trigger. You must be the owner of the 20 | flow definition or have the administrator authority to submit a flow definition.

21 |

22 | 23 |

The flow definition you are submitting may contain pre-defined events that trigger the flow. 24 | When you submit this flow using the jtub command, those events are 25 | overwritten by any specified in the command. If the flow definition contains triggering 26 | events, and you submit the flow definition without specifying a triggering event, those events 27 | are deleted from the definition that is submitted, and the flow definition requires a manual 28 | trigger.

29 | 30 |

31 |

supports commands issued 32 | by jobs running on execution clusters. All jtub commands issued by running 33 | jobs are sent to the submission cluster, and then forwarded to an appropriate execution cluster 34 | to run. This is necessary because execution clusters do not 36 | accept local job submissions.

37 |
38 |
39 |
40 | -------------------------------------------------------------------------------- /Thunderbird/topics/c_notifications.dita: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | 8 | 9 | ]> 10 | 11 | 12 | Notifications 13 | Overview of alarm notifications. 14 | 15 | 16 | 17 | alarm notifications 18 | 19 | 20 | 21 | 22 |
23 |

24 |

Notifications are the communication tool for alarms. They follow the structure 25 | derived from:

    26 |
  • 27 |

    ABC 3413 SNMP-NOTIFICATION-MIB

    28 |
  • 29 |
  • 30 |

    ABC 3014 NOTIFICATION-LOG-MIB

    31 |
  • 32 |
  • 33 |

    ABC 3413 SNMP-TARGET-MIB

    34 |
  • 35 |
  • 36 |

    ABC 3877 Alarm MIB

    37 |
  • 38 |

39 |

Managers can review alarm models in the Alarm MIB to determine if a 40 | notification is of interest for alarm management. If no entries in the 41 | alarmModelTable can match a particular notification, then that notification is not 42 | relevant to the alarm models defined.

43 |

Information in the alarm model such as the Notification ID or the description specify 44 | which error or warning condition the alarm indicates. If the ITU-ALARM-MIB is also 45 | supported, additional information is provided via the probable cause.

46 |
47 |
48 | -------------------------------------------------------------------------------- /Thunderbird-keys-resonly-every-topic/proposal_template.ditamap: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Customer Proposal Template 5 | 7 | 9 | 10 | 11 | 12 | 15 | 17 | 21 | 25 | 26 | 29 | 31 | 35 | 39 | 40 | 41 | 42 | 43 | 44 | About capture file names 45 | 46 | 47 | 50 | 53 | 54 | 55 | 58 | 59 | 60 | -------------------------------------------------------------------------------- /Thunderbird-keys-reuse-only/topics/c_notifications.dita: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | 8 | 9 | ]> 10 | 11 | 12 | Notifications 13 | Overview of alarm notifications. 14 | 15 | 16 | 17 | alarm notifications 18 | 19 | 20 | 21 | 22 |
23 |

24 |

Notifications are the communication tool for alarms. They follow the structure 25 | derived from:

    26 |
  • 27 |

    ABC 3413 SNMP-NOTIFICATION-MIB

    28 |
  • 29 |
  • 30 |

    ABC 3014 NOTIFICATION-LOG-MIB

    31 |
  • 32 |
  • 33 |

    ABC 3413 SNMP-TARGET-MIB

    34 |
  • 35 |
  • 36 |

    ABC 3877 Alarm MIB

    37 |
  • 38 |

39 |

Managers can review alarm models in the Alarm MIB to determine if a 40 | notification is of interest for alarm management. If no entries in the 41 | alarmModelTable can match a particular notification, then that notification is not 42 | relevant to the alarm models defined.

43 |

Information in the alarm model such as the Notification ID or the description specify 44 | which error or warning condition the alarm indicates. If the ITU-ALARM-MIB is also 45 | supported, additional information is provided via the probable cause.

46 |
47 |
48 | -------------------------------------------------------------------------------- /Thunderbird-keys-resonly-every-topic/topics/c_notifications.dita: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | 8 | 9 | ]> 10 | 11 | 12 | Notifications 13 | Overview of alarm notifications. 14 | 15 | 16 | 17 | alarm notifications 18 | 19 | 20 | 21 | 22 |
23 |

24 |

Notifications are the communication tool for alarms. They follow the structure 25 | derived from:

    26 |
  • 27 |

    ABC 3413 SNMP-NOTIFICATION-MIB

    28 |
  • 29 |
  • 30 |

    ABC 3014 NOTIFICATION-LOG-MIB

    31 |
  • 32 |
  • 33 |

    ABC 3413 SNMP-TARGET-MIB

    34 |
  • 35 |
  • 36 |

    ABC 3877 Alarm MIB

    37 |
  • 38 |

39 |

Managers can review alarm models in the Alarm MIB to determine if a 40 | notification is of interest for alarm management. If no entries in the 41 | alarmModelTable can match a particular notification, then that notification is not 42 | relevant to the alarm models defined.

43 |

Information in the alarm model such as the Notification ID or the description specify 44 | which error or warning condition the alarm indicates. If the ITU-ALARM-MIB is also 45 | supported, additional information is provided via the probable cause.

46 |
47 |
48 | -------------------------------------------------------------------------------- /Thunderbird-keys-reuse-only/topics/c_mv_organization.dita: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | How <term conkeyref="productname_variables/ph_enduser"/> is organized 5 | is organized 6 | according to system operator tabs. 7 | 8 | 9 | 10 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | organization 19 | 20 | 21 | 22 |

Using , a system 23 | operator can monitor and maintain cluster activity tabs associated with active projects. 24 | You can view reports that demonstrate how the project is leveraging cluster resources, 25 | how the project is progressing towards targets, and whether the system is performing as 26 | expected.

27 |

Some reports provide a more detailed view of your project's progress, allowing you to view the progression of your project's subordinate tasks towards their targets. This provides more nuanced reporting and manipulation, ensuring that you can manage your project more effectively.

28 |

For specific information see:

36 |
37 |
38 | -------------------------------------------------------------------------------- /Thunderbird-keys-resonly-every-topic/topics/c_mv_organization.dita: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | How <term conkeyref="productname_variables/ph_enduser"/> is organized 5 | is organized 6 | according to system operator tabs. 7 | 8 | 9 | 10 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | organization 19 | 20 | 21 | 22 |

Using , a system 23 | operator can monitor and maintain cluster activity tabs associated with active projects. 24 | You can view reports that demonstrate how the project is leveraging cluster resources, 25 | how the project is progressing towards targets, and whether the system is performing as 26 | expected.

27 |

Some reports provide a more detailed view of your project's progress, allowing you to view the progression of your project's subordinate tasks towards their targets. This provides more nuanced reporting and manipulation, ensuring that you can manage your project more effectively.

28 |

For specific information see:

36 |
37 |
38 | -------------------------------------------------------------------------------- /Thunderbird-keys-reuse-only/Images2/images2-keys.ditamap: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Key definitions for images in the Images2 directory 5 | 9 | 10 | Architecture.png 11 | 12 | 13 | 17 | 18 | Customization.png 19 | 20 | 21 | 25 | 26 | Login.png 27 | 28 | 29 | 33 | 34 | Marketing.png 35 | 36 | 37 | 41 | 42 | Performance.png 43 | 44 | 45 | 49 | 50 | Troubleshooting.png 51 | 52 | 53 | 57 | 58 | Workspace.png 59 | 60 | 61 | 65 | 66 | a_error_icon.png 67 | 68 | 69 | 73 | 74 | a_operational_icon.png 75 | 76 | 77 | 81 | 82 | a_warning_icon.png 83 | 84 | 85 | 86 | -------------------------------------------------------------------------------- /Thunderbird/topics/r_physical_drive_not_faulted.dita: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | 8 | 9 | ]> 10 | 11 | 12 | Physical drive not faulted 13 | Provides a notification on the health of the physical drive. 14 | 15 | 16 | 17 | physical drivenot faulted 18 | 19 | 20 | 21 |

Faulted/not faulted physical drive notifications share these MIB references:

    23 |
  • 24 |

The 25 | physical drive not faulted notification is sent when a physical 26 | device enters either the online or hot spare state.

27 | 28 |

30 | 31 | 32 | 33 | 34 | 35 | Profile 36 | Description 37 | 38 | 39 |

MIB reference

40 |

ALPHABET- RAIDMON-MIB

SNMPv2-MIB

    41 |
  • 42 |

43 |
44 | 45 |

Trap Name

46 |

svRaidMonPhysicalDeviceNotFaultedNotification

47 |
48 | 49 | 50 | 51 |

Varbinds

52 |

svClusterConfigName

53 |
54 | 55 |

56 | -------------------------------------------------------------------------------- /Thunderbird/topics/t_creating_dynamic_tables.dita: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | 8 | 9 | ]> 10 | 11 | 12 | Creating dynamic reporting tables 13 | Dynamic reporting tables display real-time throughput information. 14 | 15 | 16 | 17 | dynamic reporting tablescreating 18 | 19 | 20 | 21 | Click the Dynamic tables icon. 22 | 23 |

The Dynamic tables view opens.

24 |
25 | To create a dynamic table, click Table. 26 | 27 |

For advanced table management, use the whole toolbar.

28 |
29 | Enter a name and description for the table. 30 | (Optional) Set a timeout value. 31 | In the "Time out" field, enter the number 32 | of units. 33 | 34 | Select a unit of time. 35 | 36 | 37 | Set additional control parameters using hostlimits 38 | command. 39 | 40 | (Optional) Set a unique-by option. Then, click Add. 41 | (Optional) Set target(s) for the table (which nodes this table is available for). 42 | 43 |

If no targets are set, then the classifier is available for all elements on 44 | all nodes.

45 |
46 | Click OK.
47 | You can now publish the table.
48 | -------------------------------------------------------------------------------- /Thunderbird-keys-reuse-only/topics/r_physical_drive_not_faulted.dita: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | 8 | 9 | ]> 10 | 11 | 12 | Physical drive not faulted 13 | Provides a notification on the health of the physical drive. 14 | 15 | 16 | 17 | physical drivenot faulted 18 | 19 | 20 | 21 |

Faulted/not faulted physical drive notifications share these MIB references:

    23 |
  • 24 |

The 25 | physical drive not faulted notification is sent when a physical 26 | device enters either the online or hot spare state.

27 | 28 |

30 | 31 | 32 | 33 | 34 | 35 | Profile 36 | Description 37 | 38 | 39 |

MIB reference

40 |

ALPHABET- RAIDMON-MIB

SNMPv2-MIB

    41 |
  • 42 |

43 |
44 | 45 |

Trap Name

46 |

svRaidMonPhysicalDeviceNotFaultedNotification

47 |
48 | 49 | 50 | 51 |

Varbinds

52 |

svClusterConfigName

53 |
54 | 55 |

56 | -------------------------------------------------------------------------------- /Thunderbird-keys-reuse-only/topics/t_creating_dynamic_tables.dita: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | 8 | 9 | ]> 10 | 11 | 12 | Creating dynamic reporting tables 13 | Dynamic reporting tables display real-time throughput information. 14 | 15 | 16 | 17 | dynamic reporting tablescreating 18 | 19 | 20 | 21 | Click the Dynamic tables icon. 22 | 23 |

The Dynamic tables view opens.

24 |
25 | To create a dynamic table, click Table. 26 | 27 |

For advanced table management, use the whole toolbar.

28 |
29 | Enter a name and description for the table. 30 | (Optional) Set a timeout value. 31 | In the "Time out" field, enter the number 32 | of units. 33 | 34 | Select a unit of time. 35 | 36 | 37 | Set additional control parameters using hostlimits 38 | command. 39 | 40 | (Optional) Set a unique-by option. Then, click Add. 41 | (Optional) Set target(s) for the table (which nodes this table is available for). 42 | 43 |

If no targets are set, then the classifier is available for all elements on 44 | all nodes.

45 |
46 | Click OK.
47 | You can now publish the table.
48 | -------------------------------------------------------------------------------- /Thunderbird-keys-resonly-every-topic/topics/r_physical_drive_not_faulted.dita: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | 8 | 9 | ]> 10 | 11 | 12 | Physical drive not faulted 13 | Provides a notification on the health of the physical drive. 14 | 15 | 16 | 17 | physical drivenot faulted 18 | 19 | 20 | 21 |

Faulted/not faulted physical drive notifications share these MIB references:

    23 |
  • 24 |

The 25 | physical drive not faulted notification is sent when a physical 26 | device enters either the online or hot spare state.

27 | 28 |

30 | 31 | 32 | 33 | 34 | 35 | Profile 36 | Description 37 | 38 | 39 |

MIB reference

40 |

ALPHABET- RAIDMON-MIB

SNMPv2-MIB

    41 |
  • 42 |

43 |
44 | 45 |

Trap Name

46 |

svRaidMonPhysicalDeviceNotFaultedNotification

47 |
48 | 49 | 50 | 51 |

Varbinds

52 |

svClusterConfigName

53 |
54 | 55 |

56 | -------------------------------------------------------------------------------- /Thunderbird-keys-resonly-every-topic/topics/t_creating_dynamic_tables.dita: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | 8 | 9 | ]> 10 | 11 | 12 | Creating dynamic reporting tables 13 | Dynamic reporting tables display real-time throughput information. 14 | 15 | 16 | 17 | dynamic reporting tablescreating 18 | 19 | 20 | 21 | Click the Dynamic tables icon. 22 | 23 |

The Dynamic tables view opens.

24 |
25 | To create a dynamic table, click Table. 26 | 27 |

For advanced table management, use the whole toolbar.

28 |
29 | Enter a name and description for the table. 30 | (Optional) Set a timeout value. 31 | In the "Time out" field, enter the number 32 | of units. 33 | 34 | Select a unit of time. 35 | 36 | 37 | Set additional control parameters using hostlimits 38 | command. 39 | 40 | (Optional) Set a unique-by option. Then, click Add. 41 | (Optional) Set target(s) for the table (which nodes this table is available for). 42 | 43 |

If no targets are set, then the classifier is available for all elements on 44 | all nodes.

45 |
46 | Click OK.
47 | You can now publish the table.
48 | -------------------------------------------------------------------------------- /Thunderbird-keys-reuse-only/Images/images-keys.ditamap: -------------------------------------------------------------------------------- 1 | 2 | 3 | Key definitions for images in the Images directory 4 | 8 | 9 | Thunder-MultiDevice-003.jpg 10 | 11 | 12 | 16 | 17 | ThunderBird-Customize-sm.png 18 | 19 | 20 | 24 | 25 | ThunderBird-Login-sm.png 26 | 27 | 28 | 32 | 33 | ThunderBird-Performance-sm.png 34 | 35 | 36 | 40 | 41 | ThunderBird-Troubleshooting-sm.png 42 | 43 | 44 | 48 | 49 | ThunderBird-Workspace-sm.png 50 | 51 | 52 | 56 | 57 | Thunderbird_Architecture-sm.png 58 | 59 | 60 | 64 | 65 | error_icon.png 66 | 67 | 68 | 69 | 73 | 74 | operational_icon.png 75 | 76 | 77 | 81 | 82 | warning_icon.png 83 | 84 | 85 | 86 | -------------------------------------------------------------------------------- /Thunderbird/topics/r_interface-bypass-group-is-in-active-mode.dita: -------------------------------------------------------------------------------- 1 | 2 | Interface bypass group is in active 3 | mode 4 | This alarm is cleared when the bypass group table operational 5 | status sets to active (value=1). 6 | 7 | 8 | 9 | interface dropsactive mode 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | Profile 20 | Description 21 | 22 | 23 |

Frequency

24 |

0 seconds (Immediate)

25 |
26 | 27 |

Severity

28 |

Cleared

29 |
30 | 31 |

Condition

32 |

ALPHABET-MIB::svBypassGroupGroupTableOperStatus == 1 33 | (eBypassWatchdogOperStatus_BYPASS_OPER_STATUS_ACTIVE)

34 |
35 | 36 |
-------------------------------------------------------------------------------- /Thunderbird-keys-reuse-only/topics/r_interface-bypass-group-is-in-active-mode.dita: -------------------------------------------------------------------------------- 1 | 2 | Interface bypass group is in active 3 | mode 4 | This alarm is cleared when the bypass group table operational 5 | status sets to active (value=1). 6 | 7 | 8 | 9 | interface dropsactive mode 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | Profile 20 | Description 21 | 22 | 23 |

Frequency

24 |

0 seconds (Immediate)

25 |
26 | 27 |

Severity

28 |

Cleared

29 |
30 | 31 |

Condition

32 |

ALPHABET-MIB::svBypassGroupGroupTableOperStatus == 1 33 | (eBypassWatchdogOperStatus_BYPASS_OPER_STATUS_ACTIVE)

34 |
35 | 36 |
-------------------------------------------------------------------------------- /Thunderbird-keys-resonly-every-topic/topics/r_interface-bypass-group-is-in-active-mode.dita: -------------------------------------------------------------------------------- 1 | 2 | Interface bypass group is in active 3 | mode 4 | This alarm is cleared when the bypass group table operational 5 | status sets to active (value=1). 6 | 7 | 8 | 9 | interface dropsactive mode 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | Profile 20 | Description 21 | 22 | 23 |

Frequency

24 |

0 seconds (Immediate)

25 |
26 | 27 |

Severity

28 |

Cleared

29 |
30 | 31 |

Condition

32 |

ALPHABET-MIB::svBypassGroupGroupTableOperStatus == 1 33 | (eBypassWatchdogOperStatus_BYPASS_OPER_STATUS_ACTIVE)

34 |
35 | 36 |
-------------------------------------------------------------------------------- /Thunderbird/topics/t_creating_limiter.dita: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | 8 | 9 | ]> 10 | 11 | 12 | Creating a limiter 13 | A new limiter acts as a buffer between aggregate views. 14 | 15 | 16 | 17 | limiterscreating 18 | 19 | 20 | 21 | 22 | 23 |

A limiter controls the value of a threshold, providing control over when 24 | actions are executed. They can be used to apply actions after a threshold (like 25 | number of connections) is exceeded, or can be used to define a control system to 26 | manage the amount of bandwidth on the network.

27 |

Limiters are used in:

    28 |
  • 29 |

    limit threshold condition

    30 |
  • 31 |
  • 32 |

    published expressions template

    33 |
  • 34 |

35 |

36 |

37 | 38 | Click the Limiter view toolbar button. The 39 | Limiters view opens. 40 | To create a limiter, click the Add button (+). 41 | Enter a name and description for the limiter. 42 | In the Threshold fields, enter a threshold value and unit of 43 | measurement. 44 | If the threshold unit of measurement is Connections, select a Unique by 45 | option. 46 | For all other threshold units of measurement, select 47 | a flow direction. 48 | You can set up conditions on the Conditions tab and define 49 | targets on the Targets tab. 50 | -------------------------------------------------------------------------------- /Thunderbird-keys-reuse-only/topics/t_creating_limiter.dita: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | 8 | 9 | ]> 10 | 11 | 12 | Creating a limiter 13 | A new limiter acts as a buffer between aggregate views. 14 | 15 | 16 | 17 | limiterscreating 18 | 19 | 20 | 21 | 22 | 23 |

A limiter controls the value of a threshold, providing control over when 24 | actions are executed. They can be used to apply actions after a threshold (like 25 | number of connections) is exceeded, or can be used to define a control system to 26 | manage the amount of bandwidth on the network.

27 |

Limiters are used in:

    28 |
  • 29 |

    limit threshold condition

    30 |
  • 31 |
  • 32 |

    published expressions template

    33 |
  • 34 |

35 |

36 |

37 | 38 | Click the Limiter view toolbar button. The 39 | Limiters view opens. 40 | To create a limiter, click the Add button (+). 41 | Enter a name and description for the limiter. 42 | In the Threshold fields, enter a threshold value and unit of 43 | measurement. 44 | If the threshold unit of measurement is Connections, select a Unique by 45 | option. 46 | For all other threshold units of measurement, select 47 | a flow direction. 48 | You can set up conditions on the Conditions tab and define 49 | targets on the Targets tab. 50 | -------------------------------------------------------------------------------- /Thunderbird-keys-resonly-every-topic/topics/t_creating_limiter.dita: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | 8 | 9 | ]> 10 | 11 | 12 | Creating a limiter 13 | A new limiter acts as a buffer between aggregate views. 14 | 15 | 16 | 17 | limiterscreating 18 | 19 | 20 | 21 | 22 | 23 |

A limiter controls the value of a threshold, providing control over when 24 | actions are executed. They can be used to apply actions after a threshold (like 25 | number of connections) is exceeded, or can be used to define a control system to 26 | manage the amount of bandwidth on the network.

27 |

Limiters are used in:

    28 |
  • 29 |

    limit threshold condition

    30 |
  • 31 |
  • 32 |

    published expressions template

    33 |
  • 34 |

35 |

36 |

37 | 38 | Click the Limiter view toolbar button. The 39 | Limiters view opens. 40 | To create a limiter, click the Add button (+). 41 | Enter a name and description for the limiter. 42 | In the Threshold fields, enter a threshold value and unit of 43 | measurement. 44 | If the threshold unit of measurement is Connections, select a Unique by 45 | option. 46 | For all other threshold units of measurement, select 47 | a flow direction. 48 | You can set up conditions on the Conditions tab and define 49 | targets on the Targets tab. 50 | -------------------------------------------------------------------------------- /Thunderbird/topics/t_diverting_hosts.dita: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | 8 | 9 | ]> 10 | 11 | 12 | Diverting to host destinations 13 | 14 | 15 | 16 | 17 | diversionto host destinations 18 | 19 | 20 | 21 | 22 | 23 |

To divert to a host destination when your packets need to be backed up on a separate 24 | server.

25 |
26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | For the Route option, select With headers. 36 | 37 |

This is the default selection.

38 |
39 | Select a destination type. 40 | 41 |

The displayed header size changes based on the type selected.

42 |
43 | To indicate how much of the original message to include in the payload, drag the 44 | Payload Slider. 45 | On the payload diagram, click the header type. 46 | 47 |

The input fields displayed below the payload diagram vary with the header 48 | selected.

49 |
50 | Complete the fields for the header selected. 51 | 52 | 53 | 54 | Click OK.
55 | 56 | Feedback from designated host servers will confirm that the diversion configuration setting have been loaded. 57 |
58 | -------------------------------------------------------------------------------- /Thunderbird/topics/c_ease_of_management.dita: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Ease of management 5 | The solution has 6 | been designed for ease of management. 7 | 8 | 9 | 10 | managementoverview 11 | 12 | 13 | 14 | 15 |
16 | Delegation of administrative rights 17 |

Rather than relying on a single cluster administrator for your 19 | deployment, you can now 20 | delegate administrative rights within to trusted people 22 | throughout your organization. With fine-grained control, you can easily establish limits for 23 | administrators to slowly gain more responsibility throughout the system. By enabling project 25 | managers and business owners to control their own workloads and resource allocation policies, 26 | users enjoy better service and the burden on cluster administrators is substantially 27 | reduced.

28 |

An administrator can delegate specific sub-sets of rights to 29 | sub-administrators, with the ability to manage other users within their domain or to project 30 | owners with limited control over data resources within their domain.

31 |
32 |
33 | Live customization 34 |

Administrators can quickly and easily make changes to a wide range of system parameters and reporting definitions and 37 | they can do so at any time “on the fly” without the need to restart cluster daemons. This means 38 | that you no longer have to wait for scheduled maintenance periods to make configuration changes 39 | to your cluster resources. This “live” reconfiguration capability boosts productivity, and 40 | minimizes downtime while reacting more swiftly to changing business priorities.

41 |
42 |
43 |
44 | -------------------------------------------------------------------------------- /Thunderbird-keys-reuse-only/topics/c_ease_of_management.dita: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Ease of management 5 | The solution has 6 | been designed for ease of management. 7 | 8 | 9 | 10 | managementoverview 11 | 12 | 13 | 14 | 15 |
16 | Delegation of administrative rights 17 |

Rather than relying on a single cluster administrator for your 19 | deployment, you can now 20 | delegate administrative rights within to trusted people 22 | throughout your organization. With fine-grained control, you can easily establish limits for 23 | administrators to slowly gain more responsibility throughout the system. By enabling project 25 | managers and business owners to control their own workloads and resource allocation policies, 26 | users enjoy better service and the burden on cluster administrators is substantially 27 | reduced.

28 |

An administrator can delegate specific sub-sets of rights to 29 | sub-administrators, with the ability to manage other users within their domain or to project 30 | owners with limited control over data resources within their domain.

31 |
32 |
33 | Live customization 34 |

Administrators can quickly and easily make changes to a wide range of system parameters and reporting definitions and 37 | they can do so at any time “on the fly” without the need to restart cluster daemons. This means 38 | that you no longer have to wait for scheduled maintenance periods to make configuration changes 39 | to your cluster resources. This “live” reconfiguration capability boosts productivity, and 40 | minimizes downtime while reacting more swiftly to changing business priorities.

41 |
42 |
43 |
44 | -------------------------------------------------------------------------------- /Thunderbird-keys-reuse-only/topics/t_diverting_hosts.dita: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | 8 | 9 | ]> 10 | 11 | 12 | Diverting to host destinations 13 | 14 | 15 | 16 | 17 | diversionto host destinations 18 | 19 | 20 | 21 | 22 | 23 |

To divert to a host destination when your packets need to be backed up on a separate 24 | server.

25 |
26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | For the Route option, select With headers. 36 | 37 |

This is the default selection.

38 |
39 | Select a destination type. 40 | 41 |

The displayed header size changes based on the type selected.

42 |
43 | To indicate how much of the original message to include in the payload, drag the 44 | Payload Slider. 45 | On the payload diagram, click the header type. 46 | 47 |

The input fields displayed below the payload diagram vary with the header 48 | selected.

49 |
50 | Complete the fields for the header selected. 51 | 52 | 53 | 54 | Click OK.
55 | 56 | Feedback from designated host servers will confirm that the diversion configuration setting have been loaded. 57 |
58 | -------------------------------------------------------------------------------- /Thunderbird-keys-resonly-every-topic/topics/t_diverting_hosts.dita: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | 8 | 9 | ]> 10 | 11 | 12 | Diverting to host destinations 13 | 14 | 15 | 16 | 17 | diversionto host destinations 18 | 19 | 20 | 21 | 22 | 23 |

To divert to a host destination when your packets need to be backed up on a separate 24 | server.

25 |
26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | For the Route option, select With headers. 36 | 37 |

This is the default selection.

38 |
39 | Select a destination type. 40 | 41 |

The displayed header size changes based on the type selected.

42 |
43 | To indicate how much of the original message to include in the payload, drag the 44 | Payload Slider. 45 | On the payload diagram, click the header type. 46 | 47 |

The input fields displayed below the payload diagram vary with the header 48 | selected.

49 |
50 | Complete the fields for the header selected. 51 | 52 | 53 | 54 | Click OK.
55 | 56 | Feedback from designated host servers will confirm that the diversion configuration setting have been loaded. 57 |
58 | -------------------------------------------------------------------------------- /Thunderbird-keys-resonly-every-topic/topics/c_ease_of_management.dita: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Ease of management 5 | The solution has 6 | been designed for ease of management. 7 | 8 | 9 | 10 | managementoverview 11 | 12 | 13 | 14 | 15 |
16 | Delegation of administrative rights 17 |

Rather than relying on a single cluster administrator for your 19 | deployment, you can now 20 | delegate administrative rights within to trusted people 22 | throughout your organization. With fine-grained control, you can easily establish limits for 23 | administrators to slowly gain more responsibility throughout the system. By enabling project 25 | managers and business owners to control their own workloads and resource allocation policies, 26 | users enjoy better service and the burden on cluster administrators is substantially 27 | reduced.

28 |

An administrator can delegate specific sub-sets of rights to 29 | sub-administrators, with the ability to manage other users within their domain or to project 30 | owners with limited control over data resources within their domain.

31 |
32 |
33 | Live customization 34 |

Administrators can quickly and easily make changes to a wide range of system parameters and reporting definitions and 37 | they can do so at any time “on the fly” without the need to restart cluster daemons. This means 38 | that you no longer have to wait for scheduled maintenance periods to make configuration changes 39 | to your cluster resources. This “live” reconfiguration capability boosts productivity, and 40 | minimizes downtime while reacting more swiftly to changing business priorities.

41 |
42 |
43 |
44 | -------------------------------------------------------------------------------- /Thunderbird/topics/c_command_foundation.dita: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | 8 | 9 | ]> 10 | 11 | 12 | Command foundation 13 | One or more words at the command prompt. 14 | 15 | 16 | 17 | command foundation 18 | CLI prompt 19 | 20 | 21 | 22 | 23 |
24 |

The command foundation is a minimum of one word at the CLI prompt that combines at 25 | least one attribute, and resolves to a command itself, whether or not there are more 26 | optional attributes and/or parameters 27 | available: 28 | cli> show alarms 29 |

30 |

31 |

32 |
Syntax

The syntax section 33 | lists all the variations of the command foundation with available 34 | attributes and parameters, as in: 35 | show alarms active severity all 36 | show alarms active severity critical 37 | show alarms active severity major 38 | show alarms active severity minor 39 | show alarms active severity warning 40 |

41 |
Attributes

Attributes that 42 | concatenate with the command foundation are listed in a table.

43 |
Sub-attributes

Sub-attributes 44 | are concatenated with attributes and listed in a table.

45 |
Parameters

Parameters that 46 | concatenate with attributes, sub-attributes, and other parameters 47 | are listed in a table.

48 |
Output

Lists and defines 49 | the output columns provided by the command foundation.

50 |
Reference

Provides references for terminology expressed in command output. Usually an RFC, internal MIB, or 51 | industry standard specifications, as in http://www.acpi.info/spec10b.htm 53 | .

54 | -------------------------------------------------------------------------------- /Thunderbird-keys-reuse-only/topics/c_command_foundation.dita: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | 8 | 9 | ]> 10 | 11 | 12 | Command foundation 13 | One or more words at the command prompt. 14 | 15 | 16 | 17 | command foundation 18 | CLI prompt 19 | 20 | 21 | 22 | 23 |
24 |

The command foundation is a minimum of one word at the CLI prompt that combines at 25 | least one attribute, and resolves to a command itself, whether or not there are more 26 | optional attributes and/or parameters 27 | available: 28 | cli> show alarms 29 |

30 |

31 |

32 |
Syntax

The syntax section 33 | lists all the variations of the command foundation with available 34 | attributes and parameters, as in: 35 | show alarms active severity all 36 | show alarms active severity critical 37 | show alarms active severity major 38 | show alarms active severity minor 39 | show alarms active severity warning 40 |

41 |
Attributes

Attributes that 42 | concatenate with the command foundation are listed in a table.

43 |
Sub-attributes

Sub-attributes 44 | are concatenated with attributes and listed in a table.

45 |
Parameters

Parameters that 46 | concatenate with attributes, sub-attributes, and other parameters 47 | are listed in a table.

48 |
Output

Lists and defines 49 | the output columns provided by the command foundation.

50 |
Reference

Provides references for terminology expressed in command output. Usually an RFC, internal MIB, or 51 | industry standard specifications, as in http://www.acpi.info/spec10b.htm 53 | .

54 | -------------------------------------------------------------------------------- /Thunderbird-keys-resonly-every-topic/topics/c_command_foundation.dita: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | 8 | 9 | ]> 10 | 11 | 12 | Command foundation 13 | One or more words at the command prompt. 14 | 15 | 16 | 17 | command foundation 18 | CLI prompt 19 | 20 | 21 | 22 | 23 |
24 |

The command foundation is a minimum of one word at the CLI prompt that combines at 25 | least one attribute, and resolves to a command itself, whether or not there are more 26 | optional attributes and/or parameters 27 | available: 28 | cli> show alarms 29 |

30 |

31 |

32 |
Syntax

The syntax section 33 | lists all the variations of the command foundation with available 34 | attributes and parameters, as in: 35 | show alarms active severity all 36 | show alarms active severity critical 37 | show alarms active severity major 38 | show alarms active severity minor 39 | show alarms active severity warning 40 |

41 |
Attributes

Attributes that 42 | concatenate with the command foundation are listed in a table.

43 |
Sub-attributes

Sub-attributes 44 | are concatenated with attributes and listed in a table.

45 |
Parameters

Parameters that 46 | concatenate with attributes, sub-attributes, and other parameters 47 | are listed in a table.

48 |
Output

Lists and defines 49 | the output columns provided by the command foundation.

50 |
Reference

Provides references for terminology expressed in command output. Usually an RFC, internal MIB, or 51 | industry standard specifications, as in http://www.acpi.info/spec10b.htm 53 | .

54 | -------------------------------------------------------------------------------- /Thunderbird/topics/c_capture-files.dita: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | 8 | 9 | ]> 10 | 11 | 12 | About capture file names 13 | Capture file names require relative paths. 14 | 15 | 16 | 17 | resource destinationsfilecapture file 18 | name 19 | 20 | 21 | 22 | 23 |
24 |

Capture file names must be entered with a relative pathname. The absolute path is 25 | determined when a file is received, when the relative path is appended to a default 26 | absolute path prefix.

27 |

28 | 29 |

Current directory (".") and parent directory ("..") indicators are 30 | not allowed in the relative path definition.

31 | 32 |
    33 |
  • 34 |

    The default absolute path is /d2/var/captures. The 35 | root of the file capture can’t be changed. Any empty directories under 36 | /d2/var/captures are automatically deleted.

    37 |
  • 38 |
  • 39 |

    The file name that you enter is a prefix, to which is added an 8-digit 40 | number followed by .cap. For example, if 41 | file unknownUdp is specified, the following 42 | files will be 43 | created: 44 | unknownUdp.00000001.cap 45 | unknownUdp.00000002.cap 46 | … 47 |

    48 |
  • 49 |
  • 50 |

    When files are being written, a temporary file is used. The temporary 51 | file cannot be read. When a flush occurs, the file is renamed and can be 52 | read.

    53 |
  • 54 |
55 |

56 |
57 | -------------------------------------------------------------------------------- /Thunderbird-keys-reuse-only/topics/c_capture-files.dita: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | 8 | 9 | ]> 10 | 11 | 12 | About capture file names 13 | Capture file names require relative paths. 14 | 15 | 16 | 17 | resource destinationsfilecapture file 18 | name 19 | 20 | 21 | 22 | 23 |
24 |

Capture file names must be entered with a relative pathname. The absolute path is 25 | determined when a file is received, when the relative path is appended to a default 26 | absolute path prefix.

27 |

28 | 29 |

Current directory (".") and parent directory ("..") indicators are 30 | not allowed in the relative path definition.

31 | 32 |
    33 |
  • 34 |

    The default absolute path is /d2/var/captures. The 35 | root of the file capture can’t be changed. Any empty directories under 36 | /d2/var/captures are automatically deleted.

    37 |
  • 38 |
  • 39 |

    The file name that you enter is a prefix, to which is added an 8-digit 40 | number followed by .cap. For example, if 41 | file unknownUdp is specified, the following 42 | files will be 43 | created: 44 | unknownUdp.00000001.cap 45 | unknownUdp.00000002.cap 46 | … 47 |

    48 |
  • 49 |
  • 50 |

    When files are being written, a temporary file is used. The temporary 51 | file cannot be read. When a flush occurs, the file is renamed and can be 52 | read.

    53 |
  • 54 |
55 |

56 |
57 | -------------------------------------------------------------------------------- /Thunderbird-keys-resonly-every-topic/topics/c_capture-files.dita: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | 8 | 9 | ]> 10 | 11 | 12 | About capture file names 13 | Capture file names require relative paths. 14 | 15 | 16 | 17 | resource destinationsfilecapture file 18 | name 19 | 20 | 21 | 22 | 23 |
24 |

Capture file names must be entered with a relative pathname. The absolute path is 25 | determined when a file is received, when the relative path is appended to a default 26 | absolute path prefix.

27 |

28 | 29 |

Current directory (".") and parent directory ("..") indicators are 30 | not allowed in the relative path definition.

31 | 32 |
    33 |
  • 34 |

    The default absolute path is /d2/var/captures. The 35 | root of the file capture can’t be changed. Any empty directories under 36 | /d2/var/captures are automatically deleted.

    37 |
  • 38 |
  • 39 |

    The file name that you enter is a prefix, to which is added an 8-digit 40 | number followed by .cap. For example, if 41 | file unknownUdp is specified, the following 42 | files will be 43 | created: 44 | unknownUdp.00000001.cap 45 | unknownUdp.00000002.cap 46 | … 47 |

    48 |
  • 49 |
  • 50 |

    When files are being written, a temporary file is used. The temporary 51 | file cannot be read. When a flush occurs, the file is renamed and can be 52 | read.

    53 |
  • 54 |
55 |

56 |
57 | -------------------------------------------------------------------------------- /Thunderbird/topics/r_mv_quickref_health_indicators.dita: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Quick reference: System health indicators 5 | Health icons indicate the current condition of cluster modules. 6 | 7 | 8 | 9 | system health indicators 10 | 11 | 12 | 13 | 14 |
15 | 16 | System health indicators 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 |

Indicator

25 |
26 | 27 |

Status

28 |
29 | 30 |

Description

31 |
32 |
33 | 34 | 35 | 36 | 37 |

39 |
40 | 41 |

Healthy

42 |
43 | 44 |

Indicates regular and sustained cluster performance.

45 |
46 |
47 | 48 | 49 |

51 |
52 | 53 |

Warning

54 |
55 | 56 |

Indicates that the cluster is not performing optimally or cannot 57 | address projected workloads.

58 |
59 |
60 | 61 | 62 |

64 |
65 | 66 |

Error

67 |
68 | 69 |

Indicates that the cluster has stopped processing a task.

70 |
71 |
72 | 73 | 74 |
75 |
76 |
77 |
78 | -------------------------------------------------------------------------------- /Thunderbird-keys-reuse-only/topics/r_mv_quickref_health_indicators.dita: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Quick reference: System health indicators 5 | Health icons indicate the current condition of cluster modules. 6 | 7 | 8 | 9 | system health indicators 10 | 11 | 12 | 13 | 14 |
15 | 16 | System health indicators 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 |

Indicator

25 |
26 | 27 |

Status

28 |
29 | 30 |

Description

31 |
32 |
33 | 34 | 35 | 36 | 37 |

39 |
40 | 41 |

Healthy

42 |
43 | 44 |

Indicates regular and sustained cluster performance.

45 |
46 |
47 | 48 | 49 |

51 |
52 | 53 |

Warning

54 |
55 | 56 |

Indicates that the cluster is not performing optimally or cannot 57 | address projected workloads.

58 |
59 |
60 | 61 | 62 |

64 |
65 | 66 |

Error

67 |
68 | 69 |

Indicates that the cluster has stopped processing a task.

70 |
71 |
72 | 73 | 74 |
75 |
76 |
77 |
78 | -------------------------------------------------------------------------------- /Thunderbird-keys-resonly-every-topic/topics/r_mv_quickref_health_indicators.dita: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Quick reference: System health indicators 5 | Health icons indicate the current condition of cluster modules. 6 | 7 | 8 | 9 | system health indicators 10 | 11 | 12 | 13 | 14 |
15 | 16 | System health indicators 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 |

Indicator

25 |
26 | 27 |

Status

28 |
29 | 30 |

Description

31 |
32 |
33 | 34 | 35 | 36 | 37 |

39 |
40 | 41 |

Healthy

42 |
43 | 44 |

Indicates regular and sustained cluster performance.

45 |
46 |
47 | 48 | 49 |

51 |
52 | 53 |

Warning

54 |
55 | 56 |

Indicates that the cluster is not performing optimally or cannot 57 | address projected workloads.

58 |
59 |
60 | 61 | 62 |

64 |
65 | 66 |

Error

67 |
68 | 69 |

Indicates that the cluster has stopped processing a task.

70 |
71 |
72 | 73 | 74 |
75 |
76 |
77 |
78 | -------------------------------------------------------------------------------- /Thunderbird/topics/t_set_timeout.dita: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Setting timeout and wait times 5 | Control job forwarding times. 6 | 7 | 8 | 9 | job forwardingcontrol times 10 | timeout 11 | wait time 12 | 13 | 14 | 15 | 16 | 17 |

By default, timeout and wait time are set to 360 and 10 respectively, but can be 18 | changed to suit each individual job-forwarding queue.

19 |
20 | 21 | 22 | For the job-forwarding queue define MAX_RSCHED_TIME in 23 | host.queues. 24 | 25 |

MAX_RSCHED_TIME=timeout 26 | [wait_time]

27 |
28 |
29 | 30 | Run badmin reconfig for the changes to take effect. 31 | 32 |
33 | 34 |

Jobs submitted to queue pend in an execution cluster for up to the specified number 35 | of timeout seconds before returning to the submission cluster for rescheduling. Jobs 36 | can be forwarded to the same cluster once again after wait time, in seconds.

37 |
38 | 39 |

40 | Begin QueueQUEUE_NAME=Q1PRIORITY=40NICE=10SNDJOBS_TO=cluster_e2+1 cluster_e3MAX_RSCHED_TIME=50 10END QUEUE 41 |

42 |

and in host.params, MBD_SLEEP_TIME=20

43 |

Thus the cluster reselection timeout and wait time are given by:

    45 |
  • 46 |

    timeout = 50x20 seconds = 1000 seconds

    47 |
  • 48 |
  • 49 |

    wait time = 10x20 seconds = 200 seconds

    50 |
  • 51 |

52 |
53 |
54 |
55 | -------------------------------------------------------------------------------- /Thunderbird-keys-reuse-only/topics/t_set_timeout.dita: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Setting timeout and wait times 5 | Control job forwarding times. 6 | 7 | 8 | 9 | job forwardingcontrol times 10 | timeout 11 | wait time 12 | 13 | 14 | 15 | 16 | 17 |

By default, timeout and wait time are set to 360 and 10 respectively, but can be 18 | changed to suit each individual job-forwarding queue.

19 |
20 | 21 | 22 | For the job-forwarding queue define MAX_RSCHED_TIME in 23 | host.queues. 24 | 25 |

MAX_RSCHED_TIME=timeout 26 | [wait_time]

27 |
28 |
29 | 30 | Run badmin reconfig for the changes to take effect. 31 | 32 |
33 | 34 |

Jobs submitted to queue pend in an execution cluster for up to the specified number 35 | of timeout seconds before returning to the submission cluster for rescheduling. Jobs 36 | can be forwarded to the same cluster once again after wait time, in seconds.

37 |
38 | 39 |

40 | Begin QueueQUEUE_NAME=Q1PRIORITY=40NICE=10SNDJOBS_TO=cluster_e2+1 cluster_e3MAX_RSCHED_TIME=50 10END QUEUE 41 |

42 |

and in host.params, MBD_SLEEP_TIME=20

43 |

Thus the cluster reselection timeout and wait time are given by:

    45 |
  • 46 |

    timeout = 50x20 seconds = 1000 seconds

    47 |
  • 48 |
  • 49 |

    wait time = 10x20 seconds = 200 seconds

    50 |
  • 51 |

52 |
53 |
54 |
55 | -------------------------------------------------------------------------------- /Thunderbird-keys-resonly-every-topic/topics/t_set_timeout.dita: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Setting timeout and wait times 5 | Control job forwarding times. 6 | 7 | 8 | 9 | job forwardingcontrol times 10 | timeout 11 | wait time 12 | 13 | 14 | 15 | 16 | 17 |

By default, timeout and wait time are set to 360 and 10 respectively, but can be 18 | changed to suit each individual job-forwarding queue.

19 |
20 | 21 | 22 | For the job-forwarding queue define MAX_RSCHED_TIME in 23 | host.queues. 24 | 25 |

MAX_RSCHED_TIME=timeout 26 | [wait_time]

27 |
28 |
29 | 30 | Run badmin reconfig for the changes to take effect. 31 | 32 |
33 | 34 |

Jobs submitted to queue pend in an execution cluster for up to the specified number 35 | of timeout seconds before returning to the submission cluster for rescheduling. Jobs 36 | can be forwarded to the same cluster once again after wait time, in seconds.

37 |
38 | 39 |

40 | Begin QueueQUEUE_NAME=Q1PRIORITY=40NICE=10SNDJOBS_TO=cluster_e2+1 cluster_e3MAX_RSCHED_TIME=50 10END QUEUE 41 |

42 |

and in host.params, MBD_SLEEP_TIME=20

43 |

Thus the cluster reselection timeout and wait time are given by:

    45 |
  • 46 |

    timeout = 50x20 seconds = 1000 seconds

    47 |
  • 48 |
  • 49 |

    wait time = 10x20 seconds = 200 seconds

    50 |
  • 51 |

52 |
53 |
54 |
55 | -------------------------------------------------------------------------------- /Thunderbird/topics/proposal_standard_responses.dita: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Standard responses 5 | 6 |
7 | Describe the security provisions provided by your product. 8 |

9 |

10 |
11 | How does your solution address the challenges of administering a large enterprise 12 | deployment? 13 |

14 |

15 |

16 |
17 | When can administrators make changes to the deployed system? How can high priority 18 | changes be forced into production? 19 |

20 |

21 |
22 | Does your solution provide data visualization tools to support administrators in 23 | extracting and analyzing data resources being provided by different system 24 | components? 25 |

26 |

27 |

28 |

29 |
30 | Explain how your solution can be leveraged to get the most out of the available 31 | infrastructure and data resources? 32 |

Once resources are registered within 34 | , administrators can 35 | optimize how each resource is ulitized and when. This capability is provided by the robust 36 | and extensible scheduling services that underlie the environment.

38 |

39 |

40 |

41 |

42 |

43 |
44 | What are the hardware and software requirements for your solution? 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 |
54 |
55 | 56 | 57 |
58 | -------------------------------------------------------------------------------- /Thunderbird-keys-reuse-only/topics/proposal_standard_responses.dita: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Standard responses 5 | 6 |
7 | Describe the security provisions provided by your product. 8 |

9 |

10 |
11 | How does your solution address the challenges of administering a large enterprise 12 | deployment? 13 |

14 |

15 |

16 |
17 | When can administrators make changes to the deployed system? How can high priority 18 | changes be forced into production? 19 |

20 |

21 |
22 | Does your solution provide data visualization tools to support administrators in 23 | extracting and analyzing data resources being provided by different system 24 | components? 25 |

26 |

27 |

28 |

29 |
30 | Explain how your solution can be leveraged to get the most out of the available 31 | infrastructure and data resources? 32 |

Once resources are registered within 34 | , administrators can 35 | optimize how each resource is ulitized and when. This capability is provided by the robust 36 | and extensible scheduling services that underlie the environment.

38 |

39 |

40 |

41 |

42 |

43 |
44 | What are the hardware and software requirements for your solution? 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 |
54 |
55 | 56 | 57 |
58 | -------------------------------------------------------------------------------- /Thunderbird-keys-resonly-every-topic/topics/c_proposal_standard_responses.dita: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Standard responses 5 | 6 |
7 | Describe the security provisions provided by your product. 8 |

9 |

10 |
11 | How does your solution address the challenges of administering a large enterprise 12 | deployment? 13 |

14 |

15 |

16 |
17 | When can administrators make changes to the deployed system? How can high priority 18 | changes be forced into production? 19 |

20 |

21 |
22 | Does your solution provide data visualization tools to support administrators in 23 | extracting and analyzing data resources being provided by different system 24 | components? 25 |

26 |

27 |

28 |

29 |
30 | Explain how your solution can be leveraged to get the most out of the available 31 | infrastructure and data resources? 32 |

Once resources are registered within 34 | , administrators can 35 | optimize how each resource is ulitized and when. This capability is provided by the robust 36 | and extensible scheduling services that underlie the environment.

38 |

39 |

40 |

41 |

42 |

43 |
44 | What are the hardware and software requirements for your solution? 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 |
54 |
55 | 56 | 57 |
58 | -------------------------------------------------------------------------------- /Thunderbird/topics/t_mv_troubleshooting_clusters.dita: -------------------------------------------------------------------------------- 1 | 2 | Troubleshooting cluster reporting problems 3 | You can troubleshoot clusters using the Diagnostic tool. 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | cluster reportingtroubleshooting 15 | 16 | 17 | 18 | 19 |

A cluster that is not properly configured is displayed in yellow. A cluster that is 20 | offline is displayed in red. The Diagnostic tool can help you troubleshoot the 21 | problem with the cluster.

22 |
23 | 24 | To troubleshoot a cluster: 25 | 26 | Open the Diagnostics tab. 27 | 28 | 29 | Select the data view for the cluster or task in question. 30 | 31 | 32 | From the Data View widget, the diagnose tool. 33 | The diagnose tool is only available in Data View widget in the Diagnostics tab. It is not available as an option in the data views for the Operations or System Performance tabs. 34 | 35 |

A troubleshooting tab is displayed, showing the results from the diagnostic test 36 | performed on the selected entity.

37 |
38 |
39 | 40 | You can save or share the results of the diagnostic test. 41 | 42 | To save the results of the test, click Save. 43 | To share the results of the test, click Send. 44 | 45 | 46 | 47 | Click Close to end the diagnostic session. 48 | 49 |
50 |
51 |
52 | -------------------------------------------------------------------------------- /Thunderbird-keys-reuse-only/topics/t_mv_troubleshooting_clusters.dita: -------------------------------------------------------------------------------- 1 | 2 | Troubleshooting cluster reporting problems 3 | You can troubleshoot clusters using the Diagnostic tool. 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | cluster reportingtroubleshooting 15 | 16 | 17 | 18 | 19 |

A cluster that is not properly configured is displayed in yellow. A cluster that is 20 | offline is displayed in red. The Diagnostic tool can help you troubleshoot the 21 | problem with the cluster.

22 |
23 | 24 | To troubleshoot a cluster: 25 | 26 | Open the Diagnostics tab. 27 | 28 | 29 | Select the data view for the cluster or task in question. 30 | 31 | 32 | From the Data View widget, the diagnose tool. 33 | The diagnose tool is only available in Data View widget in the Diagnostics tab. It is not available as an option in the data views for the Operations or System Performance tabs. 34 | 35 |

A troubleshooting tab is displayed, showing the results from the diagnostic test 36 | performed on the selected entity.

37 |
38 |
39 | 40 | You can save or share the results of the diagnostic test. 41 | 42 | To save the results of the test, click Save. 43 | To share the results of the test, click Send. 44 | 45 | 46 | 47 | Click Close to end the diagnostic session. 48 | 49 |
50 |
51 |
52 | -------------------------------------------------------------------------------- /Thunderbird-keys-resonly-every-topic/topics/t_mv_troubleshooting_clusters.dita: -------------------------------------------------------------------------------- 1 | 2 | Troubleshooting cluster reporting problems 3 | You can troubleshoot clusters using the Diagnostic tool. 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | cluster reportingtroubleshooting 15 | 16 | 17 | 18 | 19 |

A cluster that is not properly configured is displayed in yellow. A cluster that is 20 | offline is displayed in red. The Diagnostic tool can help you troubleshoot the 21 | problem with the cluster.

22 |
23 | 24 | To troubleshoot a cluster: 25 | 26 | Open the Diagnostics tab. 27 | 28 | 29 | Select the data view for the cluster or task in question. 30 | 31 | 32 | From the Data View widget, the diagnose tool. 33 | The diagnose tool is only available in Data View widget in the Diagnostics tab. It is not available as an option in the data views for the Operations or System Performance tabs. 34 | 35 |

A troubleshooting tab is displayed, showing the results from the diagnostic test 36 | performed on the selected entity.

37 |
38 |
39 | 40 | You can save or share the results of the diagnostic test. 41 | 42 | To save the results of the test, click Save. 43 | To share the results of the test, click Send. 44 | 45 | 46 | 47 | Click Close to end the diagnostic session. 48 | 49 |
50 |
51 |
52 | -------------------------------------------------------------------------------- /Thunderbird/topics/FAQ.dita: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Frequently Asked Questions 6 | Answers to your frequently asked questions about . 7 | 8 | 9 |
10 | How do I change my password? 11 |

You can change your password after you log on to .

12 |

Select the Account button in the top right hand corner, then select the Settings option. In the Settings tab, click the 13 | Change Password button. In the Are-you-sure-you-want-to-change-your-password? dialog 14 | box, enter your old password, enter your new password twice, and click OK.

15 |
16 | 17 |
18 | Can I create a custom data view? 19 |

Yes. You can create custom data 20 | views that provide analytics specific to the needs of your project in the Customize Views page. 21 | You can analyze the tasks, targets, and clusters associated with your project.

22 |
23 | 24 |
25 | How do I generate a custom query? 26 |

You can generate customized queries on the tasks, clusters, and targets in your 27 | system for investigation or 28 | maintenance purposes.

29 |

Within the Customize Views tab, use the filters in the 30 | Query Pane to set up your query. Click on a filter 31 | heading to turn it on or off and click the Generate button to 32 | run your data analysis.

33 |
34 | 35 | 36 |
37 | How do I diagnose an issue with cluster activity? 38 |

If the data views in the Troubleshooting sub-tab have either the error 39 | icon or the warning icon, you will want to get more details regarding the issue. 40 | Initiate the applicable diagnostics sequence of tests.

41 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 |
52 | 53 |

Click on the Data View widget, and then select the Diagnose option. The system will return a detailed account of the issue and recommended action for amending the problem.

54 |
55 | 56 |
57 | 58 | -------------------------------------------------------------------------------- /Thunderbird-keys-reuse-only/topics/c_FAQ.dita: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Frequently Asked Questions 6 | Answers to your frequently asked questions about . 7 | 8 | 9 |
10 | How do I change my password? 11 |

You can change your password after you log on to .

12 |

Select the Account button in the top right hand corner, then select the Settings option. In the Settings tab, click the 13 | Change Password button. In the Are-you-sure-you-want-to-change-your-password? dialog 14 | box, enter your old password, enter your new password twice, and click OK.

15 |
16 | 17 |
18 | Can I create a custom data view? 19 |

Yes. You can create custom data 20 | views that provide analytics specific to the needs of your project in the Customize Views page. 21 | You can analyze the tasks, targets, and clusters associated with your project.

22 |
23 | 24 |
25 | How do I generate a custom query? 26 |

You can generate customized queries on the tasks, clusters, and targets in your 27 | system for investigation or 28 | maintenance purposes.

29 |

Within the Customize Views tab, use the filters in the 30 | Query Pane to set up your query. Click on a filter 31 | heading to turn it on or off and click the Generate button to 32 | run your data analysis.

33 |
34 | 35 | 36 |
37 | How do I diagnose an issue with cluster activity? 38 |

If the data views in the Troubleshooting sub-tab have either the error 39 | icon or the warning icon, you will want to get more details regarding the issue. 40 | Initiate the applicable diagnostics sequence of tests.

41 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 |
52 | 53 |

Click on the Data View widget, and then select the Diagnose option. The system will return a detailed account of the issue and recommended action for amending the problem.

54 |
55 | 56 |
57 | 58 | -------------------------------------------------------------------------------- /Thunderbird-keys-resonly-every-topic/topics/c_FAQ.dita: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Frequently Asked Questions 6 | Answers to your frequently asked questions about . 7 | 8 | 9 |
10 | How do I change my password? 11 |

You can change your password after you log on to .

12 |

Select the Account button in the top right hand corner, then select the Settings option. In the Settings tab, click the 13 | Change Password button. In the Are-you-sure-you-want-to-change-your-password? dialog 14 | box, enter your old password, enter your new password twice, and click OK.

15 |
16 | 17 |
18 | Can I create a custom data view? 19 |

Yes. You can create custom data 20 | views that provide analytics specific to the needs of your project in the Customize Views page. 21 | You can analyze the tasks, targets, and clusters associated with your project.

22 |
23 | 24 |
25 | How do I generate a custom query? 26 |

You can generate customized queries on the tasks, clusters, and targets in your 27 | system for investigation or 28 | maintenance purposes.

29 |

Within the Customize Views tab, use the filters in the 30 | Query Pane to set up your query. Click on a filter 31 | heading to turn it on or off and click the Generate button to 32 | run your data analysis.

33 |
34 | 35 | 36 |
37 | How do I diagnose an issue with cluster activity? 38 |

If the data views in the Troubleshooting sub-tab have either the error 39 | icon or the warning icon, you will want to get more details regarding the issue. 40 | Initiate the applicable diagnostics sequence of tests.

41 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 |
52 | 53 |

Click on the Data View widget, and then select the Diagnose option. The system will return a detailed account of the issue and recommended action for amending the problem.

54 |
55 | 56 |
57 | 58 | -------------------------------------------------------------------------------- /Thunderbird/topics/t_view_edit_metadata.dita: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Setting cluster metadata 5 | Cluster services profiled with metadata can be more easily discovered and 6 | managed. 7 | 8 | 9 | 10 | metadatatag objects 11 | 12 | 13 | 14 | 15 | 16 |

Enabling the metadata settings in Realm Permissions allows an 17 | administrator to view and edit metadata settings for the deployment. 19 | Adding metadata services available across the cluster to be efficiently discovered 20 | and invoked.

21 |
22 | 23 | 24 | Click the Console tab. 25 | 26 | 27 | Under the Utilities section of the Console menu bar, click User 28 | Management. 29 | 30 | 31 | On the user Management page, click the administrator who will be granted rights 32 | to apply object metadata. 33 | 34 | 35 | Click Realm Permissions. 36 | 37 | 38 | Click View Metadata and Edit 39 | Metadata checkboxes to enable these settings. 40 | 41 | 42 | Click Save. 43 | 44 |

The Metadata Settings button becomes available under 45 | the Configuration section of the Console menu bar.

46 |
47 |
48 | 49 | Apply metadata to the node objects. 50 | From the Console menu bar, you can select the option to 51 | define custom metadata fields using the SetMetadataProperty 52 | variable. 53 | 54 | $AdminTask SetMetadataProperty {- - } 55 | 56 | 57 |
58 |
59 |
60 | -------------------------------------------------------------------------------- /Thunderbird-keys-reuse-only/topics/t_view_edit_metadata.dita: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Setting cluster metadata 5 | Cluster services profiled with metadata can be more easily discovered and 6 | managed. 7 | 8 | 9 | 10 | metadatatag objects 11 | 12 | 13 | 14 | 15 | 16 |

Enabling the metadata settings in Realm Permissions allows an 17 | administrator to view and edit metadata settings for the deployment. 19 | Adding metadata services available across the cluster to be efficiently discovered 20 | and invoked.

21 |
22 | 23 | 24 | Click the Console tab. 25 | 26 | 27 | Under the Utilities section of the Console menu bar, click User 28 | Management. 29 | 30 | 31 | On the user Management page, click the administrator who will be granted rights 32 | to apply object metadata. 33 | 34 | 35 | Click Realm Permissions. 36 | 37 | 38 | Click View Metadata and Edit 39 | Metadata checkboxes to enable these settings. 40 | 41 | 42 | Click Save. 43 | 44 |

The Metadata Settings button becomes available under 45 | the Configuration section of the Console menu bar.

46 |
47 |
48 | 49 | Apply metadata to the node objects. 50 | From the Console menu bar, you can select the option to 51 | define custom metadata fields using the SetMetadataProperty 52 | variable. 53 | 54 | $AdminTask SetMetadataProperty {- - } 55 | 56 | 57 |
58 |
59 |
60 | -------------------------------------------------------------------------------- /Thunderbird-keys-resonly-every-topic/topics/t_view_edit_metadata.dita: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Setting cluster metadata 5 | Cluster services profiled with metadata can be more easily discovered and 6 | managed. 7 | 8 | 9 | 10 | metadatatag objects 11 | 12 | 13 | 14 | 15 | 16 |

Enabling the metadata settings in Realm Permissions allows an 17 | administrator to view and edit metadata settings for the deployment. 19 | Adding metadata services available across the cluster to be efficiently discovered 20 | and invoked.

21 |
22 | 23 | 24 | Click the Console tab. 25 | 26 | 27 | Under the Utilities section of the Console menu bar, click User 28 | Management. 29 | 30 | 31 | On the user Management page, click the administrator who will be granted rights 32 | to apply object metadata. 33 | 34 | 35 | Click Realm Permissions. 36 | 37 | 38 | Click View Metadata and Edit 39 | Metadata checkboxes to enable these settings. 40 | 41 | 42 | Click Save. 43 | 44 |

The Metadata Settings button becomes available under 45 | the Configuration section of the Console menu bar.

46 |
47 |
48 | 49 | Apply metadata to the node objects. 50 | From the Console menu bar, you can select the option to 51 | define custom metadata fields using the SetMetadataProperty 52 | variable. 53 | 54 | $AdminTask SetMetadataProperty {- - } 55 | 56 | 57 |
58 |
59 |
60 | -------------------------------------------------------------------------------- /Thunderbird/topics/c_cluster_reselection.dita: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Cluster reselection rules 5 | Set rules on when jobs are forwarded to clusters that have available 6 | resources. 7 | 8 | 9 | 10 | clusterreselection 11 | 12 | 13 | 14 | 15 |
16 |

Jobs are forwarded to the execution cluster based on swp, mem, type, ncpu, model, boolean 17 | resources, cpu factors, and user-defined shared resource requirements. In some cases, however, 18 | jobs may reach the execution cluster and find other required resources are not available. The 19 | cluster reselection policy sets the length of time jobs pend, and allows returned jobs to be 20 | forwarded to other execution clusters that may have different resources available.

21 |

Intelligence is built into execution clusters so that in the event that required resources are 22 | no longer available on a given execution cluster, the job will be automatically forwarded to an 23 | execution cluster that does have the required resources.

24 |

The time forwarded jobs spend in being forwarded between execution clusters before returning to the submission cluster 25 | for rescheduling can be configured for each queue.

26 |

The wait time before the same job is returned to the same execution cluster can also be set. 27 | Both values are defined in MAX_RSCHED_TIME in 28 | host.queues and are multiplied by MBD_SLEEP_TIME 29 | (host.params):

30 |

MAX_RSCHED_TIME = timeout [wait_time]

31 |

32 | 33 | 34 | timeout 35 | 36 |

timeout*MBD_SLEEP_TIME determines how long a job stays pending in the 37 | execution cluster before returning to the submission cluster.

38 |

The timeout value can be customized based on average job runtime and 39 | XL_RES_RATIO for the cluster. For example:

40 |

timeout = MAX(job_runtime, (XL_RES_RATIO - 1) * job_runtime) * 2 / 41 | MBD_SLEEP_TIME

42 | 43 | 44 | 45 | wait time 46 | 47 |

wait_time*MBD_SLEEP_TIME determines how long the submission cluster 48 | waits for other execution clusters to become available before returning to the same 49 | execution cluster. The wait time only applies when there are execution clusters the job has 50 | not yet tried.

51 |
52 |
53 | 54 |

55 |
56 |
57 |
58 | -------------------------------------------------------------------------------- /Thunderbird-keys-reuse-only/topics/c_cluster_reselection.dita: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Cluster reselection rules 5 | Set rules on when jobs are forwarded to clusters that have available 6 | resources. 7 | 8 | 9 | 10 | clusterreselection 11 | 12 | 13 | 14 | 15 |
16 |

Jobs are forwarded to the execution cluster based on swp, mem, type, ncpu, model, boolean 17 | resources, cpu factors, and user-defined shared resource requirements. In some cases, however, 18 | jobs may reach the execution cluster and find other required resources are not available. The 19 | cluster reselection policy sets the length of time jobs pend, and allows returned jobs to be 20 | forwarded to other execution clusters that may have different resources available.

21 |

Intelligence is built into execution clusters so that in the event that required resources are 22 | no longer available on a given execution cluster, the job will be automatically forwarded to an 23 | execution cluster that does have the required resources.

24 |

The time forwarded jobs spend in being forwarded between execution clusters before returning to the submission cluster 25 | for rescheduling can be configured for each queue.

26 |

The wait time before the same job is returned to the same execution cluster can also be set. 27 | Both values are defined in MAX_RSCHED_TIME in 28 | host.queues and are multiplied by MBD_SLEEP_TIME 29 | (host.params):

30 |

MAX_RSCHED_TIME = timeout [wait_time]

31 |

32 | 33 | 34 | timeout 35 | 36 |

timeout*MBD_SLEEP_TIME determines how long a job stays pending in the 37 | execution cluster before returning to the submission cluster.

38 |

The timeout value can be customized based on average job runtime and 39 | XL_RES_RATIO for the cluster. For example:

40 |

timeout = MAX(job_runtime, (XL_RES_RATIO - 1) * job_runtime) * 2 / 41 | MBD_SLEEP_TIME

42 | 43 | 44 | 45 | wait time 46 | 47 |

wait_time*MBD_SLEEP_TIME determines how long the submission cluster 48 | waits for other execution clusters to become available before returning to the same 49 | execution cluster. The wait time only applies when there are execution clusters the job has 50 | not yet tried.

51 |
52 |
53 | 54 |

55 |
56 |
57 |
58 | -------------------------------------------------------------------------------- /Thunderbird-keys-resonly-every-topic/topics/c_cluster_reselection.dita: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Cluster reselection rules 5 | Set rules on when jobs are forwarded to clusters that have available 6 | resources. 7 | 8 | 9 | 10 | clusterreselection 11 | 12 | 13 | 14 | 15 |
16 |

Jobs are forwarded to the execution cluster based on swp, mem, type, ncpu, model, boolean 17 | resources, cpu factors, and user-defined shared resource requirements. In some cases, however, 18 | jobs may reach the execution cluster and find other required resources are not available. The 19 | cluster reselection policy sets the length of time jobs pend, and allows returned jobs to be 20 | forwarded to other execution clusters that may have different resources available.

21 |

Intelligence is built into execution clusters so that in the event that required resources are 22 | no longer available on a given execution cluster, the job will be automatically forwarded to an 23 | execution cluster that does have the required resources.

24 |

The time forwarded jobs spend in being forwarded between execution clusters before returning to the submission cluster 25 | for rescheduling can be configured for each queue.

26 |

The wait time before the same job is returned to the same execution cluster can also be set. 27 | Both values are defined in MAX_RSCHED_TIME in 28 | host.queues and are multiplied by MBD_SLEEP_TIME 29 | (host.params):

30 |

MAX_RSCHED_TIME = timeout [wait_time]

31 |

32 | 33 | 34 | timeout 35 | 36 |

timeout*MBD_SLEEP_TIME determines how long a job stays pending in the 37 | execution cluster before returning to the submission cluster.

38 |

The timeout value can be customized based on average job runtime and 39 | XL_RES_RATIO for the cluster. For example:

40 |

timeout = MAX(job_runtime, (XL_RES_RATIO - 1) * job_runtime) * 2 / 41 | MBD_SLEEP_TIME

42 | 43 | 44 | 45 | wait time 46 | 47 |

wait_time*MBD_SLEEP_TIME determines how long the submission cluster 48 | waits for other execution clusters to become available before returning to the same 49 | execution cluster. The wait time only applies when there are execution clusters the job has 50 | not yet tried.

51 |
52 |
53 | 54 |

55 |
56 |
57 |
58 | -------------------------------------------------------------------------------- /Thunderbird/topics/r_mv_system_notifications.dita: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | System notifications 5 | Notifications regarding cluster activity. 6 | 7 | 8 | 9 | system 10 | notifications 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | Code Type 19 | Value 20 | Description 21 | 22 | 23 | A 24 | 65778 25 | 26 |

Error. A task has failed to be processed and attempts to complete processing have been halted.

27 |
28 | B 29 | 70945 30 |

Warning. A task has not been completed within the expected time frame. The system will contine to attemp to complete the task.

31 |
32 | G 33 | 10010 34 | 35 |

Confirmation. Confirmation that a task has been successfully completed. 36 | Code extensions are used to provide further information about the time taken 37 | to complete the task:

    39 |
  • 40 |

    3-a. Task completed within a timeframe < 41 | 20m

    42 |
  • 43 |
  • 3-b. 44 | Task completed within a timeframe < 40m
  • 45 |
  • 3-c. 46 | Task completed within a timeframe = 50m
  • 47 |
  • 48 |

    3-d. Task completed within a timeframe > 49 | 60m

    50 |
  • 51 |
  • 3-e. 52 | Task completed within a timeframe > 80m
  • 53 |
54 |

55 |
56 | X 57 | 99999 58 | 59 |

60 | Log. Supplemental message transaction log has been 61 | generated (in response to a configuration setting).

62 |
63 |
64 |
65 |
66 | -------------------------------------------------------------------------------- /Thunderbird-keys-reuse-only/topics/r_mv_system_notifications.dita: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | System notifications 5 | Notifications regarding cluster activity. 6 | 7 | 8 | 9 | system 10 | notifications 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | Code Type 19 | Value 20 | Description 21 | 22 | 23 | A 24 | 65778 25 | 26 |

Error. A task has failed to be processed and attempts to complete processing have been halted.

27 |
28 | B 29 | 70945 30 |

Warning. A task has not been completed within the expected time frame. The system will contine to attemp to complete the task.

31 |
32 | G 33 | 10010 34 | 35 |

Confirmation. Confirmation that a task has been successfully completed. 36 | Code extensions are used to provide further information about the time taken 37 | to complete the task:

    39 |
  • 40 |

    3-a. Task completed within a timeframe < 41 | 20m

    42 |
  • 43 |
  • 3-b. 44 | Task completed within a timeframe < 40m
  • 45 |
  • 3-c. 46 | Task completed within a timeframe = 50m
  • 47 |
  • 48 |

    3-d. Task completed within a timeframe > 49 | 60m

    50 |
  • 51 |
  • 3-e. 52 | Task completed within a timeframe > 80m
  • 53 |
54 |

55 |
56 | X 57 | 99999 58 | 59 |

60 | Log. Supplemental message transaction log has been 61 | generated (in response to a configuration setting).

62 |
63 |
64 |
65 |
66 | -------------------------------------------------------------------------------- /Thunderbird/topics/r_faulty_physical_drive.dita: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | 8 | 9 | ]> 10 | 11 | 12 | Faulty physical drive 13 | Provides a notification on the physical drive. 14 | 15 | 16 | 17 | faulty physical drive 18 | 19 | 20 | 21 |

Faulty/not faulty physical drive notifications share these MIB references:

    23 |
  • 24 |

The 25 | faulted physical drive notification is sent when a physical device 26 | enters a state other than online or hot spare.

27 |

29 | 30 | 31 | 32 | 33 | 34 | Severity 35 | Description 36 | 37 | 38 |

Warning

39 |

Drive is ready

40 |
41 | 42 |

Minor

43 |

Drive is rebuilding

44 |
45 | 46 | 47 | 48 |

Major

49 |

Drive has failed

50 |
51 | 52 |

53 |

54 | 55 | 56 | 57 | 58 | 59 | Profile 60 | Description 61 | 62 | 63 |

MIB reference

64 |

ALPHABET-RAIDMON-MIB

SNMPv2-MIB

    66 |
  • 67 |

68 |
69 | 70 |

Trap Name

71 |

svRaidMonPhysicalDeviceFaultedNotification

72 |
73 | 74 | 75 | 76 |

Varbinds

77 |

svClusterConfigName

78 |
79 | 80 |

81 | --------------------------------------------------------------------------------