<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Gudel92's Weblog</title>
	<atom:link href="http://gudel92.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://gudel92.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Thu, 04 Sep 2008 05:02:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='gudel92.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Gudel92's Weblog</title>
		<link>http://gudel92.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://gudel92.wordpress.com/osd.xml" title="Gudel92&#039;s Weblog" />
	<atom:link rel='hub' href='http://gudel92.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Konfigurasi php, mysql, apache</title>
		<link>http://gudel92.wordpress.com/2008/09/04/konfigurasi-php-mysql-apache/</link>
		<comments>http://gudel92.wordpress.com/2008/09/04/konfigurasi-php-mysql-apache/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 04:56:27 +0000</pubDate>
		<dc:creator>gudel92</dc:creator>
				<category><![CDATA[Windows 2000 server]]></category>

		<guid isPermaLink="false">http://gudel92.wordpress.com/?p=7</guid>
		<description><![CDATA[Install PHP Pertama, extract paket PHP Anda. Saya lebih suka mengextrac dalam satu direktori yang sama dengan paket Apache yang sudah terinstall ( C:\Program Files\Apache Group\Apache2 ). Buat direktori php. Copy file php.ini-dist di direktori PHP ke direktori windows ( C:\Windows atau C:\Winnt tergantung jenis Windows ) dan rename file menjadi php.ini. Ini adalah file [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gudel92.wordpress.com&amp;blog=4585660&amp;post=7&amp;subd=gudel92&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h2 style="text-align:justify;"><span lang="EN-US">Install PHP</span></h2>
<p style="text-align:justify;"><span lang="EN-US">Pertama, extract paket PHP Anda. Saya lebih suka mengextrac dalam satu direktori yang sama dengan paket Apache yang sudah terinstall ( <span class="courier">C:\Program Files\Apache Group\Apache2</span> ). Buat direktori <span class="courier">php</span>. Copy file <span class="courier">php.ini-dist</span> di direktori PHP ke direktori windows ( C:\Windows atau C:\Winnt tergantung jenis Windows ) dan rename file menjadi <span class="courier">php.ini</span>. Ini adalah file konfigurasi PHP yang nantinya akan kita modifikasi.</span></p>
<p style="text-align:justify;"><span lang="EN-US">Selanjutnya, pindah file php4ts.dll dari direktori PHP ke subdirektori sapi. Anda juga bisa menempatkan php4ts.dll ketempat lain seperti :</span></p>
<ul type="disc">
<li class="MsoNormal"><span lang="EN-US">Direktori dimana apache.exe berada, yaitu ( <span class="courier">C:\Program</span><br />
<span class="courier">Files\Apache Group\Apache2</span> \bin)</span></li>
<li class="MsoNormal"><span lang="EN-US">Atau pada %SYSTEMROOT%\System32, %SYSTEMROOT%\system dan      %SYSTEMROOT%<br />
directory.Note: %SYSTEMROOT%\System32 hanya pada Windows NT/2000/XP)</span></li>
<li class="MsoNormal"><span lang="EN-US">Atau pada semua %PATH%</span></li>
</ul>
<h2 style="text-align:justify;"><a name="apacheconf"></a><span lang="EN-US">Modifikasi Konfigurasi Apache</span></h2>
<p style="text-align:justify;"><span lang="EN-US">Apache belum mengenali instalasi PHP Anda. Anda harus menambahkan PHP pada konfigurasi Apache pada <span class="courier">C:\Program Files\Apache Group\Apache2\conf\httpd.conf dan tambahkan baris-baris berikut :</span></span></p>
<p class="courier1" style="text-align:justify;"><span lang="EN-US">LoadModule php4_module php/sapi/php4apache2.dll</span></p>
<p style="text-align:justify;"><span lang="EN-US">AddType application/x-httpd-php .php</span></p>
<p style="text-align:justify;"><span lang="EN-US">AddType application/x-httpd-php-source .phps</span></p>
<p style="text-align:justify;"><span lang="EN-US">Baris pertama memberitahu Apache dimana me load dll yang dibutuhkan untuk menjalankan PHP dan baris kedua menunjukkan bahwa setiap file berekstensi <span class="courier">.php</span> akan diproses sebagai file PHP. Anda sebenarnya juga bisa mengubahnya ke apa saja yang Anda inginkan seperti <span class="courier">.html </span>atau bahkan <span class="courier">.asp</span>!. Baris ketiga ditambahkan agar Anda bisa melihat source code file PHP Anda di browser window(tentunya file dengan ekstensi .phps).</span></p>
<p style="text-align:justify;"><span lang="EN-US">Sekarang restart Apache untuk melihat hasil perubahan yang Anda lakukan ( <span class="courier">Start</span><br />
<span class="courier">&gt; Programs &gt; Apache HTTP Server 2.0.50 &gt; Control Apache Server &gt; Restart</span> ) . Untuk mengetahui apakah konfigurasi Anda sudah benar buat file baru, beri nama <span class="courier">test.php</span> dan letakkan di direktori document root ( <span class="courier">C:\Program Files\Apache Group\Apache2\htdocs )</span>. Isi file tersebut seperti dibawah ini.</span></p>
<p class="MsoNormal" style="text-align:justify;"><span lang="EN-US">&lt;?phpphpinfo(); </span></p>
<p style="text-align:justify;"><span lang="EN-US">?&gt;</span></p>
<p style="text-align:justify;"><span class="phpcode"><span lang="EN-US">phpinfo() </span></span><span lang="EN-US">adalah fungsi PHP yang akan memberitahu Anda tentang segala hal mengenai PHP dan konfigurasi server yang telah Anda install. Ketik <span class="courier">http://localhost/test.php</span> pada browser address bar dan jika semunya benar, maka Anda akan melihat seperti ini :</span></p>
<p><span lang="EN-US"><a href="http://www.kopionline.com/wp-content/uploads/2008/06/test-php-installation1.gif"><span style="text-decoration:none;"><!--[if gte vml 1]&gt;                    &lt;![endif]--><!--[if !vml]--><img src="/DOCUME~1/Otello-7/LOCALS~1/Temp/msoclip1/01/clip_image001.gif" border="0" alt="" width="300" height="243" /><!--[endif]--></span></a></span></p>
<h2 style="text-align:justify;"><span lang="EN-US">Install MySQL</span></h2>
<p style="text-align:justify;"><span lang="EN-US">Pertama extract paket Anda (misalnya mysql-4.0.18-win.zip ) ke temporary directory, kemudian jalankan <span class="courier">setup.exe. </span>Klik tombol next hingga proses instalasi selesai. Secara default MySQL akan diisntall di <span class="courier">C:\mysql.</span></span></p>
<p style="text-align:justify;"><span lang="EN-US">Buka DOS window dan pindah ke direktori <span class="courier">C:\mysql\bin </span>dan ketik <span class="courier">mysqld-nt –console</span> , Anda akan melihat pesan sebagai berikut :</span></p>
<p class="MsoNormal" style="text-align:justify;"><strong><span lang="EN-US">C:\mysql\bin&gt;mysqld-nt –console</span></strong><span lang="EN-US">InnoDB: The first specified data file .\ibdata1 did not exist: </span></p>
<p style="text-align:justify;"><span lang="EN-US">InnoDB: a new database to be created!<br />
040807 10:54:09 InnoDB: Setting file .\ibdata1 size to 10 MB</span></p>
<p style="text-align:justify;"><span lang="EN-US">InnoDB: Database physically writes the file full: wait…</span></p>
<p style="text-align:justify;"><span lang="EN-US">040807 10:54:11 InnoDB: Log file .\ib_logfile0 did not exist: new to be<br />
created</span></p>
<p style="text-align:justify;"><span lang="EN-US">InnoDB: Setting log file .\ib_logfile0 size to 5 MB</span></p>
<p style="text-align:justify;"><span lang="EN-US">InnoDB: Database physically writes the file full: wait…</span></p>
<p style="text-align:justify;"><span lang="EN-US">040807 10:54:12 InnoDB: Log file .\ib_logfile1 did not exist: new<br />
to be created</span></p>
<p style="text-align:justify;"><span lang="EN-US">InnoDB: Setting log file .\ib_logfile1 size to 5 MB</span></p>
<p style="text-align:justify;"><span lang="EN-US">InnoDB: Database physically writes the file full: wait…</span></p>
<p style="text-align:justify;"><span lang="EN-US">InnoDB: Doublewrite buffer not found: creating new</span></p>
<p style="text-align:justify;"><span lang="EN-US">InnoDB: Doublewrite buffer created</span></p>
<p style="text-align:justify;"><span lang="EN-US">InnoDB: Creating foreign key constraint system tables</span></p>
<p style="text-align:justify;"><span lang="EN-US">InnoDB: Foreign key constraint system tables created</span></p>
<p style="text-align:justify;"><span lang="EN-US">040807 10:54:31 InnoDB: Started</span></p>
<p style="text-align:justify;"><span lang="EN-US">mysqld-nt: ready for connections.</span></p>
<p style="text-align:justify;"><span lang="EN-US">Version: ‘4.0.18-nt’ socket: ” port: 3306</span></p>
<p style="text-align:justify;"><span lang="EN-US">Sekarang coba buka DOS window lain dan ketik <span class="courier">C:\mysql\bin\mysql </span></span></p>
<p style="text-align:justify;"><span lang="EN-US">jika instalasi Anda sukses, Anda akan melihat MySQL client sedang running :</span></p>
<p class="MsoNormal" style="text-align:justify;"><strong><span lang="EN-US">C:\mysql\bin&gt;mysql</span></strong><span lang="EN-US">Welcome to the MySQL monitor. Commands end with ; or \g. </span></p>
<p style="text-align:justify;"><span lang="EN-US">Your MySQL connection id is 1 to server version: 4.0.18-nt</span></p>
<p style="text-align:justify;"><span lang="EN-US">Type ‘help;’ or ‘\h’ for help. Type ‘\c’ to clear the buffer.</span></p>
<p style="text-align:justify;"><span lang="EN-US">mysql&gt;</span></p>
<p style="text-align:justify;"><span lang="EN-US">Ketik <span class="courier">exit </span>pada console <span class="courier">mysql&gt;</span> untuk keluar dari MySQL client.</span></p>
<p style="text-align:justify;"><span lang="EN-US">Bagaimana <strong>install MySQL sebagai Service Windows?</strong> Prosesnya sederhana, cukup ketik <span class="courier">mysqld-nt –install</span> dan <span class="courier">net start mysql</span> untuk menjalankan service. Sebelumnya shutdown MySQL server dulu menggunakan <span class="courier">mysqladmin -u root shutdown</span></span></p>
<p style="text-align:justify;"><span lang="EN-US">C:\mysql\bin&gt;mysqladmin -u root shutdown</span></p>
<p style="text-align:justify;"><strong><span lang="EN-US">C:\mysql\bin&gt;mysqld-nt –install</span></strong></p>
<p style="text-align:justify;"><span lang="EN-US">Service successfully installed.</span></p>
<p style="text-align:justify;"><span lang="EN-US">C:\mysql\bin&gt;net start mysql</span></p>
<p style="text-align:justify;"><span lang="EN-US">The MySQL service was started successfully.</span></p>
<p style="text-align:justify;"><span lang="EN-US">C:\mysql\bin&gt;mysql</span></p>
<p style="text-align:justify;"><span lang="EN-US">Welcome to the MySQL monitor. Commands end with ; or \g.</span></p>
<p style="text-align:justify;"><span lang="EN-US">Your MySQL connection id is 1 to server version: 4.0.18-nt</span></p>
<p style="text-align:justify;"><span lang="EN-US">Type ‘help;’ or ‘\h’ for help. Type ‘\c’ to clear the buffer.</span></p>
<p style="text-align:justify;"><span lang="EN-US">mysql&gt;</span></p>
<h2 style="text-align:justify;"><a name="phpconf"></a><span lang="EN-US">Modifikasi file komfigurasi PHP ( php.ini )</span></h2>
<p style="text-align:justify;"><span lang="EN-US">PHP menyimpan semua konfigurasi dalam satu file yang disebut <span class="courier">php.ini.</span>Anda bisa mencari file ini pada direktori tempat PHP Anda diinstall. Beberapa perubahan kdang diperlukan misalnya untuk menggunakan PHP extension.</span></p>
<p style="text-align:justify;"><span lang="EN-US">Beberapa perubahan yang diperlukan antara lain :</span></p>
<ol type="1">
<li class="MsoNormal"><span lang="EN-US">register_globals</span></li>
<li class="MsoNormal"><span lang="EN-US">error_reporting and display_errors</span></li>
<li class="MsoNormal"><span lang="EN-US">extension and extension_path</span></li>
<li class="MsoNormal"><span lang="EN-US">session.save_path</span></li>
<li class="MsoNormal"><span lang="EN-US">max_execution_time</span></li>
</ol>
<h3 style="text-align:justify;"><span lang="EN-US">register_globals</span></h3>
<p style="text-align:justify;"><span lang="EN-US">Sebelum PHP 4.2.0 default value untuk register_globals adalah <strong>On</strong> dan setelah 4.2.0 menjadi <strong>Off. </strong>Alasan utamanya tentu adalah source code yang aman apabila register_globals bernilai Off pada php.ini.</span></p>
<h3 style="text-align:justify;"><span lang="EN-US">error_reporting and display_errors</span></h3>
<p style="text-align:justify;"><span lang="EN-US">Set value nya menjadi <span class="courier">error_reporting = E_ALL</span> selama pross development. Cuman saya lebih sering menggunakan E_ERROR, jadi hanya error yang krusial saja yang akan ditampilkan :p</span></p>
<p style="text-align:justify;"><span lang="EN-US">Alasan menggunakan E_ALL selama pengambangan agar Anda bisa melihat semua Bugs(kesalahan)dalam code Anda. PHP akan mengeluarkan pesan error setiap code Anda salah dan pesan peringatan ( misalnya jika Anda mencoba menggunakan variable yang tidak diinisialisasi dulu).</span></p>
<p style="text-align:justify;"><span lang="EN-US">Catatan, Anda bisa mengubah value nya menjadi E_NONE setelah development.</span></p>
<p style="text-align:justify;"><span lang="EN-US">Jangan lupa untuk memberi nilai On pada bagian <span class="courier">display_erros</span> agar setting <span class="courier">error_reporting = E_ALL</span> juga berfungsi</span></p>
<h3 style="text-align:justify;"><span lang="EN-US">extension dan extension_path</span></h3>
<p style="text-align:justify;"><span lang="EN-US">PHP4 punya sekitar 51 extensions seperti GD library ( untuk membuat dan memanipulasi grafik), CURL, PostgreSQL support dll. Extensions ini tidak secara otomatis berfungsi. Jika Anda membutuhkan extension tententu maka Anda juga harus menspesifikasi dimana extension tersebut dan menghilangkan tanda comment di extension yang ingin Anda gunakan pada file konfigurasi PHP.</span></p>
<p style="text-align:justify;"><span lang="EN-US">Nilai <span class="courier">extension_path</span> harus diset sesuai dengan direktori dimana extension diinstal yang biasanya PHP_INSTALL_DIR/extensions, PHP_INSTALL_DIR adalah direktori instalasi PHP Anda. Contoh jika Anda menginstall PHP di <span class="courier">C:\Program Files\Apache Group\Apache2\php</span> maka extensions path adalah<span class="phpcode"> :</span></span></p>
<p style="text-align:justify;"><span class="courier"><span lang="EN-US">extension_path = C:/Program Files/Apache Group/Apache2/php/extensions/ </span></span></p>
<p style="text-align:justify;"><span lang="EN-US">Jangan lupa menambahakan slash agar berfungsi dengan benar</span></p>
<p style="text-align:justify;"><span lang="EN-US">Setelah Anda menspesifikasi <span class="courier">extension_path</span> Anda juga harus menghilangkan tanda comment di extension yang ingin Anda gunakan pada file konfigurasi PHP pada extension yang digunakan. Comment diawalai dengan tanda semicolon <span class="courier">(;). </span>Contoh jika Anda ingin menggunakan GD library hiangkan tanda semicolon pada awal <span class="courier">;extension=php_gd2.dll</span><span class="phpcode"> </span>menjadi <span class="courier">extension=php_gd2.dll</span></span></p>
<h3 style="text-align:justify;"><span lang="EN-US">session.save_path</span></h3>
<p style="text-align:justify;"><span lang="EN-US">Konfigurasi ini akan memberitahu PHP dimana menyimpan session data. Ubahlah sesuai keinginan Anda. Di Windows Anda bisa mengubah nilainya menjadi <span class="courier">session.save_path = c:/windows/temp/</span></span></p>
<h3 style="text-align:justify;"><span lang="EN-US">max_execution_time</span></h3>
<p style="text-align:justify;"><span lang="EN-US">Nilai default <span class="courier">max_execution_time</span> adalah 30 ( dalam detik ).</span></p>
<p style="text-align:justify;"><span lang="EN-US">Jika script Anda butuh waktu lebih untuk proses maka Anda bisa merubah nilai max_execution_time lebih tinggi sesuai kebutuhan Anda</span></p>
<p style="text-align:justify;"><span lang="EN-US">PHP memiliki fungsi untuk memodifikasi konfigurasi pada runtime,yaitu <span class="phpcode">ini_set()</span>. Setting file konfigurasi PHP menggunakan fungsi ini <strong>tidak permanent</strong>, ketika sebuah script selesai dieksekusi, maka setting ini juga hilang.</span><span id="more-7"></span></p>
<p style="text-align:justify;">
<p style="text-align:justify;">
<p class="MsoNormal"><span lang="EN-US"><strong>Mengkonfigurasi DNS (Domain Name Sytem ) Server</strong></span></p>
<p class="MsoNormal"><span lang="EN-US"><strong></strong><br />
DNS merupakan suatu protocol yang berfungsi untuk menjembatani antara<br />
alamat jaringan dalam bentuk IP addres yang berupa angka – angka menjadi kata –<br />
kata yang mudah di ingat dan dapat menjadi identitas dari suatu lembaga. Dalam<br />
konfigurasi DNS Server ini terdiri dari dua kelompok, yaitu :<br />
A. Mendefinisikan New Zone<br />
1. Jalankan program DNS dengan cara pilih tombol Start &gt;&gt; Program &gt;&gt;<br />
Administrativ Tools &gt;&gt; DNS, hingga muncul tampilan seperti pada gambar 23<br />
berikut.<br />
2. Buat New Zone dengan cara klik Action lalu pilih New, seperti pada gambar 24.<br />
-:- Konfigurasi web server dengan IIS dan DNS pada jaringan LAN -:-<br />
Halaman 15 dari 25<br />
Gambar 24. Pembuatan New Zone<br />
3. Sehingga akan muncul tampilan ucapan selamat datang dalam pembuatan new<br />
zone seperti pada gambar 25.<br />
Gambar 25. Tampilan Welcome to New Zone Wizard<br />
4. Pilih Next, hingga muncul tampilan pemilihan zone type lalu pilih standard<br />
primary seperti pada gambar 26.<br />
-:- Konfigurasi web server dengan IIS dan DNS pada jaringan LAN -:-<br />
Halaman 16 dari 25<br />
Gambar 26. Pemilihan zone type<br />
5. Pilih Next, hingga muncul tampilan pengisian nama zone yang mau dibuat. Ketik<br />
movingcel.com, seperti pada gambar 27.<br />
Gambar 27. Pengisian nama zone yang baru dibuat<br />
6. Pilih Next, hingga akan tampil nama file movingcel.com.dns sebagai tanda telah<br />
berhasil pembuatan zone baru movingcel.com, yang tampak pada gambar 28.<br />
-:- Konfigurasi web server dengan IIS dan DNS pada jaringan LAN -:-<br />
Halaman 17 dari 25<br />
Gambar 28. Pembentukan file zone : movingcel.com.dns<br />
7. Pilih Next, sehingga akan muncul informasi bahwa pembuatan zone baru secara<br />
terpandu telah selesai, lalu tekan tombol finish untuk mengakhiri proses pembuatan<br />
zone movingcel.com, seperti pada gambar 29.<br />
Gambar 29. Konfirmasi pembuatan zone movingcel.com sudah selesai.<br />
8. Setelah tombol finish ditekan, maka akan tampil jendela zone yang sudah dibuat<br />
movingcel.com seperti pada gambar 30.</span></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/gudel92.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/gudel92.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gudel92.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gudel92.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gudel92.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gudel92.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gudel92.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gudel92.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gudel92.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gudel92.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gudel92.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gudel92.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gudel92.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gudel92.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gudel92.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gudel92.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gudel92.wordpress.com&amp;blog=4585660&amp;post=7&amp;subd=gudel92&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gudel92.wordpress.com/2008/09/04/konfigurasi-php-mysql-apache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bccb658a1e19ffd11ccea2c8c0a28c9d?s=96&#38;d=identicon" medium="image">
			<media:title type="html">gudel92</media:title>
		</media:content>

		<media:content url="/DOCUME~1/Otello-7/LOCALS~1/Temp/msoclip1/01/clip_image001.gif" medium="image" />
	</item>
		<item>
		<title>Install Windows 2000 server</title>
		<link>http://gudel92.wordpress.com/2008/08/29/install-windows-2000-server/</link>
		<comments>http://gudel92.wordpress.com/2008/08/29/install-windows-2000-server/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 10:48:16 +0000</pubDate>
		<dc:creator>gudel92</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://gudel92.wordpress.com/?p=3</guid>
		<description><![CDATA[How can I install Windows 2000 Server? As a Microsoft Windows 2000 Server support professional, one of your tasks may be to install the operating system. Step #1: Plan your installation When you run the Windows 2000 Server Setup program, you must provide information about how to install and configure the operating system. Thorough planning [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gudel92.wordpress.com&amp;blog=4585660&amp;post=3&amp;subd=gudel92&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="margin-right:30px;"><span style="font-size:large;font-family:Verdana;">How can I install Windows 2000 Server?</span></p>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">As a Microsoft  	Windows 2000 Server support professional, one of your tasks may be to  	install the operating system.</span></p>
<h2><span style="font-size:medium;font-family:Verdana;">Step #1: Plan your installation</span></h2>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">When you run the  	Windows 2000 Server Setup program, you must provide information about  	how to install and configure the operating system. Thorough planning can  	make your installation of W2K more efficient by helping  	you to avoid potential problems during installation. An understanding of the  	configuration options will also help to ensure that you have properly  	configured your system.</span></p>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">I won&#8217;t go into  	that part right now but here are  	some of the most important things you should take into consideration when  	planning for your Windows Server 2000 installation:</span></p>
<ul>
<li>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">Check System  		Requirements</span></p>
</li>
<li>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">Check Hardware  		and Software Compatibility</span></p>
</li>
<li>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">Determine Disk  		Partitioning Options</span></p>
</li>
<li>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">Choose the  		Appropriate File System: FAT, FAT32, NTFS</span></p>
</li>
<li>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">Decide on a  		Workgroup or Domain Installation</span></p>
</li>
<li>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">Complete a  		Pre-Installation Checklist</span></p>
</li>
</ul>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">After you made sure  	you can go on, start the installation process.</span></p>
<h2><span style="font-size:medium;font-family:Verdana;">Step #2: Beginning the installation process</span></h2>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">You can install  	Windows 2000 Server in several methods &#8211; all are valid and good, it all depends upon  	your needs and your limitations.</span></p>
<ul>
<li>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">Manual  	installations usually come in 3 flavors:</span></p>
</li>
<li>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">Boot from CD &#8211; No  	existing partition is required.</span></p>
</li>
<li>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">Boot from the 4  	Setup Boot Disks, then insert the CD &#8211; No existing partition is required.</span></p>
</li>
<li>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">Boot from an MS-DOS  	startup floppy, go to the command prompt, create a 4GB FAT32 partition with  	FDISK, reboot, format the C partition you&#8217;ve created, then go to the CD  	drive, go into the I386 folder, and run the WINNT.EXE command.</span></p>
</li>
<li>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">Run an already  	installed OS, such as Windows NT 4.0 Server. From within NT 4.0 go to the  	I386 folder in the W2K installation CD and run the WINNT32.EXE command.</span></p>
</li>
<li>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">If you want to  	upgrade a desktop OS such as Windows 98 into Windows 2000 Professional you  	can follow the same procedure as above (You cannot upgrade Windows 98 into  	W2K Server).</span></p>
</li>
</ul>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">There are other  	non-manual installation methods, such as using an unattended file along with  	a uniqueness database file, using Sysprep, using RIS or even running  	unattended installations from within the CD itself, but we won&#8217;t go into  	that right now.</span></p>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">It doesn&#8217;t matter  	how you run the setup process, but the moment it runs &#8211; all setup methods  	look alike.</span></p>
<h2><span style="font-size:medium;font-family:Verdana;">Step #3: The text-based portion of the  	Setup program</span></h2>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">The setup process  	begins loading a blue-looking text screen (not GUI). In that phase you will  	be asked to accept the EULA and choose a partition on which to install W2K,  	and if that partition is new, you&#8217;ll be asked to format it by using either  	FAT, FAT32 or NTFS.</span></p>
<ol>
<li>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">Start the  		computer from the CD.</span></p>
</li>
<li>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">You can press  		F6 if you need to install additional SCSI adapters or other mass-storage  		devices. If you do you will be asked to supply a floppy disk with the  		drivers and you CANNOT browse it (or a CD for that matter). Make sure  		you have one handy.</span></p>
</li>
</ol>
<blockquote>
<p style="margin-right:30px;"><a href="http://www.petri.co.il/images/w2k_inst1.gif"> <span style="font-size:x-small;"> <img src="http://www.petri.co.il/images/w2k_inst1_small.gif" border="2" alt="" width="100" height="62" /></span></a></p>
</blockquote>
<ol>
<li>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">Setup will load  		all the needed files and drivers.</span></p>
</li>
</ol>
<ol>
<li>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">Select To Setup  		W2K Now. If you want, and if you have a previous  		installation of the OS, you can try to fix it by pressing R. If not, just  		press ENTER.</span></p>
</li>
</ol>
<blockquote>
<p style="margin-right:30px;"><a href="http://www.petri.co.il/images/w2k_inst2.gif"> <span style="font-size:x-small;"> <img src="http://www.petri.co.il/images/w2k_inst2_small.gif" border="2" alt="" width="100" height="61" /></span></a></p>
</blockquote>
<ol>
<li>
<p style="margin-right:30px;"><span style="font-size:x-small;"> In case your server is a new one, or it is  									using a new hard disk that hasn&#8217;t been  									partitioned yet, you&#8217;ll get a warning  									message. Read it, and if you want to  									continue, press C.</span></p>
</li>
</ol>
<blockquote>
<p style="margin-right:30px;"><a href="http://www.petri.co.il/images/w2k_inst3.gif"> <span style="font-size:x-small;"> <img src="http://www.petri.co.il/images/w2k_inst3_small.gif" border="2" alt="" width="100" height="62" /></span></a></p>
</blockquote>
<ol>
<li>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">Read and accept  		the licensing agreement and press F8 if you accept it.</span></p>
</li>
</ol>
<blockquote>
<p style="margin-right:30px;"><a href="http://www.petri.co.il/images/w2k_inst4.gif"> <span style="font-size:x-small;"> <img src="http://www.petri.co.il/images/w2k_inst4_small.gif" border="2" alt="" width="100" height="62" /></span></a></p>
</blockquote>
<ol>
<li>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">Select or  		create the partition on which you will install W2K.  		Depending upon your existing disk configuration choose one of the  		following:</span></p>
</li>
</ol>
<blockquote>
<ul>
<li>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">If the hard  			disk is not yet partitioned, you can create and size the partition on  			which you will install Windows 2000. Press C.</span></p>
</li>
</ul>
<blockquote>
<p style="margin-right:30px;"><a href="http://www.petri.co.il/images/w2k_inst5.gif"> <span style="font-size:x-small;"> <img src="http://www.petri.co.il/images/w2k_inst5_small.gif" border="2" alt="" width="100" height="62" /></span></a><span style="font-size:x-small;font-family:Verdana;"> <a href="http://www.petri.co.il/images/w2k_inst6.gif"> <img src="http://www.petri.co.il/images/w2k_inst6_small.gif" border="2" alt="" width="100" height="62" /></a> </span> <a href="http://www.petri.co.il/images/w2k_inst7.gif"><span style="font-size:x-small;"> <img src="http://www.petri.co.il/images/w2k_inst7_small.gif" border="2" alt="" width="100" height="62" /></span></a></p>
</blockquote>
<ul>
<li>
<p style="margin-right:30px;"><span style="font-size:x-small;">If the hard disk is new  			and you want to create a partition that will span the entire hard  			disk&#8217;s size &#8211; press Enter.</span></p>
</li>
</ul>
<p style="margin-right:30px;"><span style="font-size:x-small;">Other optionsL</span></p>
<ul>
<li>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">If the hard  			disk is already partitioned, but has enough unpartitioned disk  			space, you can create an additional partition in the unpartitioned  			space.</span></p>
</li>
<li>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">If the hard  			disk already has a partition that is large enough, you can install  			Windows 2000 on that partition. If the partition has an  			existing operating system, you will overwrite that operating system  			if you accept the default installation path. However, files other  			than the operating system files, such as program files and data  			files, will not be overwritten.</span></p>
</li>
<li>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">If the hard  			disk has an existing partition, you can delete it to create more  			unpartitioned space for the new partition. Deleting an existing  			partition erases all data on that partition.</span></p>
</li>
</ul>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">If you select a  		new partition during Setup, create and size only the partition on which  		you will install Windows 2000. After installation, use Disk  		Management to partition the remaining space on the hard disk.</span></p>
</blockquote>
<ol>
<li>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">Select a file  		system for the installation partition. After you create the partition on  		which you will install W2K, you can use Setup to  		select the file system with which to format the partition. W2K supports the NTFS file system in addition to the file  		allocation table (FAT) and FAT32 file systems. Windows Server 2003, Windows XP Professional,  		Windows 2000, and Windows NT are the only Microsoft operating systems  		that you can use to gain access to data on a local hard disk that is  		formatted with NTFS. If you plan to gain access to files that are on a  		local W2K partition with the Microsoft Windows 95 or  		Windows 98 operating systems, you should format the partition with a FAT  		or FAT32 file system. We will use NTFS.</span></p>
</li>
</ol>
<blockquote>
<p style="margin-right:30px;"><a href="http://www.petri.co.il/images/w2k_inst8.gif"> <span style="font-size:x-small;"> <img src="http://www.petri.co.il/images/w2k_inst8_small.gif" border="2" alt="" width="100" height="62" /></span></a><span style="font-size:x-small;"> </span><a href="http://www.petri.co.il/images/w2k_inst9.gif"><span style="font-size:x-small;"> <img src="http://www.petri.co.il/images/w2k_inst9_small.gif" border="2" alt="" width="100" height="61" /></span></a></p>
</blockquote>
<ol>
<li>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">Setup will then  		begin copying necessary files from the installation point (CD, local  		I386 or network share). </span></p>
</li>
<li>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">Note: If you  		began the installation process from an MS-DOS floppy, make sure you have  		and run SMARTDRV from the floppy, otherwise the copying process will  		probably last more than an hour, perhaps even more. With SMARTDRV (or if  		setup was run by booting from CD) the copying will probably last a few  		minutes, no more than 5 max.</span></p>
</li>
</ol>
<blockquote>
<p style="margin-right:30px;"><a href="http://www.petri.co.il/images/w2k_inst10.gif"> <img src="http://www.petri.co.il/images/w2k_inst10_small.gif" border="2" alt="" width="100" height="62" /></a></p>
</blockquote>
<ol>
<li>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">The computer  		will restart in graphical mode, and the installation will continue.</span></p>
</li>
</ol>
<h2><span style="font-size:medium;font-family:Verdana;">Step #4: The GUI-based portion of the Setup  	program</span></h2>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">The setup process  	reboots and loads a GUI mode phase.</span></p>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">It will then begin  	to load device drivers based upon what it finds on your computer. You don&#8217;t  	need to do anything at this stage.</span></p>
<p style="margin-right:30px;"><a href="http://www.petri.co.il/images/w2k_inst11.gif"><span style="font-size:x-small;"> <img src="http://www.petri.co.il/images/w2k_inst11_small.gif" border="2" alt="" width="100" height="75" /></span></a></p>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">If your computer  	stops responding during this phase (the progress bar is stuck almost  	half-way, and there is no disk activity) &#8211; shut down your computer and begin  	removing hardware such as PCI and ISA cards. If it works for you then later  	try to figure out how to make that specific piece of hardware work (it&#8217;s  	probably not in the HCL). </span></p>
<ol>
<li>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">Click Customize  		to change regional settings, if necessary. </span></p>
</li>
</ol>
<blockquote>
<ul>
<li>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">Current  			System Locale &#8211; Affects how programs display dates, times, currency,  			and numbers. Choose the locale that matches your location, for  			example, French (Canada).</span></p>
</li>
<li>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">Current  			Keyboard Layout &#8211; Accommodates the special characters and symbols  			used in different languages. Your keyboard layout determines which  			characters appear when you press keys on the keyboard.</span></p>
</li>
</ul>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">If you don&#8217;t  		need to make any changes just press Next. </span></p>
<p style="margin-right:30px;"><a href="http://www.petri.co.il/images/w2k_inst12.gif"> <span style="font-size:x-small;"> <img src="http://www.petri.co.il/images/w2k_inst12_small.gif" border="2" alt="" width="100" height="75" /></span></a></p>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">If you do need  		to make changes press Customize and add your System Locale etc.</span></p>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;"><strong>Note for  		Hebrew users:</strong> In W2K it is NOT SAFE to install Hebrew language  		support at this phase!!! Trust me, do it later. If you don&#8217;t listen to  		me, good chances are that you&#8217;ll get ???? fonts in some Office  		applications such as Outlook and others.</span></p>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">Read the 		<a href="http://www.petri.co.il/install_hebrew_on_w2k.htm">Install Hebrew on Windows 2000</a> page for  		more info. </span></p>
</blockquote>
<ol>
<li>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">Type your name  		and organization.</span></p>
</li>
</ol>
<blockquote>
<p style="margin-right:30px;"><a href="http://www.petri.co.il/images/w2k_inst13.gif"> <span style="font-size:x-small;"> <img src="http://www.petri.co.il/images/w2k_inst13_small.gif" border="2" alt="" width="100" height="74" /></span></a></p>
</blockquote>
<ol>
<li>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">Type the  		product key.</span></p>
</li>
</ol>
<blockquote>
<p style="margin-right:30px;"><a href="http://www.petri.co.il/images/w2k_inst14.gif"> <span style="font-size:x-small;"> <img src="http://www.petri.co.il/images/w2k_inst14_small.gif" border="2" alt="" width="100" height="75" /></span></a></p>
<p style="margin-right:30px;"><span style="font-size:x-small;"> If you&#8217;d like to skip this step in the  									future, please read 									<a href="http://www.petri.co.il/install_windows_2000_without_supplying_the_cd_key.htm"> Install Windows 2000 Without Supplying the  									CD Key</a>.</span></p>
</blockquote>
<ol>
<li>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">Enter the  		appropriate license type and number of purchased licenses.</span></p>
</li>
</ol>
<blockquote>
<p style="margin-right:30px;"><a href="http://www.petri.co.il/images/w2k_inst15.gif"> <img src="http://www.petri.co.il/images/w2k_inst15_small.gif" border="2" alt="" width="100" height="75" /></a></p>
</blockquote>
<ol>
<li>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">Type the  		computer name and a password for the local Administrator account. The  		local Administrator account resides in the SAM of the computer, not in  		Active Directory. If you will be installing in a domain, you need either  		a pre-assigned computer name for which a domain account has been  		created, or the right to create a computer account within the domain. </span></p>
</li>
</ol>
<blockquote>
<p style="margin-right:30px;"><a href="http://www.petri.co.il/images/w2k_inst16.gif"> <span style="font-size:x-small;"> <img src="http://www.petri.co.il/images/w2k_inst16_small.gif" border="2" alt="" width="100" height="75" /></span></a></p>
</blockquote>
<ol>
<li>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">Choose which  		components to install or remove from the system.</span></p>
</li>
</ol>
<blockquote>
<p style="margin-right:30px;"><a href="http://www.petri.co.il/images/w2k_inst17.gif"> <span style="font-size:x-small;"> <img src="http://www.petri.co.il/images/w2k_inst17_small.gif" border="2" alt="" width="100" height="75" /></span></a></p>
</blockquote>
<ol>
<li>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">Select the  		date, time, and time zone settings. </span></p>
</li>
</ol>
<blockquote>
<p style="margin-right:30px;"><a href="http://www.petri.co.il/images/w2k_inst18.gif"> <span style="font-size:x-small;"> <img src="http://www.petri.co.il/images/w2k_inst18_small.gif" border="2" alt="" width="100" height="75" /></span></a></p>
</blockquote>
<ol>
<li>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">Setup will now  		install the networking components.</span></p>
</li>
</ol>
<blockquote>
<p style="margin-right:30px;"><a href="http://www.petri.co.il/images/w2k_inst22.gif"> <span style="font-size:x-small;"> <img src="http://www.petri.co.il/images/w2k_inst22_small.gif" border="2" alt="" width="100" height="75" /></span></a></p>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">After a few  		seconds you will receive the Networking Settings window. BTW, if you  		have a NIC that is not in the HCL (see the <a href="http://www.petri.co.il/what%27s_the_hcl.htm"> What&#8217;s the HCL?</a> page) and W2K cannot detect it, or if you don&#8217;t have  		a NIC at all, setup will skip this step and you will immediately go to  		the final phase of the setup process.</span></p>
<p style="margin-right:30px;"><a href="http://www.petri.co.il/images/w2k_inst19.gif"> <span style="font-size:x-small;"> <img src="http://www.petri.co.il/images/w2k_inst19_small.gif" border="2" alt="" width="100" height="75" /></span></a></p>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">Press Next to  		accept the Typical settings option if you have one of the following  		situations:</span></p>
<ul>
<li>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">You have a  			functional DHCP on your network.</span></p>
</li>
<li>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">You have a  			computer running Internet Connection Sharing (ICS).</span></p>
</li>
<li>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">You&#8217;re in a  			workgroup environment and do not plan to have any other servers or  			Active Directory at all, and all other workgroup members are  			configured in the same manner.</span></p>
</li>
</ul>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">Otherwise  		select Custom Settings and press Next to customize your network  		settings.</span></p>
</blockquote>
<ol>
<li>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">Highlight the  		TCP/IP selection and press Properties.</span></p>
</li>
</ol>
<blockquote>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">In the General  		tab enter the required information. You must specify the IP address of  		the computer, and if you don&#8217;t know what the Subnet Mask entry should be  		- you can simply place your mouse pointer over the empty area in the  		Subnet Mask box and click it. The OS will automatically select the value  		it thinks is good for the IP address you provided.</span></p>
<p style="margin-right:30px;"><a href="http://www.petri.co.il/images/w2k_inst20.gif"> <span style="font-size:x-small;"> <img src="http://www.petri.co.il/images/w2k_inst20_small.gif" border="2" alt="" width="100" height="75" /></span></a></p>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;"><strong>Lamer note:</strong> In the above screenshot I&#8217;ve configured the computer with a valid IP  		address for MY network, along with the Default Gateway and the address  		of MY DNS server. Your settings may differ.</span></p>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">If you don&#8217;t  		know what these values mean, or if you don&#8217;t know what to write in them,  		press cancel and select the Typical Settings option. You can easily  		change these values later.</span></p>
</blockquote>
<ol>
<li>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">In the  		Workgroup or Domain window enter the name of your workgroup or domain. </span></p>
</li>
</ol>
<blockquote>
<ul>
<li>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">A workgroup  			is a small group of computers on a network that enables users to  			work together and does not support centralized administration.</span></p>
</li>
<li>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">A domain is  			a logical grouping of computers on a network that has a central  			security database for storing security information. Centralized  			security and administration are important for computers in a domain  			because they enable an administrator to easily manage computers that  			are geographically distant from each other. A domain is administered  			as a unit with common rules and procedures. Each domain has a unique  			name, and each computer within a domain has a unique name.</span></p>
</li>
</ul>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">If you&#8217;re a  		stand-alone computer, or if you don&#8217;t know what to enter, or if you  		don&#8217;t have the sufficient rights to join a domain &#8211; leave the default  		entry selected and press Next.</span></p>
<p style="margin-right:30px;"><a href="http://www.petri.co.il/images/w2k_inst21.gif"> <span style="font-size:x-small;"> <img src="http://www.petri.co.il/images/w2k_inst21_small.gif" border="2" alt="" width="100" height="74" /></span></a></p>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">If you want to  		join a domain (NT 4.0 domain of W2K/2003 Active Directory domain) enter  		the domain&#8217;s name in the &#8220;Yes, make this computer a member of the  		following domain&#8221; box.</span></p>
<p style="margin-right:30px;"><span style="font-family:Verdana;"><a href="http://www.petri.co.il/images/inst_w2k25.gif"> <img src="http://www.petri.co.il/images/inst_w2k25_small.gif" border="1" alt="" width="100" height="75" /></a></span></p>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">To successfully  		join a domain you need the following:</span></p>
<ul>
<li>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">The person  			performing the installation must have a user account in Active  			Directory. This account does not need to be the domain Administrator  			account.</span></p>
</li>
</ul>
<blockquote>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">and</span></p>
</blockquote>
<ul>
<li>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">The  			computer must have an existing computer account in the Active  			Directory database of the domain that the computer is joining, and  			the computer must be named exactly as its domain account is named.</span></p>
</li>
</ul>
<blockquote>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">or</span></p>
</blockquote>
<ul>
<li>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">The person  			performing the installation must have appropriate permission to  			create a domain account for the computer during installation.</span></p>
</li>
</ul>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">Also, you need  		to have connectivity to the domain&#8217;s domain controllers (only to the PDC  		if on an NT 4.0 domain) and a fully functional DNS server (only in AD  		domains). Read the <a href="http://www.petri.co.il/joining_a_domain_in_windows_xp_pro.htm"> Joining a Domain in Windows XP Pro</a> and  		<a href="http://www.petri.co.il/requirements_when_joining_a_domain.htm">Requirements when  		Joining a Domain</a> pages for more on this issue.</span></p>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">Enter the  		Active Directory domain name (in the form of xxx.yyy, for example:  		DPETRI.NET) or the NetBIOS name of the NT 4.0 domain (in the form of  		xxx, for example: DPETRI). Press Next.</span></p>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;"><strong>Note:</strong> If  		you provide a wrong domain name or do not have the correct connectivity  		to the domain&#8217;s DNS server you will get an error message.</span></p>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">A  		username/password window will appear. Enter the name and password of the  		domain&#8217;s administrator (or your own if you&#8217;re the administrator on the  		target domain).</span></p>
<p style="margin-right:30px;"><span style="font-family:Verdana;"><a href="http://www.petri.co.il/images/inst_w2k26.gif"> <img src="http://www.petri.co.il/images/inst_w2k26_small.gif" border="1" alt="" width="100" height="75" /></a></span></p>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;"><strong>Note:</strong> Providing a wrong username or password will cause this phase to fail. </span></p>
</blockquote>
<ol>
<li>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">Next the setup  		process will finish copying files and configuring the setup. You do not  		need to do anything.</span></p>
</li>
</ol>
<blockquote>
<p style="margin-right:30px;"><span style="font-family:Verdana;"><a href="http://www.petri.co.il/images/inst_w2k27.gif"> <img src="http://www.petri.co.il/images/inst_w2k27_small.gif" border="1" alt="" width="100" height="75" /></a> <a href="http://www.petri.co.il/images/inst_w2k28.gif"> <img src="http://www.petri.co.il/images/inst_w2k28_small.gif" border="1" alt="" width="100" height="75" /></a> <a href="http://www.petri.co.il/images/inst_w2k29.gif"> <img src="http://www.petri.co.il/images/inst_w2k29_small.gif" border="1" alt="" width="100" height="75" /></a></span></p>
</blockquote>
<ol>
<li>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">After the  		copying and configuring phase is finished, if Windows Server 2003 finds that you have a  		badly configured screen resolution it will advise you to change it and  		ask you if you see the new settings right.</span></p>
</li>
<li>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">Setup finishes  		and displays the finish window. Unfortunately, you must press Finish in  		order to reboot..</span></p>
</li>
</ol>
<blockquote>
<p style="margin-right:30px;"><span style="font-family:Verdana;"><a href="http://www.petri.co.il/images/inst_w2k30.gif"> <img src="http://www.petri.co.il/images/inst_w2k30_small.gif" border="1" alt="" width="100" height="75" /></a></span></p>
</blockquote>
<ol>
<li>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">Windows 2000  		reboots and you should get the CTRL-ALT-DEL window.</span></p>
</li>
</ol>
<blockquote>
<p style="margin-right:30px;"><span style="font-family:Verdana;"><a href="http://www.petri.co.il/images/inst_w2k31.gif"> <img src="http://www.petri.co.il/images/inst_w2k31_small.gif" border="1" alt="" width="100" height="75" /></a> <a href="http://www.petri.co.il/images/inst_w2k32.gif"> <img src="http://www.petri.co.il/images/inst_w2k32_small.gif" border="1" alt="" width="100" height="75" /></a> <a href="http://www.petri.co.il/images/inst_w2k33.gif"> <img src="http://www.petri.co.il/images/inst_w2k33_small.gif" border="1" alt="" width="100" height="75" /></a> <a href="http://www.petri.co.il/images/inst_w2k35.gif"> <img src="http://www.petri.co.il/images/inst_w2k35_small.gif" border="1" alt="" width="100" height="75" /></a> <a href="http://www.petri.co.il/images/inst_w2k34.gif"> <img src="http://www.petri.co.il/images/inst_w2k34_small.gif" border="1" alt="" width="100" height="75" /></a></span></p>
</blockquote>
<ol>
<li>
<p style="margin-right:30px;"><span style="font-size:x-small;font-family:Verdana;">That&#8217;s it!  		you&#8217;re done!</span></p>
</li>
</ol>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/gudel92.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/gudel92.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gudel92.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gudel92.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gudel92.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gudel92.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gudel92.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gudel92.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gudel92.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gudel92.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gudel92.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gudel92.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gudel92.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gudel92.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gudel92.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gudel92.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gudel92.wordpress.com&amp;blog=4585660&amp;post=3&amp;subd=gudel92&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gudel92.wordpress.com/2008/08/29/install-windows-2000-server/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bccb658a1e19ffd11ccea2c8c0a28c9d?s=96&#38;d=identicon" medium="image">
			<media:title type="html">gudel92</media:title>
		</media:content>

		<media:content url="http://www.petri.co.il/images/w2k_inst1_small.gif" medium="image" />

		<media:content url="http://www.petri.co.il/images/w2k_inst2_small.gif" medium="image" />

		<media:content url="http://www.petri.co.il/images/w2k_inst3_small.gif" medium="image" />

		<media:content url="http://www.petri.co.il/images/w2k_inst4_small.gif" medium="image" />

		<media:content url="http://www.petri.co.il/images/w2k_inst5_small.gif" medium="image" />

		<media:content url="http://www.petri.co.il/images/w2k_inst6_small.gif" medium="image" />

		<media:content url="http://www.petri.co.il/images/w2k_inst7_small.gif" medium="image" />

		<media:content url="http://www.petri.co.il/images/w2k_inst8_small.gif" medium="image" />

		<media:content url="http://www.petri.co.il/images/w2k_inst9_small.gif" medium="image" />

		<media:content url="http://www.petri.co.il/images/w2k_inst10_small.gif" medium="image" />

		<media:content url="http://www.petri.co.il/images/w2k_inst11_small.gif" medium="image" />

		<media:content url="http://www.petri.co.il/images/w2k_inst12_small.gif" medium="image" />

		<media:content url="http://www.petri.co.il/images/w2k_inst13_small.gif" medium="image" />

		<media:content url="http://www.petri.co.il/images/w2k_inst14_small.gif" medium="image" />

		<media:content url="http://www.petri.co.il/images/w2k_inst15_small.gif" medium="image" />

		<media:content url="http://www.petri.co.il/images/w2k_inst16_small.gif" medium="image" />

		<media:content url="http://www.petri.co.il/images/w2k_inst17_small.gif" medium="image" />

		<media:content url="http://www.petri.co.il/images/w2k_inst18_small.gif" medium="image" />

		<media:content url="http://www.petri.co.il/images/w2k_inst22_small.gif" medium="image" />

		<media:content url="http://www.petri.co.il/images/w2k_inst19_small.gif" medium="image" />

		<media:content url="http://www.petri.co.il/images/w2k_inst20_small.gif" medium="image" />

		<media:content url="http://www.petri.co.il/images/w2k_inst21_small.gif" medium="image" />

		<media:content url="http://www.petri.co.il/images/inst_w2k25_small.gif" medium="image" />

		<media:content url="http://www.petri.co.il/images/inst_w2k26_small.gif" medium="image" />

		<media:content url="http://www.petri.co.il/images/inst_w2k27_small.gif" medium="image" />

		<media:content url="http://www.petri.co.il/images/inst_w2k28_small.gif" medium="image" />

		<media:content url="http://www.petri.co.il/images/inst_w2k29_small.gif" medium="image" />

		<media:content url="http://www.petri.co.il/images/inst_w2k30_small.gif" medium="image" />

		<media:content url="http://www.petri.co.il/images/inst_w2k31_small.gif" medium="image" />

		<media:content url="http://www.petri.co.il/images/inst_w2k32_small.gif" medium="image" />

		<media:content url="http://www.petri.co.il/images/inst_w2k33_small.gif" medium="image" />

		<media:content url="http://www.petri.co.il/images/inst_w2k35_small.gif" medium="image" />

		<media:content url="http://www.petri.co.il/images/inst_w2k34_small.gif" medium="image" />
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://gudel92.wordpress.com/2008/08/22/hello-world/</link>
		<comments>http://gudel92.wordpress.com/2008/08/22/hello-world/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 16:21:22 +0000</pubDate>
		<dc:creator>gudel92</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gudel92.wordpress.com&amp;blog=4585660&amp;post=1&amp;subd=gudel92&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Welcome to <a href="http://wordpress.com/">WordPress.com</a>. This is your first post. Edit or delete it and start blogging!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/gudel92.wordpress.com/1/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/gudel92.wordpress.com/1/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/gudel92.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/gudel92.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/gudel92.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/gudel92.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/gudel92.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/gudel92.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/gudel92.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/gudel92.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/gudel92.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/gudel92.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/gudel92.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/gudel92.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/gudel92.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/gudel92.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=gudel92.wordpress.com&amp;blog=4585660&amp;post=1&amp;subd=gudel92&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://gudel92.wordpress.com/2008/08/22/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bccb658a1e19ffd11ccea2c8c0a28c9d?s=96&#38;d=identicon" medium="image">
			<media:title type="html">gudel92</media:title>
		</media:content>
	</item>
	</channel>
</rss>
