System information
Troubleshooting CiscoWorks Problems 23-467
CiscoWorks: Sybase Login Fails
On AIX, HP-UX, and SunOS, the $SYBASE interfaces file should resemble the following:
## CW_BACKUP_SERVER on oak
## Services:
## query tcp (3001)
## master tcp (3001)
CW_BACKUP_SERVER 5 5
query tcp ether oak 3001
master tcp ether oak 3001
## CW_SYBASE on oak
## Services:
## query tcp (10000)
## master tcp (10000)
CW_SYBASE 0 0
query tcp ether oak 10000
master tcp ether oak 10000
On the AIX, HP-UX, and SunOS platforms, the entries in the $SYBASE interfaces file take the
following generic format:
CW_BACKUP_SERVER
# #
query tcp
interface machine port
master tcp
interface machine port
CW_SYBASE
# #
query tcp
interface machine port
master tcp
interface machine port
On Solaris, the $SYBASE interfaces file should resemble the following:
## CW_BACKUP_SERVER on Bamboo
## Services:
## query tcp (3000)
## master tcp (3000)
CW_BACKUP_SERVER 5 5
query tli tcp /dev/tcp \x00020bb8ab44766a0000000000000000
master tli tcp /dev/tcp \x00020bb8ab44766a0000000000000000
## CW_SYBASE on Bamboo
## Services:
## query tcp (2002)
## master tcp (2002)
CW_SYBASE 0 0
query tli tcp /dev/tcp \x000207d2ab44766a0000000000000000
master tli tcp /dev/tcp \x000207d2ab44766a0000000000000000
On the Solaris platform, the entries in the $SYBASE interfaces file take the following generic format,
where P is the 5-digit port address converted to hex and the I is the IP address converted to hex on
an octet-by-octet basis:
CW_BACKUP_SERVER 5 5
query tli tcp /dev/tcp \x00020
PPPPPIIIIIIII
0000000000000000
master tli tcp /dev/tcp \x00020
PPPPPIIIIIIII
0000000000000000
CW_SYBASE 0 0
query tli tcp /dev/tcp \x00020
PPPPPIIIIIIII
0000000000000000
master tli tcp /dev/tcp \x00020
PPPPPIIIIIIII
0000000000000000