server installation steps rhel
1 netgroups registration (pb)
2 unix group registration
3 packages
4 pam
create file /etc/pam.d/xxxauth
auth include common-auth
account include common-account
password include common-password
5 limits
add /etc/security/limits.conf
@id hard nofile 30720
@id soft nofile 20480
@id hard noproc 65536
@id soft noproc 65536
6 sendmail
chmod g+s /usr/sbin/sendmail
chmod g+w /var/spool/clientqueue
7 cron
echo user > /etc/bin/crontab
8 volumes
shrink volume /dev/mapper/data1 by 50gb and create new volume /dev/mapper/app1 with 10gb, format with XFS
9 mounts
edit /etc/fstab as
volume / mount point / additional mount options
10 directories
/etc/opt/vmware/ 2755
Comments
Post a Comment