What does "NetworkInterface getDisplayName()" refer to in windows server 2008 ?

Hi experts,
I want to know what file "NetworkInterface getDisplayName()" refer to in Windows Server 2008 when running java program.
Device Manager doesn't show all network interface like "RAS Async Adapter".
I run the following program.
===========Program================
import java.util.*;
import java.net.NetworkInterface;
import java.net.SocketException;
public class TEST1 {
  public static void main(String[] args) throws SocketException {
  // TODO Auto-generated method stub
  for (Enumeration<NetworkInterface> interfaces = NetworkInterface.getNetworkInterfaces(); interfaces.hasMoreElements();) {
  final NetworkInterface networkInterface = interfaces.nextElement();
  final String displayName = networkInterface.getDisplayName();
  final String name = networkInterface.getName();
      System.out.println("-[DisplayName]:" + displayName+" [Name]:"+name);
==========Result===================
-[DisplayName]:Software Loopback Interface 1 [Name]:lo
-[DisplayName]:WAN Miniport (SSTP) [Name]:net0
-[DisplayName]:WAN Miniport (IKEv2) [Name]:net1
-[DisplayName]:WAN Miniport (L2TP) [Name]:net2
-[DisplayName]:WAN Miniport (PPTP) [Name]:net3
-[DisplayName]:WAN Miniport (PPPOE) [Name]:ppp0
-[DisplayName]:WAN Miniport (IPv6) [Name]:eth0
-[DisplayName]:WAN Miniport (Network Monitor) [Name]:eth1
-[DisplayName]:WAN Miniport (IP) [Name]:eth2
-[DisplayName]:RAS Async Adapter [Name]:ppp1
-[DisplayName]:Intel(R) PRO/1000 MT Network Connection [Name]:eth3
-[DisplayName]:Microsoft ISATAP Adapter [Name]:net4
-[DisplayName]:Teredo Tunneling Pseudo-Interface [Name]:net5
-[DisplayName]:Microsoft Loopback Adapter [Name]:eth4
-[DisplayName]:Microsoft ISATAP Adapter #2 [Name]:net6
-[DisplayName]:Intel(R) PRO/1000 MT Network Connection-QoS Packet Scheduler-0000 [Name]:eth5
-[DisplayName]:Intel(R) PRO/1000 MT Network Connection-WFP LightWeight Filter-0000 [Name]:eth6
-[DisplayName]:Microsoft Loopback Adapter-QoS Packet Scheduler-0000 [Name]:eth7
-[DisplayName]:Microsoft Loopback Adapter-WFP LightWeight Filter-0000 [Name]:eth8
-[DisplayName]:WAN Miniport (IPv6)-QoS Packet Scheduler-0000 [Name]:eth9
-[DisplayName]:WAN Miniport (IP)-QoS Packet Scheduler-0000 [Name]:eth10
-[DisplayName]:WAN Miniport (Network Monitor)-QoS Packet Scheduler-0000 [Name]:eth11
Best regards,
Keita

I'm not asking what there devices are.
I would like to know what file Java read information from in Windows OS.
Registry ? or other file ?

Similar Messages

  • Does the lnkfix_vista.zip work for window server 2008 R2 enterprise ?

    All icons on my exchange 2010 server show as .lnk, any icon I click on starts notepad... does the lnkfix_vista.zip work on Windows server 2008 R2 enterprise ?
    thank you.

    This issue because there is no SPN for the Front End pool FQDN. Rather than adding an SPN I just deleted my front end server from the topology builder and added a new one using the FQDN of the actual lync server and it worked fine.
    Also you can refer below link
    http://howexchangeworks.com/2013/07/creating-central-management-store-fails-while-publishing-lync-2013-topology.html
    Please remember, if you see a post that helped you please click (Vote As Helpful" and if it answered your question, please click (Mark As Answer).

  • Does XI 3.1 SP2 support Windows Server 2008 Release 2?

    In the supported platforms guide for Business Objects XI 3.1 SP2 it lists support for Windows Server 2008 but I'm curious if it will support 2008 Release 2???

    2012 R2 is not mentioned (that article is over two years old),
    Would be kinda hard to mention a non-existent operating system in a 2 year old blog post, eh?
    Maybe the Blog entry could be updated?
    There's no need to update the blog post once you understand the specifics of the update. The update introduces NEW functionality required for ALL operating systems from Windows 8 forward.
    Also, maybe you shouldn't be so literal in your search efforts? :-) Think outside the box a bit, eh? Understand *why* the update was created. What does the update do that makes WSUS v3 work for Win8/WS2012. Is there some reason that wouldn't work for subsequent
    operating systems? You didn't have the update anyway, did it never cross your mind.. "Hey.. maybe I should do this... anyway?"
    Nevermind the hundreds of conversations in this forum about KB2734608 and the dozens of times Win8.1 or WS2012R2 is mentioned in those conversations.
    Lawrence Garvin, M.S., MCSA, MCITP:EA, MCDBA
    SolarWinds Head Geek
    Microsoft MVP - Software Packaging, Deployment & Servicing (2005-2014)
    My MVP Profile: http://mvp.microsoft.com/en-us/mvp/Lawrence%20R%20Garvin-32101
    http://www.solarwinds.com/gotmicrosoft
    The views expressed on this post are mine and do not necessarily reflect the views of SolarWinds.

  • What are the netsh cmd line for windows server 2008,2012 ?

    Hi
        I am try to config ip,subnet,gateway,preferred and secondary dns using netsh for windows server 2008,2012,
    Before Netsh cmd support for all os including Win 8,win 8.1.
    I need to config form client machine to server machine using netsh cmd lines,i will try in remote login also like i will give server name,username and password with netsh cmd.Below is sample cmd line,using process i will change ip config.
    netsh -r Admin-pc -u admin-pc\administrator -p XXXXX interface ip set address name="Local Area Connection" Static 192.168.0.60 255.255.255.0 192.168.0.1
    when i run in windows server using cmd prompt it show error like "some commands line not found in specified file"
    This is my code in asp.net using vb
     Dim pip As New Process()
            Dim pipa As New ProcessStartInfo("netsh -r Admin-pc -u admin-pc\administrator -p XXXXX interface ip set address name="Local Area Connection" Static 192.168.0.60 255.255.255.0 192.168.0.1")
            pip.StartInfo = pipa
            pip.StartInfo.UseShellExecute = False
            pip.StartInfo.RedirectStandardOutput = True
            pip.Start()
            pip.WaitForExit()
    And if change  ip,subnet and default gateway,internet not work,if i change preferred and secondary dns then only internet work and can browse.
    I can change ip,subnet,gateway,both dns is some other way,below is the link
    http://www.codeproject.com/Questions/795642/How-to-change-IP-Subnet-Gateway-DNS-Prefers-and-al?arn=0
    but what problem is if server is logoff,changes not reflect in server machine,may be it logoff.
    So i need is if server is logoff,need to change ip,subnet,gateway and both dns using netsh or some other vb codings in asp,net.I am try to change ip address form client machine also.
    Pls reply asap
     Regards
         Aravind 

    For the shell scripting I'd try them here.
    Scripting forum on MSDN
    Scripting Guys forum on TechNet
    For the asp.net I'd ask over here.
    Microsoft ASP.Net forums
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • Does LabVIEW DSC 8.5 support Windows Server 2008?

    Hi,
    I am developing a SCADA system using LabVIEW DSC 8.5. Apparently, customer wants the Server Computer to be latest Windows Server 2008 operating System.
    But the Release and Upgrade note specify that DSC Module does not support Windows NT/Me/98/95/Server 2003. (System Requirement section)
    Does it support Windows server 2008?
    Any feedback most appreciated.
    Message Edited by Vsh on 09-28-2009 08:56 AM

    Hi Vsh
    Sadly no version of LabVIEW (and therefor no modules like DSC either) officially supports Server 2008. That has however not stopped people from trying and I've seen both cases were it has worked fine and cases were it has not worked. This thread might be of interest to you.
    Best Regards
    David
    NISW

  • What is the most powerful books for Windows server 2008 and R2?

    Hi,
    There are many books out there that cover Windows server 2k8 and its R2 successor but i wonder which ones to focus on. In the same time, all books are for one purpose, "Windows Server 2008". Each author has his/her own view on the platform. I don't
    want to read them all just to avoid confusions and complications.
    These are the list of books that i have along with books that i finished reading them:
    Exam 70-640 Configuring Windows Server® 2008 Active Directory® (Finished this)
    Exam 70-642 Configuring Windows Server 2008 Network Infrastructure (Finished this)
    Exam 70-643 Configuring Windows Server 2008 Application Infrastructure
    (Finished this)
    Exam 70-646 Windows_Server__2008_Server_Administrator_Second_Edition (Finished this)
    Mastering_Windows_Server_2008_R2 (Finished this)
    McGraw.Hill.Microsoft.Windows.Server.2008.Administration.Feb.2008
    McGraw.Hill.Microsoft.Windows.Server.2008.The.Complete.Reference.Feb.2008
    OReilly.Windows.Server.2008.The.Definitive.Guide.Mar.2008
    Sams.Teach.Yourself.Windows.Server.2008.in.24.Hours.May.2008
    Sybex.MCTS.Windows.Server.2008.Active.Directory.Configuration.Study.Guide
    Windows Server 2008 Active Directory Resource Kit (Finished this)
    Windows Server 2008 Networking and Network Access Protection (Finished this)
    Windows Server 2008 Unleashed
    Windows Server 2008 R2 Unleashed
    Do you think the unfinished books worth reading?
    Appreciate your help.

    Thank you for the reply. My goal is to read everything (ins and outs) about Win 2008 and R2 platforms before i jump into Win 2012. I have pretty good experience in certain roles in Win 2008 such ADDS and ADCS. As clarified, i've finished a good number of
    books but i want to make sure that i didn't miss a single piece of information that maybe covered in another book.
    Honestly, i find the Technet docs are informative but daunting. On the other hand, books written by authors are more friendly because authors can throw jokes while explaining a certain technology, which makes the reader more attracted to the topic. In addition,
    examples, practices, labbing, and quizzes in the books are more fun.

  • Bluetooth Driver does not install or work on Windows Server 2008 R2

    Bluetooth is the only hardware device on my T500 which is not working in Windows Server 2008 R2. Even leveraging the Bluetooth stack copied over from Win7 it is not possible to use the Broadcom BT on the PC.

    Very good. According to the version number, you are on the original release of CR XI R2. This release did not support WIN 2008 Server. You will have to update the development computer to SP 6. SP 6 is here:
    https://smpdl.sap-ag.de/~sapidp/012002523100015859952009E/crxir2win_sp6.exe
    Recompile the app. Uninstall the runtime from the client box. Create a new deployment project using the SP 6 runtime.
    MSI:
    https://smpdl.sap-ag.de/~sapidp/012002523100000633302010E/crxir2sp6_net_si.zip
    MSM:
    https://smpdl.sap-ag.de/~sapidp/012002523100000634042010E/crxir2sp6_net_mm.zip
    Install the above runtime on the client computer. Run.
    Oh, and keep your fingers crossed...
    - Ludek

  • What happens if I don't activate Windows Server 2008?

    Hello. I currently have some Windows Server 2008 virtual machines that I use for school labs. They're legitimate copies (they came with the MS 70-642 lab manual), but I forgot to activate them at school and I remember that I only have 12 days left to activate.
    Will I still be able to use the Windows Server 2008 machines after the activation deadline? Will any features (AD, IIS, DNS, etc.) be lost?
    Thanks.

    I am sure once the trail period has expired it won't allow you to log on. I think after you put username and password it comes with the activate screen and won't let you pass untill you activate it. 
    You might able to increase the trail period with the following method. I hope you still have some time left.
    Click Start, and then click Command Prompt.
    Type slmgr.vbs -dli, and then press ENTER to check the current status of your evaluation period.
    To reset the evaluation period, type slmgr.vbs –rearm, and then press ENTER.
    Restart the computer.
    I think you can do this 5 times.
    Thanks
    Umar

  • LMS 3.2 CiscoWorks Daemon Manager does not want to startup in Windows Server 2008 64bit?

    I need help concerning the CiscoWorks Daemon Manager that does not want to startup.
    I keep on getting the Error 1053. I installed the CiscoWorks LMS 3.2 Evaluation.
    I just need the CiscoWorks Daemon Manager started up. I know a solution was posted but the link is invalid.
    This was the thread which I found:
    http://forum.cisco.com/eforum/servlet/NetProf?page=netprof&forum=Network%20Infrastructure&topic=Network%20Management&CommCmd=MB%3Fcmd%3Dpass_through%26location%3Doutline%40%5E1%40%40.2cd47f8d/0#selected_message
    Could somebody please assist me in this issue.
    Thank You
    Irvin

    Try the below:
    1. Select Control Panel -> System and Maintenance -> System.
    2. On the left pane, choose Advanced system settings.
    3. Under Performance section, choose Settings.
    4. Click the Advanced tab.
    5. Under Virtual memory section, click Change.
    6. Clear the "Automatically manage paging file size for all drives" checkbox.
    7. Then Click Custom and specify at least 2048 MB for the min, and at least 4095 MB for the max.
    8. Confirm the services are setup correctly.  In Windows, go to Start and click on 'Run...'.  Type in services.msc and make sure you have the
    following services set like this, change accordingly if not:
    CiscoWorks ANI database engine: Manual
    CiscoWorks Daemon Manager: Automatic
    CiscoWorks RME NG database engine: Manual
    CiscoWorks Tomcat Servlet Engine: Manual
    CiscoWorks Web Server: Manual
    CWCS Cmf database engine: Manual
    CWCS rsh/rcp service: Automatic
    CWCS syslog service: Automatic
    CWCS tftp service: Automatic
    DFM dfmEpm database engine: Manual
    DFM dfmFh database engine: Manual
    DFM dfmInv database engine: Manual
    10. Reboot after and see if this brings daemons up.

  • Windows Server 2008 black screen with mouse *PLEASE HELP*

    Hello fellow techs,
    I have been tearing my hair out for the past 12hrs on this issue.
    About 3 weeks ago, one of our clients reported that they were experiencing
    issues on the network so one of the staff went into the server room and noticed
    the screen was black with only the cursor. As they couldn't reboot, they
    decided to hold the power button to power it off. When they powered it back
    up, it went passed the windows loading
    splash screen, and again the screen is black with
    the mouse pointer in the center of the screen.
    I am diagnosing the server and find that at the black screen, I’m able to move
    the cursor and beyond that nothing happened. I started in safe mode with the
    exact same results.
    I have been trying many different solutions from posts that I have found in
    Google but no change.
    From other machines you can type \\servername in
    the run box and see the shared folders, as well as ping it.
    This is a very urgent request as I need to have the Server back up and running
    by tomorrow.
    I am quiet willing to pay for phone support with anyone that can assist as soon
    as possible. I am happy to transfer founds via Paypal.<o:p></o:p>
    PLEASE HELP!

    Hi,
    I agree with sm, you should give us more details. Also you should use sfc  /scannow
    command to scans the integrity of all protected system files and repairs files with problems when possible. For more details, please refer to the following article.
    Sfc
    http://technet.microsoft.com/en-us/library/ff950779.aspx
    Before going further, would you please let me know whether there were any changes on the affected server? Has windows update or any new device been added? Please also check your shadow copies.
    The Windows Server black screen may be caused by them.
    In addition, there are similar questions, please refer to.
    Windows Server 2008 black screen
    http://social.technet.microsoft.com/Forums/en-US/463b529b-26a6-4d5d-88f5-7d8b3460d165/black-screen-windows-2008-r2
    Windows Server 2008 and the Black Screen of Waiting
    http://projectdream.org/wordpress/2009/03/03/windows-server-2008-and-the-black-screen-of-waiting/
    By a way, you also can be able to boot into last know good configuration to solve the trouble. You can refer to the following similar question that provide the detailed operations.
    Windows Server 2008 black screen with only the mouse pointer showing
    http://social.technet.microsoft.com/Forums/en-US/5c878af8-78f2-430d-9530-a0e5ad73ff03/windows-server-2008-black-screen-with-only-the-mouse-pointer-showing
    Hope this helps.
    Best regards,
    Justin Gu

  • How to enable javascript in windows server 2008 R2 enterprise ?

    Hi all,
    Hope doing well,
    sir i am using windows server 2008 R2 enterprise operating system.
    i am running my web application in localhost. it's working fine.
    but i have used timer using javascript and some javascript function that is not working in this application.
    i googled many thing and i got one solution that is http://njbblog.blogspot.in/2010/02/issue-windows-server-2008-javascript.html
    i went through this link and i have done the solution but in my another system has the same configuration and same thing i am doing there but it's not
    enabled javascript and my application is not working.
    plz help me. it's urgent
    waiting for reply.
    thanks in advance.
    vicky Bangalore

    Hi Vicky,
    Please make sure that the Javascript is enabled on you IE.
    To do this, please go to Control Panel->Internet
    Options, click on security tab,
    click on customer level button. Please scroll
    down to Scripting, underScripting
    of Java applets, click enable.
    OR
    Please try to start the Internet Explorer with option "Run as Administrator" to see whether it works.
    Regards,
    Rafic
    If you found this post helpful, please give it a "Helpful" vote.
    If it answered your question, remember to mark it as an "Answer".
    This posting is provided "AS IS" with no warranties and confers no rights! Always test ANY suggestion in a test environment before implementing!

  • OBIEE installation on Windows Server 2008

    Does anyone have OBIEE running on Windows Server 2008? We bought 2 new Dell servers and they no longer sell Windows 2003 licenses. I know only the latest version 10.1.3.4 is supported and only on a 32-bit emulation. I don't think Hyperion Reporting is supported for Windows 2008 which we also planned on putting on the servers.

    This isn't a very helpful response to your question, but if the software cannot be run under Server 2008, you do have the option of installing it into a VMWare image on that server, and mapping that image as an IP address, much the same as Oracle's BIC2G image. Not an ideal solution, I know.

  • Windows Server 2008 R2 Domain Controller NOT logging EventID 4740

    EventID 4740 (account lockout) is not being logged to the event viewer. When searching through the security log there are none to be found. Having accounts locked out and no logging is driving me nuts. Hope someone has run into this before. This is what
    i have checked thus far.
    >Windows Server 2008 R2 Domain Controller
    >Verified the following GPO settings are set and correct:
    >Computer Configuration\Windows Settings\Security Settings\Local Policies\Audit Policy\ all are set for Success & Failure
    >Computer Configuration\Windows Settings\Security Settings\Advanced Audit Configuration\Logon/Logoff) is set for Success and Failure
    >Powershell command Get-Eventlog -log Security -InstanceId 4740 returns no results which makes sense since there are no entries in the security log file.
    >No 4740 entries in the netlogon.log debug file
    AD and the LockoutStatus tool show the account is locked out but i still have nothing in the logs.
    Anyone have any ideas? From everything i can find online , it appears i have everything set properly.
    Thanks, Chico

    Hi Chico,
    I suggest you try to enable this group policy below:
    Computer Configuration\Windows Settings\Security Settings\Local Policies\Audit Policy\Audit account management
    More information for you:
    Missing 4740 EventID's
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/c9871d72-7439-46b5-98e6-a7fadfa6ff28/missing-4740-eventids?forum=winserversecurity
    If you have multiple Domain Controllers, check this event on other DCs, too.
    Please feel free to let us know if there are any further requirements.
    Best Regards,
    Amy Wang

  • E - Business Suite R11i on Windows Server 2008

    Hi ,
    Can E - Business Suite R11i be install on Windows Server 2008 Service Pack 2 (32 bit) OS?
    If yes, what is minimum requirements for installing on Windows Server 2008 SP2 (32 bit)?
    I am trying to install this in my laptop but at the file unzipping stage , its stopping & setup is closing itself.
    Thanks.

    check this
    How to install EBS 11.5.10.2 on windows 2008 Server

  • Windows Server 2008 and SQL Server 2008 R2 - ?? for replication with Oracle

    Hello:
    I am running Windows Server 2008 and SQL Server 2008 R2 - 64 bit
    I need to replicate data between the SQL 2008 and Oracle 11.2 ?? with Oracle being the publisher
    I also would lile SqlPlus installed on the server.
    I need a definite answer as to what I should download from the Oracle download area. There are just so many packages and so many version I dont know what to download.
    Thanks

    Hi,
    Currently Microsoft Windows Server 2008 and SQL Server 2008 are not supported for SAP Business One.
    For detailed information about all supported platforms, we have the following link for your reference:
    www.service.sap.com/smb/sbo >product availability > supported platforms.
    Regarding the information on the service marketplace this is updated on a regular basis and provides the most up to date information regarding the supported platforms for Business One.
    Platforms not mentioned in this documentation are not supported.
    hope it helps,
    Regards,
    Ladislav
    SAP Business One Forum Team

Maybe you are looking for

  • How do I create the D:/ drive?

    Somehow, I contrived to delete my D:/ drive while trying to figure out how to get my laptop to read a CD.  Can anyone tell me how to restore the drive?  I have a Toshiba Satellite with Win XP.

  • Partner number from external catalog not transferred to SC

    Helo All, I dont see a partner no in 'ET_SC_PARTNER' in BAdi 'BBP_CATALOG_TRANSFER' when I transfer external catalog item to SC. Is there any config that has to be done to get the vendor number in SC? Any kind of help is rewarded. Thanks, Chandra

  • How to connect to Database after succesfully configured IN-LINE Firewall

    Hi all, My database ip is: 192.168.1.100, listener 1521 My bridge IP on Database Firewall is: 192.168.1.125 I want to block drop statment. From client, what ip address will i connect to and what is connection string? Please help. Thank you! Dan.

  • Content is crossed out (strike through) in alert but not inside list

    I can't find the pattern...why all of the content in a 'description' type text field is crossed out when the alert is sent.  It is not all items in a list that behave this way...just a few.  There is no strike through on the actual content in the lis

  • Troubles using MIGO TCode

    Hi to all! I'm trying to enter data into the system using <b>MIGO</b>. There I select "goods receipt" and "others". 'Init.entry of stBal.' is being set to 561. In Material , Qty and Wk I set all the required data(Material tab - material, Qty - it's q