Catching KeyEvents from all components

I have a JFrame in which I have several JTextFields.
I want to catch the event of pressing the Control key from anywhere
in the program.
So I tried to add a KeyListener to the frame like this:
frame.addKeyListener(new KeyAdapter() {
     @Override
     public void keyReleased(KeyEvent e) {
          if (e.getKeyCode() == KeyEvent.VK_CONTROL) {
               System.out.println("Control was pressed");
});The problem is that if the focus is on one of the text fields then
the frame won't get the event.
How can I solve this?
I don't want to add a key listener to each of my components on the frame.

This will do what you want. Its a cut and paste from some of my old stuff with some specifics removed. Should be enough to get you going and looking in the right direction.
Get back to me if not.
Nes
KeyboardFocusManager.getCurrentKeyboardFocusManager().addKeyEventDispatcher(new KeyEventDispatcher()
             * dispatchKeyEvent(KeyEvent event)
             * We add ourself as a KeyEvent Dispatcher to the DefaultKeyboardFocusManager
             * class.
             * @param event
            public boolean dispatchKeyEvent(KeyEvent event) {
              Component component = event.getComponent();
                      //focus changes made by SUN sometimes allow the focus owner to
                      //be null even when a component is selected.  If this is the case then
                      //the keyboard events don't get fired correctly, so we check the
                      //focus owner and if it is null we set it to be one of our member
                      //components and hey presto it all falls into place
// I HAVE REMOVED THE ABOVE WORKAROUND FOR THE POINT OF THIS MAIL
if(KeyboardFocusManager.getCurrentKeyboardFocusManager().getFocusOwner() != null)
                      switch (event.getKeyCode())
                        //Pick up on the Control Key
                        case KeyEvent.VK_CONTROL:
                            if(event.getID() == KeyEvent.KEY_RELEASED)
                                try
                                    System.out.println("Control was pressed");
                                catch (Exception ex)
                                    ex.printStackTrace();
                                event.consume();
                                return true;
                        default:
                              return false;
    }

Similar Messages

  • How get all components from form Jdev10.1.3.4

    hi
    I have a form on her field is not related to VO. Pagedef empty.
    each element has the id and Binding.
    <af:inputText label="#{r['questionnaire.surname']}"
                                  required="true" id="surname"
                                  binding="#{QuestionnaireBean.surname}"
                                  />I want to get an array of elements.
    in obtaining a list of bindings
             BindingContainer bindings = getBindings ();
             bindings.getAttributeBindings ();null ((((((

    As you are asking your empty pagedef, which is what you do with
    BindingContainer bindings = getBindings ();
    bindings.getAttributeBindings ();it returns null. This is expected behavior.
    You have to walk the component tree to get all components check each for it's type and get the information from the component itself. You can use something like
    // reset all the child uicomponents
    private void getAllUIItems(AdfFacesContext adfFacesContext,
                                     UIComponent component){
       List<UIComponent> items = component.getChildren();
       for ( UIComponent item : items ) {
           getAllUIItems(adfFacesContext,item);
           if ( item instanceof RichInputText  ) {
               RichInputText input = (RichInputText)item;
               //do your work here e.g. store id in an array
           } else if ( item instanceof RichInputDate ) {
               RichInputDate input = (RichInputDate)item;
               //do your work here e.g. store id in an array
    }you may have to alter the signature of the method to return the array of ids ...
    Timo

  • Catching KeyEvents outside GUI interfaces

    Looking for a way to trap/catch action events (key) from non-GUI components...
    For example, when enter is typed and an application has an InputStream pipe open some kind of event must be fired to read the line or character from System.in. Or?
    Basically, I have an application which responds to user input (right now) only via System.in and System.out pipes. It would be nice to catch KeyEvents when a user types/presses certain keys. It seems that ActionListeners were designed to be attached to GUI components. But I got to believe a simple text based application can also trap similar action events. Any ideas?
    / Matthew Young

    Not sure a follow. Main problem is catching key events via an object/application which does not use GUI components. How does adding a second thread help me out?
    Or do mean initialize a GUI object on the side (but maybe not visible) and pass events via it? Might be a solution but it seems there should be a smoother way.
    Thanks for the idea anyway (will try it out and post my reaction) - Matthew

  • On my MacBook with Lion Safari does start, does not react immediately after trying to open it. Installing a new Safari does not help. Removing parts of Safari in the Library did not help. Where can I find and remove all components (LastSession ...)?

    How can I reset Safari with all components? On my MacBook with Lion, Safari does not start, does not react immediately after trying to open it. Installing a new Safari does not help. Removing parts of Safari in the Library does not help. Where can I find and remove all components as LastSession and TopSites?

    The only way to reinstall Safari on a Mac running v10.7 Lion is to restore OS X using OS X Recovery
    Instead of restoring OS X in order to reinstall Safari, try troubleshooting extensions.
    From the Safari menu bar click Safari > Preferences then select the Extensions tab. Turn that OFF, quit and relaunch Safari to test.
    If that helped, turn one extension on then quit and relaunch Safari to test until you find the incompatible extension then click uninstall.
    If it's not an extensions issue, try troubleshooting third party plug-ins.
    Back to Safari > Preferences. This time select the Security tab. Deselect:  Allow plug-ins. Quit and relaunch Safari to test.
    If that made a difference, instructions for troubleshooting plugins here.
    If it's not an extension or plug-in issue, delete the cache.
    Open a Finder window. From the Finder menu bar click Go > Go to Folder
    Type or copy paste the following
    ~/Library/Caches/com.apple.Safari/Cache.db
    Click Go then move the Cache.db file to the Trash.
    Quit and relaunch Safari to test.

  • Coreapplication shows as down in OEM, but all components are up

    Hi,.
    Just upgraded from 11.1.1.5 to 11.1.1.6.2. All went fine and everything running. Also upgraded WLS from 10.3.5 to 10.3.6
    Yet the core application shows as down in OEM although system status reads      All components are available
    weird .....
    diagnostic logs show failed to get status for java components so looks like the console isnt communicating with opmn correctly? Not sure. Everything is running out of the same box except the database.
    admin server log presents:
    Failed to get status of all of OPMN components for one or more Oracle Instances of BI instance: coreapplication
    Any bright ideas please ping them this way!
    THanks
    Edited by: 869150 on 23-Jul-2012 06:20

    SR 3-5707809851 : Managed components missing from diagnostics after 11.1.1.5 to 11.1.1.6 in-place upgrade ==> Bug 14111737; fixed in 11.1.1.7.0.

  • Clients Agent no longer installing all components properly

    I attempted an upgrade to R2, but it failed, so I reverted back to a VM snapshot before the upgrade attempt and all is well except for installing the client during OSD.
    The imaging process works fine, but once complete the agent isn't listing all the Components as installed or enabled:
    1) CCM Notification Agent: Disabled
    2) Most of the components that should have a status of Enabled are listed as Installed.
    On top of that I'm running SP1 CU2 (5.00.7804.1300), but the newly imaged devices list all components as SP1 base (5.00.7804.1000).
    I checked the LocationServices.log file on a client and after a few failed attempts to reach my MP it eventually finds the MP and connects using HTTPS (we use a PKI cert).
    I reinstalled the MP by deleting the role, waiting, rebooting, adding it back.
    What else can I do?  I'm thinking I'll try installing CU5.
    So in short the client no longer completely installs, which prevents any WSUS updates or Software from being installed post OSD.

    I only see errors under 3 components:
    SMS_NETWORK_DISCOVERY:
    Network Discovery failed to connect to a DHCP server due to a connection error. (Network Discovery can communicate only with Microsoft DHCP servers; if you do not use these servers, you can ignore this error.)
    Solution: If you are using Microsoft DHCP servers, then refer to the specific error string for details. This error message means that fewer clients and networks will be found than otherwise. Note that this message will not be generated again during this Network Discovery session, regardless of how often the error occurs.
    SMS_MP_CONTROL_MANAGER:
    Management Point encountered an error when connecting to the database CM_SITECODE on SQL Server sccmDatabase.domain.local. The OLEDB error code was 0x80004005.
    Possible cause: The computer running SQL Server is turned off, not connected to the network, or not functioning properly.
    Solution: Verify that the SQL Server is turned on, connected to the network, and functioning properly.
    Possible cause: Management point does not have sufficient access rights to the database.
    Solution: Verify that management point computer account or the Management Point Database Connection Account is a member of Management Point Role (msdbrole_MP) in the SQL Server database.
    Possible cause: Network problems are preventing the management point from properly accessing the SQL Server.
    Solution: Investigate and correct any problems with your network.
    Possible cause: The management point having problems is at a secondary site, and SQL access account being used was recently reset by the parent site.
    Solution: This can automatically repair itself after one hour , as long as the account in use is not locked out. Check that the account in use is not locked out. Instead of waiting an hour, you can stop and start the SMS_SITE_COMPONENT_MANAGER service to immediately apply the new configuration.
    Possible cause: The SQL Server Service Principal Names (SPNs) are not registered correctly in Active Directory
    Solution: Ensure SQL Server SPNs are correctly registered. Review Q829868.
    Then when I attempt the SCCM upgrade I see a lot of USMT and Boot Images fail to upgrade:
    Error connecting to WMI while getting remote system drive. Configuration Manager Setup 1/7/2015 4:05:27 PM 5072 (0x13D0)
    WARN: Failed to create USMT package instance - ConnectServer failed. Will retry in 10 seconds Configuration Manager Setup 1/7/2015 4:05:27 PM 5072 (0x13D0)
    ERROR: Failed to create USMT package instance - ConnectServer failed. Configuration Manager Setup 1/7/2015 4:07:57 PM 5072 (0x13D0)
    Error connecting to WMI while getting remote system drive. Configuration Manager Setup 1/7/2015 4:08:58 PM 5072 (0x13D0)
    ERROR: Failed to create SMS_BootPackageImage instances - ConnectWmiNamespace failed. Will retry in 10 seconds Configuration Manager Setup 1/7/2015 4:08:58 PM 5072 (0x13D0)
    ERROR: Failed to create SMS_BootPackageImage instances - ConnectServer failed Configuration Manager Setup 1/7/2015 4:11:28 PM 5072 (0x13D0)

  • Connecting to a database from Business Components JSP Application

    Hallo All!
    Can anybody give me an advice about connecting to a database from Business Components JSP Application? In all examples I see that Oracle user name and password placed in configuration file.
    How can user provide his own name and password to start Oracle session and how then hi can close this session?
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Dmitri:
    Dear Laura,
    I mean first variant where the database would be the same:
    scott/tiger@database1
    foo/bar@database1
    Of course I understand that we must register every user in database by "CREATE USER XXX" and it is unacceptable for Internet. But it may be very convenient for an Intranet because we can build access restriction based on set of views without any changes in applications.
    Best wishes,
    Dmitri.<HR></BLOCKQUOTE>
    null

  • How to catch ClassCastException from JSP page?

    I get a ClassCastException within my JSP page and I know where my bug is. However, this classcastexception message is displayed in the browser and I want to catch this exception to also log it into my log file. But I can't find the place where to catch it: in my servlet's doPost() method I can't catch it - i tried it by enclosing the method body with try/catch but it isn't catched. I wonder if I can catch it at all or if this error is handled internally in the servlet engine?

    It should only be displayed in the browser if you're not catching the exception in the jsp itself. If the exception is happening in the jsp, then there's no point in trying to catch it in the servlet.
    What happens if you put a try-catch just around the actual code in the jsp? You could put it around the entire jsp, but that's not necessary.
    One problem I've encountered in catching exceptions is if there are escape sequences within the try block, for example:
    try{
       //java code
    %>
       <!--html -->
    <%
    //java
    catch (Exception e)I'm not sure if that works or not, but to be safe, make sure you're not escaping from jsp within the try block.

  • How to wait until all components painted?

    Hi - I have searched for hours for an answer to this and have yet to find something so any help is much appreciated!
    Ive posted some code below to simulate the problem im facing. This is a simple frame which has a couple of custom jPanels embedded within it.
    When this is run, the first 3 lines i see are:         I want this comment to be the last thing output
            Now finished panel paint
            Now finished panel paintBut, as this output suggests, i want the "I want this comment to be the last thing output" line to be displayed after the two panels are completely painted on the screen (in real life i need to know my components are displayed before the program can move on to further processing). Of course, if you cause a repaint you see the "now finished panel paint" each time, but im not interested in this, im simply interested in how to overcome this when the frame is first created and shown.
    Ive tried everything i can think of at the "// ***** What do i need to put here? ******" position but nothing seems to work... In short my question is how can i construct my frame and get it to ensure that all components are fully displayed before moving on?
    Sorry if the answer to this is obvious to someone who knows these things, but its driving me mad.
    Cheers
    import javax.swing.*;
    import java.awt.*;
    public class Frame1 extends JFrame {
      public static void main(String[] args) {
        Frame1 frame1 = new Frame1();
        // ***** What do i need to put here? ******
        // to ensure that the System.err.. call below
        // is only executed once both panels paint methods
        // have finished?????
        System.err.println("I want this comment to be the last thing output");
        System.err.flush();
      public Frame1() {
        this.getContentPane().setLayout(new FlowLayout());
        MyPanel  p1 = new MyPanel(); p1.setBackground(Color.red);
        MyPanel  p2 = new MyPanel(); p2.setBackground(Color.green);
        this.getContentPane().add(p1, null);
        this.getContentPane().add(p2, null);
        this.pack();
        this.setVisible(true);
      class MyPanel extends JPanel {
        Dimension preferredSize = new Dimension(200,200);
        public Dimension getPreferredSize() { return preferredSize;  }
        public MyPanel () { }
        public synchronized void paintComponent(Graphics g) {
          super.paintComponent(g);  //paint background
          // do some irrelevant drawing to simulate a bit of work...
          for (int i=0; i<200; i+=20) {
            g.drawString("help please!",50,i);
          System.err.println("Now finished panel paint"); System.err.flush();
        } // end of MyPanel
      }

    Thanks both for your replies.
    When doing the "Runnable runnable = new Runnable(){public void run(){ frame1.paint(frame1.getGraphics());....." method i sometimes see
        Now finished panel paint
        Now finished panel paint
        I want this comment to be the last thing output       
        Now finished panel paint
        Now finished panel paintwhich is a pain.
    As for making a new Runnable to do the system.err.println and then doing the SwingUtilities(invoke) on that runnable, that didnt work for me at all.
    So... in the end, my solution was to have the paint method set a boolean when finished and the main program sleep while this is false
         // Dont want to sleep for say a few seconds as cant be sure
         //painting will be finished, must monitor state of painting ...
         //therefore use while loop
         while (!isOk) {  // isOk is true when both panel paint methods complete
             System.err.println("Waiting......");
             try{   Thread.sleep(300 /* wait some time */);  }
             catch(Exception e){}
           System.err.println("Thankfully this works");which is a kind of mixture of both your suggestions i guess!
    Thanks for your help, much appreciated.

  • Referencing CSS from Shared Components/Cascading Style Sheets

    Apex 4.0
    I've been placing my CSS style sheet in Shared Components/Cascading Style Sheets. And referencing it as follows <link type="text/css" rel="stylesheet" media="screen" href="#WORKSPACE_IMAGES#app300.css">.
    For weeks all has seemed to work fine. I make changes to app300.css in Cascading Style Sheets. Clear cache. And see my change.
    But suddenly it stopped working. More specifically my updates don't take. I firebug and look at the file under CSS and don't see my changes. app300.css is unchanged. Then I deleted app300.css from Shared Components/Cascading Style Sheets. The file is deleted. No longer in the Cascading Style Sheets panel. But the old file still appears when I look under firebug.
    Simply a brain cramp for me. I know this is probably obvious but I can't figure it out.

    Hi,
    If your file still recides in the database, you might want to try deleting it with a procedure from the wwv_flow_api package:
    set serveroutput on
    declare
      l_security_group_id number;
    begin
      select workspace_id into l_security_group_id
      from   APEX_040000.APEX_WORKSPACES;
      wwv_flow_api.set_security_group_id
          (p_security_group_id => l_security_group_id);
      wwv_flow_api.create_or_remove_file
        ( p_name           => 'app300.css'
        , p_location       => 'WORKSPACE'
        , p_mode           => 'REMOVE'
        , p_type           => 'CSS'
      commit;
    end;
    You can run this using SQL developer/ Toad or whatever program you use, but I don't think you can run in the SQL workshop of Apex.
    Run it as workspace owner.
    First part sets the apex engine to point to the correct workspace id in Apex, change "APEX040000" to match your version of Apex.
    Second part is the procedure that should remove your file from the database.
    Make sure you commit your changes and try to upload your css file again.
    Regards,
    Vincent
    http://vincentdeelen.blogspot.com

  • Can't reinstall CS3.  "All Components Fail to Install"

    I had been running CS3 on Windows Vista 32. First received, out of the blue, the dreaded error that licensing had stopped working.  Was not able to rectify by the long list of ususual means.  Finally was instructed by adobe tech support to uninstall CS3 and reinstall.  Uninstall apparently successful (confirmed with Microsoft Fixit Tool that did find and fix some registry errors).  Can't reinstall CS3 either from DVD or from desktop.  Receive status report after install script finishes:  "All Components Failed to Install."  I have spent over 23 hours on this problem to no avail.  PLEASE HELP!

    Thanks for the reply, but I did all that already.  After much research and seeing what's worked for others, below is a rundown of what I've already tried...  (much of my process below came from http://na-na-sa-ra.blogspot.com/2008/06/how-to-re-install-adobe-cs3-after.html which I too had found and had hoped would help.)
    After attempting to uninstall CS3 from the control panel, I ran the Adobe CS3-5 cleaner, numerous times selecting various listed options during the script run.  After running each time, I ran the MS Fixit tool (http://support.microsoft.com/mats/Program_Install_and_Uninstall) that reportedly will "fix problems with programs that can't be installed or uninstalled".   After each run of the MS Fixit tool, I attempted to reinstall CS3 - the install script would run for a good long while, showing (slow) progression of a status bar, but in the end give a status report saying that all components failed to install.  Even though complete installation failed, Adobe CS3 would be on the list of programs in the control panel, so I would repeat an "uninstall" from the the control panel, and rerun the MS Fixit tool.  Sometimes the MS Fixit tool would find/correct problems, othertimes it would report that no problems were found.  I repeated this procedure for all the options given in the CS Cleaner Tool script without success.  Thinking it might be a problem with attempting to install from the DVD (which has never been a problem before), it was suggested to try installation from the desktop (copied all DVD files to a desktop folder).  Repeated the entire above process using the "desktop files" instead of the DVD.  No luck.  (...and phoning Adobe tech support was not productive - they sent me here to the forums.)
    Really appreciate you trying to help.  Have any other suggestions?

  • SPARC M9000, All components, CMU,CPU,MEM,IOU,XBU,CLKU are in Deconfigured Status

    We have a slightly problem with a M9000, the machine is not under Support right now, cause the machine is for testing and purposes only.
    After powering up the showstatus says that all components are in deconfigured status without any knowing of degraded or faulted parts.
    Could anyone give a bit teaching to find out where the error maybe can come from and whats responsible for this problem?
    Many thanks.
    XSCF> showstatus
    *   CMU#0 Status:Deconfigured;
    * CPUM#0-CHIP#0 Status:Deconfigured;
    * CPUM#1-CHIP#0 Status:Deconfigured;
    *       MEM#00A Status:Deconfigured;
    *       MEM#01A Status:Deconfigured;
    *       MEM#02A Status:Deconfigured;
    *       MEM#03A Status:Deconfigured;
    *       MEM#10A Status:Deconfigured;
    *       MEM#11A Status:Deconfigured;
    *       MEM#12A Status:Deconfigured;
    *       MEM#13A Status:Deconfigured;
    *       MEM#20A Status:Deconfigured;
    *       MEM#21A Status:Deconfigured;
    *       MEM#22A Status:Deconfigured;
    *       MEM#23A Status:Deconfigured;
    *       MEM#30A Status:Deconfigured;
    *       MEM#31A Status:Deconfigured;
    *       MEM#32A Status:Deconfigured;
    *       MEM#33A Status:Deconfigured;
    *   CMU#1 Status:Deconfigured;
    * CPUM#0-CHIP#0 Status:Deconfigured;
    * CPUM#1-CHIP#0 Status:Deconfigured;
    *       MEM#00A Status:Deconfigured;
    *       MEM#01A Status:Deconfigured;
    *       MEM#02A Status:Deconfigured;
    *       MEM#03A Status:Deconfigured;
    *       MEM#10A Status:Deconfigured;
    *       MEM#11A Status:Deconfigured;
    *       MEM#12A Status:Deconfigured;
    *       MEM#13A Status:Deconfigured;
    *       MEM#20A Status:Deconfigured;
    *       MEM#21A Status:Deconfigured;
    *       MEM#22A Status:Deconfigured;
    *       MEM#23A Status:Deconfigured;
    *       MEM#30A Status:Deconfigured;
    *       MEM#31A Status:Deconfigured;
    *       MEM#32A Status:Deconfigured;
    *       MEM#33A Status:Deconfigured;
    *   CMU#2 Status:Deconfigured;
    * CPUM#0-CHIP#0 Status:Deconfigured;
    * CPUM#1-CHIP#0 Status:Deconfigured;
    * CPUM#2-CHIP#0 Status:Deconfigured;
    * CPUM#3-CHIP#0 Status:Deconfigured;
    *       MEM#00A Status:Deconfigured;
    *       MEM#01A Status:Deconfigured;
    *       MEM#02A Status:Deconfigured;
    *       MEM#03A Status:Deconfigured;
    *       MEM#10A Status:Deconfigured;
    *       MEM#11A Status:Deconfigured;
    *       MEM#12A Status:Deconfigured;
    *       MEM#13A Status:Deconfigured;
    *       MEM#20A Status:Deconfigured;
    *       MEM#21A Status:Deconfigured;
    *       MEM#22A Status:Deconfigured;
    *       MEM#23A Status:Deconfigured;
    *       MEM#30A Status:Deconfigured;
    *       MEM#31A Status:Deconfigured;
    *       MEM#32A Status:Deconfigured;
    *       MEM#33A Status:Deconfigured;
    *   CMU#3 Status:Deconfigured;
    * CPUM#0-CHIP#0 Status:Deconfigured;
    * CPUM#1-CHIP#0 Status:Deconfigured;
    *       MEM#00A Status:Deconfigured;
    *       MEM#01A Status:Deconfigured;
    *       MEM#02A Status:Deconfigured;
    *       MEM#03A Status:Deconfigured;
    *       MEM#10A Status:Deconfigured;
    *       MEM#11A Status:Deconfigured;
    *       MEM#12A Status:Deconfigured;
    *       MEM#13A Status:Deconfigured;
    *       MEM#20A Status:Deconfigured;
    *       MEM#21A Status:Deconfigured;
    *       MEM#22A Status:Deconfigured;
    *       MEM#23A Status:Deconfigured;
    *       MEM#30A Status:Deconfigured;
    *       MEM#31A Status:Deconfigured;
    *       MEM#32A Status:Deconfigured;
    *       MEM#33A Status:Deconfigured;
    *   CMU#4 Status:Deconfigured;
    * CPUM#0-CHIP#0 Status:Deconfigured;
    *       CPUM#1-CHIP#0 Status:Deconfigured;
    *       MEM#00A Status:Deconfigured;
    *       MEM#01A Status:Deconfigured;
    *       MEM#02A Status:Deconfigured;
    *       MEM#03A Status:Deconfigured;
    *       MEM#10A Status:Deconfigured;
    *       MEM#11A Status:Deconfigured;
    *       MEM#12A Status:Deconfigured;
    *       MEM#13A Status:Deconfigured;
    *       MEM#20A Status:Deconfigured;
    *       MEM#21A Status:Deconfigured;
    *       MEM#22A Status:Deconfigured;
    *       MEM#23A Status:Deconfigured;
    *       MEM#30A Status:Deconfigured;
    *       MEM#31A Status:Deconfigured;
    *       MEM#32A Status:Deconfigured;
    *       MEM#33A Status:Deconfigured;
    *   CMU#5 Status:Deconfigured;
    * CPUM#0-CHIP#0 Status:Deconfigured;
    * CPUM#1-CHIP#0 Status:Deconfigured;
    * CPUM#2-CHIP#0 Status:Deconfigured;
    * CPUM#3-CHIP#0 Status:Deconfigured;
    *       MEM#00A Status:Deconfigured;
    *       MEM#01A Status:Deconfigured;
    *       MEM#02A Status:Deconfigured;
    *       MEM#03A Status:Deconfigured;
    *       MEM#10A Status:Deconfigured;
    *       MEM#11A Status:Deconfigured;
    *       MEM#12A Status:Deconfigured;
    *       MEM#13A Status:Deconfigured;
    *       MEM#20A Status:Deconfigured;
    *       MEM#21A Status:Deconfigured;
    *       MEM#22A Status:Deconfigured;
    *       MEM#23A Status:Deconfigured;
    *       MEM#30A Status:Deconfigured;
    *       MEM#31A Status:Deconfigured;
    *       MEM#32A Status:Deconfigured;
    *       MEM#33A Status:Deconfigured;
    *   CMU#6 Status:Deconfigured;
    * CPUM#0-CHIP#0 Status:Deconfigured;
    * CPUM#1-CHIP#0 Status:Deconfigured;
    * CPUM#2-CHIP#0 Status:Deconfigured;
    * CPUM#3-CHIP#0 Status:Deconfigured;
    *       MEM#00A Status:Deconfigured;
    *       MEM#01A Status:Deconfigured;
    *       MEM#02A Status:Deconfigured;
    *       MEM#03A Status:Deconfigured;
    *       MEM#10A Status:Deconfigured;
    *       MEM#11A Status:Deconfigured;
    *       MEM#12A Status:Deconfigured;
    *       MEM#13A Status:Deconfigured;
    *       MEM#20A Status:Deconfigured;
    *       MEM#21A Status:Deconfigured;
    *       MEM#22A Status:Deconfigured;
    *       MEM#23A Status:Deconfigured;
    *       MEM#30A Status:Deconfigured;
    *       MEM#31A Status:Deconfigured;
    *       MEM#32A Status:Deconfigured;
    *       MEM#33A Status:Deconfigured;
    *   CMU#7 Status:Deconfigured;
    * CPUM#0-CHIP#0 Status:Deconfigured;
    * CPUM#1-CHIP#0 Status:Deconfigured;
    *       MEM#00A Status:Deconfigured;
    *       MEM#01A Status:Deconfigured;
    *       MEM#02A Status:Deconfigured;
    *       MEM#03A Status:Deconfigured;
    *       MEM#10A Status:Deconfigured;
    *       MEM#11A Status:Deconfigured;
    *       MEM#12A Status:Deconfigured;
    *       MEM#13A Status:Deconfigured;
    *       MEM#20A Status:Deconfigured;
    *       MEM#21A Status:Deconfigured;
    *       MEM#22A Status:Deconfigured;
    *       MEM#23A Status:Deconfigured;
    *       MEM#30A Status:Deconfigured;
    *       MEM#31A Status:Deconfigured;
    *       MEM#32A Status:Deconfigured;
    *       MEM#33A Status:Deconfigured;
    *   IOU#0 Status:Deconfigured;
    *   IOU#1 Status:Deconfigured;
    *   IOU#2 Status:Deconfigured;
    *   IOU#4 Status:Deconfigured;
    *   IOU#5 Status:Deconfigured;
    *   IOU#6 Status:Deconfigured;
    *   IOU#7 Status:Deconfigured;
    *   XBU_B#0 Status:Deconfigured;
    *   XBU_B#1 Status:Deconfigured;
    *   XBU_B#2 Status:Deconfigured;
    *   XBU_B#3 Status:Deconfigured;
    *   XBU_B#4 Status:Deconfigured;
    *   XBU_B#5 Status:Deconfigured;
    *   XBU_B#6 Status:Deconfigured;
    *   XBU_B#7 Status:Deconfigured;
    *   CLKU_B#0 Status:Deconfigured;
    *   CLKU_B#1 Status:Deconfigured;
    XSCF> showstatus
    *   CMU#0 Status:Deconfigured;
    *       CPUM#0-CHIP#0 Status:Deconfigured;
    * CPUM#1-CHIP#0 Status:Deconfigured;
    *       MEM#00A Status:Deconfigured;
    *       MEM#01A Status:Deconfigured;
    *       MEM#02A Status:Deconfigured;
    *       MEM#03A Status:Deconfigured;
    *       MEM#10A Status:Deconfigured;
    *       MEM#11A Status:Deconfigured;
    *       MEM#12A Status:Deconfigured;
    *       MEM#13A Status:Deconfigured;
    *       MEM#20A Status:Deconfigured;
    *       MEM#21A Status:Deconfigured;
    *       MEM#22A Status:Deconfigured;
    *       MEM#23A Status:Deconfigured;
    *       MEM#30A Status:Deconfigured;
    *       MEM#31A Status:Deconfigured;
    *       MEM#32A Status:Deconfigured;
    *       MEM#33A Status:Deconfigured;
    *   CMU#1 Status:Deconfigured;
    * CPUM#0-CHIP#0 Status:Deconfigured;
    * CPUM#1-CHIP#0 Status:Deconfigured;
    *       MEM#00A Status:Deconfigured;
    *       MEM#01A Status:Deconfigured;
    *       MEM#02A Status:Deconfigured;
    *       MEM#03A Status:Deconfigured;
    *       MEM#10A Status:Deconfigured;
    *       MEM#11A Status:Deconfigured;
    *       MEM#12A Status:Deconfigured;
    *       MEM#13A Status:Deconfigured;
    *       MEM#20A Status:Deconfigured;
    *       MEM#21A Status:Deconfigured;
    *       MEM#22A Status:Deconfigured;
    *       MEM#23A Status:Deconfigured;
    *       MEM#30A Status:Deconfigured;
    *       MEM#31A Status:Deconfigured;
    *       MEM#32A Status:Deconfigured;
    *       MEM#33A Status:Deconfigured;
    *   CMU#2 Status:Deconfigured;
    * CPUM#0-CHIP#0 Status:Deconfigured;
    * CPUM#1-CHIP#0 Status:Deconfigured;
    *       CPUM#2-CHIP#0 Status:Deconfigured;
    * CPUM#3-CHIP#0 Status:Deconfigured;
    *       MEM#00A Status:Deconfigured;
    *       MEM#01A Status:Deconfigured;
    *       MEM#02A Status:Deconfigured;
    *       MEM#03A Status:Deconfigured;
    *       MEM#10A Status:Deconfigured;
    *       MEM#11A Status:Deconfigured;
    *       MEM#12A Status:Deconfigured;
    *       MEM#13A Status:Deconfigured;
    *       MEM#20A Status:Deconfigured;
    *       MEM#21A Status:Deconfigured;
    *       MEM#22A Status:Deconfigured;
    *       MEM#23A Status:Deconfigured;
    *       MEM#30A Status:Deconfigured;
    *       MEM#31A Status:Deconfigured;
    *       MEM#32A Status:Deconfigured;
    *       MEM#33A Status:Deconfigured;
    *   CMU#3 Status:Deconfigured;
    * CPUM#0-CHIP#0 Status:Deconfigured;
    *       CPUM#1-CHIP#0 Status:Deconfigured;
    *       MEM#00A Status:Deconfigured;
    *       MEM#01A Status:Deconfigured;
    *       MEM#02A Status:Deconfigured;
    *       MEM#03A Status:Deconfigured;
    *       MEM#10A Status:Deconfigured;
    *       MEM#11A Status:Deconfigured;
    *       MEM#12A Status:Deconfigured;
    *       MEM#13A Status:Deconfigured;
    *       MEM#20A Status:Deconfigured;
    *       MEM#21A Status:Deconfigured;
    *       MEM#22A Status:Deconfigured;
    *       MEM#23A Status:Deconfigured;
    *       MEM#30A Status:Deconfigured;
    *       MEM#31A Status:Deconfigured;
    *       MEM#32A Status:Deconfigured;
    *       MEM#33A Status:Deconfigured;
    *   CMU#4 Status:Deconfigured;
    * CPUM#0-CHIP#0 Status:Deconfigured;
    * CPUM#1-CHIP#0 Status:Deconfigured;
    *       MEM#00A Status:Deconfigured;
    *       MEM#01A Status:Deconfigured;
    *       MEM#02A Status:Deconfigured;
    *       MEM#03A Status:Deconfigured;
    *       MEM#10A Status:Deconfigured;
    *       MEM#11A Status:Deconfigured;
    *       MEM#12A Status:Deconfigured;
    *       MEM#13A Status:Deconfigured;
    *       MEM#20A Status:Deconfigured;
    *       MEM#21A Status:Deconfigured;
    *       MEM#22A Status:Deconfigured;
    *       MEM#23A Status:Deconfigured;
    *       MEM#30A Status:Deconfigured;
    *       MEM#31A Status:Deconfigured;
    *       MEM#32A Status:Deconfigured;
    *       MEM#33A Status:Deconfigured;
    *   CMU#5 Status:Deconfigured;
    * CPUM#0-CHIP#0 Status:Deconfigured;
    * CPUM#1-CHIP#0 Status:Deconfigured;
    * CPUM#2-CHIP#0 Status:Deconfigured;
    * CPUM#3-CHIP#0 Status:Deconfigured;
    *       MEM#00A Status:Deconfigured;
    *       MEM#01A Status:Deconfigured;
    *       MEM#02A Status:Deconfigured;
    *       MEM#03A Status:Deconfigured;
    *       MEM#10A Status:Deconfigured;
    *       MEM#11A Status:Deconfigured;
    *       MEM#12A Status:Deconfigured;
    *       MEM#13A Status:Deconfigured;
    *       MEM#20A Status:Deconfigured;
    *       MEM#21A Status:Deconfigured;
    *       MEM#22A Status:Deconfigured;
    *       MEM#23A Status:Deconfigured;
    *       MEM#30A Status:Deconfigured;
    *       MEM#31A Status:Deconfigured;
    *       MEM#32A Status:Deconfigured;
    *       MEM#33A Status:Deconfigured;
    *   CMU#6 Status:Deconfigured;
    * CPUM#0-CHIP#0 Status:Deconfigured;
    * CPUM#1-CHIP#0 Status:Deconfigured;
    * CPUM#2-CHIP#0 Status:Deconfigured;
    * CPUM#3-CHIP#0 Status:Deconfigured;
    *       MEM#00A Status:Deconfigured;
    *       MEM#01A Status:Deconfigured;
    *       MEM#02A Status:Deconfigured;
    *       MEM#03A Status:Deconfigured;
    *       MEM#10A Status:Deconfigured;
    *       MEM#11A Status:Deconfigured;
    *       MEM#12A Status:Deconfigured;
    *       MEM#13A Status:Deconfigured;
    *       MEM#20A Status:Deconfigured;
    *       MEM#21A Status:Deconfigured;
    *       MEM#22A Status:Deconfigured;
    *       MEM#23A Status:Deconfigured;
    *       MEM#30A Status:Deconfigured;
    *       MEM#31A Status:Deconfigured;
    *       MEM#32A Status:Deconfigured;
    *       MEM#33A Status:Deconfigured;
    *   CMU#7 Status:Deconfigured;
    * CPUM#0-CHIP#0 Status:Deconfigured;
    * CPUM#1-CHIP#0 Status:Deconfigured;
    *       MEM#00A Status:Deconfigured;
    *       MEM#01A Status:Deconfigured;
    *       MEM#02A Status:Deconfigured;
    *       MEM#03A Status:Deconfigured;
    *       MEM#10A Status:Deconfigured;
    *       MEM#11A Status:Deconfigured;
    *       MEM#12A Status:Deconfigured;
    *       MEM#13A Status:Deconfigured;
    *       MEM#20A Status:Deconfigured;
    *       MEM#21A Status:Deconfigured;
    *       MEM#22A Status:Deconfigured;
    *       MEM#23A Status:Deconfigured;
    *       MEM#30A Status:Deconfigured;
    *       MEM#31A Status:Deconfigured;
    *       MEM#32A Status:Deconfigured;
    *       MEM#33A Status:Deconfigured;
    *   IOU#0 Status:Deconfigured;
    *   IOU#1 Status:Deconfigured;
    *   IOU#2 Status:Deconfigured;
    *   IOU#4 Status:Deconfigured;
    *   IOU#5 Status:Deconfigured;
    *   IOU#6 Status:Deconfigured;
    *   IOU#7 Status:Deconfigured;
    *   XBU_B#0 Status:Deconfigured;
    *   XBU_B#1 Status:Deconfigured;
    *   XBU_B#2 Status:Deconfigured;
    *   XBU_B#3 Status:Deconfigured;
    *   XBU_B#4 Status:Deconfigured;
    *   XBU_B#5 Status:Deconfigured;
    *   XBU_B#6 Status:Deconfigured;
    *   XBU_B#7 Status:Deconfigured;
    *   CLKU_B#0 Status:Deconfigured;
    *   CLKU_B#1 Status:Deconfigured;

    more console output:
    XSCF> showhardconf
    SPARC Enterprise M9000;
        + Serial:AKD1040106; Operator_Panel_Switch:Locked;
        + Power_Supply_System:Dual-3Phase; Ex:Dual-3Phase; SCF-ID:XSCF#0;
        + System_Power:Off; System_Phase:Cabinet Power Off;
        Domain#0 Domain_Status:Powered Off;
    *   CMU#0 Status:Deconfigured; Ver:0101h; Serial:PP094101HW  ;
            + FRU-Part-Number:CA06620-D002 F0   /371-2214-06          ;
            + Memory_Size:32 GB;
            + Type:A;
    *       CPUM#0-CHIP#0 Status:Deconfigured; Ver:0801h; Serial:PP103800WA  ;
                + FRU-Part-Number:CA06620-D044 C1   /375-3580-03          ;
                + Freq:2.520 GHz; Type:32;
                + Core:4; Strand:2;
    *       CPUM#1-CHIP#0 Status:Deconfigured; Ver:0801h; Serial:PP103800VW  ;
                + FRU-Part-Number:CA06620-D044 C1   /375-3580-03          ;
                + Freq:2.520 GHz; Type:32;
                + Core:4; Strand:2;
    *       MEM#00A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4184eecf;
                + Type:2A; Size:2 GB;
    *       MEM#01A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4134fe52;
                + Type:2A; Size:2 GB;
    *       MEM#02A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4124fe57;
                + Type:2A; Size:2 GB;
    *       MEM#03A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4184eecd;
                + Type:2A; Size:2 GB;
    *       MEM#10A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4114fe5a;
                + Type:2A; Size:2 GB;
    *       MEM#11A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4134fe61;
                + Type:2A; Size:2 GB;
    *       MEM#12A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4184eeda;
                + Type:2A; Size:2 GB;
    *       MEM#13A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4164eeda;
                + Type:2A; Size:2 GB;
    *       MEM#20A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4114fe57;
                + Type:2A; Size:2 GB;
    *       MEM#21A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4144fe56;
                + Type:2A; Size:2 GB;
    *       MEM#22A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4154eed8;
                + Type:2A; Size:2 GB;
    *       MEM#23A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4124fe5a;
                + Type:2A; Size:2 GB;
    *       MEM#30A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4174eed9;
                + Type:2A; Size:2 GB;
    *       MEM#31A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4134fe58;
                + Type:2A; Size:2 GB;
    *       MEM#32A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4144fe49;
                + Type:2A; Size:2 GB;
    *       MEM#33A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4174eeda;
                + Type:2A; Size:2 GB;
    *   CMU#1 Status:Deconfigured; Ver:0101h; Serial:PP094003QM  ;
            + FRU-Part-Number:CA06620-D002 F0   /371-2214-06          ;
            + Memory_Size:32 GB;
            + Type:A;
    *       CPUM#0-CHIP#0 Status:Deconfigured; Ver:0801h; Serial:PP103800W3  ;
                + FRU-Part-Number:CA06620-D044 C1   /375-3580-03          ;
                + Freq:2.520 GHz; Type:32;
                + Core:4; Strand:2;
    *       CPUM#1-CHIP#0 Status:Deconfigured; Ver:0801h; Serial:PP103802RU  ;
                + FRU-Part-Number:CA06620-D044 C1   /375-3580-03          ;
                + Freq:2.520 GHz; Type:32;
                + Core:4; Strand:2;
    *       MEM#00A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4124fe61;
                + Type:2A; Size:2 GB;
    *       MEM#01A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4174eed3;
                + Type:2A; Size:2 GB;
    *       MEM#02A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4164eed8;
                + Type:2A; Size:2 GB;
    *       MEM#03A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4134fe56;
                + Type:2A; Size:2 GB;
    *       MEM#10A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4154eed1;
                + Type:2A; Size:2 GB;
    *       MEM#11A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4184eee2;
                + Type:2A; Size:2 GB;
    *       MEM#12A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4164eec7;
                + Type:2A; Size:2 GB;
    *       MEM#13A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4184eed8;
                + Type:2A; Size:2 GB;
    *       MEM#20A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4134fe51;
                + Type:2A; Size:2 GB;
    *       MEM#21A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4174eed8;
                + Type:2A; Size:2 GB;
    *       MEM#22A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4154eec3;
                + Type:2A; Size:2 GB;
    *       MEM#23A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4184eed7;
                + Type:2A; Size:2 GB;
    *       MEM#30A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4114fe59;
                + Type:2A; Size:2 GB;
    *       MEM#31A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4134fe57;
                + Type:2A; Size:2 GB;
    *       MEM#32A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4184eec2;
                + Type:2A; Size:2 GB;
    *       MEM#33A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4174eedb;
                + Type:2A; Size:2 GB;
    *   CMU#2 Status:Deconfigured; Ver:0101h; Serial:PP09400777  ;
            + FRU-Part-Number:CA06620-D002 F0   /371-2214-06          ;
            + Memory_Size:64 GB;
            + Type:A;
    *       CPUM#0-CHIP#0 Status:Deconfigured; Ver:0801h; Serial:PP103800W6  ;
                + FRU-Part-Number:CA06620-D044 C1   /375-3580-03          ;
                + Freq:2.520 GHz; Type:32;
                + Core:4; Strand:2;
    *       CPUM#1-CHIP#0 Status:Deconfigured; Ver:0801h; Serial:PP103800W1  ;
                + FRU-Part-Number:CA06620-D044 C1   /375-3580-03          ;
                + Freq:2.520 GHz; Type:32;
                + Core:4; Strand:2;
    *       CPUM#2-CHIP#0 Status:Deconfigured; Ver:0801h; Serial:PP103802S7  ;
                + FRU-Part-Number:CA06620-D044 C1   /375-3580-03          ;
                + Freq:2.520 GHz; Type:32;
                + Core:4; Strand:2;
    *       CPUM#3-CHIP#0 Status:Deconfigured; Ver:0801h; Serial:PP103800W9  ;
                + FRU-Part-Number:CA06620-D044 C1   /375-3580-03          ;
                + Freq:2.520 GHz; Type:32;
                + Core:4; Strand:2;
    *       MEM#00A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-3be92ec1;
                + Type:4B; Size:4 GB;
    *       MEM#01A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-4c4b99f3;
                + Type:4B; Size:4 GB;
    *       MEM#02A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-1a756e35;
                + Type:4B; Size:4 GB;
    *       MEM#03A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-1a756e38;
                + Type:4B; Size:4 GB;
    *       MEM#10A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-1a756e2f;
                + Type:4B; Size:4 GB;
    *       MEM#11A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-1a756e31;
                + Type:4B; Size:4 GB;
    *       MEM#12A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-1a756e3b;
                + Type:4B; Size:4 GB;
    *       MEM#13A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-1a756e3c;
                + Type:4B; Size:4 GB;
    *       MEM#20A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-4c4b9df8;
                + Type:4B; Size:4 GB;
    *       MEM#21A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-4c4b9df7;
                + Type:4B; Size:4 GB;
    *       MEM#22A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-1a756e3d;
                + Type:4B; Size:4 GB;
    *       MEM#23A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-1a756e41;
                + Type:4B; Size:4 GB;
    *       MEM#30A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-1a756e46;
                + Type:4B; Size:4 GB;
    *       MEM#31A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-4c4b9df6;
                + Type:4B; Size:4 GB;
    *       MEM#32A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-1a756e49;
                + Type:4B; Size:4 GB;
    *       MEM#33A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-1a756e42;
                + Type:4B; Size:4 GB;
    *   CMU#3 Status:Deconfigured; Ver:0101h; Serial:PP094005A9  ;
            + FRU-Part-Number:CA06620-D002 F0   /371-2214-06          ;
            + Memory_Size:64 GB;
            + Type:A;
    *       CPUM#0-CHIP#0 Status:Deconfigured; Ver:0801h; Serial:PP103800VR  ;
                + FRU-Part-Number:CA06620-D044 C1   /375-3580-03          ;
                + Freq:2.520 GHz; Type:32;
                + Core:4; Strand:2;
    *       CPUM#1-CHIP#0 Status:Deconfigured; Ver:0801h; Serial:PP103800VS  ;
                + FRU-Part-Number:CA06620-D044 C1   /375-3580-03          ;
                + Freq:2.520 GHz; Type:32;
                + Core:4; Strand:2;
    *       MEM#00A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-4c4b9bbb;
                + Type:4B; Size:4 GB;
    *       MEM#01A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-4c4b9e0b;
                + Type:4B; Size:4 GB;
    *       MEM#02A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-4c4b9df1;
                + Type:4B; Size:4 GB;
    *       MEM#03A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-4c4b9d4d;
                + Type:4B; Size:4 GB;
    *       MEM#10A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-4c4b9e10;
                + Type:4B; Size:4 GB;
    *       MEM#11A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-4c4b9e12;
                + Type:4B; Size:4 GB;
    *       MEM#12A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-1a757066;
                + Type:4B; Size:4 GB;
    *       MEM#13A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-4c4b9c67;
                + Type:4B; Size:4 GB;
    *       MEM#20A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-4c4b9e09;
                + Type:4B; Size:4 GB;
    *       MEM#21A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-4c4b9b1d;
                + Type:4B; Size:4 GB;
    *       MEM#22A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-4c4b9aa2;
                + Type:4B; Size:4 GB;
    *       MEM#23A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-1a756e28;
                + Type:4B; Size:4 GB;
    *       MEM#30A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-4c4b9aa9;
                + Type:4B; Size:4 GB;
    *       MEM#31A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-4c4b9c3d;
                + Type:4B; Size:4 GB;
    *       MEM#32A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-1a756e34;
                + Type:4B; Size:4 GB;
    *       MEM#33A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-1a756e2b;
                + Type:4B; Size:4 GB;
    *   CMU#4 Status:Deconfigured; Ver:0101h; Serial:PP094101HR  ;
            + FRU-Part-Number:CA06620-D002 F0   /371-2214-06          ;
            + Memory_Size:64 GB;
            + Type:A;
    *       CPUM#0-CHIP#0 Status:Deconfigured; Ver:0801h; Serial:PP102503B2  ;
                + FRU-Part-Number:CA06620-D044 C1   /375-3580-03          ;
                + Freq:2.520 GHz; Type:32;
                + Core:4; Strand:2;
    *       CPUM#1-CHIP#0 Status:Deconfigured; Ver:0801h; Serial:PP103802RW  ;
                + FRU-Part-Number:CA06620-D044 C1   /375-3580-03          ;
                + Freq:2.520 GHz; Type:32;
                + Core:4; Strand:2;
    *       MEM#00A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-4c4b9bbd;
                + Type:4B; Size:4 GB;
    *       MEM#01A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-4c4b9e0d;
                + Type:4B; Size:4 GB;
    *       MEM#02A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-4c4b9df2;
                + Type:4B; Size:4 GB;
    *       MEM#03A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-4c4b9ba9;
                + Type:4B; Size:4 GB;
    *       MEM#10A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-4c4b9e11;
                + Type:4B; Size:4 GB;
    *       MEM#11A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-4c4b9e13;
                + Type:4B; Size:4 GB;
    *       MEM#12A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-1a75702c;
                + Type:4B; Size:4 GB;
    *       MEM#13A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-4c4b9c90;
                + Type:4B; Size:4 GB;
    *       MEM#20A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-4c4b9e0e;
                + Type:4B; Size:4 GB;
    *       MEM#21A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-4c4b9e0c;
                + Type:4B; Size:4 GB;
    *       MEM#22A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-4c4b99f9;
                + Type:4B; Size:4 GB;
    *       MEM#23A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-1a756e32;
                + Type:4B; Size:4 GB;
    *       MEM#30A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-4c4b9c9d;
                + Type:4B; Size:4 GB;
    *       MEM#31A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-4c4b9d0b;
                + Type:4B; Size:4 GB;
    *       MEM#32A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-1a756e2e;
                + Type:4B; Size:4 GB;
    *       MEM#33A Status:Deconfigured;
                + Code:2c000000000000000136HTF51272PY-667G10100-1a756e29;
                + Type:4B; Size:4 GB;
    *   CMU#5 Status:Deconfigured; Ver:0101h; Serial:PP073705FT  ;
            + FRU-Part-Number:CA06620-D002 C0   /371-2214-03          ;
            + Memory_Size:128 GB;
            + Type:A;
    *       CPUM#0-CHIP#0 Status:Deconfigured; Ver:0801h; Serial:PP103800VY  ;
                + FRU-Part-Number:CA06620-D044 C1   /375-3580-03          ;
                + Freq:2.520 GHz; Type:32;
                + Core:4; Strand:2;
    *       CPUM#1-CHIP#0 Status:Deconfigured; Ver:0801h; Serial:PP103800W7  ;
                + FRU-Part-Number:CA06620-D044 C1   /375-3580-03          ;
                + Freq:2.520 GHz; Type:32;
                + Core:4; Strand:2;
    *       CPUM#2-CHIP#0 Status:Deconfigured; Ver:0801h; Serial:PP103800VN  ;
                + FRU-Part-Number:CA06620-D044 C1   /375-3580-03          ;
                + Freq:2.520 GHz; Type:32;
                + Core:4; Strand:2;
    *       CPUM#3-CHIP#0 Status:Deconfigured; Ver:0801h; Serial:PP103800VQ  ;
                + FRU-Part-Number:CA06620-D044 C1   /375-3580-03          ;
                + Freq:2.520 GHz; Type:32;
                + Core:4; Strand:2;
    *       MEM#00A Status:Deconfigured;
                + Code:2c000000000000000136HTS1G72PY-667A1 0100-4c4d186c;
                + Type:8B; Size:8 GB;
    *       MEM#01A Status:Deconfigured;
                + Code:2c000000000000000136HTS1G72PY-667A1 0100-4c4d1868;
                + Type:8B; Size:8 GB;
    *       MEM#02A Status:Deconfigured;
                + Code:2c000000000000000136HTS1G72PY-667A1 0100-4c4d1862;
                + Type:8B; Size:8 GB;
    *       MEM#03A Status:Deconfigured;
                + Code:2c000000000000000136HTS1G72PY-667A1 0100-4c4d185d;
                + Type:8B; Size:8 GB;
    *       MEM#10A Status:Deconfigured;
                + Code:2c000000000000000136HTS1G72PY-667A1 0100-4c4d186e;
                + Type:8B; Size:8 GB;
    *       MEM#11A Status:Deconfigured;
                + Code:2c000000000000000136HTS1G72PY-667A1 0100-4c4d1866;
                + Type:8B; Size:8 GB;
    *       MEM#12A Status:Deconfigured;
                + Code:2c000000000000000136HTS1G72PY-667A1 0100-4c4d1870;
                + Type:8B; Size:8 GB;
    *       MEM#13A Status:Deconfigured;
                + Code:2c000000000000000136HTS1G72PY-667A1 0100-4c4d1872;
                + Type:8B; Size:8 GB;
    *       MEM#20A Status:Deconfigured;
                + Code:2c000000000000000136HTS1G72PY-667A1 0100-4c4d1854;
                + Type:8B; Size:8 GB;
    *       MEM#21A Status:Deconfigured;
                + Code:2c000000000000000136HTS1G72PY-667A1 0100-4c4d184f;
                + Type:8B; Size:8 GB;
    *       MEM#22A Status:Deconfigured;
                + Code:2c000000000000000136HTS1G72PY-667A1 0100-4c4d186f;
                + Type:8B; Size:8 GB;
    *       MEM#23A Status:Deconfigured;
                + Code:2c000000000000000136HTS1G72PY-667A1 0100-4c4d1851;
                + Type:8B; Size:8 GB;
    *       MEM#30A Status:Deconfigured;
                + Code:2c000000000000000136HTS1G72PY-667A1 0100-4c4d1841;
                + Type:8B; Size:8 GB;
    *       MEM#31A Status:Deconfigured;
                + Code:2c000000000000000136HTS1G72PY-667A1 0100-4c4d1860;
                + Type:8B; Size:8 GB;
    *       MEM#32A Status:Deconfigured;
                + Code:2c000000000000000136HTS1G72PY-667A1 0100-4c4d183e;
                + Type:8B; Size:8 GB;
    *       MEM#33A Status:Deconfigured;
                + Code:2c000000000000000136HTS1G72PY-667A1 0100-4c4d184b;
                + Type:8B; Size:8 GB;
    *   CMU#6 Status:Deconfigured; Ver:0101h; Serial:PP0940076P  ;
            + FRU-Part-Number:CA06620-D002 F0   /371-2214-06          ;
            + Memory_Size:128 GB;
            + Type:A;
    *       CPUM#0-CHIP#0 Status:Deconfigured; Ver:0801h; Serial:PP103800W0  ;
                + FRU-Part-Number:CA06620-D044 C1   /375-3580-03          ;
                + Freq:2.520 GHz; Type:32;
                + Core:4; Strand:2;
    *       CPUM#1-CHIP#0 Status:Deconfigured; Ver:0801h; Serial:PP103800WG  ;
                + FRU-Part-Number:CA06620-D044 C1   /375-3580-03          ;
                + Freq:2.520 GHz; Type:32;
                + Core:4; Strand:2;
    *       CPUM#2-CHIP#0 Status:Deconfigured; Ver:0801h; Serial:PP103802RT  ;
                + FRU-Part-Number:CA06620-D044 C1   /375-3580-03          ;
                + Freq:2.520 GHz; Type:32;
                + Core:4; Strand:2;
    *       CPUM#3-CHIP#0 Status:Deconfigured; Ver:0801h; Serial:PP103800W5  ;
                + FRU-Part-Number:CA06620-D044 C1   /375-3580-03          ;
                + Freq:2.520 GHz; Type:32;
                + Core:4; Strand:2;
    *       MEM#00A Status:Deconfigured;
                + Code:2c000000000000000136HTS1G72PY-667A1 0100-4c4d186d;
                + Type:8B; Size:8 GB;
    *       MEM#01A Status:Deconfigured;
                + Code:2c000000000000000136HTS1G72PY-667A1 0100-4c4d186a;
                + Type:8B; Size:8 GB;
    *       MEM#02A Status:Deconfigured;
                + Code:2c000000000000000136HTS1G72PY-667A1 0100-4c4d187d;
                + Type:8B; Size:8 GB;
    *       MEM#03A Status:Deconfigured;
                + Code:2c000000000000000136HTS1G72PY-667A1 0100-4c4d1880;
                + Type:8B; Size:8 GB;
    *       MEM#10A Status:Deconfigured;
                + Code:2c000000000000000136HTS1G72PY-667A1 0100-4c4d1857;
                + Type:8B; Size:8 GB;
    *       MEM#11A Status:Deconfigured;
                + Code:2c000000000000000136HTS1G72PY-667A1 0100-4c4d1869;
                + Type:8B; Size:8 GB;
    *       MEM#12A Status:Deconfigured;
                + Code:2c000000000000000c36HTS1G72PY-667A1 0100-d945dea5;
                + Type:8B; Size:8 GB;
    *       MEM#13A Status:Deconfigured;
                + Code:2c000000000000000136HTS1G72PY-667A1 0100-4c4d1861;
                + Type:8B; Size:8 GB;
    *       MEM#20A Status:Deconfigured;
                + Code:2c000000000000000136HTS1G72PY-667A1 0100-4c4d1871;
                + Type:8B; Size:8 GB;
    *       MEM#21A Status:Deconfigured;
                + Code:2c000000000000000136HTS1G72PY-667A1 0100-4c4d184e;
                + Type:8B; Size:8 GB;
    *       MEM#22A Status:Deconfigured;
                + Code:2c000000000000000136HTS1G72PY-667A1 0100-4c4d1863;
                + Type:8B; Size:8 GB;
    *       MEM#23A Status:Deconfigured;
                + Code:2c000000000000000136HTS1G72PY-667A1 0100-4c4d1852;
                + Type:8B; Size:8 GB;
    *       MEM#30A Status:Deconfigured;
                + Code:2c000000000000000136HTS1G72PY-667A1 0100-4c4d1837;
                + Type:8B; Size:8 GB;
    *       MEM#31A Status:Deconfigured;
                + Code:2c000000000000000136HTS1G72PY-667A1 0100-4c4d184a;
                + Type:8B; Size:8 GB;
    *       MEM#32A Status:Deconfigured;
                + Code:2c000000000000000136HTS1G72PY-667A1 0100-4c4d183d;
                + Type:8B; Size:8 GB;
    *       MEM#33A Status:Deconfigured;
                + Code:2c000000000000000136HTS1G72PY-667A1 0100-4c4d184c;
                + Type:8B; Size:8 GB;
    *   CMU#7 Status:Deconfigured; Ver:0101h; Serial:PP094101HT  ;
            + FRU-Part-Number:CA06620-D002 F0   /371-2214-06          ;
            + Memory_Size:32 GB;
            + Type:A;
    *       CPUM#0-CHIP#0 Status:Deconfigured; Ver:0801h; Serial:PP103800W8  ;
                + FRU-Part-Number:CA06620-D044 C1   /375-3580-03          ;
                + Freq:2.520 GHz; Type:32;
                + Core:4; Strand:2;
    *       CPUM#1-CHIP#0 Status:Deconfigured; Ver:0801h; Serial:PP103800VX  ;
                + FRU-Part-Number:CA06620-D044 C1   /375-3580-03          ;
                + Freq:2.520 GHz; Type:32;
                + Core:4; Strand:2;
    *       MEM#00A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4164eecf;
                + Type:2A; Size:2 GB;
    *       MEM#01A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4154eeda;
                + Type:2A; Size:2 GB;
    *       MEM#02A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4134fe41;
                + Type:2A; Size:2 GB;
    *       MEM#03A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4164eec3;
                + Type:2A; Size:2 GB;
    *       MEM#10A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4174eed7;
                + Type:2A; Size:2 GB;
    *       MEM#11A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4124fe4c;
                + Type:2A; Size:2 GB;
    *       MEM#12A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4124fe4b;
                + Type:2A; Size:2 GB;
    *       MEM#13A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4164eedb;
                + Type:2A; Size:2 GB;
    *       MEM#20A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4164eecd;
                + Type:2A; Size:2 GB;
    *       MEM#21A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4174eecd;
                + Type:2A; Size:2 GB;
    *       MEM#22A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4184eecc;
                + Type:2A; Size:2 GB;
    *       MEM#23A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4174eecb;
                + Type:2A; Size:2 GB;
    *       MEM#30A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4124fe56;
                + Type:2A; Size:2 GB;
    *       MEM#31A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4114fe56;
                + Type:2A; Size:2 GB;
    *       MEM#32A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4124fe47;
                + Type:2A; Size:2 GB;
    *       MEM#33A Status:Deconfigured;
                + Code:ad0000000000000001HYMP125P72CP4-Y5  4141-4164eec8;
                + Type:2A; Size:2 GB;
    *   IOU#0 Status:Deconfigured; Ver:0101h; Serial:PP102406F6  ;
            + FRU-Part-Number:CA06620-D102 C4   /371-2217-03          ;
            + Type:A;
    *   IOU#1 Status:Deconfigured; Ver:0101h; Serial:PP10240319  ;
            + FRU-Part-Number:CA06620-D102 C4   /371-2217-03          ;
            + Type:A;
    *   IOU#2 Status:Deconfigured; Ver:0101h; Serial:PP102404RM  ;
            + FRU-Part-Number:CA06620-D102 C4   /371-2217-03          ;
            + Type:A;
    *   IOU#4 Status:Deconfigured; Ver:0101h; Serial:PP1024031B  ;
            + FRU-Part-Number:CA06620-D102 C4   /371-2217-03          ;
            + Type:A;
    *   IOU#5 Status:Deconfigured; Ver:0101h; Serial:PP102401PZ  ;
            + FRU-Part-Number:CA06620-D102 C4   /371-2217-03          ;
            + Type:A;
    *   IOU#6 Status:Deconfigured; Ver:0101h; Serial:PP072600CM  ;
            + FRU-Part-Number:CA06620-D102 D1   /371-2217-04          ;
            + Type:A;
    *   IOU#7 Status:Deconfigured; Ver:0101h; Serial:PP1023079A  ;
            + FRU-Part-Number:CA06620-D102 C4   /371-2217-03          ;
            + Type:A;
        XSCFU_B#0 Status:Normal,Active; Ver:0201h; Serial:PP120400F1  ;
            + FRU-Part-Number:CA06620-D342 E0   /371-2228-05          ;
        XSCFU_B#1 Status:Normal,Standby; Ver:0201h; Serial:PP101501RR  ;
            + FRU-Part-Number:CA06620-D342 D1   /371-2228-04          ;
    *   XBU_B#0 Status:Deconfigured; Ver:0201h; Serial:PP101208H5  ;
            + FRU-Part-Number:CA06620-D302 C0   /371-2240-03          ;
    *   XBU_B#1 Status:Deconfigured; Ver:0201h; Serial:PP101208L8  ;
            + FRU-Part-Number:CA06620-D302 C0   /371-2240-03          ;
    *   XBU_B#2 Status:Deconfigured; Ver:0201h; Serial:PP101208LA  ;
            + FRU-Part-Number:CA06620-D302 C0   /371-2240-03          ;
    *   XBU_B#3 Status:Deconfigured; Ver:0201h; Serial:PP101208H4  ;
            + FRU-Part-Number:CA06620-D302 C0   /371-2240-03          ;
    *   XBU_B#4 Status:Deconfigured; Ver:0201h; Serial:PP10130017  ;
            + FRU-Part-Number:CA06620-D302 C0   /371-2240-03          ;
    *   XBU_B#5 Status:Deconfigured; Ver:0201h; Serial:PP101208GV  ;
            + FRU-Part-Number:CA06620-D302 C0   /371-2240-03          ;
    *   XBU_B#6 Status:Deconfigured; Ver:0201h; Serial:PP101208LD  ;
            + FRU-Part-Number:CA06620-D302 C0   /371-2240-03          ;
    *   XBU_B#7 Status:Deconfigured; Ver:0201h; Serial:PP1013001C  ;
            + FRU-Part-Number:CA06620-D302 C0   /371-2240-03          ;
    *   CLKU_B#0 Status:Deconfigured; Ver:0201h; Serial:PP101503CJ  ;
            + FRU-Part-Number:CA06620-D322 C1   /371-2230-03          ;
    *   CLKU_B#1 Status:Deconfigured; Ver:0201h; Serial:PP101501K2  ;
            + FRU-Part-Number:CA06620-D322 C1   /371-2230-03          ;
        OPNL#0 Status:Normal; Ver:0101h; Serial:PP1029033S  ;
            + FRU-Part-Number:CA06620-D382 A2   /371-2239-01          ;
        PSU#0 Status:Normal; Serial:FA10177239;
            + FRU-Part-Number:CA01022-0690 18H  /371-2219-08   ;
            + Power_Status:Off;
        PSU#1 Status:Normal; Serial:FA10177271;
            + FRU-Part-Number:CA01022-0690 18H  /371-2219-08   ;
            + Power_Status:Off;
        PSU#2 Status:Normal; Serial:FA10177284;
            + FRU-Part-Number:CA01022-0690 18H  /371-2219-08   ;
            + Power_Status:Off;
        PSU#3 Status:Normal; Serial:FA10177288;
            + FRU-Part-Number:CA01022-0690 18H  /371-2219-08   ;
            + Power_Status:Off;
        PSU#4 Status:Normal; Serial:FA10177272;
            + FRU-Part-Number:CA01022-0690 18H  /371-2219-08   ;
            + Power_Status:Off;
        PSU#5 Status:Normal; Serial:FA10177283;
            + FRU-Part-Number:CA01022-0690 18H  /371-2219-08   ;
            + Power_Status:Off;
        PSU#6 Status:Normal; Serial:FA10177056;
            + FRU-Part-Number:CA01022-0690 18H  /371-2219-08   ;
            + Power_Status:Off;
        PSU#7 Status:Normal; Serial:FA10177254;
            + FRU-Part-Number:CA01022-0690 18H  /371-2219-08   ;
            + Power_Status:Off;
        PSU#8 Status:Normal; Serial:FA10177256;
            + FRU-Part-Number:CA01022-0690 18H  /371-2219-08   ;
            + Power_Status:Off;
        PSU#9 Status:Normal; Serial:FA10177265;
            + FRU-Part-Number:CA01022-0690 18H  /371-2219-08   ;
            + Power_Status:Off;
        PSU#10 Status:Normal; Serial:FA10177240;
            + FRU-Part-Number:CA01022-0690 18H  /371-2219-08   ;
            + Power_Status:Off;
        PSU#11 Status:Normal; Serial:FA10177253;
            + FRU-Part-Number:CA01022-0690 18H  /371-2219-08   ;
            + Power_Status:Off;
        PSU#12 Status:Normal; Serial:FA10177255;
            + FRU-Part-Number:CA01022-0690 18H  /371-2219-08   ;
            + Power_Status:Off;
        PSU#13 Status:Normal; Serial:FA10177287;
            + FRU-Part-Number:CA01022-0690 18H  /371-2219-08   ;
            + Power_Status:Off;
        PSU#14 Status:Normal; Serial:FA10177286;
            + FRU-Part-Number:CA01022-0690 18H  /371-2219-08   ;
            + Power_Status:Off;
        PSU#40 Status:Normal; Serial:FA10198090;
            + FRU-Part-Number:CA01022-0690 18H  /371-2219-08   ;
            + Power_Status:Off;
        PSU#41 Status:Normal; Serial:FA10177252;
            + FRU-Part-Number:CA01022-0690 18H  /371-2219-08   ;
            + Power_Status:Off;
        PSU#42 Status:Normal; Serial:FA10177249;
            + FRU-Part-Number:CA01022-0690 18H  /371-2219-08   ;
            + Power_Status:Off;
        PSU#43 Status:Normal; Serial:FA10177251;
            + FRU-Part-Number:CA01022-0690 18H  /371-2219-08   ;
            + Power_Status:Off;
        PSU#44 Status:Normal; Serial:FA10177281;
            + FRU-Part-Number:CA01022-0690 18H  /371-2219-08   ;
            + Power_Status:Off;
        PSU#45 Status:Normal; Serial:FA10177282;
            + FRU-Part-Number:CA01022-0690 18H  /371-2219-08   ;
            + Power_Status:Off;
        PSU#46 Status:Normal; Serial:FA10177268;
            + FRU-Part-Number:CA01022-0690 18H  /371-2219-08   ;
            + Power_Status:Off;
        PSU#47 Status:Normal; Serial:FA10177285;
            + FRU-Part-Number:CA01022-0690 18H  /371-2219-08   ;
            + Power_Status:Off;
        PSU#48 Status:Normal; Serial:FA10156504;
            + FRU-Part-Number:CA01022-0690 18H  /371-2219-08   ;
            + Power_Status:Off;
        PSU#49 Status:Normal; Serial:FA10177270;
            + FRU-Part-Number:CA01022-0690 18H  /371-2219-08   ;
            + Power_Status:Off;
        PSU#50 Status:Normal; Serial:FA10156501;
            + FRU-Part-Number:CA01022-0690 18H  /371-2219-08   ;
            + Power_Status:Off;
        PSU#51 Status:Normal; Serial:FA10177044;
            + FRU-Part-Number:CA01022-0690 18H  /371-2219-08   ;
            + Power_Status:Off;
        PSU#52 Status:Normal; Serial:FA10177043;
            + FRU-Part-Number:CA01022-0690 18H  /371-2219-08   ;
            + Power_Status:Off;
        PSU#53 Status:Normal; Serial:FA10177269;
            + FRU-Part-Number:CA01022-0690 18H  /371-2219-08   ;
            + Power_Status:Off;
        PSU#54 Status:Normal; Serial:FA10177266;
            + FRU-Part-Number:CA01022-0690 18H  /371-2219-08   ;
            + Power_Status:Off;
        FANBP_A#0 Status:Normal; Ver:0101h; Serial:PP101705JD  ;
            + FRU-Part-Number:CA21128-B71X 008AE/371-2222-05          ;
            FAN_A#0 Status:Normal; Serial:PP102004X0  ;
                + FRU-Part-Number:CA06622-D012 A5   /371-2237-01          ;
            FAN_A#1 Status:Normal; Serial:PP102004L2  ;
                + FRU-Part-Number:CA06622-D012 A5   /371-2237-01          ;
            FAN_A#2 Status:Normal; Serial:PP102004L3  ;
                + FRU-Part-Number:CA06622-D012 A5   /371-2237-01          ;
            FAN_A#3 Status:Normal; Serial:PP102004L1  ;
                + FRU-Part-Number:CA06622-D012 A5   /371-2237-01          ;
            FAN_A#10 Status:Normal; Serial:PP102004L0  ;
                + FRU-Part-Number:CA06622-D012 A5   /371-2237-01          ;
            FAN_A#11 Status:Normal; Serial:PP1020058S  ;
                + FRU-Part-Number:CA06622-D012 A5   /371-2237-01          ;
            FAN_A#12 Status:Normal; Serial:PP102004X2  ;
                + FRU-Part-Number:CA06622-D012 A5   /371-2237-01          ;
            FAN_A#13 Status:Normal; Serial:PP102004NE  ;
                + FRU-Part-Number:CA06622-D012 A5   /371-2237-01          ;
            FAN_A#14 Status:Normal; Serial:PP102004NH  ;
                + FRU-Part-Number:CA06622-D012 A5   /371-2237-01          ;
            FAN_A#15 Status:Normal; Serial:PP102004NF  ;
                + FRU-Part-Number:CA06622-D012 A5   /371-2237-01          ;
        FANBP_B#0 Status:Normal; Ver:0201h; Serial:PP101707F8  ;
            + FRU-Part-Number:CA21128-B72X 008AE/371-2223-05          ;
            FAN_A#4 Status:Normal; Serial:PP1020058V  ;
                + FRU-Part-Number:CA06622-D012 A5   /371-2237-01          ;
            FAN_A#5 Status:Normal; Serial:PP102004NG  ;
                + FRU-Part-Number:CA06622-D012 A5   /371-2237-01          ;
            FAN_A#6 Status:Normal; Serial:PP102004WZ  ;
                + FRU-Part-Number:CA06622-D012 A5   /371-2237-01          ;
            FAN_A#7 Status:Normal; Serial:PP1020058T  ;
                + FRU-Part-Number:CA06622-D012 A5   /371-2237-01          ;
            FAN_A#8 Status:Normal; Serial:PP1020058U  ;
                + FRU-Part-Number:CA06622-D012 A5   /371-2237-01          ;
            FAN_A#9 Status:Normal; Serial:PP102004X1  ;
                + FRU-Part-Number:CA06622-D012 A5   /371-2237-01          ;
        SWBP#0 Status:Normal; Ver:0101h; Serial:PP102905KS  ;
            + FRU-Part-Number:CA20397-B57X 014AE/371-2243-05          ;
        MEDBP#0 Status:Normal; Ver:0101h; Serial:PP102904YK  ;
            + FRU-Part-Number:CA20397-B56X 005AA/371-2244-01          ;
    XSCF>
    XSCF> showenvironment
    Temperature:18.98C
    Humidity:51.11%
    XSCF> showenvironment power
    Operation not supported on this system.
    XSCF>
    XSCF> showboards -a
    XSB  DID(LSB) Assignment  Pwr  Conn Conf Test    Fault
    00-0 00(08)   Assigned    n    n    n    Unknown Faulted
    01-0 SP       Unavailable n    n    n    Unknown Faulted
    02-0 SP       Unavailable n    n    n    Unknown Faulted
    03-0 SP       Unavailable n    n    n    Unknown Faulted
    04-0 SP       Unavailable n    n    n    Unknown Faulted
    05-0 SP       Unavailable n    n    n    Unknown Faulted
    06-0 SP       Unavailable n    n    n    Unknown Faulted
    07-0 SP       Unavailable n    n    n    Unknown Faulted
    XSCF> showdcl -a
    DID   LSB   XSB   Status
    00                Powered Off
          01    01-0
          02    02-0
          03    03-0
          04    04-0
          05    05-0
          06    06-0
          07    07-0
          08    00-0
    01                Powered Off
          00    00-0
    02                Powered Off
          00    02-0
          01    03-0
    03                Powered Off
          00    04-0
    04                Powered Off
          00    01-0
    05                Powered Off
          00    07-0
    06                Powered Off
          00    06-0
    XSCF>
    XSCF> replacefru
    Maintenance/Replacement Menu
    Please select a type of FRU to be replaced.
    1. CMU/IOU    (CPU Memory Board Unit/IO Unit)
    2. FAN        (Fan Unit)
    3. PSU        (Power Supply Unit)
    4. XSCFU      (Extended System Control Facility Unit)
    Select [1-4|c:cancel] :
    XSCF> showhardconf -u
    SPARC Enterprise M9000; Memory_Size:544 GB;
        +-----------------------------------+------------+
        |              FRU                  |  Quantity  |
        +-----------------------------------+------------+
        | CMU                               |       8    |
        |     Type:A;                       |   (   8)   |
        |     CPUM                          |      22    |
        |         Freq:2.520 GHz;           |   (  22)   |
        |     MEM                           |     128    |
        |         Type:2A; Size:2 GB;       |   (  48)   |
        |         Type:4B; Size:4 GB;       |   (  48)   |
        |         Type:8B; Size:8 GB;       |   (  32)   |
        | IOU                               |       7    |
        |     Type:A;                       |   (   7)   |
        | XSCFU_B                           |       2    |
        | XBU_B                             |       8    |
        | CLKU_B                            |       2    |
        | OPNL                              |       1    |
        | PSU                               |      30    |
        | FANBP_A                           |       1    |
        | FANBP_B                           |       1    |
        |     FAN_A                         |      16    |
        | SWBP                              |       1    |
        | MEDBP                             |       1    |
        +-----------------------------------+------------+
    XSCF>

  • NSS4100 RAID DOES NOT START Please check that all components are present

    Hi, The NSS4100 storage system failed to start the raid10.
    The message is:
    Failed to start RAID
    Please check that all components are present
    All the disks are present as you can see in the attached image.The system has been restarted twice. Is there a possibility to start again the raid without losing data?
    Thank you,Dan

    Hi.
    I have exactly the same problem which is discribed first in this Thread.
    We have a NSS 4000.
    4 HDs - RAID 5
    SATA 2 was faulty an the RAID was degraded
    There was no problem with the data on the Volumes. I pulled the disk on SATA 2 (which was the one which no longer was in the RAID). Ich pushed it in again. Then on RAID site i clicked on 'Edit' and then on 'Add'. I thought the RAID would then synchronize the fourth HD and the status is going to be 'Running' and we are safe of one harddisk failiure.
    Log:
    2010-01-04 13:04:49 RAIDA : Rebuild Finished
    2010-01-04 13:04:46 RAIDA has failed.
    2010-01-04 13:04:46 RAIDA has suffered a drive failure.
    2010-01-04 11:27:15 RAIDA : Rebuild Started
    While the process was synchronizing i could access the data on the Volumes.
    But after 90 min the RAID was broken. No Access on the data - no shares. The Status is 'Stopped'. All 4 HDs are Online and the Health Status is 'Passed'
    If i click on Start:  "Failed to start raid. Please check that all components are present."
    I have no saved configuration because i thought that there will be no problem with this 'basic procedure' of a RAID device.
    Even if the HD is broken the RAID should be doing his job in 'Degraded' mode. Thats because i am using a RAID.
    So am i right that our data is gone because only one HD from a RAID 5 seems to be broken?

  • JFrame is showed before all components are added

    In my project all JFrames are undecorated (setUndecorated(true)) and many graphical components are added to the JPanel.
    But, before all components and colors are added to a new JFrame, the user can see for ~1/2 seconds
    the Frame as gray,undecorated.
    How can it be fixed? I set the (J)Frame visible (setVisible(true)) after all components are added to the JPanel of the Frame.
    Please help
    Theodosis

    Just before the you set the from to visible use pack() to arrange the frame's contents.
    pack();
    setVisible(true);

  • Disable All Components in GUI?

    Hi, I am writing a gui using java.awt/javax.swing
    I want to disable all components in my gui (ie. setting all components of my gui to the disabled state by using setEnabled(false) from the java.awt.Component class) except for the Exit Button of the title bar (so that one can still exit the program via the exit button).
    I try using JFrame.setEnabled(false); however, the close button is also disabled. I can go about disabling the panes, the menus, and the buttons separately but that would be too troublesome.
    Anyone have some pointers? Thanks!

    hi
    I think this block of code solve your problem.
              JFrame f=new JFrame();
              f.setSize(400,400);
              f.getContentPane().setLayout(new FlowLayout());
              f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
              JButton b1=new JButton("Demo1");
              JButton b2=new JButton("Demo2");
              f.getContentPane().add(b1);
              f.getContentPane().add(b2);
              Component[] c=f.getContentPane().getComponents();
              System.out.println(c.length);
              for(int i=0;i<c.length;i++)
                   c.setEnabled(false);
              b1.setEnabled(true);
              f.setVisible(true);

Maybe you are looking for