2009年 04月 06日
BABr11.5 sp3 for Linux Agentの SUSE Linux Enterprise Server へのインストール
インストーラを起動
mylinux: cd /tmp/bab
mylinux:/tmp/bab # cd Linux/
mylinux:/tmp/bab/Linux # ls
.BrightStorARCserveAgtLinux install.ko.txt readme.html
.RELVERSION install.pt.html readme.it.html
babagtux.deb install.pt.txt readme.it.txt
babagtux.rpm install.pt_utf8.txt readme.it_utf8.txt
babcmagt.deb install.sc.html readme.ja_euc.html
babcmagt.rpm install.sc.txt readme.ja_euc.txt
babora.rpm install.sp.html readme.ja_sjis.html
ca-lic-01.0063-0000.ia64.rpm install.sp.txt readme.ja_sjis.txt
ca-lic-01.0063-3.i386.rpm install.sp_utf8.txt readme.ja_utf8.txt
install <-インストーラ install.tc.html readme.ko.html
install.de.html install.tc.txt readme.ko.txt
install.de.txt install.txt readme.pt.html
install.de_utf8.txt install_license readme.pt.txt
install.fr.html install_response readme.pt_utf8.txt
install.fr.txt install_sdo readme.sc.html
install.fr_utf8.txt install_silent readme.sc.txt
install.html lic98.so readme.sp.html
install.it.html misc readme.sp.txt
install.it.txt nls readme.sp_utf8.txt
install.it_utf8.txt prod_codes.txt readme.tc.html
install.ja_euc.html readme.de.html readme.tc.txt
install.ja_euc.txt readme.de.txt readme.txt
install.ja_sjis.html readme.de_utf8.txt reginfo
install.ja_sjis.txt readme.fr.html sdo.rsp
install.ja_utf8.txt readme.fr.txt uninstall
install.ko.html readme.fr_utf8.txt
mylinux:/tmp/bab/Linux #
mylinux:/tmp/bab/Linux #
mylinux:/tmp/bab/Linux # ./install <- インストーラを起動
You are running Linux on Kernel 2.6.16.60-0.21-xen. Analyzing the environment
CA, Inc. ("CA")
End User License Agreement (the "Agreement") for the CA software product that
is being installed as well as the associated documentation and any SDK, as
defined below, included within the product ("the Product").
Carefully read the following terms and conditions regarding your use of the
Product before installing and using the Product. Throughout this Agreement,
you will be referred to as "You" or "Licensee."
BY ENTERING "Y" BELOW, YOU ARE
I. Representing that you are not a minor, and have full legal capacity and
have the authority to bind yourself and your employer, as applicable, to the
terms of this Agreement;
II. Consenting on behalf of yourself and/or as an authorized representative
of your employer, as applicable, to be bound by this Agreement.
BY ENTERING "N" BELOW, THE INSTALLATION PROCESS WILL CEASE.
1. CA (or where the Product is being supplied outside of North America the CA
subsidiary identified after Section 15 below for the country in which the
Product is being supplied, and in such instance CA shall mean the CA
Please enter your choice:[Y|N] (default: N)y <- y で許諾
Do you want to view the installation notes? (y/n):(default: y) n <- n でインストールノートを読まない
CA licensing gets installed in /opt/CA/SharedComponents.
Do you want to provide an alternative installation path? [y|n]:(default: n) y <- 他のパスを指定したければ y デフォルトでよければ n
License installation path: <- y を押したので代替のパスを要求してきた
Your input is: <- 何もいれずに Enter
Do you want to continue? [y|n]:(default: n) y <- y インストールの確認
Process licensing...- [ OK ]
Preparing for the installation, please wait...|
The following products are available to install:
#####################################################################
# BrightStor ARCserve Backup Installation Options
#####################################################################
# 1. BrightStor ARCserve Backup for Linux Client Agent (BABagntux)
# 2. BrightStor ARCserve Backup for Linux Agent for Oracle (BABora)
#
# 0. Quit
#####################################################################
Please enter your selection separated by "," For example: 1,2. Press Enter to se lect the default component (Client Agent)..
Your choices are:1 <- 1 BABr Linux Client Agent を選択
Please specify the installation path of Client Agent for Linux (default: /opt/CA): <- デフォルトのパスで構わないのでそのまま Enter
The following program will be installed:
. Install Client Agent for Linux (BABagntux) ==> [ /o pt/CA/BABuagent ]
Are you sure? (y)es/(n)o/(q)uit: y <- y で開始
All BrightStor ARCserve Backup agents can be configured for automatic startup
and shutdown as part of your operating system startup and shutdown.
Do you want to enable automatic startup and shutdown of all backup agents? [y|n] :(default: y) y <- スタートとシャットダウンを自動で行うか y でデフォルト
Checking available space in /opt/CA ==> [ OK ]
Installation log file is ==> [ /tmp/BrightStorInstall0 40609-1320.log ]
Common Agent Module (BABcmagt) ==> [ INSTALLING ] Common Agent Module (BABcmagt) ==> [ INSTALL SUCC ESSFUL ]
Client Agent for Linux (BABagntux) ==> [ INSTALLING ] Client Agent for Linux (BABagntux) ==> [ INSTALL SUCC ESSFUL ]
###########################################################################
Installation log file is ==> [ /tmp/BrightStorInstall04 0609-1320.log ]
###########################################################################
Do you want to view the readme? [y|n]:(default: y) n <- readme を読むか n
Installation done! Thank you
mylinux:/tmp/bab/Linux #
mylinux:/tmp/bab/Linux #
mylinux:/tmp/bab/Linux # cd /etc/init.d/rc3.d/ <- 起動用リンクの確認
mylinux:/etc/init.d/rc3.d #
mylinux:/etc/init.d/rc3.d # ls -al
total 5
drwxr-xr-x 2 root root 1984 Apr 6 13:21 .
drwxr-xr-x 11 root root 3616 Apr 6 13:21 ..
lrwxrwxrwx 1 root root 10 May 28 2008 S05network -> ../network
: 略
lrwxrwxrwx 1 root root 12 Apr 6 13:21 S06bab_agent -> ../bab_agent <- /etc/init.d/bab_agent が起動シェルであることを確認
起動と終了
mylinux:~ # /etc/init.d/bab_agent stop -> 停止させる
Shutting down BrightStor ARCserve Backup Universal Agent process...Down.
mylinux:~ #
mylinux:~ #
mylinux:~ # ps ax | grep BAB* <- プロセスがないことを確認
7757 pts/0 S+ 0:00 grep BAB
mylinux:~ #
mylinux:~ #
mylinux:~ # /etc/init.d/bab_agent start <- 起動する
All sub-agents are enabled already.
mylinux:~ #
mylinux:~ # ps ax | grep BAB* <- プロセスが起動していることを確認
7835 ? Ss 0:00 /opt/CA/BABcmagt/caagentd
7888 pts/0 S+ 0:00 grep BAB
mylinux:~ #
KeyWord-
SUSE Linux Enterprise Server 10 SLES10 sp2 XEN 仮想化 ARCserve Client Agent 11.5 sp3
PS:
/opt/CA/...caagentd.log に
Agent with version r11.5 is not compatible with Server with version r0.0
とあり、BABr 11.1 for Windows 版では互換性の問題でリクエストが拒絶されました。BABr は 11.5 for WIndows 以降のバージョンが必要なようです。たぶん BABr11.1 for Linux は 32 ビット版で SUSE 10 x86-64 では動かないし、BABr11.1 -> BABr11.5 にすると BABr 11.1 NWagent が動かなくなるので導入は諦めました。上位互換性がないのは残念です。
その他の情報はこちらから
非番のエンジニア