摘要:
新安装的linux系统允许每个程序的最大打开文件数默认是1024,可以通过ulimit -n命令来查看,查看全部限制,则可以使用命令ulimit -a [root@test ~]# ulimit -a core file size (blocks, -c) 0 data seg size (kbyt 阅读全文
摘要:
hbase提供了一个shell的终端给用户交互。使用命令hbase shell进入命令界面。通过执行 help可以看到命令的帮助信息。 以网上的一个学生成绩表的例子来演示hbase的用法。 name grad course math art Tom 5 97 87 Jim 4 89 80 这里gra 阅读全文
摘要:
Crash Module The crash module collects information about daemon crashdumps and stores it in the Ceph cluster for later analysis. Daemon crashdumps are 阅读全文
摘要:
Pools Pools are logical partitions for storing objects. When you first deploy a cluster without creating a pool, Ceph uses the default pools for stori 阅读全文
摘要:
Monitoring a Cluster Once you have a running cluster, you may use the ceph tool to monitor your cluster. Monitoring a cluster typically involves check 阅读全文