Difference between revisions of "Lab Manager"

Jump to navigation Jump to search
107 bytes added ,  17:30, 6 October 2010
(Added "Export a Machine from Lab Manager" (in progress))
Line 20: Line 20:
== Export a Machine from Lab Manager ==
== Export a Machine from Lab Manager ==
=== Prerequisites ===
=== Prerequisites ===
Your source ESX's need to have SMB access to the UNC path your going to copy to, from an ESX test the following...
* Your source ESX's need to have SMB access to the UNC path your going to copy to, from an ESX test the following...
# SMB allowed through ESX firewall
*# SMB allowed through ESX firewall
#* <code> esxcfg-firewall -q smbClient </code>
*#* <code> esxcfg-firewall -q smbClient </code>
# ESX can access server via SMB
*# ESX can access server via SMB
#* <code> smbmount <share> <mountpoint> -o username=<username> </code>
*#* <code> smbmount <share> <mountpoint> -o username=<username> </code>
#* EG <code> smbmount //Dest_Win_Server/D$ /tmp -o username=Administrator </code>
*#* EG <code> smbmount //Dest_Win_Server/D$ /tmp -o username=Administrator </code>
# If successful, remove the mount
*# If successful, remove the mount
#* <code> umount //Dest_Win_Server/D$ /tmp </code>
*#* <code> umount //Dest_Win_Server/D$ /tmp </code>
 
* Lab Manager server must not have [http://support.microsoft.com/kb/956572 MS KB 956572] installed


== Change a Deployed VM's Resources ==
== Change a Deployed VM's Resources ==

Navigation menu