YYYY-MM-DDTHH:MM:SS [0] [MainProcess:PID-25XXXXX] [Scheduler::ExecScheduleRun:Scheduler.py:137] ERROR: Failed to issue the Schedules.run request. Exception: {messages : [LocalizableMessage(id='com.vmware.applmgmt.backup.plugin.internal_server_err', default_message='General system error reported by backup server.', args=['Plugin error occurred. ErrCode: 5, Args: ()'], params=None, localized=None)], data : None, error_type : None}
Traceback (most recent call last):
File "/usr/lib/applmgmt/backup_restore/py/vmware/appliance/backup_restore/Scheduler.py", line 133, in ExecScheduleRun
status = svc_handle.run(scheduleId, comment='SCHEDULED')
File "/usr/lib/applmgmt/pyclient/applmgmt_client-1.0-py2.7.egg/com/vmware/appliance/recovery/backup_client.py", line 1197, in run
return self._invoke('run',
File "/usr/lib/applmgmt/vapi/lib/vapi_runtime-2.100.0-py2.py3-none-any.whl/vmware/vapi/bindings/stub.py", line 345, in _invoke
return self._api_interface.native_invoke(ctx, methodname, kwargs)
File "/usr/lib/applmgmt/vapi/lib/vapi_runtime-2.100.0-py2.py3-none-any.whl/vmware/vapi/bindings/stub.py", line 295, in native_invoke
raise TypeConverter.convert_to_python(method_result.error, # pylint: disable=E0702
com.vmware.vapi.std.errors_client.Error: {messages : [LocalizableMessage(id='com.vmware.applmgmt.backup.plugin.internal_server_err', default_message='General system error reported by backup server.', args=['Plugin error occurred. ErrCode: 5, Args: ()'], params=None, localized=None)], data : None, error_type : None}YYYY-MM-DDTHH:MM:SS UTC [1979201]ERROR:plugins.SMBClientStorageIOLib:Command failed with error: NT_STATUS_NO_LOGON_SERVERS
YYYY-MM-DDTHH:MM:SS UTC [1979201]ERROR:plugins.SMBClientStorageIOLib:smb cmd failed. RC: 1, Err: , Cmd: ['/usr/bin/smbclient', '//<FQDN/IP>/<username>$/', '-A', '/dev/shm/smbCredentialFilej6y32_1_', '-t', '140', '-c', 'cd XXXXXXX/; ls']
YYYY-MM-DDTHH:MM:SS UTC [1979201]ERROR:vmware.appliance.vapi.impl:pint.Error('com.vmware.applmgmt.backup.plugin.internal_server_err', 'General system error reported by backup server.', **{'args': ['Plugin error occurred. ErrCode: 5, Args: ()']})vCenter Server 7.x, 8.x
The error NT_STATUS_NO_LOGON_SERVERS indicates that the vCenter Server is unable to reach an Active Directory Domain Controller (DC) to authenticate the domain service account used for the SMB share. This can occur if the account is attempting to reach a DC in a different site or if there is a network/firewall restriction preventing the authentication request from completing during the backup window.
To resolve this issue, perform one of the following options:
If domain authentication is unstable, use a local user account created specifically on the SMB storage device for backup purposes.
<ServerName>\<LocalUserName> or simply <LocalUserName>.If a domain account is required by policy, your Active Directory and Network teams must ensure the vCenter and the SMB credentials can communicate with the appropriate DCs.
[email protected] format.