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

sas_snmp and sas_ir_snmp Errors Occur During the MSM GUI Installation

Bug 15643382

Issue: During the installation of the MSM GUI software on a system that is running the Linux OS, you might encounter the following errors when the sas_snmp and sas_ir_snmp files are being installed:

Installing sas_snmp-3.17-1080
  Preparing...                ########################################### [100%]
     1:sas_snmp               ########################################### [100%]
  ldconfig: /usr/lib/libsassmp.so.0 is not a symbolic link
  
  /etc/snmp/snmpd.conf file not found. Please check the filepath
  Exiting .....
  error: %post(sas_snmp-3.17-1080.i386) scriptlet failed, exit status 1
  Installing sas_ir_snmp-3.17-1081
  Preparing...                ########################################### [100%]
     1:sas_ir_snmp            ########################################### [100%]
  ldconfig: /usr/lib/libsassmp.so.0 is not a symbolic link
  
  /etc/snmp/snmpd.conf file not found. Please check the filepath
  Exiting .....
  error: %post(sas_ir_snmp-3.17-1081.i386) scriptlet failed, exit status 1

Similarly, uninstalling either file might cause the following error to occur:

# rpm -e sas_ir_snmp
  Unregistering Service
  error: %preun(sas_ir_snmp-3.17-1081.i386) scriptlet failed, exit status 1

Workaround: To prevent these errors, uninstall the sas_snmp and sas_ir_snmp files prior to installing the MSM GUI:

# rpm -e --noscripts sas_snmp
# rpm -e --noscripts sas_ir_snmp