xen

Pre install DirectAdmin on xen(guest os)

ติดตั้ง package พวกนี้ก่อน
#yum install -y gcc gcc-c++ make perl autoconf automake anacron crontabs vixie-cron xinetd bind logrotate logwatch redhat-logos quota iptables unzip ftp links gpg jwhois bind-utils telnet

### Edit fstab ###
#nano /etc/fstab
/dev/sda1 / ext3 defaults 1 1
change to
/dev/sda1 / ext3 defaults,usrquota,grpquota 1 1

### Reboot ###
Disk Quota
#touch /aquota.user /aquota.group
#chmod 600 /aquota.*
#mount -o remount /
#quotacheck -avugm
wait...
#quotaon -avug

create /etc/shadow file...
#pwconv /etc/shadow
Finish

Goto Install DirectAdmin
http://www.directadmin.com/installguide.html

Syndicate content