How do I verify an RDS session is getting a virtual IP?

 
I followed the MS walkthru here
(http://technet.microsoft.com/en-us/library/ee308290(WS.10).aspx)
to set up a lab to test RDS virtual IP's.
I have a DC, Web Access Server (don't think I need this), Connection Broker, DHCP Server, 2 RDS Servers, 5 WinXP Clients, 5 Win7 Clients.
DC=10.0.0.1, RDS1=10.0.0.2, RDS2=10.0.0.3, Connection Broker=10.0.0.5, Web Access=10.0.0.6, DHCP=10.0.0.10 (DHCP pool=10.0.0.100-10.0.0.200), Clients=10.0.0.20-29
I have IP Virtualization turned on through group policy per session.
I have my 2 RDS servers joined to a farm called labfarm through group policy.
I have DNS Round Robin set up via DNS on the DC.
When I connect my clients to the RDS Servers, I run ipconfig on the clients, and they all only show the static IP of the RDS Server.  I was under the impression that with IP virtualization
turned on, each client would show 2 IP's.....1 for the host, and one would be the virtual IP.
Also, when I look in the DHCP server, I do not see any leases.
I am correct in the above statement?  If not, how do I verify that my clients are all getting virtual IP's?

I couldn't wait....I just removed vmware tools and reinstalled without the driver mentioned in that article and it works great now. Thanks alot.
I have another question though.  When I connect Client1 to RDS1 and run ipconfig, I see the static IP of the RDS server, and 1 extra IP....which I expected.  Leaving Client1 connected, I connect Client2 to the same RDS1 server and run ipconfig. 
I then see the static IP and 2 ip addresses.  leaving both Client 1 & 2 connected, I connect Client3 to the same RDS1 server and run ipconfig.  I still only see the same 2 ip address.  I connected up to 5 clients to the same RDS server,
and all I see are the same 2 virtual ip's on every session.
I thought each session was to be assigned it's own IP address.  Why are there only 2 being handed out? and why am I seeing multiple IP addresses per session?  I was expecting to see on each session, the RDS server IP, and 1 other unique IP address....not
multiple addresses, and surely not only 2 address.
The pool I have set up in dhcp is from .100 to .200, so there are plenty of addresses to go around. Is there a setting somewhere to limit the number of virtual IP's? Is there a way to make it unlimited? If I use this in production, I'll need up to 50 sessions
per host to have their own IP....is this possible?

Similar Messages

  • TS3212 How do I verify my billing info to get movie purchases on Apple TV?

    I have followed all the steps, but it is still not working and I cant rent movies until it understands I have changed my address...

    georgefromwilliamsburg wrote:
    that was correct, but I missunderstood that I had to open I-tunes and open store from my computer and reverify my billing and re-enter my CVV code
    Okay.
    You don't need to even have a CC card entered though.
    If you wish, simply select None as the CC.

  • MS Patch KB2976627 Java ActiveX version control and how it affects RDS sessions

    The recent patch for MS to prevent IE from using older versions of Java ActiveX seems to put a version file under %localappdata% and pull this file from the Internet.  My questions are:
    1.  How does this work when you are using a mandatory profile for RDS users?
    2.  We don't allow internet access to the RDS servers/sessions.  How does that affect this whole process?
    I'm quite confused how this patch works with RDS overall, so any explanation is appreciated.

    I assume you are referring to this http://support.microsoft.com/kb/2991000
    "Starting September 9, 2014, out-of-date ActiveX controls will be blocked on computers that have the August Cumulative security update for Internet Explorer (MS14-051)(http://support.microsoft.com/kb/2976627/ )or a later update applied"
    If you apply this update and your users do not have access to the Internet, the control will simply be blocked.
    Microsoft list these options...
    "If your organization has to have more time to lessen dependencies on outdated Java controls, you can take one of the following actions: •Turn off the feature completely. To do this, use the Turn off blocking of outdated ActiveX controls for Internet
    Explorer Group Policy setting (or the corresponding registry key).
    Note This is the less secure option. 
    •Turn off the feature for a specific domain. To do this, use the Turn off blocking of outdated ActiveX controls for Internet Explorer on specific domains Group Policy setting (or the corresponding registry key). This setting lets you turn off the feature on
    the specific domains on which your enterprise has an outdated Java dependency."
    Since you are using mandatory profiles, I would recommend updating the ActiveX control in the mandatory profile -> http://technet.microsoft.com/en-us/library/gg241183(v=ws.10).aspx
    HTH,
    Jeremy

  • How to check whether a user session is null or not

    Hi
    I am using Jdeveloper 11.1.2.2
    I have a use case of running some Junit test case, this is the problem I have :
    There are some Junit tests which are written for some VO's. While testing insert and update operation in Junit there is two mandatory columns Created by and Updated by to be entered for committing into the database.
    These values are taken from the UserName of the current UserSession .
    So for getting the these values for each user I thought of displaying a JPanel before the test is run, where the user enters the Username and password which is validated and the user is verified.
    First, I need to check whether there is a session present or not. For checking this, I wrote a createUserSession() and did like this inside it :
    if(fixture.getApplicationModule().getSession().getUserData().isEmpty())If so to show the Jpanel and get the user details and verify the user.
    But while running the test itself I found that the session is already present, now I just have to input the values based on who is the user.
    But Junit doesn't run the tests in the order in which the test are written. So I have to call this in all the test cases.
    The Question is :
    How can I check whether the session is already present or not, so that I don't have to ask the user every time while every test is running to enter the Username and Password ?
    Thanks,
    Nigel.
    Edited by: Nigel Thomas on Jul 30, 2012 10:26 AM

    Hi,
    wondering why don't you create test users and then automatically log them in as Jan Vervecken did on the threads I pointed you to. This way your test cases run without user interaction. To test if a session exists for a user, I would put a custom property into user data. If this property exists, the user session is an existing one. However, make sure the information you save into the user data survives passivation as otherwise the information you get out of this is not accurate. See: http://tompeez.wordpress.com/2011/07/08/jdev-always-test-your-app-with-applicationmodule-pooling-turned-off/
    Frank

  • How to reduce buffer busy waits, session hanging due to buffer busy waits

    Hi,
    How to reduce buffer busy waits, session hanging due to buffer busy waits.
    Thanks,
    Sathis.

    When I see through enterprise manager I see lot of
    tables with buffer busy waits.
    Is there any way by table name we can check the
    blocks info.
    The simple way is to look at the SQL statement and corresponding table name?
    P1=file#, P2=block#. You can extract segment name(table or index) using this info.
    Query v$bh like following:
    SQL> select file#, block#, class#, objd from v$bh where file# = P1 and block# = P2;
    SQL> select object_name from all_objects where object_id = <objd>;See following doc:
    http://download-west.oracle.com/docs/cd/B19306_01/server.102/b14237/dynviews_1051.htm
    Or you can dump block:
    SQL> alter system dump datafie <P1> block <P2>;Some excerpts from block dump:
    scn: 0x07df.17e70782 seq: 0x01 flg: 0x04 tail: 0x07822301
    frmt: 0x02 chkval: 0x61d0 type: 0x23=PAGETABLE SEGMENT HEADER
    Map Header:: next  0x00000000  #extents: 1    obj#: 55881  flag: 0x10000000>
    Can we do something at table level that will reduce
    the waits.
    Yes, some methods are known. But before thinking of that, you must verify which block class and which access are involved.
    Typo... always. :(
    Message was edited by:
    Dion_Cho

  • Verify whether the session data is kept in the Coherence caches

    I have successfully combined the MapViewer application with WebLogic and Oracle Coherence*Web.
    How to verify whether the session data of MapViewer application is kept in the Coherence caches or not?
    All out put show that both of MapViewer and WebLogic server as well as Coherence are running well.
    All the following steps are right?
    The procedure is as the following:
    1. Create a WebLogic domain: Map_domain.
    2. Start the WebLogic domain Map_domain by running startWebLogic.sh script.
    3. Install Coherence.jar as a library on WebLogic.
    4. Copy the coherence.jar in the WAR's WEB-INF/lib directory.
    5. Create a reference to the shared library by modifying the weblogic.xml in web applications WEB-INF directory
    and add the following contents:
    <weblogic-web-app>
         <library-ref>
              <library-name>coherence-web-spi</library-name>
              <specification-version>1.0.0.0</specification-version>
              <implementation-version>1.0.0.0</implementation-version>
              <exact-match>false</exact-match>
         </library-ref>
    <weblogic-web-app>6. Install Coherence-web-spi.war as a WebLogic library.
    7. Install the MapViewer as a WebLogic application.
    8. Start a Coherence cache server using the cmd file web-cache-server.cmd and then start MapViewer application.
    The content of web-cache-server.cmd file:
    @echo off
    @rem This will start a cache server
    setlocal
    :config
    @rem specify the Coherence installation directory
    set coherence_home=F:\coherence
    @rem specify the JVM heap size
    set memory=256m
    :start
    if not exist "%coherence_home%\lib\coherence.jar" goto instructions
    if "%java_home%"=="" (set java_exec=java) else (set java_exec=%java_home%\bin\java)
    :launch
    set java_opts="-Xms%memory% -Xmx%memory%"
    "%java_exec%" -server -showversion "%java_opts%" -cp %coherence_home%\lib\coherence.jar;
    %coherence_home%\lib\coherence-web-spi.war
    -Dtangosol.coherence.management.remote=true
    -Dtangosol.coherence.cacheconfig=WEB-INF/classes/session-cache-config.xml
    -Dtangosol.coherence.session.localstorage=true
    com.tangosol.net.DefaultCacheServer %1
    goto exit
    :instructions
    echo Usage:
    echo   ^<coherence_home^>\bin\cache-server.cmd
    goto exit
    :exit
    endlocal
    @echo onEdited by: jetq on Jan 13, 2010 9:32 AM

    Any opinions are welcome.

  • RDS Session Broker

    Hi,
    actually I have an issue in an Broker scenario on Windows 2008 R2.
    Scenario: Windows 2008 R2 RDS
    2 Session Hosts for RemoteApps and Desktop (No VD)
    NLB configured for the a farm on 10.1.1.100 on both Session Hosts
    Farmname = RDSFarm.xxxx.xxx
    No WebAccess (IIS is installed on the Session Broker Server)
    DNS Entry in place = 10.1.1.100 (nslookup works)
    I moved the Session Broker from an an Domain Controller to an Member Server based on Windows 2008 R2.
    I also renewed the farm certificate RDSFarm.xxx.xxx and configure it on all RDS Hosts to use this certificate.
    Now the problem:
    I cannot connect to my RDSFarm.xxx.xxx: Error (using Windows 7):
    "The connection cannot be completed because the remote computer that was reached is not the one you specified. This could be caused by an outdated entry in the DNS cache. Try using the IP address of the computer instead of the name."
    What I've checked (and double checked):
    - RDS Session Hosts are in the local Group of the new Session Broker Host -> check
    - Farm certificate in all required Settings on Broker and Session Hosts
    - DNS Entries (Also tried with round robin and without)
    - Farm Membership
    - FlushDNS
    - Trying to use IP -  then there is a certificate warning that the computername 10.1.1.100 does not match the certificate named RDSFarm.xxx.xxx (Tis is what I expected) -  and i got a connection.
    I get no more error messages except that my RDP Client cannot connect. How can I find more connection information or how to troubleshoot this ? Do I miss something during the migration from a DC to a member server ? Can anyone gave me a hint ? :-)
    Greetings
    Tobias

    Hi,
    Thanks for the update and I am glad to hear that the issue has been resolved.
    Cheers.
    Jeremy Wu
    TechNet Community Support

  • How to Implement DC and RDS on a single physical server

    Can any one guide me that how to install DC and RDS on a single physical server. It would be highly great full.

    Hi,
    Whilst possible to do it isn't supported and you should have your DC as a dedicated DC and then a separate server(s) for the remote desktop session host.
    Regards,
    Denis Cooper
    MCITP EA - MCT
    Help keep the forums tidy, if this has helped please mark it as an answer
    Blog: http://www.windows-support.co.uk 
    Twitter:   LinkedIn:

  • RDS Session Random Keyboard Behaviour After Unlock

    Hi,
    I've got an issue which I'm pretty certain is related to the RDC client but I'm at a loss as to how to fix....
    Server 2008 R2 running RDS, Desktops running Windows 7
    - User has RDS session full screen, they lock PC with ctl-alt-del, then unlock, typing on the keyboard results in random characters. Disconnecting and reconnecting RDS session resolves issue.
    I though I had the cause pinned down to bug in the RDC client, starting in Shell v.6.2.9200 and still present in Shell v6.3.9600. By removing these updates, rolling back to Shell v6.1.7601 the problem went away. But the users are now reporting the issue
    again.
    I could reproduce the problem on my laptop with Shell v6.2.9200 but after rolling back and forwards again the problem has gone. I'm aware there has been some RDP related updates over the last week or two but I haven't been able to confirm if they are relevant
    yet.
    I've spent a lot of time looking in to this but can't find anything related, such as other people reporting same issue.
    Anyone have any ideas or info or anything?
    Thanks, Jon.

    Hi Jon,
    Thank you for posting in Windows Server Forum.
    Which are the different updates has been installed recently?
    The issue might occur because the remote desktop ActiveX object does not deactivate the focus of the remote desktop session when the focus is lost. Because the focus is still activated, the remote desktop ActiveX object cannot set the focus of the remote desktop
    session again when you change the focus back to the session. Please try to download and install hotfix and check the result.
    A remote desktop session does not respond to keyboard input or mouse input after it loses the focus in Windows 7 or in Windows Server 2008 R2
    http://support.microsoft.com/kb/2579381
    in addition also suggest you to try with RDC 8.1 new version for Windows 7and check the result. Apart from this, also check beneath thread and article.
    1. Windows Key "stuck"
    2. Windows key "stuck" in Remote Desktop...
    Hope it helps!
    Thanks,
    Dharmesh

  • How to prolong the bluetooth timeout session on ipad and iphone

    how to prolong the bluetooth timeout session on ipad and iphone?
    I understannd that the standard timeout setting is 3 mins. what if I want to prolong the connection duration, how should I do?
    thanks

    To my knowledge, there is no "time out" on a device.  A mouse, KB, etc will go into a low power mode after a short period of non-use.
    Barry

  • How to trace an already running session

    Hi,
    Sometime I come across following situation.
    Queries/SQL statements keep on running for a long time and users complain about the same.
    But since they have already started I am not able do anything about it.
    So please guide me "how can I trace already running session."
    Thanks,
    Rushi

    Rushi Shah wrote:
    Hi,
    Sometime I come across following situation.
    Queries/SQL statements keep on running for a long time and users complain about the same.
    But since they have already started I am not able do anything about it.
    So please guide me "how can I trace already running session."
    http://www.petefinnigan.com/ramblings/how_to_set_trace.htm
    Use DBMS_SUPPORT to set trace in another users session
    Next use the interface to again set trace for SCOTT's session that we found earlier. here it is:
         SQL> exec dbms_support.start_trace_in_session(10,20,waits=>true,binds=>false);
         PL/SQL procedure successfully completed.
         SQL> -- execute some code
         SQL> exec dbms_support.stop_trace_in_session(10,20);
         PL/SQL procedure successfully completed.
         SQL>                          
                                  

  • How to open a URL without session ID and reuse the current browser session?

    Hi All,
    I have a question about HTMLDB 2.0
    How to open a URL without session ID and reuse the current browser session?
    That was the behaviour in HTMLDB 1.6 ...
    My usecase for this is the following:
    We have written an issue tracking application, which sends e-mail to the interested users, when something happens.
    In these email we've put a link to some page, with some parameters in the URL.
    The idea is for the user to be easy to click on the hyperlink and to see the details of the ticket.
    When the user clicks on such a link he is directed to a login screen (page 101) and he enters his Username and password, and is then forwarded to the details for the ticket.
    Then he receives another email (e.g. for another ticked). He clicks on the link and :
    a) in HTMLDB 1.6 he goes to the details as he didn't close his browser and session is remembered
    b) in HTMLDB 2.0 he is prompted to enter username, password with the username populated
    Please tell me how can I achieve the same behaviour in HTMLDB2.0 as it was in HTMLDB 1.6.
    I understand this change is somehow security related, althogh I don't understand how. If you can explain this either I would be very happy?
    Best regards,
    Mihail Daskalov

    Mihail - I detailed a couple of approaches here: Re: Application Link
    Scott

  • How can i verify my email on my apple id by downloading apps on my iPad mini ?

    I have problem downloading apps on my iPad using apple id. But the problem is my verification e mail. but how can i verify my email ? is that so ? Are there any alternates downloading apps instead of apple id?

    No alternatives, check your spam, junk, trash folders and rescue email account for the verification email.

  • I'm trying to verify my apple id but when i log into icloud to get the email it says 'the apple id has not been verifed.' So how do i verify my account if it wont let me log into to icloud mail?

    I'm trying to verify my apple id but when i log into icloud to get the email it says 'the apple id has not been verifed.' So how do i verify my account if it wont let me log into to icloud mail? stressing me out please help me

    You have to respond to the verification email that Apple should have sent to you by clicking the Verify Now link.  Make sure you check the email address you used to set up your iCloud account.  This would not normally be an @icloud.com email address.  Also make sure you check the spam/junk folder as well as the inbox.  If it isn't there, go to https://appleid.apple.com, click Manage your Apple ID, sign in, click on Name, ID and Email addresses on the left, then to the right click Resend under your Primary Email Address to resend the verification email.

  • I'm trying to log onto app store, but I keep getting a message that my device or computer is unable to be verify. How do I verify it. However, when I use itunes, I have no problems in logging onto my account with the same apple ID

    I'm trying to log onto app store, but I keep getting a message the my device or computer is unable to be verified. How do I verify it when the app store will not allow me to log onto the account even when I use my Apple ID, which works with no problem on itunes. What is up and how do I correct it now!

    Check your mac's Serial Number.
    Some people have problems with missing serial numbers on their Macs and that's the message you get when this happens.
    Click on the Apple at the top left of the screen, open "About this Mac" and click on "More Info". You should see a list with information about your Macbook Air. Check that on the Serial Number field you have your Mac's Serial. If you have "SystemSerial#" written instead then that's your problem.
    You can re-enter your serial number if you have a USB CD drive, it's not very straightforward but I can walk you through it if you need it.
    Cheers

Maybe you are looking for

  • Wlclient 9.2.4. compatibility with weblogic server 9.2.2

    Hello, recently, we found an odd following problem: When client WL application trying to connect to the WL server during the WL server shutdown, then the client is not able to connect to the server anymore. It constatly gets a following error: org.om

  • How I fixed Finder Crash, dmg's not opening and 2 apps not working?

    I have to say a big thank you to this forum because I was having some big problems and was told to do a fresh install which I did but then when I migrated my main account over the problem kept happening. My Quicktime and itunes would not work and fin

  • Click on hard drive causes Finder to quit

    I can't get to files on my hard drive. When I double-click on the icon it won't open and Finder relaunches itself. From these discussions, I have: deleted finder.plist repaired permissions booted up with install disk and ran Disk Repair ("minor repai

  • Generate pdf file on application server

    Hi. I want to get an pdf file on the application server. i use a new output device "PDF_PRINT" with the device type "PDF1". I get files pdf files on the front-end after input filename in the c:\windows\system32 folder, but i need the files on the app

  • Jim Simon question??? (Source and Program monitor freeze)

    Jim...Did I read correctly that you are NOT having the monitor freeze when your firewire output is set to desktop speakers?  Everybody I know is having the same issue I am.  When desktop speakers are set the source monitor and the program monitor bot