Skip to main content

HOWTO convert a Physical Server to Virtual Machine

Here's a step-by-step procedures on how to convert a Physical Server to Virtual Machine.

  1. Download VMware converter tool from vmware.com website. 
  2. Copy the converter tool to your physical server, and double-click the file to install, and accept "default" installation. Open the client to start the conversion.
  3. In VMware vCenter Converter Standalone console, click "Convert Machine".
  4. In Conversion, Source System, and select "This local machine". Click Next to continue.
  5. In Destination , type the IP address or name of vCenter Server, Username, Password, and OS Family "Windows". Click Next to continue.
  6. It will prompt a "Converter Security Warning", click "Ignore" the Certificate Warnings.
  7. In Destination Virtual Machine, type Name of server ex. KINGNET_Server01, click Next to continue.
  8. In Cluster (if you use this feature), select the server, in Datastore select EqualLogic, click Next.
  9. In Options, click Next continue or click Edit to change the diskspace and memory. Click Next.
  10. In Summary, click Finish.
You're almost done. You can see the status in real time, and wait for the conversion to complete. 

When you see the 100% complete, congratulation. You may now disconnect the Physical Server so you can configure the Virtual Machine IP Address, and test the virtual machine.

Continue the setup.
  1. First reboot the Virtual Machine, through the console.
  2. Install the VMware Tool to the Virtual Machine.
  3. Login using the console to check Device Manager, check the drivers.
  4. Update the IP Address, subnet mask, gateway, DNS1, and DNS2
  5. Check the TIME and DATE.
  6. Test the Virtual Machine
That's all.



Comments

Popular posts from this blog

Alternative Social Networks

If you are planning to create your  social network  e.g. similar to Facebook. Here's a short list of alternative software's: Open Source and Free​ http://buddypress.org/  - Wordpress (Open Source and Free) http://elgg.org/  - (Open Source and Free) Commercial Social Networks software http://www.socialengine.com/  ($299 Stand Alone, $29/mo Cloud) http://www.jomsocial.com/  (run with Joomla, need to know CMS) http://www.boonex.com/  (very expensive, $399 for Standard) http://www.anahitapolis.com/ http://www.oxwall.org/ http://sharetronix.com/ http://www.moosocial.com/ http://www.jcow.net/ http://phpdolphin.com http://www.grou.ps  (from free to Commercial, I left my networks and they are selling it  http://www.phpfox.com/  (I used this before, it's hard to maintain. I moved to NING but left too after it was sold to another company) http://www.ning.com  (I don't recommend using this service, it's hard to export your data when it's time to move) S

Learning Vulnerability Scanning by KING.NET

Learning Vulnerability Scanning is fun and easy. So I hope you enjoy reading this short how to guide on how to use vulnerability scanning to secure your servers and networks. NMAP is the swiss tool that you need to learn if you're serious in Cyber Security profession. The NMAP tool can be use with NSE scripting (Nmap Scripting Engine) to automate your tasks. For example using NSE Script using a  single vulnerability (cold fusion)  to scan our test lab machine. root@kali:~# nmap -v -p 80  --script http-vuln-cve2010-2861  10.11.1.220 Starting Nmap 6.47 ( http://nmap.org ) at 2016-07-22 17:34 EDT NSE: Loaded 1 scripts for scanning. NSE: Script Pre-scanning. Initiating ARP Ping Scan at 17:34 Scanning 10.11.1.220 [1 port] Completed ARP Ping Scan at 17:34, 0.04s elapsed (1 total hosts) Initiating Parallel DNS resolution of 1 host. at 17:34 Completed Parallel DNS resolution of 1 host. at 17:35, 13.01s elapsed Initiating SYN Stealth Scan at 17:35 Scanning 10.11.1.220 [1 port] Comp