Retrieving all the current machine details in the network

Dear Friends,
It will be extremely helpful for me if any one can send source code for finding all the currently switched on machines in a network for a urgent project work
If anyone find details related to this please mail to
[email protected]

A computer management solution that is not very expensive is Big Brother ( http://www.bb4.com ).
From the site
Big Brother monitors System and Network-delivered services for availability. Your current network status is displayed on a color-coded web page in near-real time. When problems are detected, you're immediately notified by e-mail, pager, or text messaging.
Big Brother is Free for Non-Commercial Use
We believe that everyone should have access to Big Brother. The original Big Brother is free for non-commercial use, as defined by our Better than Free license.
Big Brother is provided in source code format for Unix and Linux, and precompiled for Windows NT, Windows 2000 and Windows 2003(client only). User contributed clients are also available for Netware, Mac OS/9, VMS, AS/400 and VM/ESA.

Similar Messages

  • Retrieve all the WindowBackingContext within the current page ?

    Hello,
    How can I retrieve all the WindowBackingContext within the current Page?
    For example,
    Page1 has a Book1,
    Book1 includes Portlet1, Porlet2 and Book1_1
    Book1_1 includes Portlet3 and Portlet4.
    How can I get all the Portlets(WindowBackingContext) in Page1 ????
    Best regards,
    Eric

    * This method returns a deep List containing all the Window, Page, and Book
    * backing contexts of these type of controls that are rendered.
    * @return List of BookBackingContext, WindowBackingContext, and PageBackingContext
    public List getRenderedChildrenWindowBackingContexts()

  • I got the new iPhone5 back in Dec, I hooked it up to my computer for the 1st time this wk.  It deleted all new data added since Dec (notes,contacts,texts,pics, info in apps) and reverted back to all my old data.  How can I retrieve all the lost data??

    I got the new iPhone5 back in Dec, I hooked it up to my computer for the 1st time this wk.  It deleted all new data added since Dec (notes,contacts,texts,pics, info added to apps) and reverted back to all my old data (literally uploaded all of my old texts and 1400 old pics and deleted anything new).  How can I retrieve all the lost data?? Please help!!

    SkyDaughter29 wrote:
    My current situation: I have soooo many texts on my iphone and I haven't deleted many because I need the information contained in them for future reference and for legal purposes.  I would really like to find a means and way to save them other than on the phone itself. I've done searches for various apps yet I'm not finding what I think I would need.  It appears Apple does not sync the texts between the iphone and my MacBook Pro.
    Try the computer apps PhoneView (Mac) or TouchCopy (Mac & PC):
    http://www.ecamm.com/mac/phoneview/
    http://www.wideanglesoftware.com/touchcopy/index.php
    Best of luck.

  • How to retrieve all the tasks for a UserView with the worklist api 10.1.3.1

    Hi,
    I have defined a custom view for user jcooper. The view just displays all the current uncompleted tasks for jcooper.
    I want to use the worklist api to retrieve all the tasks in the view. I first tried it with the following function call:
    taskQueryService.queryViewTasks(workflowContext,viewName, null, null, 0, 0);
    assuming that the viewId in the corresponding java-doc corresponds to the name of the view..However this doesn't work and the method returns a null reference. So viewId is something different than a viewName. Because I cannot find the corresponding viewId for my view (not looked in the db yet, but I don't want to use these ids in my app), I tried the method:
    client.getUserMetadataService().getUserTaskViewList(workflowContext, Partcipant participant);
    However I did not find a method to retrieve a Partipant instance for jcooper in the worklflow api documentation.
    My question now is if someone can help me out to retrieve all the tasks for a specific view. I should be possible I think...
    Thanks!
    Kind regards,
    -Tom

    The second argument (Participant) was added to handle the use case where one user such as an admin or manager needs to retrieve user metadata of another user (offcourse with the required security checks). We will try to do a future enhancement such that if the pariticipant is passed as null then we will assume the metadata is to be retrieved for the workflow context user.
    For now you can define a simple method to create a participant from a workflow context as follows and pass this as an argument to the UserMetadataService call:
    private Participant createParticipant(workflowContext)
    Participant participant = new oracle.bpel.services.workflow.common.model.ObjectFactory().createParticipant();
    participant.setName(workflowContext.getUser();
    participant.setRealm("jazn.com");
    participant.setType("USER");
    return participant;
    // code to retrieve task list...
    UserViewList views = client.getUserMetadataService().getUserTaskViewList(
    workflowContext, createParticipant(workflowContext))
    ...

  • Hi, my laptop just crashed and I was unable to retrieve all the pictures saved in it. However, I have a backup on my iPod touch. Is it possible to sync pictures from my iPod to my laptop? Thanks.

    Hi, my laptop just crashed and I was unable to retrieve all the pictures saved in it. However, I have a backup on my iPod touch. Is it possible to sync pictures from my iPod to my laptop? Thanks.

    Sync with "new" computer
    https://discussions.apple.com/docs/DOC-3141

  • Trying to retrieve all the records from the file on desktop

    HI All
    I have one particular problem. I was given a text file which as 7000 records with length 512 each in a continues string. I Changed begining of each record with comma  in that text and saved it in .csv , when I try to upload the file into my program's internal table.
    It is still giving one record. I used
    itab_EXTRACT1 declared as
    DATA: begin of itab_extract OCCURS 0,
            extract1(512) type c,
          end of itab_extract.
    call method cl_gui_frontend_services => gui_upload
        exporting
          filename                = Xfile
        filetype                    = 'ASC'
         has_field_separator     = 'X'
        changing
          data_tab                = itab_EXTRACT1
      exceptions
        others                  = 17.
      Is there a way how to retrieve all the records into the internal table.
    Thanks
    Ravi

    Hi Ravi,
    I don't know if this is the correct solution, but I think it will work.
    Declare your internal table (itab_extract) with the maximum length which your file will occupy.
    Create another internal table (itab) with field (text) length 512.
    Populate the internal table itab_extract using GUI_UPLOAD.
    Then write this code
    l_index = 1.
    itab-text = itab_extract-extract1+0(512).
    append itab.
    do.
    n = ( l_index * 512 ) + 1.
    itab-text = itab_extract-extract1+n(512).
    append itab.
    if ( itab-text is initial ).
    exit.
    endif.
    enddo.
    Let me know if I miss anything.

  • Function module to retrieve all the personnel numbers in the eval path

    Hi all,
    I want to retrieve all the personnel numbers that fall in the evaluation path.
    Like if my evaluation path is "B002" ( eval path for relationship is line supervisor of ), I want a function module that retrieves all the pernrs in this wval path up to the bottom level.
    if A reports to B and B reports to C and C reports to D . I want a function module to retrieve(either positions or pernrs) C, B and A when I run it for position D.
    any help??
    regards
    Sam
    regards
    Sam

    Hi
    U can use FM  RH_STRUC_GET to get the pernr in the evaluation path
    data : IT_RESULT_TAB     TYPE STANDARD TABLE OF SWHACTOR .
                CALL FUNCTION 'RH_STRUC_GET'
                  EXPORTING
                    ACT_OTYPE  = C_OTYPE
                    ACT_OBJID  = W_POSIT
                    ACT_WEGID  = C_WEGID (relation B002 like )
                    ACT_BEGDA  = W_BEGDA
                    ACT_ENDDA  = W_BEGDA
                   ACT_TDEPTH = 1 ( depath 1, 2, etc )
                  TABLES
                    RESULT_TAB = IT_RESULT_TAB .
    Nb : Give points if it worths

  • How do I retrieve all the itunes I paid for on my replacement phone, I never backed up my previous one before it broke

    How do I retrieve all the songs I paid for through itunes on my 3gs, I never backed them up on my previous phone before it broke ?

    You need to download and install iTunes 10.3 on your desktop. Log in to your iTunes account.
    On the left side of iTunes is an entry under STORE called "Purchased". Click on it, and a list of everything you bought opens in the right window. There's a button at bottom left  "Download Previous Purchases".
    Note: Until iTunes 10.3 and iCloud beta you could not do this. You would NOT have been able to get your music back. Please use iTunes to back up your iPhone, or you risk losing everything.
    And to anticipate a possible response: the pre-10.3 situation was NOT an Apple decision - ti was because the music corporations would not allow re-downloading.

  • Need to retrieve all the UDAs associated to a member and its respective children in Excel

    Dear Experts,
    I'm working on Essbase version 11.1.2.1.106 and Hyperion smart view 11.1.2.1. There is a custom dimension in the outline and UDAs are assigned to all the members of that custom dimension.
    Now the requirement is to retrieve all the UDAs of a particular member and its respective children in Excel. Please let me know if there is any option to fulfill the requirement.
    Let say there is a member A and it has 10 childrens(A1-A10). All these members have UDAs assigned to them. Now i would like to retrieve/adhoc analysis all these members as well as its associated UDA in Excel. How can we do that using smart view.
    All your inputs are appreciated.
    Thanks in Advance

    Sree,
    If one does as you suggest, the individual UDAs can be viewed in the member selector dialog box and then members (not the UDAs) can be selected based on that.
    That is not, I think, what the OP wants:
    >>Now the requirement is to retrieve all the UDAs of a particular member and its respective children in Excel.
    Your approach doesn't provide the above.
    People have thought about using MDX to get the UDAs (and maybe someone really good with MDX metadata queries might come up with this), but that doesn't seem to be the case:
    Retrieving all Uda using Mdx Query-what should be string_value_expression?
    The API or Applied OLAP's new and improved Outline Extractor would seem to be the way to go.  Or of course you could export out the outline using MaxL and then parse the XML.
    Regards,
    Cameron Lackpour

  • Hi, I have accidently delete a keynote app, could someone tell me how to redownload the app and retrieve all the contained information

    Hi, I have accidently delete a keynote app, could someone tell me how to redownload the app and retrieve all the contained information? Thank you!

    You are most welcome

  • Failed to retrieve all the results. Try running the query or stored procedure again

    I have a Product table in Azure SQL Database. I can't open data in Product table. I got an error message like this.."Failed to retrieve all the results. Try running the query or stored procedure again". In my Database
    all tables showing their data expect Product table. Please let me know why only Product table showing error message. Thanks in Advance.

    Hi,
    I am trying to involve someone familiar with this topic to further look at this issue. There might be some time delay. Appreciate your patience
    As this requires an expert advice, I suggest you to open a support case and our experts would be able to assist you further.
    http://support2.microsoft.com/common/international.aspx?RDPATH=%2fdefault.aspx%3fid%3dfh%253ben-us%253bofferprophone
    Girish Prajwal

  • HT6162 Hi guys, I downloaded this new iOS7.1 but it always fails to install. It says I am not connected to the Internet while I have all the network and second excuse it gives is that the software update is currently unavailable. Please help.

    Hi guys, I downloaded this new iOS7.1 but it always fails to install. It says I am not connected to the Internet while I have all the network and second excuse it gives is that the software update is currently unavailable. Please help.

    Hi Romantilizer,
    Hook your phone up to iTunes on the computer you sync with and do your update from there. This is a robust iOS release, and doing it OTA is not always successful. I tried on my iPhone a couple of times, and it aborted the update twice. Did it via the Mac, and it was fine.
    It takes a bit of time, so hook it up, make sure it is updating your phone, and then find something else to do for a couple of hours.
    Cheers,
    GB

  • I lock my phone on the imminent Mwinyi Is it possible to Open to be held on all the networks in return for material I hope to respond Thanks

    I lock my phone on the imminent Mwinyi Is it possible to Open to be held on all the networks in return for material I hope to respond Thanks

    Your English in unintelligible.
    Can you post in your native language?

  • If I buy unlocked iPhone would work on all the networks including Verizon.?

    If I buy unlocked iPhone would work on all the networks including Verizon.?

    No. an unlocked iPhone will only work on GSM networks. The only GSM carriers in the US are AT&T and T-Mobile.  Any of the small, regional carriers that use GSM are actually MVNO's that piggyback on the T-Mobile or AT&T networks. You will have issues with some features using those carriers, most notably MMS messaging and cellular data.
    If you are going to want to use Verizon, then buy a Verizon phone.

  • Retrieving all the instances assigned to a participant

    Hi all,
    I need to show in a task of a process all the instances of other processes assigned to the current participant or to all participant of a group.
    How can I do it? Which properties of these instances can I retrieve?
    Thank you,
    petitit

    I tried this :
    InstanceFilter instF;
    instF = InstanceFilter();
    comparator = Comparison.IS;
    instF.addAttributeTo(variable : VarDefinition.authorid, comparator : comparator , value : this.participant.id);
    listeInstances = ProcessService.getInstancesByFilter(filter : instF);
    But the process stay blocked while executed this task, although there is no loop... :S
    Any idea please?

Maybe you are looking for

  • PLEASE HELP!! Lightroom wont open

    I bought lightroom on May 7th and have had no problems with it, but now when I open it it says "this beta version of lightroom has expired.' and it will not open.  Any ideas?

  • Photosmart Prem c310 cannot install drivers.

    On install receive error message - Specified file not found. Running Windows 7 Home Prem 64 bit on ASUS UX21E Zenbook. Have tried numerous suggestions from other posts but to no avail. I see many similar posts but cannot find a solution. Help please.

  • IPhone 4 sleep button doesn't work -help

    My Iphone4 on/off button is not working.  I cannot put my phone to sleep, to turn it off I have to use voice control, and to turn it back on I have to stick it on the charger.  I tried resetting it but that doesn't work.  Does anyone have a suggestio

  • Icloud backup accidently stopped half way !!!!

    I started iphone backup with icloud for more than 24 hours and accidently the wifi connection got restarted, does the backup process resumes from where it stopped or i have to start allover again? Because when i tried to start again it says time left

  • Will connecting a firewire HDD to 2Wire 2700HGV-2 modem works as a common H

    My iMac is now connected WIRELESS to my 2Wire 2700HGV-2 modem/router and my Windows PC is connected WIRED to this modem I still have 2 unused firewire slots in my modem/router. If I buy a firewire external HDD and connect to this modem/router, can bo