cprinstall install

説明

管理下の Security Gateway に Check Point 製品をインストールします。

重要- このコマンドによるソフトウェアパッケージのインストールは、Gaia OSが動作するSecurity Gatewayではサポートされていません。

注:

  • ソフトウェアパッケージを転送する前に、このコマンドはcprinstall verifyコマンドを実行します。

  • マルチドメインサーバでは、該当するドメイン管理サーバのコンテキストでこのコマンドを実行する必要があります。

    mdsenv <IP Address or Name of Domain Management Server>

  • パッケージの属性の値を見るには、cppkg printコマンドを実行します。

構文

cprinstall install [-boot] [-backup] [-skip_transfer] <Object Name> "<Vendor>" "<Product>" "<Major Version>" "<Minor Version>"

パラメータ

パラメータ

説明

-boot

パッケージのインストール後、管理された Security Gateway を再起動します。

- すべての製品が同じバージョンになってから再起動してください。特定のシナリオで再起動がキャンセルされます。

-backup

パッケージをインストールする前に、管理された Security Gateway 上にスナップショットを作成します。

- SecurePlatform OS で動作する Security Gateway のみ。

-skip_transfer

パッケージの転送をスキップする。

<Object Name>

SmartConsole閉じた Check Point 環境の管理に使用される Check Point GUI アプリケーション-セキュリティポリシーの構成、デバイスの構成、製品とイベントの監視、アップデートのインストールなど。で設定されたSecurity Gatewayオブジェクトの名前です。

"<Vendor>"

パッケージベンダーを指定する。ダブルクォーテーションで囲む。

例:

  • checkpoint

  • Check Point

"<Product>"

製品名を指定する。ダブルクォーテーションで囲む。

例:

  • SVNfoundation

  • firewall

  • floodgate

  • CP1100

  • VPN-1 Power/UTM

  • SmartPortal

"<Major Version>"

パッケージのメジャーバージョンを指定する。ダブルクォーテーションで囲む。

"<Minor Version>"

パッケージのMinor Versionを指定する。ダブルクォーテーションで囲む。

[Expert@MGMT]# cprinstall install -boot MyGW "checkpoint" "firewall" "R75" "R75.20"
 
Installing firewall R75.20 on MyGW...
Info : Testing Check Point Gateway
Info : Test completed successfully.
Info : Transferring Package to Check Point Gateway
Info : Extracting package on Check Point Gateway
Info : Installing package on Check Point Gateway
Info : Product was successfully applied.
Info : Rebooting the Check Point Gateway
Info : Checking boot status
Info : Reboot completed successfully.
Info : Checking Check Point Gateway
Info : Operation completed successfully.
[Expert@MGMT]#