esSJae's Virtualization Blog

Virtualization and other IT topics

Archive for November, 2012

Hyper-V 2012 Supported OSes/Max vCPU/Notes

Posted by essjae on November 13, 2012

While not exactly hot off the presses (updated 2012Oct23) it is not super visible.

http://technet.microsoft.com/library/hh831531.aspx

Guest operating system (server)
Max # of virtual processors
Notes
Windows Server 2012 64 Integration services do not require a separate installation because they are built-in.
Windows Server 2008 R2 with Service Pack 1 (SP 1) 64 Datacenter, Enterprise, Standard and Web editions. Install the integration services after you set up the operating system in the virtual machine.
Windows Server 2008 R2 64 Datacenter, Enterprise, Standard and Web editions. Upgrade the integration services after you set up the operating system in the virtual machine.
Windows Server 2008 with Service Pack 2 (SP 2) 8 Datacenter, Enterprise, Standard and Web editions (32-bit and 64-bit). Install the integration services after you set up the operating system in the virtual machine.
Windows Home Server 2011 4 Edition information is not applicable. Install the integration services after you set up the operating system in the virtual machine.
Windows Small Business Server 2011 Essentials ed. – 2Standard ed. – 4 Essentials and Standard editions. Install the integration services after you set up the operating system in the virtual machine.
Windows Server 2003 R2 with Service Pack 2 (SP2) 2 Standard, Web, Enterprise, and Datacenter editions (32-bit and 64-bit). Install the integration services after you set up the operating system in the virtual machine.
Windows Server 2003 with Service Pack 2 2 Standard, Web, Enterprise, and Datacenter editions (32-bit and 64-bit). Install the integration services after you set up the operating system in the virtual machine.
CentOS 5.7 and 5.8 64 Download and install Linux Integration Services Version 3.4 for Hyper-V.
CentOS 6.0 – 6.3 64 Download and install Linux Integration Services Version 3.4 for Hyper-V.
Red Hat Enterprise Linux 5.7 and 5.8 64 Download and install Linux Integration Services Version 3.4 for Hyper-V.
Red Hat Enterprise Linux 6.0 – 6.3 64 Download and install Linux Integration Services Version 3.4 for Hyper-V.
SUSE Linux Enterprise Server 11 SP2 64 Integration services do not require a separate installation because they are built-in.
Open SUSE 12.1 64 Integration services are built-in and do not require a separate download and installation.
Ubuntu 12.04 64 Integration services are built-in and do not require a separate download and installation.

Guest operating system (client)
Max # of virtual processors
Notes
Windows 8 32 Integration services do not require a separate installation because they are built-in.
Windows 7 with Service Pack 1 (SP 1) 4 Ultimate, Enterprise, and Professional editions (32-bit and 64-bit). Upgrade the integration services after you set up the operating system in the virtual machine.
Windows 7 4 Ultimate, Enterprise, and Professional editions (32-bit and 64-bit). Upgrade the integration services after you set up the operating system in the virtual machine.
Windows Vista with Service Pack 2 (SP2) 2 Business, Enterprise, and Ultimate, including N and KN editions. Install the integration services after you set up the operating system in the virtual machine.
Windows XP with Service Pack 3 (SP3) 2 Professional. Install the integration services after you set up the operating system in the virtual machine.
Windows XP x64 Edition with Service Pack 2 (SP 2) 2 Professional. Install the integration services after you set up the operating system in the virtual machine.

Posted in Hyper-V, Virtualization, Windows | Tagged: , , , , , | Leave a Comment »

Zwalisoft WOL Magic Packet Sender

Posted by essjae on November 12, 2012

For a while I’ve been using this free app to remotely start up my computers at home.  I set up a new server and wanted to migrate all the settings for this program to save reentering all the data.  It took me a while but I eventually found the profile.wol file that contained the user entered data.

On both my systems it was located in the C:\Users\%username%\AppData\Roaming\IsolatedStorage\StrongName.mtsk42papas0d4jmsd0oj30s2qisdzu1\AssemFiles

http://magicpacket.free.fr/

 

Posted in Utility, Windows | Tagged: , , | Leave a Comment »

Add User to sudoers list

Posted by essjae on November 10, 2012

http://www.pendrivelinux.com/how-to-add-a-user-to-the-sudoers-list/

How to add a user to the sudoers list:

    1. Open a Root Terminal and type visudo (to access and edit the list)
    2. Using the up/down arrows, navigate to the bottom of the sudoers file that is now displayed in the terminal
    3. Just under the line that looks like the following:

root ALL=(ALL) ALL

    1. Add the following (replacing user with your actual username):

user ALL=(ALL) ALL

  1. Now press Ctrl+X and press Y when promted to save

That’s it, your new user now has root privileges!

Example Sudoers Screenshot:

Adding a new sudoer

Posted in CrunchBang (#!), Linux | Tagged: , , | Leave a Comment »