1 Rookie
•
3 Posts
0
79
February 26th, 2026 14:12
Log DELL SCv3020
Tell me what these errors mean.
Warning
Feb 26, 2026 5:07:59 PM
MC
Top Controller
MCLdapRequest::ProcessGPBRequest failed, going to ReleaseLock.
Warning
Feb 26, 2026 5:07:59 PM
MC
Top Controller
MCLdapRequest::ProcessGPBRequest failed, going to ReleaseLock.
Warning
Feb 26, 2026 5:07:59 PM
MC
Top Controller
MCLdapRequest::ProcessGPBRequest failed, going to ReleaseLock.
Warning
Feb 26, 2026 5:07:59 PM
MC
Top Controller
MCLdapRequest::ProcessGPBRequest: could not read header value
Warning
Feb 26, 2026 5:07:59 PM
MC
Top Controller
MCLdapRequest::ProcessGPBRequest failed, going to ReleaseLock.
Warning
Feb 26, 2026 5:07:59 PM
MC
Top Controller
MCLdapRequest::ProcessGPBRequest: could not read header value
Warning
Feb 26, 2026 5:07:59 PM
MC
Top Controller
MCLdapRequest::ProcessGPBRequest: could not read header value
Warning
Feb 26, 2026 5:07:59 PM
MC
Top Controller
MCLdapRequest::ProcessGPBRequest: could not read header value
Error
Feb 26, 2026 5:07:59 PM
BSD
Top Controller
authd: daemon status=0 length=10
Notice
Feb 26, 2026 5:07:59 PM
BSD
Top Controller
[auth_sc:notice] [pid 96595:tid 34523478272] [96595] : [80] : SCOS is ready to receive requests
Notice
Feb 26, 2026 5:07:59 PM
BSD
Top Controller
[auth_sc:notice] [pid 96595:tid 34523482112] [96595] : [80] : SCOS is ready to receive requests
Notice
Feb 26, 2026 5:07:59 PM
BSD
Top Controller
[auth_sc:notice] [pid 96595:tid 34523483392] [96595] : [80] : SCOS is ready to receive requests
Error
Feb 26, 2026 5:07:59 PM
BSD
Top Controller
authd: daemon status=0 length=10
Error
Feb 26, 2026 5:07:59 PM
BSD
Top Controller
authd: daemon status=0 length=10
Notice
Feb 26, 2026 5:07:59 PM
BSD
Top Controller
[auth_sc:notice] [pid 96595:tid 34523479552] [96595] : [80] : SCOS is ready to receive requests
Error
Feb 26, 2026 5:07:59 PM
BSD
Top Controller
authd: daemon status=0 length=10
Notice
Feb 26, 2026 5:07:59 PM
BSD
Top Controller
[auth_sc:notice] [pid 96595:tid 34523474432] [96595] : [80] : SCOS is ready to receive requests
Notice
Feb 26, 2026 5:07:59 PM
BSD
Top Controller
[auth_sc:notice] [pid 96595:tid 34523475712] [96595] : [80] : SCOS is ready to receive requests
Error
Feb 26, 2026 5:07:59 PM
BSD
Top Controller
authd: daemon status=0 length=10
Error
Feb 26, 2026 5:07:59 PM
BSD
Top Controller
authd: daemon status=0 length=10
Notice
Feb 26, 2026 5:07:59 PM
BSD
Top Controller
[auth_sc:notice] [pid 96595:tid 34523471872] [96595] : [80] : SCOS is ready to receive requests
Notice
Feb 26, 2026 5:07:59 PM
BSD
Top Controller
[auth_sc:notice] [pid 96595:tid 34523476992] [96595] : [80] : SCOS is ready to receive requests
Error
Feb 26, 2026 5:07:59 PM
BSD
Top Controller
authd: daemon status=0 length=10
Error
Feb 26, 2026 5:07:59 PM
BSD
Top Controller
authd: daemon status=0 length=10
Notice
Feb 26, 2026 5:07:59 PM
BSD
Top Controller
[auth_sc:notice] [pid 96595:tid 34523473152] [96595] : [80] : SCOS is ready to receive requests
Error
Feb 26, 2026 5:07:59 PM
BSD
Top Controller
authd: daemon status=0 length=10
Error
Feb 26, 2026 5:07:59 PM
BSD
Top Controller
[auth_sc:error] [pid 96595:tid 34393391104] [96595] : [80] : async_ws_open: MC group joined successfully (19)
Inform
Feb 26, 2026 5:07:59 PM
System
Top Controller
Log Synchronization point: Source Controller 254682, sequence 1852
Inform
Feb 26, 2026 5:07:59 PM
System
Bottom Controller
Log Synchronization point: Source Controller 254682, sequence 1852
Error
Feb 26, 2026 5:07:49 PM
BSD
Top Controller
[auth_sc:error] [pid 96594:tid 34393391104] [96594] : [80] : async_ws_open: MC group joined successfully (19)
Inform
Feb 26, 2026 5:07:40 PM
BSD
Top Controller
EVENT: SOAPClient::BMCLogTransfer()Failed!
Warning
Feb 26, 2026 5:07:40 PM
BSD
Top Controller
EVENT: The SEL has additional entries, phonehome!


DELL-Charles R
Moderator
•
4.7K Posts
0
February 26th, 2026 21:51
Hello,
Could you provide some details such as what was being done?
Were there any changes being made hardware or software?
Were there any configuration changes being made?
Listed is a decode of each message group and what it usually means on SC Series (SCv3020 / SCOS), followed by a short action plan to clear it or prove whether anything is actually wrong.
What the messages mean
1) MC ... MCLdapRequest::ProcessGPBRequest ... could not read header value
These are directory‑authentication (LDAP/LDAPS) log lines coming from the management/controller process (“MC”). They indicate the controller received an LDAP request it could not parse (bad header) or the read timed out, so it releases a lock and drops the request. In practice this shows up when:
Seeing several of these in the same second usually means the auth service restarted and immediately retried the directory probe.
2) BSD ... authd: daemon status=0 length=10
authd is the authentication daemon. A burst of status=0 lines at the same timestamp typically means authd is starting/restarting and writing its status banner. If they repeat continuously (minutes/hours), it suggests authd is trying and failing to fully initialize—again, commonly because the configured LDAP endpoint can’t be reached or the TLS handshake fails.
3) [auth_sc:notice] ... SCOS is ready to receive requests
These notice lines are the “good” side of the restart: the SCOS auth/front‑end says it’s up and will take requests. You’re seeing a normal “service came up” notice right beside the warnings.
4) [auth_sc:error] ... async_ws_open: MC group joined successfully (19)
Despite the word “error” in the tag, this is actually logging the controller joining its internal message (multicast) group; it’s commonly informational when the stack restarts. The key part is “joined successfully”.
5) EVENT: SOAPClient::BMCLogTransfer() Failed! and EVENT: The SEL has additional entries, phonehome!
6) Log Synchronization point ...
Both controllers (“Top/Bottom”) synchronized their internal logs at the marked sequence. That’s normal and just records a clean sync point.
Is this a fault?
From the sequence you pasted, it looks like the auth stack restarted at 17:07:59 (multiple MC/LDAP warnings and authd banners) and then reported “SCOS is ready to receive requests” several times—so it recovered. If these bursts are rare (e.g., after a config change or a controller reboot), it’s not a fault. If they repeat regularly, it points to directory or BMC integration being misconfigured/unreachable and causing periodic restarts/retries.
What to check / how to stop the noise
A) Verify Directory (LDAP/LDAPS) settings in Unisphere/DSM
If you don’t use external directory auth, simply disable the directory provider in DSM to stop the LDAP polls/retries.
B) Check BMC/SEL collection and SupportAssist
C) Confirm the behavior is not continuous
Watch the log for 10–15 minutes. If you only see one burst of these messages followed by normal operation, you can treat it as a transient restart. If you see recurring bursts every few minutes/hours, fix LDAP/LDAPS or BMC reachability as above.
DELL-Chris H
Moderator
•
9.7K Posts
0
March 11th, 2026 12:08
Disabling LDAP authentication is done from Dell Storage Manager (DSM) or Unisphere for SC Series, not directly on the SCv3020 controller CLI.
When LDAP authentication is disabled, the array stops all external directory lookups, which includes:
So the steps you would need to take would be the following;
Open Dell Storage Manager / Unisphere
Connect to DSM using an administrative account (local admin account still works even if LDAP is broken).
Select the Storage Center (SCv3020)
Navigate to:
Storage Center → Administration → Authentication (or Directory Services)
Locate the LDAP / External Directory configuration section
The DSM manual states that authentication can be enabled or disabled for the LDAP connection.
Let me know if this helps.
mamaz2010
1 Rookie
•
3 Posts
0
February 27th, 2026 09:25
Thank you for your quick reply, I will check all the configuration you specified.
mamaz2010
1 Rookie
•
3 Posts
0
March 11th, 2026 11:52
How to disable authentication via external directory to stop LDAP polling/retries?