How to check remotely that a PC has been restarted after Labview Runtime 2011 has been installed on it?

Hello,
I am deploying a Labview 2011 application on 150 XP-machines in various plants worldwide. Currently all machines still have an old Labview 8.21 runtime (+old DAQmx). I have sent a procedure to my colleagues in the plants so that they install the new runtime (+ new DAQmx). On my side I have built a code to check from my Pc if a certain registry key is present on the 150 PCs which tells me that the new installer ran or not.
The key that I found is:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Installer\Products\1C5E801AE54C4AE43A59FC169F95CA28]
"ProductName"="NI-DAQmx MAX Configuration Support 9.3.5"
"PackageCode"="61EEAEC207A28A842B3341ED6809453D"
"Language"=dword:00000009
"Version"=dword:0923c001
"Assignment"=dword:00000001
"AdvertiseFlags"=dword:00000184
"InstanceType"=dword:00000000
"AuthorizedLUAApp"=dword:00000000
"Clients"=hex(7):3a,00,00,00,00,00
This works well but it does not tell me that the PC has restarted after the installer has been run. If I do not restart the PC and try to execute my Labview 2011 executable I get a long error message (NIDAQmx not registered,...).
As it seems difficult to get the properties of a key to know when it was installed I was rather leaning towards checking if a certain DLL (?) has been registered or not. But it is just a vague idea and I do not know how to put that in place.
I am attaching the current code that I have and that works well but cannot make the difference between Labview 2011 runtime installed and PC restarted or not.
Thanks for the help
Christophe
Solved!
Go to Solution.
Attachments:
Check Remote Registry Key.vi ‏45 KB

You might look for a file that would be created as part of installation to determine the install date/time (ini or other support file created as part of runtime install)
Combine that with a query of the station's uptime and you could calculate if the station has been up longer than the time since the install. Not perfect, but should be possible...
http://en.wikipedia.org/wiki/Uptime#Using_WMI
wmic /node:"my-server" os get lastbootuptime
Now is the right time to use %^<%Y-%m-%dT%H:%M:%S%3uZ>T
If you don't hate time zones, you're not a real programmer.
"You are what you don't automate"
Inplaceness is synonymous with insidiousness

Similar Messages

  • If i buy an unlocked iphone 4s in the usa will it work in Australia? and will the warranty be valid in astralia as i have been told that apple have a world wide after sales service but also been told warranties are only valid in the country of purchase

    If i buy an unlocked iphone 4s in the usa will it work in Australia? and will the warranty be valid in astralia as i have been told that apple have a world wide after sales service but also been told warranties are only valid in the country of purchase? Cheers

    Each country is a separate business. If Apple in Australia fixes a phone purchased in another country it reduces their profit. The good news is that Apple stores will frequently replace phones purchased in other countries under warranty, but they are not required to do so. Some countries are more liberal than others. India never does, for example.
    Why don't you just buy it in Australia? The price difference can't be that great.

  • How to check card that we've whether it's Mifare 1K/4K/Desfire/Ultralight?

    Hi Friends..
    I want to know, is there any way to check card that i've whether it's Mifare 1K/4K/Desfire/Ultralight, especially i want to check it by using Java..
    I want to create a simple application that can determine what card that i've..
    Actually, i can check it using MifareWnd with Pegoda Card Reader, but i want to use Java to Check it for simplicity of my application..
    Please help me regarding this..
    Thanks in advance..

    Hi Christian
    Thank you for your response. Our customers don't like the unfriendly APEX URLs so using Apache we use friendly URLs for our application, this involves changes to the authentication scheme including redirects. I have partially resolved my login problem by modfiying the redirect in the authentication scheme, but I'm still left with another problem which I will continue to investigate today. It might be linked to bug 13349731 so I will look into this further. But we're probably hitting more problems than others due to the complexity of the URL rewriting.
    I have to argue that the API docs description of apex_custom_auth.is_session_valid is still valid. The description states that the result is "obtained from executing the current application's authentication scheme". Whilst a session may exist, it's not validated by the application's authentication scheme. Plus if a session is always immediately created that results in this function returning true, then I'd argue what's the point in having a function that always returns true. Even if you believe the API description is still valid, surely it would be better to have a useful function that checks if the session has been authenticated rather than one that always returns true. Or perhaps I'm missing something?!
    Thanks again for the information. Hopefully I'll get to the bottom of my problems today.
    Kind regards
    Sara

  • How do I get a different URL to show up after an email form has been submitted?

    I have created a Form in DW CS5 and have some PHP server side code to mail it out.
    However, once the Submit button is pressed it refreshes back to the Form - How do I get a different page to show up after the Form is submitted? 
    I tried using a behavior - onSubmit - go to URL  -  that gets me to the page I want to go to but I guess it overrides the PHP Form Action because the email will not send.
    Any suggestions would be appreciated.

    Thank you for the response.
    In my form - I have tried inserting a hidden field with the Value set to the redirected page I want to go to
         <input type="hidden" name="MM_insert" value="http://www.website.com/page" />
    In my form Action PHP Include - I have inserted a header function with the redirected page I want to go to
         mail($to, $subject, $body, $headers);
         header('http://www.website.com/page');
    I have also checked for empty/extra spaces at the start and end of my php tags
    None of the above has got me to the redirected page I want to go to after the submit button is selected - the Form page continues to refresh.
    Any other suggestions on where I am missing the point would be greatly appreciated - thanks.

  • LabVIEW 8.6 propositions on how to build application that acts like reader form specified field dependent on which values been selected

    Hello everyone!
    I am newbie to LabVIEW with some previous experience programming in different languages.
    My goal is to build the application that upon my selection needs to give specific values from previously filled and prepared file.
    For example, I have different types of operations (milling, drilling, turning..) and different grades (type) of steels (Uddeholm steel grades: NIMAX, IMPAX...and about 40 of them). For every operation there are different input data (Coated insert, uncoated). Based of those information application should give out cutting speed and feed rate data that are stored in some file. I understand I can do it in Excel spreadsheet or LV spreadsheet, I would prefer LV because of portability to systems without Office installed on them. I also understand that all those issues concerning input data for output results I can easily solve with case scenario.
    Main issue is decision between different types of files that I can easily address like 2D matrix to get required data, which and how to do it.
    I would like to know what I should acknowledge first before doing any further work?
    And does someone have some simply prepared VI on which I can work my way on?
    If you are willing to help me with guides I would be happy to answer any of your questions.
    Vedran Galeta

    Thank you very much for your reply.
    This application that I am working on is completely static due to communication. It simply needs to provide entry in table depending on selected inputs in front panel, and of course display it front panel. I know what I need to do, as well as the structure. Only thing that I don't know yet how to do it in LabVIEW.
    When I mentioned "LV spreadsheet" I meant on read from file option, you got that right.. The thing is that now I have large amounts (not large in acquisition data point of view, 5 spread sheets, with 45 rows and 15 columns) of data saved in Excell, and my goal would be to get that data in LabVIEW application, for the ease of access. And still leave that xls file as is, due to all connections that he have with smaller xls files. So in compact version of the story I am going to use save as comma separated (or tab, that depends of course) values from Excell with or without extra editing of created file in order to load that file into prepared program structure in LabVIEW. After I manage to do that, of course I will work my way for all other extras that I am gonna put eventually in program structure. So this would be like a backbone, I know it sounds simple. As a matter of fact I would probably be finnished allready in VB but highest demand is to do this in LabVIEW, and I am fully down with that.
    Regards,
    Vedran

  • TA20551 How to recover application that had an x on it after it was deleted from the dock

    How to recover application that had an x on it. it was deleted from my dock

    Hi katana,
    Go into your Finder under Applications:
    Click on iPhoto to open it - it will go to your Dock. Click and hold down on the icon on the Dock, and you will see "Options". Click on that, and then select "Keep in Dock". Do the same with PhotoBooth. You should be all set!
    Cheers,
    GB

  • I need to delete programs that have been duplicated after the software update has been done.  The computer won't delete them.  Anyone else having this problem and if so, how do I delete the old program after it's been updated.

    After upgrading software, it appears the old software isn't deleted.  My computer hard drive is almost full so I need to delete a ton off of my computer.  When checking the software that can be deleted I noticed I can the old software hasn't been deleted.  How can a person do this?  Any suggestions on how to quickly dump some programs.

    Sig is right — reclaiming space on your hard drive should be a matter of looking for the largest files you can delete, not starting with applications. I have 200+ applications on my hard drive, and altogether they occupy less than 14GB of space. Just a handful of them — Acrobat Pro, iPhoto, Aperture, Illustrator, Photoshop, InDesign and Adobe Media encoder — are larger than 500MB apiece, and if I disposed of all of those, I'd only get 5.6GB back. My Utilties folder contains 78 apps, and it only amounts to 1.1 GB.
    If you have any feature-length movies on your hard drive, those should be the first things you trash or move to an external drive.

  • Hi everyone,How to check out that if there are bad blocks in a disk.

    root@SER-DATABASE # dmesg
    Thu Sep 8 17:00:09 CST 2011
    Aug 11 03:10:01 SER-DATABASE syslogd: line 24: WARNING: loghost could not be resolved
    Aug 15 16:59:58 SER-DATABASE su: [ID 810491 auth.crit] 'su root' failed for oracle on /dev/pts/5
    Aug 18 03:10:01 SER-DATABASE syslogd: line 24: WARNING: loghost could not be resolved
    Aug 25 03:10:01 SER-DATABASE syslogd: line 24: WARNING: loghost could not be resolved
    Sep 1 03:10:01 SER-DATABASE syslogd: line 24: WARNING: loghost could not be resolved
    Sep 2 16:51:24 SER-DATABASE su: [ID 810491 auth.crit] 'su root' failed for oracle on /dev/pts/5
    Sep 2 16:53:07 SER-DATABASE last message repeated 2 times
    Sep 4 16:21:53 SER-DATABASE scsi: [ID 107833 kern.warning] WARNING: /pci@0,600000/pci@0/pci@9/SUNW,emlxs@0/fp@0,0/ssd@w5006048452a692a8,21 (ssd2):
    Sep 4 16:21:53 SER-DATABASE SCSI transport failed: reason 'timeout': retrying command
    Sep 4 16:21:53 SER-DATABASE scsi: [ID 107833 kern.warning] WARNING: /pci@0,600000/pci@0/pci@9/SUNW,emlxs@0/fp@0,0/ssd@w5006048452a692a8,2a (ssd7):
    Sep 4 16:21:53 SER-DATABASE SCSI transport failed: reason 'timeout': retrying command
    Sep 7 11:37:33 SER-DATABASE scsi: [ID 107833 kern.warning] WARNING: /pci@0,600000/pci@0/pci@9/SUNW,emlxs@0/fp@0,0/ssd@w5006048452a692a8,21 (ssd2):
    Sep 7 11:37:33 SER-DATABASE * SCSI transport failed: reason 'tran_err': retrying command*
    Sep 7 11:38:32 SER-DATABASE scsi: [ID 107833 kern.warning] WARNING: /pci@0,600000/pci@0/pci@9/SUNW,emlxs@0/fp@0,0/ssd@w5006048452a692a8,22 (ssd1):
    Sep 7 11:38:32 SER-DATABASE * SCSI transport failed: reason 'timeout': retrying command*
    Sep 8 03:10:01 SER-DATABASE syslogd: line 24: WARNING: loghost could not be resolved
    ===============================================
    #iostat -En
    c0t1d0 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
    Vendor: SEAGATE Product: ST914602SSUN146G Revision: 0603 Serial No: 090498K0KV
    Size: 146.80GB <146800115712 bytes>
    Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
    Illegal Request: 0 Predictive Failure Analysis: 0
    c0t0d0 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
    Vendor: SEAGATE Product: ST914602SSUN146G Revision: 0603 Serial No: 090398LPZG
    Size: 146.80GB <146800115712 bytes>
    Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
    Illegal Request: 0 Predictive Failure Analysis: 0
    c0t3d0 Soft Errors: 2 Hard Errors: 1 Transport Errors: 0
    Vendor: TEAC Product: DV-W28E-R Revision: M.0B Serial No:
    Size: 0.00GB <0 bytes>
    Media Error: 0 Device Not Ready: 1 No Device: 0 Recoverable: 0
    Illegal Request: 2 Predictive Failure Analysis: 0
    c1t5006048452A692A8d0 Soft Errors: 0 Hard Errors: 4 Transport Errors: 0
    Vendor: EMC Product: SYMMETRIX Revision: 5771 Serial No:
    Size: 0.00GB <1966080 bytes>
    Media Error: 0 Device Not Ready: 0 No Device: 4 Recoverable: 0
    Illegal Request: 0 Predictive Failure Analysis: 0
    c1t5006048452A692A8d34 Soft Errors: 0 Hard Errors: 5 Transport Errors: 3
    Vendor: EMC Product: SYMMETRIX Revision: 5771 Serial No:
    Size: 97.52GB <97515601920 bytes>
    Media Error: 0 Device Not Ready: 0 No Device: 4 Recoverable: 0
    Illegal Request: 0 Predictive Failure Analysis: 0
    c1t5006048452A692A8d33 Soft Errors: 0 Hard Errors: 7 Transport Errors: 3
    Vendor: EMC Product: SYMMETRIX Revision: 5771 Serial No:
    Size: 97.52GB <97515601920 bytes>
    Media Error: 0 Device Not Ready: 0 No Device: 4 Recoverable: 0
    Illegal Request: 0 Predictive Failure Analysis: 0
    c1t5006048452A692A8d32 Soft Errors: 0 Hard Errors: 5 Transport Errors: 6
    Vendor: EMC Product: SYMMETRIX Revision: 5771 Serial No:
    Size: 97.52GB <97515601920 bytes>
    Media Error: 0 Device Not Ready: 0 No Device: 4 Recoverable: 0
    Illegal Request: 0 Predictive Failure Analysis: 0
    c1t5006048452A692A8d6 Soft Errors: 0 Hard Errors: 2 Transport Errors: 0
    Vendor: EMC Product: SYMMETRIX Revision: 5771 Serial No:
    Size: 0.00GB <1966080 bytes>
    Media Error: 0 Device Not Ready: 0 No Device: 2 Recoverable: 0
    Illegal Request: 0 Predictive Failure Analysis: 0
    c1t5006048452A692A8d5 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
    Vendor: EMC Product: SYMMETRIX Revision: 5771 Serial No:
    Size: 0.00GB <1966080 bytes>
    Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
    Illegal Request: 0 Predictive Failure Analysis: 0
    c1t5006048452A692A8d43 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
    Vendor: EMC Product: SYMMETRIX Revision: 5771 Serial No:
    Size: 97.52GB <97517568000 bytes>
    Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
    Illegal Request: 0 Predictive Failure Analysis: 0
    c1t5006048452A692A8d42 Soft Errors: 0 Hard Errors: 0 Transport Errors: 1
    Vendor: EMC Product: SYMMETRIX Revision: 5771 Serial No:
    Size: 97.52GB <97517568000 bytes>
    Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
    Illegal Request: 0 Predictive Failure Analysis: 0
    c1t5006048452A692A8d41 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
    Vendor: EMC Product: SYMMETRIX Revision: 5771 Serial No:
    Size: 97.52GB <97517568000 bytes>
    Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
    Illegal Request: 0 Predictive Failure Analysis: 0
    c1t5006048452A692A8d40 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
    Vendor: EMC Product: SYMMETRIX Revision: 5771 Serial No:
    Size: 97.52GB <97517568000 bytes>
    Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
    Illegal Request: 0 Predictive Failure Analysis: 0
    c1t5006048452A692A8d39 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
    Vendor: EMC Product: SYMMETRIX Revision: 5771 Serial No:
    Size: 97.52GB <97517568000 bytes>
    Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
    Illegal Request: 0 Predictive Failure Analysis: 0
    c1t5006048452A692A8d38 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
    Vendor: EMC Product: SYMMETRIX Revision: 5771 Serial No:
    Size: 97.52GB <97517568000 bytes>
    Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
    Illegal Request: 0 Predictive Failure Analysis: 0
    c1t5006048452A692A8d37 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
    Vendor: EMC Product: SYMMETRIX Revision: 5771 Serial No:
    Size: 97.52GB <97517568000 bytes>
    Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
    Illegal Request: 0 Predictive Failure Analysis: 0
    c1t5006048452A692A8d36 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
    Vendor: EMC Product: SYMMETRIX Revision: 5771 Serial No:
    Size: 97.52GB <97517568000 bytes>
    Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
    Illegal Request: 0 Predictive Failure Analysis: 0
    c1t5006048452A692A8d35 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
    Vendor: EMC Product: SYMMETRIX Revision: 5771 Serial No:
    Size: 97.52GB <97517568000 bytes>
    Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
    Illegal Request: 0 Predictive Failure Analysis: 0
    ===================================================
    # iostat -E | grep "Errors"
    sd0 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
    sd1 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
    sd2 Soft Errors: 2 Hard Errors: 1 Transport Errors: 0
    ssd0 Soft Errors: 0 Hard Errors: 3 Transport Errors: 0
    ssd1 Soft Errors: 0 Hard Errors: 5 Transport Errors: 3
    ssd2 Soft Errors: 0 Hard Errors: 7 Transport Errors: 3
    ssd3 Soft Errors: 0 Hard Errors: 5 Transport Errors: 6
    ssd4 Soft Errors: 0 Hard Errors: 2 Transport Errors: 0
    ssd5 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
    ssd6 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
    ssd7 Soft Errors: 0 Hard Errors: 0 Transport Errors: 1
    ssd8 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
    ssd9 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
    ssd10 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
    ssd11 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
    ssd12 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
    ssd13 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
    ssd14 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
    ==========================================
    # format
    Searching for disks...done
    AVAILABLE DISK SELECTIONS:
    0. c0t0d0 <SUN146G cyl 14087 alt 2 hd 24 sec 848>
    /pci@0,600000/pci@0/pci@8/pci@0/scsi@1/sd@0,0
    1. c0t1d0 <SUN146G cyl 14087 alt 2 hd 24 sec 848>
    /pci@0,600000/pci@0/pci@8/pci@0/scsi@1/sd@1,0
    2. c1t5006048452A692A8d0 <EMC-SYMMETRIX-5771 cyl 1 alt 2 hd 15 sec 128>
    /pci@0,600000/pci@0/pci@9/SUNW,emlxs@0/fp@0,0/ssd@w5006048452a692a8,0
    3. c1t5006048452A692A8d5 <EMC-SYMMETRIX-5771 cyl 1 alt 2 hd 15 sec 128>
    /pci@0,600000/pci@0/pci@9/SUNW,emlxs@0/fp@0,0/ssd@w5006048452a692a8,5
    4. c1t5006048452A692A8d6 <EMC-SYMMETRIX-5771 cyl 1 alt 2 hd 15 sec 128>
    /pci@0,600000/pci@0/pci@9/SUNW,emlxs@0/fp@0,0/ssd@w5006048452a692a8,6
    5. c1t5006048452A692A8d32 <EMC-SYMMETRIX-5771 cyl 49598 alt 2 hd 30 sec 128>
    /pci@0,600000/pci@0/pci@9/SUNW,emlxs@0/fp@0,0/ssd@w5006048452a692a8,20
    6. c1t5006048452A692A8d33 <EMC-SYMMETRIX-5771 cyl 49598 alt 2 hd 30 sec 128>
    /pci@0,600000/pci@0/pci@9/SUNW,emlxs@0/fp@0,0/ssd@w5006048452a692a8,21
    7. c1t5006048452A692A8d34 <EMC-SYMMETRIX-5771 cyl 49598 alt 2 hd 30 sec 128>
    /pci@0,600000/pci@0/pci@9/SUNW,emlxs@0/fp@0,0/ssd@w5006048452a692a8,22
    8. c1t5006048452A692A8d35 <EMC-SYMMETRIX-5771 cyl 49598 alt 2 hd 30 sec 128>
    /pci@0,600000/pci@0/pci@9/SUNW,emlxs@0/fp@0,0/ssd@w5006048452a692a8,23
    9. c1t5006048452A692A8d36 <EMC-SYMMETRIX-5771 cyl 49598 alt 2 hd 30 sec 128>
    /pci@0,600000/pci@0/pci@9/SUNW,emlxs@0/fp@0,0/ssd@w5006048452a692a8,24
    10. c1t5006048452A692A8d37 <EMC-SYMMETRIX-5771 cyl 49598 alt 2 hd 30 sec 128>
    /pci@0,600000/pci@0/pci@9/SUNW,emlxs@0/fp@0,0/ssd@w5006048452a692a8,25
    11. c1t5006048452A692A8d38 <EMC-SYMMETRIX-5771 cyl 49598 alt 2 hd 30 sec 128>
    /pci@0,600000/pci@0/pci@9/SUNW,emlxs@0/fp@0,0/ssd@w5006048452a692a8,26
    12. c1t5006048452A692A8d39 <EMC-SYMMETRIX-5771 cyl 49598 alt 2 hd 30 sec 128>
    /pci@0,600000/pci@0/pci@9/SUNW,emlxs@0/fp@0,0/ssd@w5006048452a692a8,27
    13. c1t5006048452A692A8d40 <EMC-SYMMETRIX-5771 cyl 49598 alt 2 hd 30 sec 128>
    /pci@0,600000/pci@0/pci@9/SUNW,emlxs@0/fp@0,0/ssd@w5006048452a692a8,28
    14. c1t5006048452A692A8d41 <EMC-SYMMETRIX-5771 cyl 49598 alt 2 hd 30 sec 128>
    /pci@0,600000/pci@0/pci@9/SUNW,emlxs@0/fp@0,0/ssd@w5006048452a692a8,29
    15. c1t5006048452A692A8d42 <EMC-SYMMETRIX-5771 cyl 49598 alt 2 hd 30 sec 128>
    /pci@0,600000/pci@0/pci@9/SUNW,emlxs@0/fp@0,0/ssd@w5006048452a692a8,2a
    16. c1t5006048452A692A8d43 <EMC-SYMMETRIX-5771 cyl 49598 alt 2 hd 30 sec 128>
    /pci@0,600000/pci@0/pci@9/SUNW,emlxs@0/fp@0,0/ssd@w5006048452a692a8,2b
    There are some hard errors in some disks. the capacity of c1t5006048452A692A8d0 and c1t5006048452A692A8d6 is 0G.
    #prtvtoc /dev/dsk/c1t5006048452A692A8d6
    * /dev/rdsk/c1t5006048452A692A8d6s2 partition map
    * Dimensions:
    * 512 bytes/sector
    * 128 sectors/track
    * 15 tracks/cylinder
    * 1920 sectors/cylinder
    * 3 cylinders
    * 1 accessible cylinders
    * Flags:
    * 1: unmountable
    * 10: read-only
    * First Sector Last
    * Partition Tag Flags Sector Count Sector Mount Directory
    2 5 01 0 1920 1919
    6 4 00 0 1920 1919
    Thank you for your help.

    Thank you for your reply。
    The Server is M5000.and the storage is EMC Stroage Array,I don't know the EMC Model type too。
    In some case (different machine such as V880),when we use a command “iostat -En”,it would show that there are some hard errors。
    but when we reboot the system,use "iostat -En" again 。the hard errors would be 0.
    But ,This Machine (M5000),it is running the very important application and i can't reboot it。
    Do you need a explorer data to analysis。
    thank you for your help。
    These disks shows that their capacity are 0 G.How can i to know if there are LUN or physical Disk。
    ssd0 Soft Errors: 0 Hard Errors: 3 Transport Errors: 0
    Vendor: EMC Product: SYMMETRIX Revision: 5771 Serial No:
    Size: 0.00GB <1966080 bytes>
    ssd4 Soft Errors: 0 Hard Errors: 2 Transport Errors: 0
    Vendor: EMC Product: SYMMETRIX Revision: 5771 Serial No:
    Size: 0.00GB <1966080 bytes>
    Media Error: 0 Device Not Ready: 0 No Device: 2 Recoverable: 0
    Illegal Request: 0 Predictive Failure Analysis: 0
    ssd5 Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
    Vendor: EMC Product: SYMMETRIX Revision: 5771 Serial No:
    Size: 0.00GB <1966080 bytes>
    Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
    Illegal Request: 0 Predictive Failure Analysis: 0
    root@EMOS3-DATABASE # vxprint -st
    Disk group: datadg
    SD NAME PLEX DISK DISKOFFS LENGTH [COL/]OFF DEVICE MODE
    SV NAME PLEX VOLNAME NVOLLAYR LENGTH [COL/]OFF AM/NM MODE
    SC NAME PLEX CACHE DISKOFFS LENGTH [COL/]OFF DEVICE MODE
    sd datadg01-01 rdbsys-01 datadg01 0 2097152 0 EMC0_0 ENA
    sd datadg01-02 rdbuser-01 datadg01 2097152 2097152 0 EMC0_0 ENA
    sd datadg01-03 eoms_db1-01 datadg01 4194304 13981056 2/0 EMC0_0 ENA
    sd datadg01-04 eoms_db2-01 datadg01 18175360 13981056 2/0 EMC0_0 ENA
    sd datadg01-05 eoms_db3-01 datadg01 32156416 13981056 2/0 EMC0_0 ENA
    sd datadg01-06 portal_db1-01 datadg01 46137472 13981056 2/0 EMC0_0 ENA
    sd datadg01-07 rctl1-01 datadg01 60118528 524288 0 EMC0_0 ENA
    sd datadg01-08 rdblog1-01 datadg01 60642816 1024000 0 EMC0_0 ENA
    sd datadg01-09 rdblog2a-01 datadg01 61666816 1024000 0 EMC0_0 ENA
    sd datadg01-10 rdblog3a-01 datadg01 62690816 1024000 0 EMC0_0 ENA
    sd datadg01-11 eoms_db4-01 datadg01 63714816 13981056 2/0 EMC0_0 ENA
    sd datadg01-12 eoms_db5-01 datadg01 77695872 10485760 3/0 EMC0_0 ENA
    sd datadg01-13 eoms_db6-01 datadg01 88181632 10485760 3/0 EMC0_0 ENA
    sd datadg01-14 eoms_db7-01 datadg01 98667392 10485760 3/0 EMC0_0 ENA
    sd datadg01-15 eoms_db8-01 datadg01 109153152 10485760 3/0 EMC0_0 ENA
    sd datadg01-16 eoms_db9-01 datadg01 119638912 10485760 3/0 EMC0_0 ENA
    sd datadg01-17 eoms_db10-01 datadg01 130124672 10485760 3/0 EMC0_0 ENA
    sd datadg02-01 rdbundo1-01 datadg02 0 2097152 0 EMC0_1 ENA
    sd datadg02-02 eoms_db1-01 datadg02 2097152 13981056 0/0 EMC0_1 ENA
    sd datadg02-03 eoms_db2-01 datadg02 16078208 13981056 0/0 EMC0_1 ENA
    sd datadg02-04 eoms_db3-01 datadg02 30059264 13981056 0/0 EMC0_1 ENA
    sd datadg02-05 portal_db1-01 datadg02 44040320 13981056 0/0 EMC0_1 ENA
    sd datadg02-06 rdbtmp-01 datadg02 58021376 2097152 0 EMC0_1 ENA
    sd datadg02-07 rctl2-01 datadg02 60118528 524288 0 EMC0_1 ENA
    sd datadg02-08 rdblog2-01 datadg02 60642816 1024000 0 EMC0_1 ENA
    sd datadg02-09 rdblog1a-01 datadg02 61666816 1024000 0 EMC0_1 ENA
    sd datadg02-10 rdblog3b-01 datadg02 62690816 1024000 0 EMC0_1 ENA
    sd datadg02-11 eoms_db5-01 datadg02 63714816 10485760 1/0 EMC0_1 ENA
    sd datadg02-12 eoms_db6-01 datadg02 74200576 10485760 1/0 EMC0_1 ENA
    sd datadg02-13 eoms_db7-01 datadg02 84686336 10485760 1/0 EMC0_1 ENA
    sd datadg02-14 eoms_db8-01 datadg02 95172096 10485760 1/0 EMC0_1 ENA
    sd datadg02-15 eoms_db9-01 datadg02 105657856 10485760 1/0 EMC0_1 ENA
    sd datadg02-16 eoms_db10-01 datadg02 116143616 10485760 1/0 EMC0_1 ENA
    sd datadg03-01 rdbsysaux-01 datadg03 0 2097152 0 EMC0_2 ENA
    sd datadg03-02 eoms_db1-01 datadg03 2097152 13981056 1/0 EMC0_2 ENA
    sd datadg03-03 eoms_db2-01 datadg03 16078208 13981056 1/0 EMC0_2 ENA
    sd datadg03-04 eoms_db3-01 datadg03 30059264 13981056 1/0 EMC0_2 ENA
    sd datadg03-05 portal_db1-01 datadg03 44040320 13981056 1/0 EMC0_2 ENA
    sd datadg03-06 rctl3-01 datadg03 58021376 524288 0 EMC0_2 ENA
    sd datadg03-07 rdblog3-01 datadg03 58545664 1024000 0 EMC0_2 ENA
    sd datadg03-08 rdblog1b-01 datadg03 59569664 1024000 0 EMC0_2 ENA
    sd datadg03-09 rdblog2b-01 datadg03 60593664 1024000 0 EMC0_2 ENA
    sd datadg03-10 eoms_db4-01 datadg03 61617664 13981056 1/0 EMC0_2 ENA
    sd datadg03-11 eoms_db5-01 datadg03 75598720 10485760 2/0 EMC0_2 ENA
    sd datadg03-12 eoms_db6-01 datadg03 86084480 10485760 2/0 EMC0_2 ENA
    sd datadg03-13 eoms_db7-01 datadg03 96570240 10485760 2/0 EMC0_2 ENA
    sd datadg03-14 eoms_db8-01 datadg03 107056000 10485760 2/0 EMC0_2 ENA
    sd datadg03-15 eoms_db9-01 datadg03 117541760 10485760 2/0 EMC0_2 ENA
    sd datadg03-16 eoms_db10-01 datadg03 128027520 10485760 2/0 EMC0_2 ENA
    sd datadg04-01 eoms_db4-01 datadg04 0 13981056 0/0 EMC0_3 ENA
    sd datadg04-02 eoms_db5-01 datadg04 13981056 10485760 0/0 EMC0_3 ENA
    sd datadg04-03 eoms_db6-01 datadg04 24466816 10485760 0/0 EMC0_3 ENA
    sd datadg04-04 eoms_db7-01 datadg04 34952576 10485760 0/0 EMC0_3 ENA
    sd datadg04-05 eoms_db8-01 datadg04 45438336 10485760 0/0 EMC0_3 ENA
    sd datadg04-06 eoms_db9-01 datadg04 55924096 10485760 0/0 EMC0_3 ENA
    sd datadg04-07 eoms_db10-01 datadg04 66409856 10485760 0/0 EMC0_3 ENA
    sd datadg05-01 portal_db2-01 datadg05 0 83886080 0/0 EMC0_4 ENA
    sd datadg06-01 portal_db2-01 datadg06 0 83886080 1/0 EMC0_5 ENA
    sd datadg07-01 portal_db2-01 datadg07 0 83886080 2/0 EMC0_6 ENA
    root@EMOS3-DATABASE # cfgadm -al
    Ap_Id Type Receptacle Occupant Condition
    SB0 System_Brd connected configured ok
    SB0::cpu0 cpu connected configured ok
    SB0::cpu1 cpu connected configured ok
    SB0::cpu2 cpu connected configured ok
    SB0::cpu3 cpu connected configured ok
    SB0::memory memory connected configured ok
    SB0::pci0 io connected configured ok
    SB0::pci1 io connected configured ok
    SB0::pci2 io connected configured ok
    SB0::pci3 io connected configured ok
    SB0::pci8 io connected configured ok
    SB1 disconnected unconfigured unknown
    SB2 disconnected unconfigured unknown
    SB3 disconnected unconfigured unknown
    SB4 disconnected unconfigured unknown
    SB5 disconnected unconfigured unknown
    SB6 disconnected unconfigured unknown
    SB7 disconnected unconfigured unknown
    SB8 disconnected unconfigured unknown
    SB9 disconnected unconfigured unknown
    SB10 disconnected unconfigured unknown
    SB11 disconnected unconfigured unknown
    SB12 disconnected unconfigured unknown
    SB13 disconnected unconfigured unknown
    SB14 disconnected unconfigured unknown
    SB15 disconnected unconfigured unknown
    c0 scsi-bus connected configured unknown
    c0::dsk/c0t0d0 disk connected configured unknown
    c0::dsk/c0t1d0 disk connected configured unknown
    c0::dsk/c0t3d0 CD-ROM connected configured unknown
    c0::sg/c0t0l0 unknown connected configured unknown
    c0::sg/c0t1l0 unknown connected configured unknown
    c0::sg/c0t3l0 unknown connected configured unknown
    c1 fc-fabric connected configured unknown
    c1::5006048452a692a8 disk connected configured unknown
    c2 fc connected unconfigured unknown
    iou#0-pci#0 unknown empty unconfigured unknown
    iou#0-pci#1 fibre/hp connected configured ok
    iou#0-pci#2 etherne/hp connected configured ok
    iou#0-pci#3 fibre/hp connected configured ok
    iou#0-pci#4 etherne/hp connected configured ok
    root@EMOS3-DATABASE # df -h
    Filesystem size used avail capacity Mounted on
    /dev/md/dsk/d0 9.9G 5.4G 4.4G 56% /
    /devices 0K 0K 0K 0% /devices
    ctfs 0K 0K 0K 0% /system/contract
    proc 0K 0K 0K 0% /proc
    mnttab 0K 0K 0K 0% /etc/mnttab
    swap 28G 1.9M 28G 1% /etc/svc/volatile
    objfs 0K 0K 0K 0% /system/object
    sharefs 0K 0K 0K 0% /etc/dfs/sharetab
    /dev/md/dsk/d3 9.9G 3.8G 5.9G 40% /usr
    fd 0K 0K 0K 0% /dev/fd
    /dev/md/dsk/d4 20G 2.2G 17G 12% /var
    swap 28G 3.1M 28G 1% /tmp
    swap 28G 88K 28G 1% /var/run
    swap 28G 0K 28G 0% /dev/vx/dmp
    swap 28G 0K 28G 0% /dev/vx/rdmp
    /dev/md/dsk/d5 59G 35G 24G 60% /opt
    /dev/md/dsk/d6 9.9G 139M 9.6G 2% /export/home
    /dev/vx/dsk/datadg/portal_db2
    120G 93G 25G 79% /opt/attachment
    /dev/vx/dsk/datadg/portal_db1
    20G 16G 3.9G 81% /tempattachment

  • How to check materials that is auto updating

    Hello,
    Please tell me how can I check if there are any auto updates to materials from GDC box to ECC before it flows to CRM.
    How we can check change log in ECC?
    Thanks!
    Regards,
    Mike

    Hi
    You can check the CHANGES done for a product in
    COMMPR01 > Go To > History
    Hope this will help.
    Regards

  • How to check Tables that are used in request submitted

    Hi All
    I need to check the tables from where Apps is extracting data when I am submitting my requests in different modules.
    Response is appreciated.
    Alok

    It is easy one. Just switch sql trace for a particular CR in the CR definition form.
    Run CR then. And find all SQL that have been run in TRC file located on the DB server.
    Yury

  • How to check remote server(client server) name in RFC

    Hi, gurus..
    Is there a way to get a name of client server in RFC.
    There is an RFC 'ZTEST' at System B.
    'ZTEST' could be called by any system.
    So, I want to check the authority by calling system's name.
    System A is allowed to call System B, but System C can not.
    Please help me.

    The destination "BACK" can be used to refer back to the caller.
    So you can do something like
      CALL FUNCTION 'RFC_SYSTEM_INFO'
        DESTINATION 'BACK'
        IMPORTING
          rfcsi_export      = rfcsi_export
          current_resources = current_resources
          maximal_resources = maximal_resources
          recommended_delay = recommended_delay.
    ..to get the system information of the caller.
    Cheers
    Graham Robbo

  • How to recovery notes that was saved in the iTunes after you change your iPad´s name ?

    Hey guys, good day
    I bougth the iPad 2 and had the backup with different name for my iPad 1 and now when I started this new one, my previous notes and email configuration was not saved... Do you know how can I pick up my old notes in the iTunes ? I tried several times but did not find it and had thousands notes stored there...
    Screen about Notes´Icon at the iPad
    Appreciate any help
    Cheers / Magno

    Hi Carlos,
    The notes and email settings are stored in the iPhone backup. To recover the Notes from the previous iPad, just restore the new iPad from the backup of the old iPad.
    This Apple article -> http://support.apple.com/kb/ht1414 discusses restoring from backup.
    WTH.

  • I have been using iphoto 09 and am now unable to import photos from my camera.  I get the message that they are being imported but after 10 minutes nothing has actually been imported.

    I have just been trying to import photos from mine and my husbands cameras but nothing seems to be happening.  I get the message to wait while they are being imported but after 10-15 minutes, nothing has been uploaded.  I have always had updates downloaded when they become available and can't think what I may have done wrong.
    I hope someone out there can give me some advice.  My mac is running Snow Leopard and I love it.

    As a Test:
    Hold down the option (or alt) key and launch iPhoto. From the resulting menu select 'Create Library'
    Import a few pics into this new, blank library. Is the Problem repeated there?

  • Why are there more than one tabs open all the time and how do I change that? I just had to do a reinstall of Windows-tech installed the newest Firefox. There are always at least 2 tabs open and I get an error msg. when trying to close. Tammie

    I use Firefox 9 on Windows XP, desktop

    hello Mac.INXS, please [[Clear the cache - Delete temporary Internet files to fix common website issues|clear the cache]] & [[Delete cookies to remove the information websites have stored on your computer|cookies from mozilla.org]] and then try logging into AMO again.

  • I understand that if I purchased my imac after 6.06.2011 i get the Lion update free. How? I can't see any other way except from paying.

    Please could someone point me in the right direction?

    Go here >  Apple - OS X Lion and Lion Server - Up to Date Program
    Then click "Redeem from the Apple Online Store"
    If you have problems there, click here >
    OS X Lion Hardware Up-to-Date Program - Step 1

Maybe you are looking for