Aerospike系列:1:安装

1:下载源文件

wget http://www.aerospike.com/artifacts/aerospike-server-community/3.5.9/aerospike-server-community-3.5.9.tar.gz

  

2:

tar -zxvf aerospike-server-community-3.5.9.tar.gz && cd aerospike-server

3:查看初始化选项 并且初始化,初始化之后会多几个目录

./bin/aerospike init --help
[[email protected] bin]# ls
aerospike  asd
[[email protected] bin]# ./aerospike init
[[email protected] bin]# ls
aerospike  asd  bin  etc  share  var

./bin/aerospike         -管理脚本
./bin/asd               -asd服务
./etc/aerospike.conf    -实例的配置文件
./share/                -包含一些实例的只读文件
./var/                  -asd产生的一些日志和数据

  

4:安装Install Aerospike Tools

wget -O aerospike-tools.tgz ‘http://aerospike.com/download/server/latest/artifact/el6‘

  

tar -zxvf aerospike-tools.tgz

cd aerospike-server-community-3.5.9-el6/

[[email protected] aerospike-server-community-3.5.9-el6]# ll
total 6584
-rw-rw-r--. 1 1010 492 3506140 Apr 20 23:52 aerospike-server-community-3.5.9-1.el6.x86_64.rpm
-rw-rw-r--. 1 1010 492 3166032 Apr 20 23:47 aerospike-tools-3.5.9-1.el6.x86_64.rpm
-rwxrwxr-x. 1 1010 492    1133 Mar 10 10:00 asinstall
-rw-rw-r--. 1 1010 492    8241 Mar 10 10:00 LICENSE
-rw-rw-r--. 1 1010 492   48664 Mar 10 08:29 python-argparse-1.2.1-2.el6.noarch.rpm
-rw-rw-r--. 1 1010 492     661 Apr 20 23:52 SHA256SUMS
[[email protected] aerospike-server-community-3.5.9-el6]# rpm -Uvh aerospike-tools-3.5.9-1.el6.x86_64.rpm
Preparing...                ########################################### [100%]
Installing /opt/aerospike
Adding group aerospike
Adding user aerospike
   1:aerospike-tools        ########################################### [100%]
Writing /usr/lib64/python2.6/site-packages/aerospike.pth
Adding python path /opt/aerospike/lib/python

5:运行Aerospike

[[email protected] bin]# ./aerospike start
error: start failed due to an error.
Jun 03 2015 03:11:29 GMT: CRITICAL (config): (cfg.c:1628) couldn‘t open configuration file /etc/aerospike/aerospike.conf: No such file or directory
Jun 03 2015 03:11:29 GMT: WARNING (as): (signal.c::134) SIGINT received, shutting down
Jun 03 2015 03:11:29 GMT: WARNING (as): (signal.c::137) startup was not complete, exiting immediately

  

[[email protected] bin]# mkdir -p /etc/aerospike/
[[email protected] bin]# cp ./etc/aerospike.conf /etc/aerospike/aerospike.conf
[[email protected] bin]# ./aerospike start
info: started

  

查看日志文件:

[[email protected] bin]# ls
aerospike  asd  bin  etc  share  var
[[email protected] bin]# cat ./var/log/aerospike.log

  

[[email protected] bin]# ./aerospike status
info: process running

  

时间: 2024-11-21 03:40:29

Aerospike系列:1:安装的相关文章

解决ArcGIS 10.1系列软件安装运行的相关问题

(Destop) 1.卸载旧版本软件,ArcGIS Destop要最后卸载,还有清除注册表 2.要安装破解版本里面的Lisence Manager 3.安装顺序Lisence Manager->Destop->,注意装完LisenceManager后,要停止服务,然后安装Destop,然后把许可文件覆盖到LisenceManager的bin文件下面的service.txt,然后启动服务,重读许可 4.打开ArcGIS Administrator,选择Advanced (ArcInfo)浮动版,

System Center 2012 R2 CM系列之安装Configuration Manager预装软件

安装Configuration Manager 2012 R2 预装软件 本章节主要描述创建Configuration Manager 2012 R2所必须的system container.设计Configuration Manager 2012 R2服务器权限.扩展Active Directory架构以及安装安装Configuration Manager 2012 R2所必须的服务器角色和功能 1. 创建系统管理对象 1) 使用管理员账户登陆"BJ-DC-01" 2) 点击服务器管

pig学习系列1——安装

1.pig安装 1)解压,重命名.设置环境变量,同hadoop 2)编辑文件$PIG_HOME/conf/pig.properties,增加两行如下内容      fs.default.name=hdfs://hadoop:9000    mapred.job.tracker=hadoop:9001 3)运行$pig 进入grunt shell,在这个下面就可以使用pig latin语言了 pig学习系列1--安装

Saltstack系列之一——安装篇

最近,和暴雪中国区带技术的一个人聊了不少,他们在测试salt,不过目前用的是puppet,服务器数量也快要1000多台.那为什么他们会去考虑测试salt.另谋他法呢,肯定是有salt一定优势的. 其实我对puppet的名声早已经耳濡目染了1年多了,虽然还没去研究过....也知道有同类开源产品saltstack的存在.不过,puppet是由ruby写的,saltstack则是由python编写的,综合下来就选择了研究salt. 国内的博客真是各种抄袭.各种搬啊...真找不到几篇有用的文档和资料.还

邮件服务系列之五安装Extman,maildrop以及clamav-0.97.7的安装

前面我们已经完成了基础的邮件系统所需的组建的安装以及配置,下面我们进行Extman-1.1,maildrop以及clamav-0.97.7的安装以及配置,来完成整个邮件服务系统的搭建. 一.安装Extman-1.1 1.安装及基本配置 # tar zxvf  extman-1.1.tar.gz # mv extman-1.1 /var/www/extsuite/extman 修改配置文件以符合本例的需要: # cp /var/www/extsuite/extman/webman.cf.defau

Nagios学习实践系列——基本安装篇

开篇介绍 最近由于工作需要,学习研究了一下Nagios的安装.配置.使用,关于Nagios的介绍,可以参考我上篇随笔Nagios学习实践系列--产品介绍篇 实验环境 操作系统:Red Hat Enterprise Linux Server release 6.0 (Santiago)   64 bit. 注意,Nagios只能安装在Linux或Unix平台,不支持Windows平台,当然,它可以监控Windows平台. 环境准备 Apache 和PHP 不是安装Nagios所必须的,其实也可以说

Selenium系列----->IDE安装和使用链接整理

Selenium IDE:http://www.yiibai.com/selenium/selenium_ide.html Selenium私房菜(新手入门教程):http://wenku.baidu.com/link?url=aLmvhpk-FmYJwn1ZtUylPo7tJNnqszSvlXhwHqkZDds6rX9mPtI6a9tJKS1iygIMO_u-xskayWZct0ewpndl2a Selenium IDE验证点:http://www.yiibai.com/selenium/se

惠普电脑(HP PHILIPS系列)安装ubuntu后无法连接WIFI解决方案(手动安装8821CE驱动)

一步一步来, 先说环境: 我的电脑是HP PHILIPS系列,ubuntu版本是16.04 背景: win10安装ubuntu后发现无法连接wifi(但win10系统可以连接WIFI),在ubuntu的“系统设置-->软件更新-->附加驱动里面也加载不出来......尝试了网上说的各种方法,决定手动安装网卡驱动. 步骤: 1,首先要保证ubuntu系统可以通过有线的方式连上网,因为后面需要联网下载驱动.这里你可以用网线,也可以用手机的USB共享网络.我用的是后一种方法,手机是荣耀10,启动共享

[KISSY5系列]KISSY5安装使用(二)

上篇文章,我们遗留的一个问题就是,请求数量有点多,虽然现在的浏览器的请求资源都是并发的.但是我们还是尽量减少请求量. 但是KISSY里面这个问题我们怎么解决呢,其实还是从data-config="{combine:false}"说起. 我们现在把combine设置成true试试 打开index.html发现页面没有正常运行,打开调试模式看看,发现报错了 有没有注意到请求的链接 file:///Users/**/Documents/Git/kissydemo/node_modules/k