Line 22: |
Line 22: |
| | | |
| ==== Installing VMware ==== | | ==== Installing VMware ==== |
− | The following hints is to be considered as experimental due to my lack of knowledge... /Per | + | The following commands are not yet fully tested, please correct (edit).. /Per |
| | | |
| Go to VMware web site and get a free serial number for VMware Server, linux version. | | Go to VMware web site and get a free serial number for VMware Server, linux version. |
Line 50: |
Line 50: |
| ./vmware-install.pl | | ./vmware-install.pl |
| | | |
− | config set httpd.vmware service TCPPorts 8222,8333 access public status enabled
| |
− |
| |
− | ln -s /etc/rc.d/init.d/e-smith-service /etc/rc7.d/S91httpd.vmware
| |
− |
| |
− | signal-event remoteaccess-update
| |
| | | |
− | /etc/rc7.d/S91httpd.vmware restart
| |
| ==== Installing Console ==== | | ==== Installing Console ==== |
| Download VMware Server Linux client package from VMware web site | | Download VMware Server Linux client package from VMware web site |
Line 66: |
Line 60: |
| | | |
| signal-event post-upgrade; signal-event reboot | | signal-event post-upgrade; signal-event reboot |
| + | |
| + | ==== 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: |
| + | config set httpd.vmware service TCPPorts 8222,8333 access public status enabled |
| + | |
| + | ln -s /etc/rc.d/init.d/e-smith-service /etc/rc7.d/S91httpd.vmware |
| + | |
| + | signal-event remoteaccess-update |
| + | |
| + | /etc/rc7.d/S91httpd.vmware restart |
| + | |
| === Usage === | | === Usage === |
| ==== MUI ==== | | ==== MUI ==== |
Line 75: |
Line 80: |
| | | |
| Run Console on your client and connect to your_server and start play... | | Run Console on your client and connect to your_server and start play... |
| + | |
| + | === Uninstallation === |
| + | yum remove VMware-server gcc VMware-server-console |
| + | |
| + | === Check installed versions === |
| + | yum info installed VMware-server-console gcc smeserver-vmware-server VMware-server |
| | | |
| === Additional information === | | === Additional information === |
Line 85: |
Line 96: |
| | | |
| NB. VMware-server benefits from a lot of ram. | | NB. VMware-server benefits from a lot of ram. |
− | === Uninstallation ===
| |
− | yum remove VMware-server
| |
| === Bugs === | | === Bugs === |
| Please raise bugs under the SME-Contribs section in {{BugzillaFileBug|product=|component=|title=bugzilla}}and select the smeserver-vmware-server component or use {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-vmware-server|title=this link}}. | | Please raise bugs under the SME-Contribs section in {{BugzillaFileBug|product=|component=|title=bugzilla}}and select the smeserver-vmware-server component or use {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-vmware-server|title=this link}}. |