- 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

推薦閱讀
- 工業機器人虛擬仿真實例教程:KUKA.Sim Pro(全彩版)
- 大學計算機基礎:基礎理論篇
- 中文版Photoshop CS5數碼照片處理完全自學一本通
- 一本書玩轉數據分析(雙色圖解版)
- 并行數據挖掘及性能優化:關聯規則與數據相關性分析
- 輕松學Java
- Apache Hive Essentials
- Creo Parametric 1.0中文版從入門到精通
- 讓每張照片都成為佳作的Photoshop后期技法
- Supervised Machine Learning with Python
- 構建高性能Web站點
- Implementing Oracle API Platform Cloud Service
- 計算機網絡原理與技術
- 網絡布線與小型局域網搭建
- Mastering Ceph