目录
1.创建安装目录/opt/application,进入application目录
1.创建安装目录/opt/application,进入application目录
cd /opt
[root@iZuf6c56r8nuqw03ozkjb3Z opt]# ll
total 0
[root@iZuf6c56r8nuqw03ozkjb3Z opt]# mkdir application
[root@iZuf6c56r8nuqw03ozkjb3Z opt]# ll
total 4
drwxr-x--- 2 root root 4096 Apr 1 16:28 application
[root@iZuf6c56r8nuqw03ozkjb3Z opt]# cd application/
[root@iZuf6c56r8nuqw03ozkjb3Z application]# ll
total 0
2.下载aerospike并安装
-
下载企业版
-
wget -O aerospike.tgz https://download.aerospike.com/artifacts/aerospike-server-enterprise/6.2.0.0/aerospike-server-enterprise_6.2.0.0_tools-8.0.2_el8_x86_64.tgz
社区版本
-
wget -O aerospike.tgz https://download.aerospike.com/artifacts/aerospike-server-community/6.4.0.30/aerospike-server-community_6.4.0.30_tools-10.0.0_el8_x86_64.tgz
-
解压
-
tar -xvf aerospike.tgz aerospike-server-enterprise_6.2.0.0_tools-8.0.2_el8_x86_64/ aerospike-server-enterprise_6.2.0.0_tools-8.0.2_el8_x86_64/aerospike-tools-8.0.2-1.el8.x86_64.rpm aerospike-server-enterprise_6.2.0.0_tools-8.0.2_el8_x86_64/aerospike-server-enterprise-6.2.0.0-1.el8.x86_64.rpm aerospike-server-enterprise_6.2.0.0_tools-8.0.2_el8_x86_64/SHA256SUMS aerospike-server-enterprise_6.2.0.0_tools-8.0.2_el8_x86_64/LICENSE aerospike-server-enterprise_6.2.0.0_tools-8.0.2_el8_x86_64/asinstall aerospike-server-enterprise_6.2.0.0_tools-8.0.2_el8_x86_64/dep-check
-
安装
进入解压目录aerospike-server-enterprise_6.2.0.0_tools-8.0.2_el8_x86_64,执行sudo ./asinstall
[root@iZuf6c56r8nuqw03ozkjb3Z aerospike-server-enterprise_6.2.0.0_tools-8.0.2_el8_x86_64]# sudo ./asinstall
Checking dependencies
Installing tools
rpm -Uvh aerospike-tools-8.0.2-1.el8.x86_64.rpm
Verifying... ################################# [100%]
Preparing... ################################# [100%]
Installing /opt/aerospike
Adding group aerospike
Adding user aerospike
Updating / installing...
1:aerospike-tools-8.0.2-1.el8 ################################# [100%]
Writing /usr/lib64/python3.6/site-packages/aerospike.pth
Adding python path /opt/aerosp