Tip: Linux installs the vmwarevm through SSH and performs remote management. I have a centos server, because I want to debug some services in the win environment, and the server only has the command line and XWindow is not installed, so recently I have been wondering how to install a virtual machine tool in an SSH environment, and then install win2003 through the remote management interface. The following is a summary of the results.
I have a centos server through SSH to install the Virtual Machine and perform remote management. I want to debug some services in the win environment, but the server only has command lines and no XWindow is installed, so I have been wondering how to install a virtual machine tool in an SSH environment, and then install win2003 through the remote management interface. The following is a summary of the results, so that friends who share the same idea can avoid detours.
One of the first problems is to select a suitable Virtual Machine software. I have never played Virtual Machine Software in Linux before, but I only used it on the win platform. So I think of VMware, select the VMware Server 2.0 version.
This version is free of charge and supports local web management by default.
The software can go to www.vmware.com to download the appropriate version. I chose the rpm version.
The download is naturally run: rpm-IVH VMware-server-2.0.2-203138.i386.rpm
Wait a moment and you will be prompted to install initialization settings:/usr/bin/vmware-config.pl
Start virtual Nic, web management login user settings, do not understand can refer to http://auv.me/vmware-server-2-0-initialization-configuration-instructions /. Basic one way to press ENTER can be set up, and there is a prompt to install the serial number part, you can use: A848J-FY2F1-U1PC4-41M19
After the installation is complete, return to shell.
In fact, you can use http: // localhost: 8222 to manage the Web. However, the host currently does not have an X Window environment, what should I do if I want to take the management to a remote location?
I use securecrt to log on to the server through SSH, so we only need to make the following settings:
1. Open the connection tag
2. Open the server Properties dialog box and select "port forwarding"
3. After clicking "add", enter the following items:
After confirming, connect to the server and open the browser locally (on this computer you operate) and enter http: // 127.0.0.1: 8222 to open the console, the login account and password are the one you set before initialization. The default account is root.
Then you can operate it as needed !!!!
Original article: http://auv.me/install-the-virtual-machine-through-ssh-and-remote-management/
Author blog: http://auv.me