You are seeing false alarms for Sybase Backup Server (Availability) Connection Failed in Foglight.
When reviewing historical data, the data server status is correct, but the backup server information shows as n/a or is incomplete.
This usually happens when the Backup Server Alias property in the Sybase MDA agent is set incorrectly.
Often, the value is set to the srvnetname
instead of the required srvname
(typically SYB_BACKUP
).
The agent uses the srvname
to check connectivity to the backup server. If the alias is set incorrectly, the agent cannot connect and will report the backup server as unavailable, even if it is up and running—triggering a false alarm.
select * from sysservers where srvname = 'SYB_BACKUP'
srvname
column (usually SYB_BACKUP
).srvnetname
column.
srvname
(e.g., SYB_BACKUP
) from your Sybase server.
exec SYB_BACKUP...sp_who
srvname
(not the srvnetname
) as listed in the Sybase sysservers
table. © ALL RIGHTS RESERVED. 이용 약관 개인정보 보호정책 Cookie Preference Center