Pengertian RAID dan Levels nya

In computing, the acronym RAID (originally redundant array of inexpensive disks, now also known as redundant array of independent disks) refers to a data storage scheme using multiple hard drives to share or replicate data among the drives. Depending on the configuration of the RAID (typically referred to as the RAID level), the benefit of RAID is to increase data integrity, fault-tolerance, throughput or capacity, compared to single drives. In its original implementations, its key advantage was the ability to combine multiple low-cost devices using older technology into an array that offered greater capacity, reliability, speed, or a combination of these things, than was affordably available in a single device using the newest technology. (diartikan sendiri aja yah.. soale pengertian ini aku comot dari wikipedia.org)

Dengan kata lain fungsi RAID adalah penggabungan beberapa harddisk menjadi satu logical unit atau satu volume

Raid Levels
1. RAID O.
Arti : Keseluruhan harddisk yang dimiliki akan berfungsi sebagai tempat penyimpanan data. dengan kata lain data yang kita simpan kedalam harddisk akan di stripping keseluruh harddisk anggota dari RAID 0 tersebut.
Contoh : 4 Harddisk SCSI berkapasistas 72GB per Disk di configure dengan RAID 0 maka total harddisk yang dapat dijadikan penyimpanan data adalah keseluruhannya ( 4 x 72 GB)
Kelebihan : Dengan RAID 0, kapasistas harddisk yang dimiliki untuk penyimpanan data adalah total dari keseluruhan harddisk yang dimiliki, tanpa ada pengurangan
Kekurangan : Jika salah satu harddisk fails dalam RAID 0, maka data akan hilang tanpa ada penggantinya.

Gambar RAID-0

Continue reading

optimalisasi dan tweaking server

Viewing your current resource usage

top: your current server load & resource usage.
ps aux: all your processes & which ones are using the most memory/cpu
free -m: allocated memory, usage & free memory

Cpanel Tweak Settings

In WHM under Server Configuration > Tweak Settings:

  1. Make sure default catch-all mail address is set to FAIL, this will use the least CPU time.
  2. Untick Mailman, this is a resource hog.
  3. Change the number of minutes between mail server queues to 180
  4. Uncheck Analog Stats, I also usually uncheck Webalizer.
  5. Make sure you tick delete each domains access logs after run, otherwise you’ll start using heaps of Disk Space.

Mysql Optimisation

You can edit your mysql configuration (/etc/my.cnf) by typing vi /etc/my.cnf

In order to add something in vi you need to hit insert, once completed hit esc then :wq to save & quit. If you want to save without quitting type :q!

There’s a few important variables that we’re going to tweak:

  1. max_connections
  2. wait_timeout
  3. thread_cache_size
  4. table_cache
  5. key_buffer_size
  6. query_cache_size
  7. tmp_table_size

Continue reading

zeroshell sebagai alternatif radius server

Fitur & Fungsi Zeroshell:

1.Load Balancing and Failover of multiple Internet connections;
2.UMTS/HSDPA connections by using 3G modems;
3.RADIUS server for providing secure authentication and automatic management of the encryption keys to the Wireless 802.11b, 802.11g and 802.11a networks supporting the 802.1x protocol in the EAP-TLS, EAP-TTLS and PEAP form or the less secure authentication of the client MAC Address; WPA with TKIP and WPA2 with CCMP (802.11i complaint) are supported too; the RADIUS server may also, depending on the username, group or MAC Address of the supplicant, allow the access on a preset 802.1Q VLAN;

Zeroshell gak perlu diinstall, bisa langsung dijalankan dalam beberapa mode :

1. Boot CD
2. Boot CD via VMWare
3. Boot pake Flashdish
4. Langsung Install di HD

Continue reading

konfigurasi virtual host pada litespeed

Sekarang kita tahu struktur direktori virtual host kita, mari kita pergi ke depan dan menyesuaikan SuEXEC PHP template untuk kebutuhan kita. Setelah selesai, menambahkan beberapa host virtual berbasis PHP Litespeed Server kami memerlukan beberapa detik.

1. Log into the Administration area and kemuadian arahkan mouse ke ”Configurations’ dan klik ‘Virtual Host Templates’:

2. Akan ada tampilan dengan halaman Template Virtual Host yang memiliki tiga template yang telah ditetapkan untuk kita: EasyRailsWithSuExec, PHP_SuExec dan centralConfigLog:

3. Klik pada link PHP_SuEXEC. Anda akan melihat tata letak sangat mirip dengan Konfigurasi Server Page yang sebelumnya. Perbedaannya adalah bahwa sekarang kita bisa menyesuaikan kita domain PHP persis seperti yang kita inginkan tanpa mempengaruhi apa-apa pada server tingkat luas. Setelah selesai, menambahkan sebuah domain PHP berlangsung beberapa detik.

Continue reading