|
|
SysAdm /
Install Clean SL5Let's do a clean install of Scientific Linux 5.3 under VMWare Server. Create the VM
The WMware Server webaccess console does not support OsX yet and has also trouble with SL4. But there is a workaround: use the (mostly undocumented) VNC server inside VMWare! From http://communities.vmware.com/thread/135874: add in the remotedisplay.vnc.enabled= "TRUE" remotedisplay.vnc.port = <aport number maybe 5901 or 5902> remotedisplay.vnc.password = <apasswordofyourchoosing> then open a tunnel, like Install Linux
Configurecfgsync
install various utilitiesyum -y install screen mc net-snmp subversion emacs yum-versionlock Configure NISadd new host in add domain in /etc/sysconfig/network NISDOMAIN=ujcluster on host chkconfig ypbind on domainname ujcluster service ypbind start NTPyum install -y ntp chkconfig ntpd on service ntpd start Configure NFScd /etc/ ./fstabmerge fstab.UInfs mkdir -p /nfs/home mkdir -p /nfs/data mkdir -p /nfs/osg mkdir -p /nfs/glite mkdir -p /nfs/spool_pbs mount -a SMTPyum -y localinstall /nfs/data/PKG/ssmtp-2.61-11.1.el4.i386.rpm yum -y remove sendmail VMWare toolsyum -y localinstall /nfs/data/PKG/VMwareTools-2.0.0-122956.i386.rpm /usr/bin/vmware-config-tools.pl disable unnecessary/unwanted serviceschkconfig cups off chkconfig isdn off chkconfig pcmcia off chkconfig NetworkManager off chkconfig bluetooth off chkconfig nfslock off chkconfig rawdevices off chkconfig rpcgssd off chkconfig cpuspeed off chkconfig gpm off Misc config
visudo Prepare new servers
cd /VMs sudo cp -r CleanSl47_386 glite-ui_i386
grep vnc.port .*/*.vmx
displayName = "glite-ui_386" remotedisplay.vnc.port = "5905" ethernet0.generatedAddress = "" #RemoteDisplay.vnc.key
|