How to proactively monitor health of  the Disks on Sun Enterprise 450

We have been encountering frequent disk problems lately, most commonly disk read/write errors. I want to see if there was a way to monitor and anticipate problems in a proactive manner instead of reacting after the problem?
We have a Sun Enterprise 450 with 20 disks and run Solaris 8. I have a metastat script in the cron to check the status every hour. Can anyone advise me on an automated processes which can monitor and report health of our disks before anything goes wrong?
Thanks in advance.

Perhaps it is a good idea to check the grown defect list from a disk.
You can check the list with the "format" command (defect / grown).
Some entries in this list are OK, but if its grown fast, you should
consider to change the disk.

Similar Messages

  • How to generate PNG file to the disk folder by IBOT?

    Is there a piece of code in JavaScript on how to generate PNG file to the disk folder by IBOT?
    thanks a lot

    Please disregard this message. The information below is only semi-accurate. When I get some kinks worked out I'll edit this again. -Bill
    FYI,
    Don't really know if I'm adding anything useful but here it is. I use NetBeans and I simply added an images folder so now I have my package (deckofcards) and a sub package deckofcards.images.
    The image:
    back: Image {
                url: "{__DIR__}images/B.JPG",
                backgroundLoading:true
                placeholder:bind placeholder
            };works and the value of "{__DIR__}images/B.JPG" becomes
    <CARD backUrl="jar:file:/C:/Users/Bill/Documents/NetBeansProjects/DeckOfCards/dist/DeckOfCards.jar!/deckofcards/B.JPG">
      ...when I marshal. That string (backUrl) will unmarshal correctly and can be use in the url variable to display and image too.
    -Bill
    Edited by: bthayer on Feb 21, 2009 6:04 AM

  • HT2801 laptop wont accept disks, i am selling the laptop and want to wipe all of my data off of the laptop, how do i do this without the disks?

    laptop wont accept disks, i am selling the laptop and want to wipe all of my data off of the laptop, how do i do this without the disks?

    Do you have another Mac that you can connect to it?

  • How does it cost to get the disk drive fixed on a macbook pro?

    How much does it cost to get the disk drive on a macbook pro fixed?

    It depends on who fixes it. Assuming that the drive needs to be replaced, you could have Apple do it (most expensive), a local computer repair shop (less expensive) or do-it-yourself (least expensive).
    There's really no 'fixing' a hard drive - it either works or it doesn't. What leads you to believe that your drive needed repair (or replacement)?
    Clinton

  • How to create monitor based on the data collected by rule?

    I have an application which comes with a built-in command: GetBackLogNm.exe. Running this command can get the current backlog number in the system.
    Now I need to create a monitor which should trigger the alert if the backlog keeps increasing for 2 hours. I am thinking of creating a rule which run command GetBackLogNm.exe to get the number and save it into DW. Then create a monitor based on the collected
    data. Is it the correct way? If so, can anyone give me a outline how to do so? An example would be much appreciated if possible.
    Thanks!

    Hi Jonathan, thanks for the quick reply. But System.ConsolidatorCondition seems only available for SCOM 2012. I didn't find it in 2007 libraries.
    However the idea your and Vladimir showed in this
    post is really helping. I kind of solved the issue not using the exactly the components (since it is available in 2012 only) but following the same logic.
    In general I did this:
    1. create a script rule which execute the command to get backlog number; then save the log number in the DW and the registry.
    2. just like System.Performance.DeltaValueCondition, when the second time the rule triggered by schedule, it will compare the current backlog number and the last known number stored in the registry. If the value is exceeding given threshold AND bigger than
    the last known back log number, the rule increase an counter which is also stored in the registry
    3. create an unit monitor to monitor the counter stored in the registry and will trigger the alert if the counter exceeding a given value.
    This solved the issue. But I feel a little not comfortable to store data in the registry.
    So one quick question which might be out of the this topic: what is a good way to store the data generated by one workflow and then share it with another workflow or reuse sometime later? In my case here, I used the registry key. Cook down is one option
    to share data but it is very strict and can't solve the issue I have in this case.
    Thanks again!

  • How to avoid that FalshPlayer use the disk C:\ for installation?

    I got a new PC Clone system and for several reasons the hard
    disk where I have the Windows XP is not the C:\.
    When I try to install FlashPlayer version 10 always try to
    install it on the C:\ (that is a card reader) and find there is no
    space and then stop the installation.
    I've installed a lot of other programs included Shockwave
    without problems, but it seems that FlashPlayer installation
    program for Firefox, doesn't identify where is the Windows systems
    installed and always try to install in the disk C:\.
    Is there any way to avoid it or any previous version that use
    Windows XP hard disk place to install it?.
    Thanks a lot.

    Hi JuankaC-
    Yep, C: is hardcoded into the program. You have to provide a
    C: drive, a thumbdrive will do.
    See the instructions at
    http://www.adobe.com/go/kb406903
    Also, in this forum, see the thread "Insufficient Diskspace
    to Install:Wrong" by PhaineinTerra, dated 4/28/07. Read the replies
    by Darren McNally (an Adobe guy).
    There's another: "Firefox installation: Insufficient disk
    space" by Archonion dated 2/4/09.
    And another: "Do not have sufficient space" by Riula dated
    9/22/08
    Finally:
    http://www.techtalkz.com/tips-n-tricks/
    They have a thread Titled "Workaround: Adobe Flashplayer 10
    installation bug for firefox......."
    Doesn't look too bad. OR, if ya wanna wait... Adobe is
    working on this, you could get by with your on-board IE &
    Flash?
    Your choice.

  • How can I find the package com.sun.enterprise.naming?

    Where does the following package come from? From which jar file?
    com.sun.enterprise.naming
    I am worling on j2sdk 1.4.2.10 and SUN Application Server 8.1.02.

    You should not use the classes in the package com.sun.xml... directly. Use the XML API (included in the Java SDK since version 1.4); look at the javax.xml package.
    Jesper

  • How do i monitor performance in the system of a Java program in Windows XP?

    I want to record the CPU usage and Memory usage on an hourly basis programatically, for an already running java class in Windows XP environment for the purpose of testing the Java class. The recording has to be done independent of the java class.By Cpu usage and Memory usage , i need to know how much of the computer's memory and CPU has been used by the java class.
    I tried the HPROF tool available with J2SE 5.0, but it gives the details of each of the functions' usage in the program's allocated space in memory. moreover, it is not independent of the execution of the class.
    The other option is to make use of the Performance tool available in Windows Xp->Administrative tools. This is a complex procedure, and i am not sure of how to proceed in this direction.

    You can use the windows performance monitor (perfmon.exe / perfmon.msc). I don't know wther it is also included in the XP Home Edition. But this is the tool you are looking for. It can display the information in realtime but also can write to a protocoll.
    Here's a shor description of what to do (i have a german windows so i'm more or less guessing the english terms)
    - Start perfmon.msc
    - In the tree on the you can see "systemonitor" (the realtime display) and "performance protocolls and warnings"
    - open "performance protocalls and warnings", the first sub element should be something like"performance protocalls" or "performance indicator"
    - open the context menu for it and create a new protocoll settings.
    - add the information to it you are interested in and make other changes if you want
    - start the new configuration
    once you have the information you can display it it in the systemmonitor by selecting "display information from protocal" from the toolbar
    It will take some time till you know what you are doing (and most of the information the performance monitor is useless to 99% of the people). But its a quite usfull tool once you know how to use it

  • How to realtime monitor changes in the filesystem?

    Does anyone know of a way to realtime monitor for changes in the (windows) filesystem using Java. (file creation in particular). I've done this in VB and C++ using "findfirstchangenotification" which I think is part of the windows API.
    I'm attempting the switch to Java, so I'm rewriting an app that requires this capability.
    Thanks.

    You have to write a class that uses JNI to interface with the OSes underlying API. Since every OS is different Java doesn't have this feature built into the File (or related) class.
    If you've done it before with C++, then all you have to do is probably just copy and paste some code into a java JNI header file. It will generate all the stub code for you all you have to do is fill in the details.

  • How can I install CS4 without the disk?

    I've tried moving the actual files to an external hard drive to move to my new computer, but I'm having trouble figuring out how to get the programs to work on my new computer.  I have the old computer with the working CS4 right here next to me, and I've deactivated CS4 on the old computer, but when I try to open the applications on the new computer it gives me an error saying the licensing has expired. 

    You can download the trial version of the software thru the page linked below and then use your current serial number to activate it.
    Be sure to follow the steps outlined in the Note: Very Important Instructions section on the download pages at this site or else the download will not work properly.
    CS3 and CS4:
    http://prodesigntools.com/download-adobe-cs4-and-cs3-free-trials-here.html

  • How to bring 16:9 to the disk?

    Can anyone help, please?
    I imported a .mov 1024x576 to FinalCut Express (4.01) and it looks good. How to export it with markers and 16:9?
    At this moment, the exported movie is 720x576 and is not good, the peoples look much to broad.
    Imported file:
    QT Player 7:
    Format: 16 Bit Integer (Big Endian), Stereo, 48,000 kHz
    Apple Intermediate Codec, 1024 × 576, 16,7 Mill.
    Size: 1024 x 576 Pixel
    MPEG Streamclip:
    Dauer: 0:11:37
    Datenmenge: 2.34 GB
    Bit Rate: 28.76 Mbps
    Video Spuren:
    Apple Intermediate Codec, 1024 × 576, 25 fps, 27.22 Mbps
    Audio Spuren:
    16-Bit Big Endian stereo, 48 kHz, 1.54 Mbps
    Exported:
    Bit Rate: 30.34 Mbps
    Video Spuren:
    DV - PAL, 720 × 576, 16:9, 25 fps, 28.80 Mbps
    Audio Spuren:
    16-Bit Little Endian stereo, 48 kHz, 1.54 Mbps
    Any help would be great,
    Thanks,
    ~Karl.

    Imported file: this are the descriptions got from QT player 7 and MPEG Streamclip:
    QT Player 7:
    Format: 16 Bit Integer (Big Endian), Stereo, 48,000 kHz
    Apple Intermediate Codec, 1024 × 576, 16,7 Mill.
    Size: 1024 x 576 Pixel
    MPEG Streamclip:
    Dauer: 0:11:37
    Datenmenge: 2.34 GB
    Bit Rate: 28.76 Mbps
    Video Spuren:
    Apple Intermediate Codec, 1024 × 576, 25 fps, 27.22 Mbps
    Audio Spuren:
    16-Bit Big Endian stereo, 48 kHz, 1.54 Mbps
    I have recoded (?) it from .ts (output from tv set) via MPEG Streamclip to a size of 1024x576
    Simple settings for FCE is
    Simple settings are not the default but a result of my tryings.
    Would be anything else helpful?

  • How to install HP DeskJet 2542 without disk

    I do not have my disk to reinstall my HP DeskJet 2542. How do I install it without the disk?

    Hi,
    Please click Drivers then select the right one for your computer(s) from the following link:
       http://h10025.www1.hp.com/ewfrf/wc/product?cc=us&lc=en&product=5385254
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • How do I download pictures from a disk to iPhotos on my MacBook Pro?

    I am working on an album for a friend whom sent me a disk of photos.  How do I download pictures from the disk to my iPhotos so I can then pick and choose which ones to print?  Thanks!  Cyndy

    From the iPhoto menu bar click File / Import to Library.
    Navigate to the disc icon, click Import.
    For printing, select a photo then go to File / Print.
    You can click Order Prints if you want Apple do the job for you.
    They do an excellent job.

  • ABAP Store ABAP code locally  on the disk

    Hello
       I have a question, how download the Web dynpro ABAP code from the SAP System.
    Could You give me a hint how to save code locally on the disk?
    Regards
    Wojtek

    I started from http://code.google.com/p/saplink/ .
    Then in http://code.google.com/p/saplink/wiki/pluginList I found the plug-in for ABAP Web Dynpro.
    It still in ALPHA status and to be honest I got trouble installing it (in fact there is the note:  But WDA plugin requires SAPlink 0.1.3 or greater).
    You should get it running because I can see the nugg file.
    Eventually ask navigate to the http://code.google.com/p/saplink/issues/list and the other pages of http://code.google.com/p/saplink.
    Sergio

  • Why the disk keeps reading when Satelitte A500-1GL startup

    Does anyone know why the disk keeps reading when the A500 starts up. I'm wondering if in msconfig this has something to do with the Toshiba startup items - if so how many are really necessary?
    The disk is defragmeted and there aren't any hardware issues.
    There's a normal Internet Security so I don't think it's that.

    > do I actually need tempro at all or can it be removed?
    Personally, I don't use this utility at all. It is just update informer, you can find many threads about Tempro updates that leads to the system crash:. such as Bios update. My personnel advice- don't touch the running system. I still use old driver, however, new drivers are already released.

Maybe you are looking for

  • Calling stored procedure using jdbc

    Hi all, I'm new to jdbc calling pl/sql and I have a very simple question. I'd like to execute this before I read data from the table: BEGIN packageA.functionA(1234567890123456); END; My jdbc code: try { DriverManager.registerDriver (new oracle.jdbc.d

  • Having Trouble Downloading Pictures on Windows XP Computer to 5th Generatio

    i am using a windows xp computer & i'm having trouble downloading the pictures from my computer to the ipod. any help would be appreciated. thanks, bob e-mail: [email protected]

  • Reverse process on HFM

    Hi... Im trying to do the reverse process on HFM version 9.3 with ODI 11g. Im clic on reverse and the process stuck on the second step of the reverse. What can I do????

  • TEB is triggering a failure caption first

    I'm using 5.0,  I have a 54 slide program with a TEB on each page that the learner presses 'Tab' then validates and displays a failure  (I already have seamless tabbing set to false on the htm)  Most of them work GREAT! , but a few are displaying the

  • CAPTURE WON'T WORK

    Hi--I have successfully imported video from a DVC Pro player, as recently as yesterday. Today, when I hit 'Now' to Capture, a small box appears for a second and disappears, but no capturing occurs. Suggestions?