Quantcast
Channel: Corefig for Windows Server 2012 Core and Hyper-V Server 2012
Viewing all 184 articles
Browse latest View live

New Post: Hyper-V Main Menu Disabled

$
0
0
Corefig.PS1 has a backup detection routine in the event that it is called directly. That's the first thing I would try:
POWERSHELL .\Corefig.PS1

If that doesn't work, then it could be that the detection routines for MPIO are interfering. Is MultipathIo enabled on your system?


From: [email removed]
To: [email removed]
Date: Wed, 26 Dec 2012 11:04:08 -0800
Subject: Hyper-V Main Menu Disabled [corefig:424603]

From: bobm
Using Release 1.0.1 on Hyper-V Server 2012. As the Administrator, starting the main menu using Start_Corefig.wsf.
The "Hyper-V Settings..." button is inactive.
Verified with DISM the "Microsoft-Hyper-V" feature is enabled, and verified Start-Corefig.wsf is setting the variable "HyperVEnabled" to true prior to calling Corefig.ps1.
Verified running "Hyper-V.ps1" from the powershell command line work as expected.
Any suggestions?
Thanks - Bob

Read the full discussion online.
To add a post to this discussion, reply to this email (corefig@discussions.codeplex.com)
To start a new discussion for this project, email corefig@discussions.codeplex.com
You are receiving this email because you subscribed to this discussion on CodePlex. You can unsubscribe or change your settings on codePlex.com.
Please note: Images and attachments will be removed from emails. Any posts to this discussion will also be available online at codeplex.com

New Post: Hyper-V Main Menu Disabled

$
0
0

Excellent suggestion!!  Using POWERSHELL .\Corefig.PS1 to start CoreFig, the  "Hyper-V Settings..." button is active.  I am able to start/stop VMs and perform the action "Refresh Virtual Machines".  The action "Refresh Thumbnails" generates error messages.

Multipathio is not enabled on this system.

Thanks for the workaround - Bob

New Post: Hyper-V Main Menu Disabled

$
0
0
No problem. I'll investigate and see if I can determine why the WSF doesn't perform as it should.

The VM settings screen is all original script from Core Configurator 2.0. All I did on that screen was localize the text. It's on my to-do list to review that but I have no ETA.


From: [email removed]
To: [email removed]
Date: Thu, 27 Dec 2012 04:08:38 -0800
Subject: Re: Hyper-V Main Menu Disabled [corefig:424603]

From: bobm
Excellent suggestion!! Using POWERSHELL .\Corefig.PS1 to start CoreFig, the "Hyper-V Settings..." button is active. I am able to start/stop VMs and perform the action "Refresh Virtual Machines". The action "Refresh Thumbnails" generates error messages.
Multipathio is not enabled on this system.
Thanks for the workaround - Bob
Read the full discussion online.
To add a post to this discussion, reply to this email (corefig@discussions.codeplex.com)
To start a new discussion for this project, email corefig@discussions.codeplex.com
You are receiving this email because you subscribed to this discussion on CodePlex. You can unsubscribe or change your settings on codePlex.com.
Please note: Images and attachments will be removed from emails. Any posts to this discussion will also be available online at codeplex.com

New Post: Create, Configure and Manage VMs within Corefig

$
0
0

Thanks for the hardwork porting this tools to HyperV Server 2012. This comes handy on many occasions. Almost all functions went well, except when adding server role, it freezes.

If I may, would it be better if creating, configuration and managing VMs' be integrated within Corefig? Although, Coreconfig miss this, it will make Corefig more useful if integrated.

I know nothing about code, however, I do believe it is possible. Been using PShell command from TechNet and was able to creat, configure and manage VMs' albiet, unsuccessfully. I don't know. My VM was created, configure and started successfully, but there is no GUI to interact in OS's setup process. 

I try to export VM from HyperV 2008 R2, failed. Use Win8Ent on VBox and create VM's in HyperV Server 2012 remotely, just like HyperV 2008 R2, success, but troublesome. (newbie here, :D)

 

Thanks.

New Post: no visible text

Created Issue: no visible text [881]

$
0
0
Hi Eric,
Thanks for nice work. I like this tool, only I cant see any text all is empty?
Do have an idea?

[IMG]http://hostpix.de/out.php?i=251955_hypervserver.png[/IMG]
http://hostpix.de/out.php?i=251955_hypervserver.png

New Post: no visible text

$
0
0
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.

New Post: Create, Configure and Manage VMs within Corefig

$
0
0

I will look into the issue about adding server roles.

As for the rest, I'll put it on the wish list as a possibility. You're right that there are PowerShell commands to create, update, export/import etc on VMs. They wouldn't be terribly difficult to code in, but designing a decent interface for them is hard. I know that Microsoft's preferred method with VMs on Hyper-V is remote management, not console management, and I tend to agree with them.


New Post: Create, Configure and Manage VMs within Corefig

$
0
0
This discussion has been copied to a work item. Click here to go to the work item and continue the discussion.

Created Issue: Create, Configure and Manage VMs within Corefig [882]

$
0
0
Almost all functions went well, except when adding server role, it freezes.

Commented Issue: no visible text [881]

$
0
0
Hi Eric,
Thanks for nice work. I like this tool, only I cant see any text all is empty?
Do have an idea?

[IMG]http://hostpix.de/out.php?i=251955_hypervserver.png[/IMG]
http://hostpix.de/out.php?i=251955_hypervserver.png
Comments: ** Comment from web user: ejsiron **

v1.0.1Verified that if the system culture is anything other than en-US, PowerShell does *not* default to en-US as indicated in the PS documentation.

As a workaround, copying the .PSD1 files from .\en-US to the same folder as the .PS1 files does work as a fallback.

Created Issue: WSF Feature Detection in non en-US [883]

$
0
0
Detection of features during execution of Start_corefig.wsf incorrectly reports that features are not enabled.

Commented Issue: no visible text [881]

$
0
0
Hi Eric,
Thanks for nice work. I like this tool, only I cant see any text all is empty?
Do have an idea?

[IMG]http://hostpix.de/out.php?i=251955_hypervserver.png[/IMG]
http://hostpix.de/out.php?i=251955_hypervserver.png
Comments: ** Comment from web user: TorbenE **

Hi Eric,
Ok, i understand correctly the PS Culture and UICulture must be "en-US" ?
I checked this with the PS cmdlet "get-host", i use a german ("de-DE") version of Hyper-V Server 2012. I can change this PS culture language permanently? The old Core Configuration Utility starts without problems. (change oclist in dism)
Thanks for the tip of copy this files from "en-US" folder this works.

New Post: no visible text

$
0
0

Hi Eric,
Ok, i understand correctly the PS Culture and UICulture must be "en-US" ?
I checked this with the PS cmdlet "get-host", i use a german ("de-DE") version of Hyper-V Server 2012. I can change this PS culture language permanently? The old Core Configuration Utility starts without problems. (change oclist in dism)
Thanks for the tip of copy this files from "en-US" folder this works.

New Post: no visible text

$
0
0

It worked in Core Config 2.0 because they never actually localized it. All the text strings are in the .PS1 files. Corefig 1.01 doesn't work because I mostly implemented localization but misread the documentation. I found things that said that if a subfolder match for $PSCulture can't be found that it would default to the first set that it did find. What wasn't clear was that it has to be in the same folder for automatic selection to work. I had assumed that since the only set it would be able to find were those in the en-US subfolder that it would automatically use them.

I think there is a way to override $PSCulture but that's not something I would ever ask anyone to do. There is no point in adding localization support if I just force you into an en-US culture. Having the en-US .PSD1 files in the root folder is the actual solution for any language that doesn't have its own localization files. I will rebuild the package into 1.0.2 so that the en-US versions are in the root.

On that note, I am absolutely accepting submissions for languages other than en-US.


Created Release: Corefig 1.0.2 (Jan 03, 2013)

$
0
0
Fixes empty buttons and descriptors in cultures other than en-US.

Released: Corefig 1.0.2 ISO (Jan 03, 2013)

$
0
0
Fixed empty buttons and descriptors for cultures other than en-US.

Created Release: Corefig 1.0.2 ISO (Jan 03, 2013)

$
0
0
Fixed empty buttons and descriptors for cultures other than en-US.

Updated Release: Corefig 1.0.2 ZIP (Jan 03, 2013)

$
0
0
Fixes empty buttons and descriptors in cultures other than en-US.

Released: Corefig 1.0.2 ZIP (Jan 03, 2013)

$
0
0
Fixes empty buttons and descriptors in cultures other than en-US.
Viewing all 184 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>