Thanks a lot willy_and_the_ci,
As you suggested I did grep and killed the lmgr and SYBASE processes and ran following command in one window.
[sybase@hostname bin]$ ./lmgrd
Incorrectly built binary which accesses errno or h_errno directly. Needs to be fixed.
[sybase@hostname bin]$ 8:42:05 (lmgrd) -----------------------------------------------
8:42:05 (lmgrd) Please Note:
8:42:05 (lmgrd)
8:42:05 (lmgrd) This log is intended for debug purposes only.
8:42:05 (lmgrd) There are many details in licensing policies
8:42:05 (lmgrd) that are not reported in the information logged
8:42:05 (lmgrd) here, so if you use this log file for any kind
8:42:05 (lmgrd) of usage reporting you will generally produce
8:42:05 (lmgrd) incorrect results.
8:42:05 (lmgrd)
8:42:05 (lmgrd) -----------------------------------------------
8:42:05 (lmgrd)
8:42:05 (lmgrd)
8:42:05 (lmgrd) FLEXlm (v8.3b) started on hostname (linux) (5/19/2006)
8:42:05 (lmgrd) FLEXlm Copyright 1988-2002, Macrovision Corporation
8:42:05 (lmgrd) US Patents 5,390,297 and 5,671,412.
8:42:05 (lmgrd) World Wide Web:
http://www.globetrotter.com
8:42:05 (lmgrd) License file(s): /opt/sybase-12.5.2/SYSAM-1_0/licenses/license.dat
8:42:05 (lmgrd) lmgrd tcp-port 29722
8:42:05 (lmgrd) Starting vendor daemons ...
Incorrectly built binary which accesses errno or h_errno directly. Needs to be fixed.
8:42:05 (lmgrd) Started SYBASE (internet tcp_port 54515 pid 15448)
8:42:05 (SYBASE) FLEXlm version 8.3b
8:42:05 (SYBASE) Server started on <hostname> for: ASE_SBE
8:44:56 (lmgrd) Done rereading
8:44:56 (SYBASE) Rereading license file...
8:44:56 (SYBASE) Server started on <hostname> for: ASE_SBE
8:44:56 (SYBASE) Updating feature ASE_SBE
8:44:56 (SYBASE) Rereading options file...
8:44:56 (SYBASE) ...Finished rereading
in another window I ran following commands,please have a look at the output.
./lmutil lmstat
lmutil - Copyright (C) 1989-2002 Macrovision Corporation
Flexible License Manager status on Fri 5/19/2006 08:44
License server status: 29722@hostname
License file(s) on hostname: /opt/sybase-12.5.2/SYSAM-1_0/licenses/license.dat:/opt/sybase-12.5.2/SYSAM-1_0/bin/:
hostname: license server UP (MASTER) v8.3
Vendor daemon status (on hostname):
SYBASE: UP v8.3
[sybase@hostname bin]$ ./lmutil lmreread
lmutil - Copyright (C) 1989-2002 Macrovision Corporation
lmreread successful
It seems every thing looks ok to me but when I ran following command still a process running for lmgr
[sybase@hostname log]$ ps -ef | grep SYBASE
sybase 15448 15447 0 08:42 ? 00:00:00 SYBASE -T <hostname> 8.3 3 --lmgrd_start 446dd93d
sybase 15539 15457 0 08:51 pts/4 00:00:00 grep SYBASE
[sybase@hostname log]$ ps -ef | grep lmgr
sybase 15447 1 0 08:42 pts/2 00:00:00 ./lmgrd
sybase 15448 15447 0 08:42 ? 00:00:00 SYBASE -T <hostname> 8.3 3 --lmgrd_start 446dd93d
sybase 15543 15457 0 08:52 pts/4 00:00:00 grep lmgr
Is there any thing wrong still?.
in stderr.out I saw following two lines from the begining any idea?
Incorrectly built binary which accesses errno or h_errno directly. Needs to be fixed.
Incorrectly built binary which accesses errno or h_errno directly. Needs to be fixed
Thanks for your time.
bsr.