NetWorker:スタンドアロンLinuxオペレーティング システムにNetWorkerをインストールする方法
Summary: この記事では、LinuxプラットフォームにNetWorkerをインストールする方法について説明します。ステップバイステップの説明とデモビデオが含まれています。この記事の情報は、スタンドアロンLinuxホストにのみ適用されます。NetWorkerをクラスター サービスとしてインストールする方法については説明しません。
Instructions
ビデオ:Linuxオペレーティング システムへのNetWorkerサーバーのインストール。
YouTubeで視聴する
準備
オプションとして、SolVe手順ジェネレーターを使用して、インストール/アップグレード プロセスを支援できます。
NetWorkerソフトウェアは、Dellサポート サイトで入手できます。NetWorker製品ページに移動します。https://www.dell.com/support/home/product-support/product/networker/overview
概要タブには、サポートされているNetWorkerリリースの耐用年数に関する重要な情報が含まれています。
NetWorkerのダウンロード
[ドライバおよびダウンロード]タブには、サポートされている各オペレーティング システム用のNetWorkerソフトウェア パッケージが含まれています。このKBでは、Linuxをx64にインストールする方法についてデモを行います。
Copyとしてダウンロードされ、ダウンロードしたNetWorkerパッケージがLinuxホストにダウンロードされます。NetWorker(Linux): Linux NetWorkerサーバーとの間でファイルをコピーする方法
tar xvf PACKAGE
圧縮されたパッケージは、新しいフォルダーに抽出されます linux_アーキテクチャ。
[root@lnx-srvr01 ~]# ls -l | grep linux
drwxr-xr-x 2 root games 4096 Oct 7 08:27 linux_x86_64
-rw-r--r-- 1 root root 2099640932 Oct 30 10:09 nw1911_linux_x86_64.tar.gz
[root@lnx-srvr01 ~]# cd linux_x86_64/ [root@lnx-srvr01 linux_x86_64]#
NetWorkerパッケージ:
| パッケージ名 | 説明 |
lgtoclnt |
NetWorkerクライアント ソフトウェア。NetWorkerサーバーからLinuxホストのクライアントベースのバックアップを実行するために必要です。クライアントベースのバックアップは、LinuxホストがNetWorkerサーバー上のクライアント エントリーとして作成されたバックアップ タイプです。 NetWorkerサーバ、ストレージノード、NetWorker管理コンソール(NMC)ソフトウェアをホストにインストールする場合は、クライアント パッケージが必要です。 |
lgtoxtdclnt |
拡張NetWorkerクライアント ソフトウェア。NSM(NetWorkerスナップショット管理)、クラスター統合、カスタム スクリプト統合、NetWorkerモジュール サポートのサポートを提供します。その他の機能の詳細については、NetWorkerインストール ガイドを参照してください。NetWorkerサーバーには、このパッケージが必要です。 |
lgtobbb |
Linuxホストでブロックベース バックアップ(BBB)を実行するために使用します。Linux Standard Base ( |
lgtoadpt |
NetWorker Module for Microsoft (NMM)クライアントがNetWorkerデータゾーンにある場合は、lgtoadptパッケージが必要です。 |
lgtoauthc |
NetWorker認証サービス(AUTHC)。NetWorkerのインターフェイスとAPIを使用して認証機能を提供するためにNetWorkerサーバー サービスによって必要です。NetWorker Runtime Environmentが必要: NetWorker Runtime Environment (NRE): 概要とインストール |
lgtonode |
NetWorkerストレージ ノード ソフトウェア。NetWorkerサーバーによって必要です。オプションで、NetWorkerクライアント ソフトウェアとともにインストールして、「スタンドアロン」のNetWorkerストレージ ノードとして機能させることができます。ストレージ ノードは既存のNetWorkerサーバーに登録され、NetWorkerデバイスのマウントに使用されます。 |
lgtoserv |
NetWorkerサーバ ソフトウェア。NetWorker保護データゾーンの構成に使用されます。 lgtoclnt、lgtoxtdclnt、lgtoadpt、lgtoauthc、lgtonodeが必要です。 NetWorker Runtime Environmentが必要: NetWorker Runtime Environment (NRE): 概要とインストール |
lgtonwuiserv |
NetWorker Webユーザー インターフェイス(NWUI)サーバー。Webベースの管理ユーティリティー。 このパッケージは、NetWorkerサーバー ホストにNWUIをインストールする場合に使用されます。「NetWorker Management Web UI (NWUI):インストール方法 NetWorker Runtime Environmentが必要: NetWorker Runtime Environment (NRE): 概要とインストール |
lgtonwui |
NetWorker Webユーザー インターフェイス(NWUI)。Webベースの管理ユーティリティー。 このパッケージは、NetWorkerサーバーではないLinuxホストでNWUIサーバーを構成するために使用されます。「NetWorker Management Web UI (NWUI):インストール方法 NetWorker Runtime Environmentが必要: NetWorker Runtime Environment (NRE): 概要とインストール |
lgtonmc |
NMC(NetWorker管理コンソール)。Javaベースの管理ユーザー インターフェイス。NetWorkerサーバまたはスタンドアロン ホストにインストールできます。 NetWorker Runtime Environmentが必要: NetWorker Runtime Environment (NRE): 概要とインストール |
lgtoman |
NetWorkerマニュアル ページ。 |
lgtofr |
フランス語のサポートを提供します。 |
lgtoja |
日本語サポートを提供します。 |
lgtoko |
韓国語サポートを提供します。 |
lgtozh |
中国語サポートを提供します。 |
インストール:
次のプロセスは、x64 LinuxをNetWorkerサーバーにインストールするインストール プロセスを示しています。次のコマンドの例は、抽出されたNetWorkerパッケージを含むフォルダーから実行されます。
CentOS、Oracle Enterprise Linux、SuSE、Red Hat:
yum localinstall --nogpgcheck -y lgtoclnt*.rpm lgtoxtdclnt*.rpm lgtonode*.rpm lgtoserv*.rpm lgtoauthc*.rpm [optional_package1] [optional_package2]...
rpm -ivh lgtoclnt*.rpm lgtoxtdclnt*.rpm lgtonode*.rpm lgtoserv*.rpm lgtoauthc*.rpm [optional_package1] [optional_package2]...Example:
[root@lnx-srvr01 linux_x86_64]# yum localinstall --nogpgcheck -y lgtoclnt*.rpm lgtoxtdclnt*.rpm lgtonode*.rpm lgtoserv*.rpm lgtoauthc*.rpm
Updating Subscription Management repositories.
Last metadata expiration check: 0:28:11 ago on Wed 30 Oct 2024 10:40:28 AM EDT.
Dependencies resolved.
=================================================================================================================================================================================================================
Package Architecture Version Repository Size
=================================================================================================================================================================================================================
Installing:
lgtoauthc x86_64 19.11.0.2-1 @commandline 288 M
lgtoclnt x86_64 19.11.0.2-1 @commandline 64 M
lgtonode x86_64 19.11.0.2-1 @commandline 37 M
lgtoserv x86_64 19.11.0.2-1 @commandline 237 M
lgtoxtdclnt x86_64 19.11.0.2-1 @commandline 69 M
Transaction Summary
=================================================================================================================================================================================================================
Install 5 Packages
Total size: 695 M
Installed size: 1.4 G
Downloading Packages:
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
Preparing : 1/1
Running scriptlet: lgtoclnt-19.11.0.2-1.x86_64 1/5
Warning: The unit file, source configuration file or drop-ins of networker.service changed on disk. Run 'systemctl daemon-reload' to reload units.
Installing : lgtoclnt-19.11.0.2-1.x86_64 1/5
Running scriptlet: lgtoclnt-19.11.0.2-1.x86_64 1/5
Running scriptlet: lgtoxtdclnt-19.11.0.2-1.x86_64 2/5
Installing : lgtoxtdclnt-19.11.0.2-1.x86_64 2/5
Running scriptlet: lgtoxtdclnt-19.11.0.2-1.x86_64 2/5
Running scriptlet: lgtonode-19.11.0.2-1.x86_64 3/5
Installing : lgtonode-19.11.0.2-1.x86_64 3/5
Installing : lgtoauthc-19.11.0.2-1.x86_64 4/5
Running scriptlet: lgtoauthc-19.11.0.2-1.x86_64 4/5
Running scriptlet: lgtoserv-19.11.0.2-1.x86_64 5/5
Installing : lgtoserv-19.11.0.2-1.x86_64 5/5
Running scriptlet: lgtoserv-19.11.0.2-1.x86_64 5/5
*** NOTE ***
All installations of NetWorker 19.11.0 require the installation of the Dell EMC License Server software when a served license is used.
An unserved license does not require the Dell EMC License Server software.
Licensing changes in this version of NetWorker affect the upgrade process for all licensing models.
The Dell EMC License Server installation packages are available at the same download location as the installation packages for this version of NetWorker.
Refer to the "NetWorker 19.11.0 Licensing Guide" for information on supported environments, prerequisites, instructions, and operations of the Dell EMC License Server.
Running scriptlet: lgtoauthc-19.11.0.2-1.x86_64 5/5
Creating the installation log in /opt/nsr/authc-server/logs/install.log.
Performing initialization. Please wait...
NOTE: AUTHC existing configuration retained with following values.
In case if any of configuration values needs changes, please
re-run /opt/nsr/authc-server/scripts/authc_configure.sh
=============================
Configuration Status (AUTHC)
=============================
Parameter Retained Value/Reason
Tomcat Port Yes 9090
Java Path Yes /opt/nre/java/latest
CA CERT Path Yes /opt/nre/java/latest/lib/security/cacerts
KeyStore Yes /nsr/authc/conf/authc.keystore
Admin Password Yes /nsr/authc/data/authcdb.mv.db
Running scriptlet: lgtoserv-19.11.0.2-1.x86_64 5/5
Verifying : lgtoclnt-19.11.0.2-1.x86_64 1/5
Verifying : lgtoxtdclnt-19.11.0.2-1.x86_64 2/5
Verifying : lgtonode-19.11.0.2-1.x86_64 3/5
Verifying : lgtoserv-19.11.0.2-1.x86_64 4/5
Verifying : lgtoauthc-19.11.0.2-1.x86_64 5/5
Installed products updated.
Installed:
lgtoauthc-19.11.0.2-1.x86_64 lgtoclnt-19.11.0.2-1.x86_64 lgtonode-19.11.0.2-1.x86_64 lgtoserv-19.11.0.2-1.x86_64 lgtoxtdclnt-19.11.0.2-1.x86_64
Complete!
[root@lnx-srvr01 linux_x86_64]#
その他のコマンド:
- インストールされているNetWorkerパッケージを一覧表示します。
rpm -qa --last | grep lgto
- NetWorkerパッケージをアンインストールします。
rpm -e package1 package2 ...
DebianおよびUbuntu:
dpkg -i lgtoclnt*.deb lgtoxtdclnt*.deb lgtonode*.deb lgtoserv*.deb lgtoauthc*.deb [optional_package1] [optional_package2]...
root@lnx-srvr03:~/linux_x86_64# dpkg -i lgtoclnt*.deb lgtoxtdclnt*.deb lgtonode*.deb lgtoserv*.deb lgtoauthc*.deb
Selecting previously unselected package lgtoclnt.
(Reading database ... 236523 files and directories currently installed.)
Preparing to unpack lgtoclnt_19.11.0.2_amd64.deb ...
Unpacking lgtoclnt (19.11.0.2) ...
Selecting previously unselected package lgtoxtdclnt.
Preparing to unpack lgtoxtdclnt_19.11.0.2_amd64.deb ...
Unpacking lgtoxtdclnt (19.11.0.2) ...
Selecting previously unselected package lgtonode.
Preparing to unpack lgtonode_19.11.0.2_amd64.deb ...
Unpacking lgtonode (19.11.0.2) ...
Selecting previously unselected package lgtoserv.
Preparing to unpack lgtoserv_19.11.0.2_amd64.deb ...
Unpacking lgtoserv (19.11.0.2) ...
Selecting previously unselected package lgtoauthc.
Preparing to unpack lgtoauthc_19.11.0.2_amd64.deb ...
Unpacking lgtoauthc (19.11.0.2) ...
Setting up lgtoclnt (19.11.0.2) ...
Setting up lgtoxtdclnt (19.11.0.2) ...
Setting up lgtonode (19.11.0.2) ...
Setting up lgtoauthc (19.11.0.2) ...
NOTE: To complete configuration execute the following script as root:
/opt/nsr/authc-server/scripts/authc_configure.sh
Setting up lgtoserv (19.11.0.2) ...
*** NOTE ***
All installations of NetWorker XDEB_VERSIONX require the installation of the Dell EMC License Server software when a served license is used.
An unserved license does not require the Dell EMC License Server software.
Licensing changes in this version of NetWorker affect the upgrade process for all licensing models.
The Dell EMC License Server installation packages are available at the same download location as the installation packages for this version of NetWorker.
Refer to the "NetWorker XDEB_VERSIONX Licensing Guide" for information on supported environments, prerequisites, instructions, and operations of the Dell EMC License Server.
Processing triggers for man-db (2.12.0-4build2) ...
Processing triggers for libc-bin (2.39-0ubuntu8.3) ...
その他のコマンド:
- インストールされているNetWorkerパッケージを一覧表示します。
dpkg -l | grep lgto
- NetWorkerをアンインストールします。
dpkg -r package1 pakage2 ..
インストール後のスクリプト:
NetWorker認証(AUTHC)構成スクリプト: /opt/nsr/authc-server/scripts/authc_configure.sh
- AUTHCデータベースとシステム ファイルを構成します。/nsr/authc および /opt/nsr/authc-server
- AUTHCキーストアとパスワードを構成します。
- AUTHCサービスが使用するポートを定義します(デフォルトは9090)。
- デフォルトのNetWorker管理者ユーザー アカウントとパスワードを設定します。
NetWorker Webユーザー インターフェイス(NWUI)設定スクリプト: /opt/nwui/scripts/nwui_configure.sh
- NWUIデータベースとシステム ファイルを構成します。/nsr/nwui および /opt/nwui
- NWUIキーストアとパスワードを設定します。
- NWUIサービスで使用されるポートを定義します(デフォルトは9095および5435)。
- NWUIが使用する認証サーバーを設定します。
- NWUIによって管理されるNetWorkerサーバーを設定します。
NMC(NetWorker管理コンソール)構成スクリプト: /opt/lgtonmc/bin/nmc_config
- NMCデータベースとシステム ファイルを構成します。/opt/nsr/nmc および /opt/lgtonmc
- NMCで使用される証明書を構成します。
- NMCサーバーが使用するポートを定義します(デフォルトは9000、9001、5432)。
- NMC認証に使用するAUTHCサーバーを設定します
Example:
[root@lnx-srvr01 linux_x86_64]# /opt/nsr/authc-server/scripts/authc_configure.sh Specify the directory where the Java Standard Edition Runtime Environment (JRE) software is installed [/opt/nre/java/latest]: The installation process will install an Apache Tomcat instance. For optimum security, EMC NetWorker Authentication Service will use a non-root user (nsrtomcat) to start the Apache Tomcat instance. If your system has special user security requirements, ensure that proper operational permissions are granted to this non-root user (nsrtomcat). Please refer to NetWorker Installation Guide. The Apache Tomcat will use "lnx-srvr01.networker.lan" as the host name. The Apache Tomcat will use "9090" as the port number. The NetWorker Authentication Service requires a keystore file to configure encryption and to provide SSL support. EMC recommends that you specify a keystore password that has a minimum of six characters. The installation process will create a new keystore file. Specify the keystore password: Confirm the password: The NetWorker Authentication Service defines automatically an administrator user account named administrator in the NetWorker Authentication Service local database. This account is specific to the administration of the NetWorker Authentication Service, and is not related to other administrator accounts on this system. ******************************************************************************************** Password criteria: Minimum required characters - 9 and Maximum allowed characters - 126 Minimum [alphabetic - 2, Uppercase - 1, Lowercase - 1, Numeric - 1, Special character - 1] ******************************************************************************************** Specify an initial password for administrator: Confirm the password: Creating the installation log in /opt/nsr/authc-server/logs/install.log. Performing initialization. Please wait... The installation completed successfully. [root@lnx-srvr01 linux_x86_64]#
サービス管理:
NetWorkerサービスは、systemdを使用して停止および開始できます。例:
systemctl [ stop | start | restart ] networker
service networker [ stop | start | restart ]
次のコマンドを使用してNetWorkerを停止することもできます。
nsr_shutdown
nsr_shutdown スクリプトと「networker」サービスは、NetWorkerクライアント、ストレージ ノード、サーバー サービスにのみ適用されます。NWUI(NetWorker Webユーザー インターフェイス)は、NetWorkerサービスとは独立して制御される独自のサービス(nwui)を使用します。NetWorker管理コンソール サーバーは、NetWorkerサービスとは独立して制御される独自のサービス(gst)を使用します。
Additional Information
NetWorker:NetWorkerソフトウェアのバージョンを識別する方法
NetWorker: ログ ファイルと場所
NetWorkerプロセスとポート
NetWorker管理Web UI (NWUI): インストール方法
NetWorker Runtime Environment (NRE): 概要とインストール