Changes

From SME Server
Jump to navigationJump to search
501 bytes removed ,  08:24, 30 November 2007
Removed console install, it's seems unneccesary.
Line 31: Line 31:     
  wget http://www.snetram.nl/wp-content/uploads/temp/smeserver-vmware-server-0.0.1-4.el4.sme.noarch.rpm
 
  wget http://www.snetram.nl/wp-content/uploads/temp/smeserver-vmware-server-0.0.1-4.el4.sme.noarch.rpm
Enabling repos help resolve dependencys. gcc seems to be used in compiling custom APIs, probably not necessary for standard use.
+
Enabling repos help resolve dependencys. GCC seems to be used in compiling custom APIs, probably not necessary for standard use.
 
  yum -y --enablerepo=base --enablerepo=updates install gcc
 
  yum -y --enablerepo=base --enablerepo=updates install gcc
   Line 51: Line 51:     
  ./vmware-install.pl
 
  ./vmware-install.pl
  −
  −
==== Installing Console ====
  −
Download VMware Server Linux client package from VMware web site
  −
wget http://download3.vmware.com/software/vmserver/VMware-server-linux-client-1.0.4-56528.zip
  −
Unzip and copy VMware-server-console-1.0.3-44356.i386.rpm to some_place
  −
wget http://some_place/VMware-server-console-1.0.3-44356.i386.rpm
  −
  −
yum localinstall VMware-server-console-1.0.3-44356.i386.rpm
  −
  −
signal-event post-upgrade; signal-event reboot
      
==== Remote access ====
 
==== Remote access ====
The VMware Server Console will only be accessible from the local network.  If you want to be able to access the  VMware Server Console from internet, run these commands:
+
The VMware Server will only be accessible from the local network.  If you want to be able to access the  VMware Server from internet, run these commands:
 
  config set httpd.vmware service TCPPorts 8222,8333 access public status enabled
 
  config set httpd.vmware service TCPPorts 8222,8333 access public status enabled
   Line 84: Line 73:     
=== Uninstallation ===
 
=== Uninstallation ===
  yum remove VMware-server gcc VMware-server-console
+
  yum remove VMware-server gcc
    
=== Check installed versions ===
 
=== Check installed versions ===
  yum info installed VMware-server-console gcc smeserver-vmware-server VMware-server
+
  yum info installed gcc smeserver-vmware-server VMware-server
    
=== Additional information ===
 
=== Additional information ===
206

edits

Navigation menu