Bukan Alan Walker Skip to main content

Posts

Showing posts from June, 2015

konfigurasi cephcluster di centos 6.6

Cehpcluster configuration on centosh 6.6 Tujuan pembelajaran Mengetahui konsep dasar Ceph Cluster Mengetahui Konfigurasi Ceph Cluster di CentOS 6.6 Konsep Dasar Ceph Storage Cluster adalah sebuah software yang berbasis opensource yang berfungsi sebagai storage server atau server penyimpanan seperti google drive.  Ceph Storage Cluster terdiri dari dua jenis daemon yaitu Ceph OSD Daemon (OSD) berfungsi untuk menyimpan data sebagai objek pada server penyimpanan dan Ceph Monitor (MON) berfungsi untuk menjaga atau memonitoring data master pada server cluster. Dalam membuat ceph storage, harus mempunyai satu Ceph Monitor (MON) untuk memonitoring dan dua Ceph OSD Daemon (OSD) untuk menyimpan data replikasi. Dibawah ini adalah pengertian dari : MON berfungsi untuk memonitoring data pada cluster OSD berfungsi untuk menyimpan data sebagai objek pada server MDS berfungsi sebagai file system ceph Tabel Addressing No Server Sistem Operasi IP Address Net

Konfigurasi DNS master And Slave

Konfigurasi DNS Master And Slave  Tujuan Pembelajaran   mengetahui istilah dns master and slave memahami cara kerja dns master and slave konsep dasar  A master (sometimes called primary) DNS server is a DNS server that other DNS servers can automatically transfer zone files from. There are limitations to this way of transferring zone files; zone files transferred this way lose all comments and the ordering of records in the zone file is usually changed. In other words, DNS has a mechanism for automatically having multiple different servers have the same zone file data. This is akin to the  rsync  program; this allows one to change a zone file on the master machine, then have the slave machines automatically transfer the zone file from the master machine. This is useful when one wants to have multiple machines serving DNS data. This is also useful when one wants to register a domain, but only has a single IP on the internet. There are a number of free DNS second