LoginSignup
8
7

More than 5 years have passed since last update.

ucsによる環境が違うBIG-IPにコンフィグをロードさせる方法

Posted at

始めに

・ucs展開前に別環境のBIG-IPのVersionを同じにしておく必要がある
・ucsに含まれているライセンスで筐体のライセンスを上書きしないようコマンドにてucsをロードする必要がある
・移し元のucsファイルを取得しておく、下記にその例を書いておきます

[root@BIG-IP移し元:Active:Standalone] ~ # tmsh
root@(BIG-IP移し元)(cfg-sync Standalone)(Active)(/Common)(tmos)# save sys ucs /var/tmp/hogehoge.ucs
Saving active configuration...
/var/tmp/hogehoge.ucs is saved.

保存した"hogehoge.ucs"をFTPとかでローカルPCとかに取得しておく

設定手順

1.移し先へucsのアップロード
GUIかFTP等を用いてucsをアップロードする
 -GUIの場合
  GUI > System > Archives > Uploadよりアップロード

 -SFTP等を利用する場合
  /var/local/ucs/配下にucsをアップロードする

2.移し先のライセンスのバックアップ

[root@BIG-IP移し先:Active:Standalone] ~ # cp /config/bigip.license /var/tmp/

3.ucsのロード
※ライセンスの上書きを防ぐため、以下のコマンドにてucsを展開する事。これ重要です。

[root@BIG-IP移し先:Active:Standalone] ~ # tmsh
root@(BIG-IP移し先)(cfg-sync Standalone)(Active)(/Common)(tmos)# load sys ucs hogehoge.ucs no-license
Replace all configuration on the system? (y/n) y
Processing UCS file: /var/local/ucs/hogehoge.ucs

Installing full UCS (11.5.1) data, excluding license file.
Saving active configuration...
The hostname is set to BIG-IP.jp
Extracting manifest: /var/local/ucs/hogehoge.ucs
Product : BIG-IP
Platform: D110
Version : 11.5.1
Edition : UCS   : Hotfix HF4
          System: Hotfix HF5
Hostname: BIG-IP.jp
Installing --full-- configuration on host BIG-IP.jp 
Installing configuration...
Post-processing...
Reloading License and configuration - this may take a few minutes...
Full configuration has been loaded successfully.

となれば、終了!
以上っす(`・ω・´)ゞ

参照先URL
Backing up and restoring BIG-IP configuration files

8
7
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8
7