当前位置: 首页 > news >正文

aerospike6.2.0集群部署

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
    

  • 解压

  • 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 / install
http://www.dtcms.com/a/104732.html

相关文章:

  • python 实现 Celery 任务队列系统
  • LXC 导入(Rockylinux,almalinux,oraclelunx,debian,ubuntu,openEuler,kail,opensuse)
  • 从全球首发到独家量产,远峰科技持续领跑数字钥匙赛道
  • 如何使用cpp操作香橙派GPIO --使用<wiringPi.h>
  • 数据治理的主题库是做什么的
  • pip安装timm依赖失败
  • C++进阶知识复习 1~15
  • Sentinel[超详细讲解]-5
  • 【ROS实战】04-自定义消息并实现ROS服务
  • Java 锁机制详解:用“厕所门”和“防盗门”轻松理解多线程同步
  • delphi intraweb 警告框
  • bluecode-数字增殖问题
  • CPU 4核8个逻辑处理器
  • 微服务集成测试 -华为OD机试真题(A卷、JavaScript)
  • 洛谷题单2-P5717 【深基3.习8】三角形分类-python-流程图重构
  • 页面加载过多图片导致卡顿——解决方案详解
  • 【蓝桥杯】单片机设计与开发,速成备赛
  • idea打包Plugin ‘org.springframework.boot:spring-boot-maven-plugin:’ not found
  • 【奇点时刻】GPT-4o新生图特性深度洞察报告
  • QT之QML(简单示例)
  • Three.js 实现 3D 数学欧拉角
  • 第六天 - os/subprocess模块 - 系统进程管理 - 练习:服务状态监控脚本
  • Qt远程连接数据库,注册,登录
  • 2025年江苏省职业院校技能大赛 (高职组)大数据应用开发赛项任务书 (样题)
  • 大语言模型智体的综述:方法论、应用和挑战(下)
  • C#高级:利用LINQ进行实体列表的集合运算
  • 基于SpringBoot的网上订餐系统(源码+数据库+万字文档+开题报告+ppt)
  • 核心知识——Spark核心数据结构:RDD
  • Libevent TCP开发指南
  • Python Web 框架 django-vue3-admin快速入门 django后台管理