aerospike init

2023-05-16

本文转自:http://blog.csdn.net/songhuiqiao/article/details/50324109

aerospike QQ群:419183757

aerospike init(1) aerospike manual aerospike init(1)

NAME
aerospike init - initialize aerospike home directory(初始化Aerospike home目录)

SYNOPSIS
aerospike init [OPTIONS]

DESCRIPTION
Initialize the home directory for aerospike. This will populate(填充) the directory with default configurations, files and directories.
(默认配置,文件和目录)

OPTIONS
–home PATH

          The directory to initialize as the aerospike home directory.

   --user UID

          The user that will own the home directory and be used for running asd.

   --group GID

          The group that will own the home directory and be used for running asd.

   --instance INT

          Each instance of asd on a machine must have a unique instance id. Values can be between 0 and 15.

   --service-addr,-h IPADDR

          The address asd will bind to. If not specified, then it will default to ’any’.

   --service-port,-p INT

          The port asd will bind to.  If not specified, then it will default to the 3000.

aerospike init(1) aerospike manual aerospike init(1)

NAME
aerospike init - initialize aerospike home directory

SYNOPSIS
aerospike init [OPTIONS]

DESCRIPTION
Initialize the home directory for aerospike. This will populate the directory with default configurations, files and directories.

OPTIONS
–home PATH

          The directory to initialize as the aerospike home directory.

   --user UID

          The user that will own the home directory and be used for running asd.

   --group GID

          The group that will own the home directory and be used for running asd.

   --instance INT

          Each instance of asd on a machine must have a unique instance id. Values can be between 0 and 15.

   --service-addr,-h IPADDR

          The address asd will bind to. If not specified, then it will default to ’any’.

   --service-port,-p INT

          The port asd will bind to.  If not specified, then it will default to the 3000.

aerospike init(1) aerospike manual aerospike init(1)

NAME
aerospike init - initialize aerospike home directory

SYNOPSIS
aerospike init [OPTIONS]

DESCRIPTION
Initialize the home directory for aerospike. This will populate the directory with default configurations, files and directories.

OPTIONS
–home PATH

          The directory to initialize as the aerospike home directory.

   --user UID

          The user that will own the home directory and be used for running asd.

   --group GID

          The group that will own the home directory and be used for running asd.

   --instance INT

          Each instance of asd on a machine must have a unique instance id. Values can be between 0 and 15.

   --service-addr,-h IPADDR

          The address asd will bind to. If not specified, then it will default to ’any’.

   --service-port,-p INT

          The port asd will bind to.  If not specified, then it will default to the 3000.

   --multicast-addr IPADDR

          The address asd will use for communicating heartbeat (status) with other nodes in a cluster.

   --multicast-port INT

          The port asd will use for communicating heartbeat (status) with other nodes in a cluster.

   --fabric-port INT

          The port asd will use for communicating with other nodes in a cluster. If not specified, then it will default to the ‘service-port + 1‘.

   --info-port INT

          The port asd will use for servicing info requests. If not specified, then it will default to the ‘service-port + 3‘.

EXAMPLES
To initialize the current directory:

          aerospike init

   To initialize a different directory, such as ’/usr/share/aerospike’:

          aerospike init --home /usr/share/aerospike

   To initialize two instances, you need to assign each a unique instance identifier and port number:

          aerospike init --home ~/aerospike1 --instance 1 -p 3000

          aerospike init --home ~/aerospike2 --instance 2 -p 3010

aerospike init 1 APRIL 2014 aerospike init(1)

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

aerospike init 的相关文章

随机推荐

  • Git,Github和Gitlab简介和使用方法

    日期 xff1a 2016 08 04 来源 xff1a 简书 作者 xff1a frogoscar 字体 xff1a 大 中 小 来源 xff1a https www jianshu com p 8d497989f704 这年头不知道Gi
  • Ubuntu设置清华源

    为了在Ubuntu下安装软件快些 xff0c 需要使用国内的源 xff0c 比如清华源 步骤如下 xff1a 一 xff1a 备份源文件 cd etc apt 然后会显示下面的源文件sources list 输入命令行 xff1a cp为c
  • Git 中忽略某些文件或者文件夹

    Git 中忽略某些文件或者文件夹 有些时候 xff0c 你必须把某些文件放到Git工作目录中 xff0c 但又不能提交它们 xff0c 比如保存了数据库密码的配置文件啦 xff0c 等等 xff0c 每次git status都会显示 Unt
  • 教程:简单十步,在 iTunes 申请 App Store 退款

    你常在 App Store 买应用或音乐吗 xff1f 你肯定有因为买到坑爹的应用而心情糟糕 懊悔不已吧 xff1f 在这种情况下 xff0c 可能有一部分同学知道能向苹果提交退款申请 xff0c 但相信仍有很大一部分同学并不知道还有此等
  • Mac 终于有显示隐藏文件的快捷键了

    转载至 xff1a https hran me archives shortcuts to show hiden files in macos sierra html 在 macOS Sierra 之前 xff0c 要在 Finder 中查
  • UISearchBar的占位符 (Placeholder,包括图片文字) 如何居左显示 ?

    转载至 xff1a https blog csdn net qq 33226881 article details 76512656 UISearchBar的占位符 Placeholder 如何居左显示 xff1f 做项目的时候遇到这个问题
  • C语言冒泡排序

    1 基本原理 冒泡排序指的是在排序时 xff0c 每次比较数组中相邻的两个数组元素的值 xff0c 较小的数 xff08 从小到大排列 xff09 排在较大的数前面 排序的基本思想 两两相邻的元素进行比较 xff0c 并且可能的话需要进行交
  • dell optiplex ubuntu 14.04 安装 NVIDIA 显卡驱动

    公司配置的 dell optiplex使用核显带起双屏幕 xff0c 玩dota2无法特效全开 so xff0c 在京东上买了一块750Ti 安装驱动的时候需要切换到ubuntu的全命令行模式 xff0c 关掉桌面系统才能安装 这时候这个坑
  • golang tcp 2 unix socket proxy

    想将mysql 的TCP 封死 xff0c 所有外部链接由我的proxy来控制 xff0c so 写了一个 tcp 转 unix socket 的 proxy package main import 34 os 34 34 fmt 34 3
  • backup mysql for xtrabackup with xbstream and lz4

    需要临时为mysql添加一个实例 xff0c 使用xtrabackup最简单快速 在现有数据节点上 xff1a home work app xtrabackup 2 2 3 innobackupex ibbackup 61 home wor
  • MySQL分组排序取前N条记录以及生成自动数字序列--group by 后 limit 外加 rownumber

    同事提了一个需求 xff0c 要求按照某列分组 xff0c 然后将各组的前几条抽取出来 表结构 CREATE TABLE 96 total freq ctrl 96 96 time 96 int 10 unsigned NOT NULL 9
  • docker init 起步

    yum install wget http fedora mirror nexicom net epel 6 x86 64 epel release 6 8 noarch rpm yum y install epel release 6 8
  • 设置xrdp使用固定的会话

    修改xrdp ini配置文件 xff0c 位于 etc xrdp xrdp ini 要打开和编辑xrdp的配置文件 xff0c 请使用 xff1a sudo nano etc xrdp xrdp ini 默认情况下 xff0c 第一个xrd
  • 回想当年 91d2 1588 神戒

    渡鳥之箍 全JP属性 xff0c 1588成交
  • mysql 事务 rollback 失效

    最近支付业务发生了一件怪事 xff0c 在一个事务 失败后 xff0c 调用rollback xff0c 发现只rollback 了最后一条sql 开发查了很久 xff0c 发现是网络抖动 xff0c 造成第一次创建链接的 begin 丢掉
  • 旅游

    每次出游 我们自己看来 别人看来 实际上
  • 使用cgroup 限制进程的磁盘io

    cat etc cgconfig conf Copyright IBM Corporation 2007 Authors Balbir Singh lt balbir 64 linux vnet ibm com gt This progra
  • mac ox ssd 开启 trim

    使用clover 补丁开启
  • aerospike参考资料

    本文转自 xff1a http blog csdn net songhuiqiao article details 50324073 aerospike QQ群 xff1a 419183757 http blog csdn net jias
  • aerospike init

    本文转自 xff1a http blog csdn net songhuiqiao article details 50324109 aerospike QQ群 xff1a 419183757 aerospike init 1 aerosp