JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Sun Storage 6 Gb SAS PCIe RAID HBA, Internal

Installation Guide For HBA Models SGX-SAS6-R-INT-Z and SG-SAS6-R-INT-Z

Oracle Technology Network
Library
PDF
Print View
Feedback
search filter icon
search icon

Document Information

Using This Documentation

Chapter 1 HBA Overview

Chapter 2 Hardware Installation and Removal

Chapter 3 Creating a Bootable Drive in a Preboot Environment

Chapter 4 HBA Software Installation

Chapter 5 Known Issues

MegaRAID Storage Manager-Related Issues

BackingStoreException Error Messages Occur When Trying to Start the GUI

Debug Messages Are Displayed in the Terminal Window

Error Messages Are Displayed When Attempting to Connect to Another Host

Cannot Enter the Login Password for the GUI and CLI

Administrative Actions Are Inaccessible Through the MSM GUI

Cannot Create a Drive Group Through the MSM GUI

sas_snmp and sas_ir_snmp Errors Occur During the MSM GUI Installation

Connection Refusal Error Messages Occur When Trying to Start the MSM GUI

Monitoring System Is Displayed as a MegaRAID Server in the MSM GUI

MSM GUI Is Not Starting After Becoming the root User

Cannot Locate a Disk Because the Blue Ready-to-Remove LED Is Not Illuminated

Utility-Related Issues

Cannot Save Controller Events From the UEFI HII Menu

Cannot Clear Controller Events From the UEFI HII Menu

The Advanced Software Options Feature on the WebBIOS Utility Menu Is Not Supported

Mouse Actions Are Erratic When Using the WebBIOS Utility

MegaCLI Log Files Are in the /tmp Directory

Unsupported RAID Levels Are Displayed in the MegaCLI Utility

Error Message Occurs After Issuing the MegaCli64 -AdpAlILog -aALL Command

Mouse Clicks Are Not Detected by the WebBIOS Utility

Cannot Tell, Through the WebBIOS Utility, When the Copyback Process Is Completed

Storage-Related Issues

Cannot Boot the Operating System

Blue Ready-to-Remove LED Is Illuminated After Reinserting a Drive

An Unusual Message Is Displayed After Rebooting the System

Appendix A HBA Specifications

Glossary

Connection Refusal Error Messages Occur When Trying to Start the MSM GUI

Bug 15568181

Issue: If xhost access control is enabled on the computer on which the MSM GUI is to be displayed, the following Java exception might occur when you start the GUI:

# /var/opt/MegaRaidStorageManager/startupui.sh
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified
 
Exception in thread "main" java.lang.NoClassDefFoundError: Could not i
nitialize class oracle.awt.X11GraphicsEnvironment
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Unknown Source)
        at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(Un
known Source)
        at oracle.awt.X11.XToolkit.<clinit>(Unknown Source)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Unknown Source)
        at java.awt.Toolkit$2.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.awt.Toolkit.getDefaultToolkit(Unknown Source)
        at oracle.swing.SwingUtilities2$AATextInfo.getAATextInfo(Unknown 
Source)
        at javax.swing.plaf.metal.MetalLookAndFeel.initComponentDefaul
ts(Unknown Source)
        at javax.swing.plaf.basic.BasicLookAndFeel.getDefaults(Unknown
 Source)
        at javax.swing.plaf.metal.MetalLookAndFeel.getDefaults(Unknown
 Source)
        at javax.swing.UIManager.setLookAndFeel(Unknown Source)
        at javax.swing.UIManager.setLookAndFeel(Unknown Source)
        at javax.swing.UIManager.initializeDefaultLAF(Unknown Source)
        at javax.swing.UIManager.initialize(Unknown Source)
        at javax.swing.UIManager.maybeInitialize(Unknown Source)

Workaround: To avoid this Java exception, do the following:

  1. Disable xhost access control by issuing the xhost + command.
  2. Log in to the MSM server and set the DISPLAY variable as appropriate for your system.
  3. Start the MSM GUI.