VMware Communities > Blogs > Christian FERRERO > 2008

Blog Posts

Christian FERRERO : October 2008

Previous Next
0

Deploy VM on Esxi with SCOM 2007

Posted by cfo Oct 31, 2008

For deploy a virtual machine with scom 2007, you need modify network settings to the .vmx file

  • Remove VM to Virtual Center
  • Edit .vmx file
  • Add line « ethernet0.virtualDev = “e1000" »
  • Add VM to Virtual Center Inventory
- browsing DataStore
- click right to .vmx file
- Add Inventory

  • Add network card
  • Start VM

0 Comments 0 References Permalink
1

ESXi and SSH

Posted by cfo Oct 29, 2008

-Go to the ESXi console and press alt+F1
-Type: unsupported
-Enter the root password
-At the prompt type “vi /etc/inetd.conf”
-Look for the line that starts with “#ssh” (you can search with pressing “/”)
-Remove the “#” (press the “x” if the cursor is on the character)
-Save “/etc/inetd.conf” by typing “:wq!”
-Restart the management service “/sbin/services.sh restart”

1 Comments 0 References Permalink