- Ceph Cookbook(Second Edition)
- Vikhyat Umrao Michael Hackett Karan Singh
- 158字
- 2021-07-02 23:19:17
How to do it…
As demonstrated in the earlier chapters, we will boot up a virtual machine using Vagrant and configure that as our RGW node:
- Launch rgw-node1 using vagrantfile, as we have done for Ceph nodes in Chapter 1, Ceph – Introduction and Beyond. Make sure you are on the host machine and under the Ceph-Cookbook-Second-Edition repository before bringing up rgw-node1 using Vagrant:
# cd Ceph-Cookbook-Second-Edition
# vagrant up rgw-node1
- Once rgw-node1 is up, check the Vagrant status, and log into the node:
$ vagrant status rgw-node1

$ vagrant ssh rgw-node1
- Upgrade to the latest CentOS 7.4, you can use the following command:
$ sudo yum update -y
- Check if rgw-node1 can reach the Ceph cluster nodes:
# ping ceph-node1 -c 3
# ping ceph-node2 -c 3
# ping ceph-node3 -c 3
- Verify the localhost file entries, hostname, and FQDN for rgw-node1:
# cat /etc/hosts | grep -i rgw
# hostname
# hostname -f

推薦閱讀
- Clojure Data Analysis Cookbook
- Zabbix Network Monitoring(Second Edition)
- Mastering Elastic Stack
- CorelDRAW X4中文版平面設(shè)計(jì)50例
- 樂高機(jī)器人—槍械武器庫
- 項(xiàng)目管理成功利器Project 2007全程解析
- 工業(yè)機(jī)器人維護(hù)與保養(yǎng)
- 學(xué)練一本通:51單片機(jī)應(yīng)用技術(shù)
- 網(wǎng)絡(luò)存儲(chǔ)·數(shù)據(jù)備份與還原
- 空間機(jī)器人智能感知技術(shù)
- Java組件設(shè)計(jì)
- 工業(yè)機(jī)器人操作
- 大數(shù)據(jù)素質(zhì)讀本
- Mastering MongoDB 4.x
- 系統(tǒng)安裝、維護(hù)與數(shù)據(jù)備份技巧