August 2014

Taking the client PC101 as an example, the operation steps are as follows:
1) Before updating, please backup image files. (For methods of backup image files, please refer to "Backup Image")
2) On the main interface of the CCBoot, click the "Client Manager", and in the detailed pane on the right side, double-click the "PC101" (Figure 1‑1).
CCBoot Main Interface
Figure 1‑1
3) In the pop-up "CCBoot Client" dialogue box, click the "Enable Super Client" button (Figure 1‑2).
CCBoot Client
Figure 1‑2
4) In the pop-up "CCBoot Select Disk" dialogue box, select the image package which needs updating, and then click the "OK" button (Figure 1‑3).
CCBoot Select Disk
Figure 1‑3
5) In the pop-up "Do you want to create recovery point "dialogue box, if you click "Yes" button, it will create recovery point; if you click "No" button, it will not create recovery point (Figure 1‑4). Note: From CCBoot v3.0 build 20131007, the work process of super client has been changed. For details, please refer to "Change in Super Client Work Process".

CCBoot
Figure 1‑4
6) In "Do you want to create recovery point" dialogue box, if you click "Yes" button, it will pop up "CCBoot Recovery Properties" dialogue box, enter "Description" in the edition box of description, and then click "OK" button, you can finish creating recovery point (Figure 1‑5).
CCBoot Recovery Point
Figure 1‑5
7) Diskless boot the client PC101, and take the updating operation on the PC101. After the operation is completed, close the client.
8) On the main interface of the CCBoot, double-click "PC101" again.
9) In the pop-up "CCBoot Client" dialogue box, click the "Disable Super Client" button (Figure 1‑6).
Disable Super Client
Figure 1‑6
Notes:
1) In the fifth step, if you click "No" button, use "Super Client" directly on the image package to take update operation, so the changed image package can't be recovered.
2) In the fifth step, if you click "yes" button, using this method to update the image, by managing recovery point, you can still recover the image. (For details, please refer to "Recover Image" ) But every time you increase a recovery point, the image file will have one more small file package; (such as sp-001.vhd) so it will have more and more image files. If you want to merge these recovery points, please refer to "Merge Image" for details.

System operasi di Install secara otomatis melalui VPS manager, setelah selesai install CENTOS,  Bagaimana Meng-instal aplikasi yang di perlukan, seperti Apache, MySQL, PHP5, Bind DNS dan Virtual host.
1. Install WebMin ( kalau punya duid sewa CPanel/WHM lebih enak dan mudah dipakai untuk awal.
Webmin ini digunakan untuk memanage server dengan mudah tanpa kita harus selalu ketik command di shell. Cek RPM Webmin terbaru di website resmi webmin. Login ke Shell. Gunakan Putty atau program lainnya yang support dan secure.

yum -y install perl-Net-SSLeay
cd /tmp
wget http://internode.dl.sourceforge.net/sourceforge/webadmin/webmin-1.430-1.noarch.rpm
rpm – i webmin-1.430-1.noarch.rpm
/etc/init.d/webmin start
/usr/libexec/webmin/changepass.pl /etc/webmin admin password_baru

2.  Buka browser masuk ke : http://ipkamu:10000
Login dengan username admin dan password sesuai dengan password_baru.

3. Install Apache
Klik menu Server->Apache Webserver. Ada bagian bertuliskan
“Click here to have it downloaded and installed using YUM.”
Klik disana dan Apache akan diinstallkan dengan cepat dan otomatis.
Klik tombol Start setelah konfirmasi installasi sukses.

4. Install MySQL
Klik menu Server->MySQL Database Server. Ada bagian bertuliskan
“Click here to have it downloaded and installed using YUM.”
Klik disana dan MySQL Server akan diinstallkan dengan cepat dan otomatis.
Klik tombol Start setelah konfirmasi installasi sukses.

5. Install PHP5
Kembali ke Putty dan masukkan perintah berikut.

yum install php php-mysql php-common php-gd php-mbstring php-mcrypt php-devel php-xml
/etc/init.d/httpd restart

6. Test PHP
Buat 1 file PHP dan test apakah semua yang kita install sudah berhasil dan berjalan dengan baik.

vi /var/www/html/index.php

Masuk di vi text editor. Untuk memulai penulisan ketik tombol huruf i sekali dan dibagian bawah ada tulisan –INSERT–
Ketikkan

Pencet ESC
:w ENTER
:q ENTER

7. Kembali ke browser dan masuk ke http://ipkamu/
Jika melihat tampilan Info dari PHP maka semua installasi diatas sudah selesai dengan sukses.

Istirahat dulu atau langsung lanjut ke installasi Bind DNS dan setting Virtual Host

8. Install Bind DNS
Kembali ke halaman Webmin. Masuk ke menu Server->Bind DNS. Ada tulisan
“Click here to have it downloaded and installed using YUM.”
Klik disana dan Bind akan diinstallkan dengan cepat dan otomatis. Setelah selesai ada pilihan jawaban, pilih jawaban nomor 2 atau nomor lain yang artinya “Digunakan untuk DNS internet dan Download Zone”. Kemudian tekan tombol Start.

9. Setting nama domain
Diasumsikan sudah terdaftar nama domain : namadomainku.com
Registerkan ns1.namadomainku.com dan ns2.namadomainku.com ke dedicated IP yang diberikan. Registerkan di registrar tempat domain terdaftar. Setelah itu arahkan name server namadomainku.com ke ns1.namadomainku.com dan ns2.namadomainku.com

10. Kembali ke halaman Webmin
Klik menu Server->Bind DNS
Klik “Edit Config File” dan tambahakan berikut ini ke dalamnya dan tekan SAVE

zone “namadomainku.com” {
type master;
file “namadomainku.com.hosts”;
};

11. Kembali ke Shell. Buat file baru seperti contoh nomor 6 dengan nama namadomainku.com.host di /etc/

vi /etc/namadomainku.com.hosts

Isi file
$TTL 86400
@ IN SOA ns1.namadomainku.com. server.namadomainku.com. (
2008081301 ; serial, todays date + todays serial #
28800 ; refresh, seconds
7200 ; retry, seconds
604800 ; expire, seconds
86400 ) ; minimum, seconds;
namadomainku.com. NS ns1.namadomainku.com.
namadomainku.com. NS ns2.namadomainku.com.
ns1 A 123.123.123.123
ns2 A 123.123.123.123
namadomainku.com. A 123.123.123.123
www A 123.123.123.123
ftp A 123.123.123.123

Ganti server.namadomainku.com sesuai dengan name server yang tersetting dan 123.123.123.123 dengan dedicated IP yang diberikan. Save dan restart Bind

/etc/init.d/named restart

12. Install Virtual Host.
Kembali ke Webmin dan klik menu Server-Apache WebServer – Global Configuratin.
Klik icon Edit Config File. Tambahkan dibagian paling bawah isian ini

NameVirtualHost *:80

DocumentRoot /var/www/html/namadomainkucom
ServerAdmin admin@namadomainku.com
ServerName www.namadomainku.com
ServerAlias namadomainku.com
DirectoryIndex index.html index.htm index.shtml index.php

Options all
AllowOverride none

LogLevel debug
HostNameLookups off


Save dan restart Apache Server.

13. Membuat file Index untuk namadomainku.com
Ke Putty. Buat file baru seperti contoh di nomor 6 dengan nama index.php di folder /var/www/html/namadomainkucom

cd /var/www/html
mkdir namadomainkucom
vi /var/www/html/namadomainkucom/index.php

Isi file


Save file yang baru saja dibuat.

14. Test semua hasil.
Ulangi langkah 7. Jika tampilan browser berubah menjadi tulisan Ini file index di namadomainku.com maka semua langkah diatas sudah 99% sukses.
Masukkan dibrowser http://namadomainku.com atau http://www.namadomainku.com/
Seharusnya tampilan di browser akan tetap menunjukkan tulisan Ini file index di namadomainku.com. Jika keluar Server Not Found jangan keburu khawatir. Kemungkinan nama domain yang baru disetting di nomor 9 dan Bind DNS masih belum resolve. Tunggu aja sekitar 2-6 jam dan coba lagi. Jika setelah 24 jam masih juga Server not Found, baru saatnya untuk khawatir mencari salahnya dimana.

Enjoy your VPS.

        
Thank you for visiting Jeking Software web page.
If you're like most merchants,....!

KLIK iklan dibawah untuk langganan Materi Jaringan di web ini !!

You don't have enough hours in the day to get all your work done. That can lead to jobs half finished, frustrated customers and lost sales, an automated point of sale system can help by reducing the time spent on administrative tasks.
But... high prices, complex setup, big training requirements and lack of online support are barriers that stop many businesses from automating their sales.
The Jeking point of sale removes these barriers by making itself free of charge yet focus on affordable, easy-to-use system, full-featured with most of the advanced features shop owners and cashiers are looking for. We have made every effort to include such features without making the system complicated.
The development in the Jeking point of sale system will continue to give a better solution, facilities, functions and features based on the need demanded by users!.
That's why the Jeking point of sale system will always release newer version from time to time!. Most of all,...wherever you are, you can get complete remote support from our staffs,..... no more barriers!!,.. so wait no more...download now. you don't have to buy...It's freeware !!!

Author Name

Formulir Kontak

Name

Email *

Message *

Powered by Blogger.