本文目的在于幫助那些剛剛入門的朋友,這是一篇頗為詳細的安裝說明本人全部調試通過,現在正在調試ORACLE部分,到時再與大家共享。
1.硬件環境:
硬盤:9.2 G ; 內存:128 M ; 網卡:EEpor100
2.軟件
操作系統: RedHat 6.2
3.優化RedHat 6.2
安裝時選擇
ftp 和 dns
編輯文件 /etc/hosts
改為:
202.104.131.100 info.langoit.com.cn info
編輯文件 /etc/named.conf
改為:
// generated by named-bootconf.pl
options {
directory "/var/named";
forwarders {202.104.131.98;};
forwards only;
// query-source address * port 53;
};
//
// a caching only nameserver config
//
zone "." in {
type hint;
file "named.ca";
};
zone "0.0.127.in-addr.arpa" in {
type master;
file "named.local";
};
編輯文件 /etc/resolv.conf
改為:
search langoit.com.cn
nameserver 202.104.131.98
nameserver 202.96.134.133