Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space DTPDEVEL and version 2023.2

...

DTP とその関連サービスを開始する方法はいくつかあります。

コンソール スクリプトを使用する
Anchor
UsingConsoleScript
UsingConsoleScript

dtpconsole.sh スクリプトは、DTP とその関連サービスの開始と停止に加えて、データベース接続の設定など、インタラクティブな管理機能を提供します。   Excerpt Include+scrollEditorUrl/display/DTPDEVEL/.New+DTP+Installations+v5.4.0scrollEditorDisplayTitleNew DTP InstallationsnopaneltruescrollPageId0A010204015821C9B9F3D27C61B2D632とその関連サービスの開始と停止に加えて、データベース接続の設定など、インタラクティブな管理機能を提供します。 

  1. インストールが完了したら、DTP Configuration Manager を実行します。
    DTP_HOME/bin/dtpconsole.sh
    DTP のメイン メニューが表示されます。

    Code Block
    DTP - Configuration Manager
    Copyright (C) by Parasoft Corporation
    MAIN MENU
    =========
    Options:
      (1) DTP Server (Report Center, License Server)
      (2) Data Collector
      (3) DTP Enterprise Pack
      (4) Status
      (5) Database configuration
      (6) System administration
      (7) Show Machine Id
      (q) Exit to system
  2. (1) を選択して DTP Server メニューを入力します。 

  3. (1) を選択してサービスを実行します。 (q) を選択してメニューに戻ります。
  4. (2) を選択して Data Collector メニューを入力します。
  5. (1) を選択して Data Collector サービスを実行します。(q) を選択してメニューに戻ります。
  6. (3) を選択してEnterprise Pack メニューを入力します。
  7. (1) を選択してサービスを実行します。 (q) を選択してメニューに戻ります。DTP Enterprise Pack は DTP コンソール インターフェースでのみ開始および停止できます。Enterprise Pack アプリケーション用の管理コマンドは、<DTP_INSTALL>/dtpservices/ ディレクトリの dtpservices.sh から取得できます。「Getting Started with Enterprise Pack」を参照してください。 

Anchor
Using the Automation Scripts
Using the Automation Scripts
自動化スクリプトの使用

初回の起動と設定の後は、専用スクリプトを使用して DTP アプリケーションを起動できます。スクリプトは非インタラクティブであり、自動化された環境での DTP サービスの開始と停止に適しています。自動化スクリプトは crontab 機能と互換性がない点に注意してください。 crontab 機能を使用している場合は、dtpconsole機能を使用している場合は、dtpconsole.sh スクリプトを使用して DTP を開始および停止します。

...

<DTP_INSTALL>/bin ディレクトリにある dtp.sh スクリプトを使用します。以下のコマンドを指定できます。

...

<DTP_INSTALL>/bin ディレクトリにある datacollector.sh を使用します。以下のコマンドを指定できます。

Scroll Table Layout
orientationdefault
sortDirectionASC
repeatTableHeadersdefault
widths30%,70%
sortByColumn1
tableStylingconfluence
sortEnabledfalse
cellHighlightingtrue

...

<DTP_INSTALL>/dtpservices ディレクトリにある dtpservices.sh を使用します。以下のコマンドを指定できます。 を使用します。以下のコマンドを指定できます。

Scroll Table Layout
orientationdefault
sortDirectionASC
repeatTableHeadersdefault
widths30%,70%
sortByColumn1
tableStylingconfluence
sortEnabledfalse
cellHighlightingtrue

...

Note

インストールと systemd サービスのユーザー権限は同じでなければなりません。

DTP を管理するために dtpconsole.sh スクリプト、自動化スクリプト、または crontab を使う代わりに、systemd をサポートする Linux システムでカスタム systemd サービスを設定することができます。この作業を行う前に、DTP サービスが実行されていないことを確認してください。これらの systemd サービスは、crontab の機能とは互換性がないことに注意してください。crontab 機能を使用している場合は、dtpconsole機能を使用している場合は、dtpconsole.sh スクリプトを使用して DTP を開始および停止します。

...