在Linux 7.9上安装NetBackup IT Analytics (ITA) 11.2

📅 2026/7/29 3:36:24 👁️ 阅读次数 📝 编程学习
在Linux 7.9上安装NetBackup IT Analytics (ITA) 11.2

ENV

系统资源

Total physical memory (currently 7821 MB) must be greater than 12288 MB.戏

Total swap memory (currently 8063 MB) must be greater than 16384 MB. Otherwise Oracle database will fail to install. Add more swap memory to the Portal server. The minimum swap memory required for the Oracle database is 16384 MB.

Total temporary file system (tmpfs) memory (currently 8245 MB) must be more than 12288 MB. Oracle will fail to start. Increase the size of tmpfs, typically in /etc/fstab

Linux需要安装GUI

fontconfig

[root@nbuitasrv ~]# rpm -qa |grep fontconfig
fontconfig-2.13.0-4.3.el7.x86_64
​rpm -ivh fontconfig-2.13.0-4.3.el7.x86_64.rpm dejavu-sans-fonts-2.33-6.el7.noarch.rpm fontpackages-filesystem-1.44-8.el7.noarch.rpm dejavu-fonts-common-2.33-6.el7.noarch.rpm​

rpm requirement

rpm -q perl-TermReadKey perl-Data-Dumper binutils glibc libaio elfutils-libelf perl-Getopt-Long compat-libcap1 compat-libstdc++-33 gcc gcc-c++ glibc-devel ksh libaio-devel libgcc libstdc++ libXtst libXrender libstdc++-devel sysstat psmisc bc make --qf '%{name}.%{arch}\n'|sort
yum install compat-libcap1 -y yum install compat-libstdc++-33 -y yum install gcc-c++-4.8.5 -y yum install ksh-20120801 -y yum install libaio-devel -y yum install perl-TermReadKey -y yum install libXrender -y yum install libXtst -y yum install perl-Data-Dumper -y yum install psmisc -y yum install -y sysstat yum install -y unzip

user group

groupadd aptare groupadd dba groupadd tomcat useradd -g aptare -G dba aptare useradd -g tomcat -G aptare tomcat

disable_FW disable_selinux

install oracle

mount itanalytics_dbinstaller_shared-service_linux_11200.iso /mnt /mnt/install_oracle.sh
Checking the pre-requisite conditions for installer.. A complete log of this session is in this file /opt/aptare/logs/install/install\_oracle\_20230913164206394.log *******************************************