![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||||
Solution Type Problem Resolution Sure Solution 2099111.1 : MegaCli command return "No match"
In this Document
Created from <SR 3-11791547101> Applies to:Netra Server X3-2 - Version All Versions to All Versions [Release All Releases]Sun Fire X4270 M2 Server - Version All Versions to All Versions [Release All Releases] Sun Server X3-2L - Version All Versions to All Versions [Release All Releases] Sun Fire X4170 M2 Server - Version All Versions to All Versions [Release All Releases] Sun Server X3-2 - Version All Versions to All Versions [Release All Releases] Information in this document applies to any platform. SymptomsWhen a user runs MegaCli command on either C shell or tcsh, the command will not be executed successfully, below message may output. [root@xxxxxxx MegaCli]# ./MegaCli64 -CfgLdAdd -r0 [252:3] -aAll
./MegaCli64: No match.
Cause'[]' (blacket) is interpreted by C shell or tcsh and it is used for file name substitution. SolutionWe can put an \(backslash) in front to avoid C shell interpret it before executing command. [root@xxxxxxx MegaCli]# /opt/MegaRAID/CLI/MegaCli64 -CfgLdAdd -r0 \[252:3\] -aAll Adapter 0: Created VD 3 Adapter 0: Configured the Adapter!! Exit Code: 0x00
References<NOTE:1536918.1> - Replacing a drive on 8-Port 6Gbps SAS-2 RAID HBA / 6Gbps SAS-2 RAID Expansion Module (NIWOT) that has not been explicitly failed by the systemAttachments This solution has no attachment |
||||||||||||||||||
|