aerospike(1)-centos7安装aerospike
要安装的软件:server和tools
下载地址:https://www.aerospike.com/download/server/4.5.1.5/
server:
1、下载
wget https://www.aerospike.com/artifacts/aerospike-server-community/4.5.1.5/aerospike-server-community-4.5.1.5-el7.tgz
2、升级openssl
yum update openssl
3、解压&安装
tar -zxvf aerospike-server-community-4.5.1.5-el7.tgz cd aerospike-server-community-4.5.1.5-el7/
sh asinstall
4、启动
systemctl start aerospike
5、查看状态
[root@zuoys aerospike-server-community-4.5.1.5-el7]# systemctl status aerospike [root@zuoys aerospike-server-community-4.5.1.5-el7]# asinfo -v STATUS
OK
其他命令
#重启
systemctl restart aerospike
#停止
systemctl stop aerospike
查看日志
journalctl -u aerospike -a -o cat -f
卸载
#查看服务名
[root@cent7-zuoys aerospike]# rpm -qa |grep -i aerospike
aerospike-server-community-4.5.1.5-1.el6.x86_64
#卸载
[root@cent7-zuoys aerospike]# yum remove aerospike-server-community-4.5.1.5-1.el6.x86_64
tools:
下载
wget https://www.aerospike.com/artifacts/aerospike-tools/3.18.1/aerospike-tools-3.18.1-el7.tgz
解压
[root@zuoys aerospike]# tar -zxvf aerospike-tools-3.18.1-el7.tgz
[root@zuoys aerospike]# cd aerospike-tools-3.18.1-el7/
#安装
[root@zuoys aerospike-tools-3.18.1-el7]# sh asinstall
验证
[root@zuoys aerospike-tools-3.18.1-el7]# yum list installed | grep aerospike-tools
aerospike-tools.x86_64 3.18.1-1.el7 installed
asadm
[root@zuoys aerospike-tools-3.18.1-el7]# asadm
Seed: [('127.0.0.1', 3000, None)]
Config_file: /root/.aerospike/astools.conf, /etc/aerospike/astools.conf
Aerospike Interactive Shell, version 0.2.0 Found 1 nodes
Online: 192.168.241.129:3000
Admin>
aql
[root@zuoys aerospike-tools-3.18.1-el7]# aql
Seed: 127.0.0.1
User: None
Config File: /etc/aerospike/astools.conf /root/.aerospike/astools.conf
Aerospike Query Client
Version 3.18.1
C Client Version 4.5.0
Copyright 2012-2017 Aerospike. All rights reserved.
aql>
asinfo
[root@zuoys aerospike-tools-3.18.1-el7]# asinfo -v edition
Aerospike Community Edition
asbackup
[root@zuoys aerospike-tools-3.18.1-el7]# asbackup -n test -o ~/output
2019-03-16 13:19:18 GMT [INF] [ 4719] Starting 100% backup of 127.0.0.1 (namespace: test, set: [all], bins: [all], after: [none], before: [none]) to /root/output
2019-03-16 13:19:18 GMT [INF] [ 4719] [src/main/aerospike/as_cluster.c:129][as_cluster_add_nodes_copy] Add node BB94E0E61290C00 127.0.0.1:3000
2019-03-16 13:19:18 GMT [INF] [ 4719] Processing 1 node(s)
2019-03-16 13:19:18 GMT [INF] [ 4719] Node ID Objects Replication
2019-03-16 13:19:18 GMT [INF] [ 4719] BB94E0E61290C00 0 1
2019-03-16 13:19:18 GMT [INF] [ 4719] Namespace contains 0 record(s)
2019-03-16 13:19:18 GMT [INF] [ 4719] Created new backup file /root/output
2019-03-16 13:19:18 GMT [INF] [ 4738] Starting backup for node BB94E0E61290C00
2019-03-16 13:19:18 GMT [INF] [ 4738] No secondary indexes
2019-03-16 13:19:18 GMT [INF] [ 4738] Backing up 0 UDF file(s)
2019-03-16 13:19:18 GMT [INF] [ 4738] Completed backup for node BB94E0E61290C00, records: 0, size: 42 (~0 B/rec)
2019-03-16 13:19:19 GMT [INF] [ 4737] Backed up 0 record(s), 0 secondary index(es), 0 UDF file(s) from 1 node(s), 42 byte(s) in total (~0 B/rec)
AMC
#下载社区版
[root@cent7-zuoys aerospike]# wget https://www.aerospike.com/artifacts/aerospike-amc-community/4.0.22/aerospike-amc-community-4.0.22-1.x86_64.rpm
#安装
[root@cent7-zuoys aerospike]# rpm -ivh aerospike-amc-community-4.0.22-1.x86_64.rpm
#
[root@cent7-zuoys aerospike]# cp /etc/amc/amc.conf /etc/amc/amc.conf.bac
启动&停止&重启
#启动
/etc/init.d/amc start
#停止
/etc/init.d/amc stop
#重启
/etc/init.d/amc restart
#查看状态
/etc/init.d/amc status #查看日志
/var/log/amc/error.log
查看
http://192.168.163.131:8081
aerospike(1)-centos7安装aerospike的更多相关文章
- HP服务器 hp 360g5 centos7安装问题
HP服务器 hp 360g5 centos7安装问题 一 :启动盘无法识别硬盘 1.进入安装光盘,用上下键选择安装centos--Install Centos7(注意不可按Enter键),如图: 2 ...
- CentOS7 安装Mono及Jexus
CentOS7安装Mono及Juxes 1 安装Mono 1.1 安装yum-utils 因为安装要用到yum-config-manager,默认是没有安装的,所以要先安装yum-utils包.命令如 ...
- CentOS7安装mysql提示“No package mysql-server available.”
针对centos7安装mysql,提示"No package mysql-server available."错误,解决方法如下: Centos 7 comes with Mari ...
- CentOS7安装Oracle 11gR2 安装
概述 Oracle 在Linux和window上的安装不太一样,公司又是Linux系统上的Oracle,实在没辙,研究下Linux下Oracle的使用,oracle默认不支持CentOS系统安装,所以 ...
- Centos7安装完毕后重启提示Initial setup of CentOS Linux 7 (core)的解决方法
问题: CentOS7安装完毕,重新开机启动后显示: Initial setup of CentOS Linux 7 (core) 1) [x] Creat user 2) [!] License i ...
- centos7安装eclipse
centos7安装eclipse Eclipse是一个集成开发环境(IDE),包含一个基工作区和定制环境的可扩展插件系统.大部分使用 Java 编写,Eclipse 可以用来开发应用程序.通过各种插件 ...
- CentOS7安装mongoDB数据库
CentOS7安装mongoDB数据库 时间:2015-03-03 16:45来源:blog.csdn.net 作者:进击的木偶 举报 点击:8795次 mongoDB是目前发展比较好的NOSQL数据 ...
- CentOS7安装Ambari
环境: CentOS7安装两个节点:master.slave1.并配置ssh无密码登录. 步骤: 获取 Ambari 的公共库文件(public repository): wget http://pu ...
- [CentOs7]安装mysql(2)
摘要 之前安装过一次mysql,最后配置,发现在本地无法连接,重启服务的时候一直卡在那里不动,感觉是安装的过程出问题,最后没办法还是卸载了,然后重新安装一下. [CentOs7]安装mysql Mys ...
随机推荐
- SQL语句兼容性规范
一.DDL兼容性规范(防止表结构变更后,原有的SQL执行报错)只能增加字段或修改字段长度(字段长度改大),不能修改字段名字和类型,不能删除字段不能删除表或者修改表名称 二.DML兼容性规范insert ...
- JavaWeb 没用
Servlet的生命周期 初始化:Web容器加载servlet,调用innit(),只执行一次 处理业务: 请求到达时,运行service方法 并调用相应的doget或者dopost方法. 可执行多 ...
- utf8转unicode
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <stdbool.h& ...
- 怎么把网页保存为pdf文件
不就是用chrome浏览器打印功能,然后保存为pdf就可以了吗? 对于一些结构简单的比如,RFC文档这样操作一般没什么问题,对于一些有浮动元素的网页就不好说了,必须先用chrome的审查元素把一些不必 ...
- hive和sequoiadb对接的问题
使用hive和spark对接的时候,当两个表做JOIN的时候,如果表的数据量很大一定要做 set hive.auto.convert.join=false
- (转)HTML&CSS——background: url() no-repeat 0 -64px;CSS中背景图片定位方法
http://blog.csdn.net/oscar92420aaa/article/details/51304067 CSS中背景图片的定位,困扰我很久了.今天总算搞懂了,一定要记下来. 在CSS中 ...
- 20169219《Linux内核原理及分析》第十二周作业
格式化字符串漏洞实验 格式化字符串攻击原理是利用格式化函数(如printf())的沿着堆栈指针向下打印的特性,通过只提供格式化字符串但不提供对应的变量,读取栈内空间的内容. 更进一步,通过将某个要攻击 ...
- DROOLS相关资料
这个地址可以教你如何配置drools的workbench http://blog.csdn.net/u012373815/article/details/53526287 这篇文章教你如何搭建一个简单 ...
- 【转】深入理解java的String
要理解 java中String的运作方式,必须明确一点:String是一个非可变类(immutable).什么是非可变类呢?简单说来,非可变类的实例是不能被修改的,每个实例中包含的信息都必须在该实例创 ...
- 校对双层PDF中的隐藏文本
作者:马健邮箱:stronghorse_mj@hotmail.com发布:2012.06.11 目录一.背景二.能够校对的PDF需要满足的条件三.校对工具的选择四.校对过程五.延伸讨论 事先声明:本文 ...