VMware

This Question is Possibly Answered

1 "correct" answer available (10 pts) 2 "helpful" answers available (6 pts)
1 ... 8 9 10 11 12 Previous Next 176 Replies Last post: Nov 20, 2009 5:35 AM by Photubias   Go to original post

Re: vsphere client on Windows 7 rc

135. Sep 20, 2009 3:32 PM in response to: GlenR
Click to view modmaven's profile Lurker 2 posts since
Jun 15, 2006

I was taking screenshots as I did a fresh install of the client. Used your zip file, and blogged as I went. Worked great first try. It has also continued to work since then. It seems to be a bit hit and miss for others..I will keep an eye on this thread and update my blog as needed to make things more clear or change instructions.

modmaven.wordpress.com


Re: vsphere client on Windows 7 rc

136. Sep 20, 2009 9:33 PM in response to: GlenR
Click to view robshaw22's profile Lurker 5 posts since
Sep 16, 2008

So I got it working. Unfortunately, it was user error. Thanks to Fernando for hammering the DEVPATH variable point.

On my Win 7 Ultimate RC pc, I had the "start_viclient.bat" setting the DEVPATH to ProgramFiles(x86)/VMware...This doesn't work so well if your system is freakin 32 bit.

I had reversed the batch files when copying them to my 32 bit Win 7 install and my 64 bit Win 7 install. DUH. So both didnt work because the DEVPATH variabe was getting set to a path that didn't exist.

All works perfectly. Thanks for posting the zip file. I can finally use Win 7 and launch the vSphere client. Thanks for everyone's help!

Re: vsphere client on Windows 7 rc

137. Sep 21, 2009 7:35 AM in response to: robshaw22
Click to view GlenR's profile Novice 24 posts since
Nov 10, 2008
Glad to hear you got it working Rob.

I also discovered something last night, I can't connect to my 3.5 hosts using this hack. It tries to download the older vi client. I can connect from the new client to a 3.5 host on Vista, but not W7.

GlenR

Re: vsphere client on Windows 7 rc

138. Sep 21, 2009 11:23 AM in response to: GlenR
Click to view donfrank's profile Lurker 5 posts since
Sep 2, 2009
Makeing progress. If I click on the start_viupdate.bat file I get the error. If I run as Administrator, it works fine. Is there a premission problem?


Don

UPDATE: I went to the shortcut for vSphere Update Client and went to the properties and selected run as Administrator. Now it works fine.

Re: vsphere client on Windows 7 rc

139. Sep 21, 2009 11:35 AM in response to: donfrank
Click to view GlenR's profile Novice 24 posts since
Nov 10, 2008
That's very possible, the first thing I do is disable UAC so I don't run into issues like this :)

Re: vsphere client on Windows 7 rc

140. Sep 22, 2009 1:21 AM in response to: ftubio
Click to view Guy Chapman's profile Novice 18 posts since
Oct 27, 2004

If I could award points for this I would. You just saved me a massive amount of work, Fernando. Thanks.

Guy

Re: vsphere client on Windows 7 rc

141. Sep 27, 2009 7:42 AM in response to: GlenR
Click to view evanism's profile Lurker 1 posts since
Sep 27, 2009
Brilliant Zip, worked a treat.

Re: vsphere client on Windows 7 rc

142. Sep 28, 2009 3:21 AM in response to: GlenR
Click to view oli116's profile Novice 5 posts since
Apr 11, 2006

Hello,

I have the same problem, "run as administrator" does not help:

Installed on W7 RTM 64bit host, vSphere client 4.0.0-162856 works only with the ESX 4.0.0-171294 server.

For ESX 3.5 server, ESX 3.5i server, and vmware server 2.01, it tries to download the older vi client.

I use your viclient_fix.zip, vSphere client 4.0 was installed as administrator.

Oliver

Re: vsphere client on Windows 7 rc

143. Sep 30, 2009 8:54 AM in response to: brettcarr1
Click to view Limbaugh's profile Lurker 1 posts since
Sep 30, 2009

I'm running it just fine. Installed vSphere 4 on Windows 7 Ultimate and everything is working. Been running it since the RTM was available last month.

vSphere version 4.0.0.7797.

Re: vsphere client on Windows 7 rc

144. Oct 2, 2009 3:50 AM in response to: Limbaugh
Click to view oli116's profile Novice 5 posts since
Apr 11, 2006
Has anyone tried connecting to Server 2.1, ESX 3.5, or ESXi 3.5? This does not work for me, only connecting to ESX 4.0 with vShere Client 4.0 works.

Re: vsphere client on Windows 7 rc

145. Oct 3, 2009 2:33 AM in response to: oli116
Click to view WilliHDT's profile Lurker 1 posts since
Oct 3, 2009

HiLimbaugh,

where can I download the latest vSphere Client Version? Could you please upload your version that is working on Windows 7?

Does this Version also support ESX 3.5 Hosts?

Regards - Willi

Re: vsphere client on Windows 7 rc

146. Oct 4, 2009 2:27 PM in response to: WilliHDT
Click to view darko011's profile Lurker 1 posts since
Oct 4, 2009
thanks for this zip

Re: vsphere client on Windows 7 rc

147. Oct 7, 2009 7:34 PM in response to: ftubio
Click to view KingAlex23's profile Lurker 1 posts since
Oct 7, 2009

GodSpeed Fernando that worked like a charm.

"Bad .NET, bad...." X-(

:D

Re: vsphere client on Windows 7 rc

148. Oct 9, 2009 10:59 AM in response to: tnolan
Click to view seans's profile Lurker 2 posts since
Aug 15, 2007
The powershell script worked like a charm for me. Many thanks.

Re: vsphere client on Windows 7 rc

149. Oct 11, 2009 3:51 PM in response to: ftubio
Click to view HaTaX's profile Lurker 4 posts since
Nov 7, 2007
Awesome! Was hoping there wouldn't be too many hoops to jump through for Win 7. I however installed the VI Client on my D: drive so I had to modify the script just a bit and I'm not using the variables to define the paths. Also thought I'd add this for people that don't like the DOS box sticking around after launching it. I have the last two lines of my batch file (CMD file) set like so:

CD /D "D:\Program Files (x86)\VMware\Infrastructure\Virtual Infrastructure Client\Launcher"
START VpxClient.exe

The CD /D command changes drives if needed and goes to the path specified, then the start command starts up the VI Client while allowing the batch file to complete its run and it closes out the window it was running in. Then you're left with only your VI Client running and no extra dos window.

Thanks to everyone on this! Seems too easy and I'm surprised VMWare doesn't have an update to address this just yet..

VMware Developer

SDKs, APIs, Videos, Learn and much more in the Developer community.

Learn More

Developer Sample Code

Increase your developer productivity with VMware API sample code.

Learn More

VMworld Sessions & Labs

Online access to the latest VMworld Sessions & Labs and online services.

Learn more

Purchase PSO Credits Online

Purchase credits to redeem training and consulting services online.

Buy Now

Community Hardware Software

View reported configurations or report your own.

Learn More

VMware vSphere

Come witness the next giant leap in virtualization.

Register Today

Communities