![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
Ken Dulin wrote: This shows that the server is not running. That would explain why you can't connect. Might want to check the logs to see if anything pops out. Could you be a little more specific as to which log to check out? Thanks, Justin |
#4
| |||
| |||
|
#5
| |||
| |||
|
|
Mika, Thanks for your explicit instruction. when I went to execute the RUN_localhost command I get the following error. **********************************8 [root@localhost install]# RUN_localhost 00:00000:00000:2003/08/28 13:46:14.92 kernel Checked out license ASE_DEV 00:00000:00000:2003/08/28 13:46:15.10 kernel Adaptive Server Enterprise Developer Edition. 00:00000:00000:2003/08/28 13:46:15.15 kernel Attempt to open device /opt/sybase-12.5/master/master.dat failed. 00:00000:00000:2003/08/28 13:46:15.15 kernel dopen: open '/opt/sybase-12.5/master/master.dat', No such file or directory [root@localhost install]# ******************************************** The reason why there is no master.dat is because when I go to create a server it fails. for example using the 'asecfg' utility to 'Configure a New Server' I try creating an Adapter Server called 'localhost' with all defaults and 'Master Device Path' = /opt/sybase-12.5/master/master.dat 'Sybsystemprocs device path:'=/opt sybase-12.5/data/sybsystemprocs.dat however the svrbuild service when trying to start the newly created server reports the following: ********************************************88 Building Adaptive Server 'localhost': Writing entry into directory services... Directory services entry complete. Building master device... Master device complete. Writing RUN_localhost file... RUN_localhost file complete. Starting server... Task failed Unable to boot server 'localhost'. Server 'localhost' was not created. ************************************************** ** Here's what errors are reported in the /opt/sybase-12.5/ASE-12.5/install/localhost.log file ************************************************** * 00:00000:00000:2003/08/28 14:26:52.36 kernel Checked out license ASE_DEV 00:00000:00000:2003/08/28 14:26:52.36 kernel Adaptive Server Enterprise Developer Edition. 00:00000:00000:2003/08/28 14:26:52.38 kernel Using config area from primary master device. 00:00000:00000:2003/08/28 14:26:52.38 server Configuration Error: Configuration file, '/opt/sybase-12.5/localhost.cfg', does not exist. 00:00000:00000:2003/08/28 14:26:52.38 kernel Warning: A configuration file was not specified and the default file '/opt/sybase-12.5/localhost.cfg' does not exist. SQL Server creates the default file with the default configuration. 00:00000:00000:2003/08/28 14:26:52.40 kernel Warning: Using default file '/opt/sybase-12.5/localhost.cfg' since a configuration file was not specified. Specify a configuration file name in the RUNSERVER file to avoid this message. 00:00000:00000:2003/08/28 14:26:52.42 kernel os_create_region: can't allocate 37076992 bytes 00:00000:00000:2003/08/28 14:26:52.42 kernel kbcreate: couldn't create kernel region. 00:00000:00000:2003/08/28 14:26:52.42 kernel kistartup: could not create shared memory 00:00000:00000:2003/08/28 14:26:52.51 kernel Checked out license ASE_DEV 00:00000:00000:2003/08/28 14:26:52.51 kernel Adaptive Server Enterprise Developer Edition. 00:00000:00000:2003/08/28 14:26:52.51 kernel The configuration area in device '/opt/sybase-12.5/master/master.dat' appears to be corrupt. The server needs this data to boot, and so cannot continue. The server will shut down. ************************************************** ******** ******** I don't know why I would be getting some of these errors. I have plenty of space on the partition. the localhost.cfg file exists. Lastly, the data server is listed in the process list: See what follows: bash-2.05a$ ps -ef | grep dataserver sybase 2807 2667 0 14:37 pts/3 00:00:00 grep dataserver Please help. Thanks, Justin |
#6
| |||
| |||
|
|
00:00000:00000:2003/08/28 14:26:52.42 kernel kbcreate: couldn't create kernel region. 00:00000:00000:2003/08/28 14:26:52.42 kernel kistartup: could not create shared memory |
|
I'm thinking it's time to try the install again from the beginning. The log error is complaining about a possible corrupted master device. Double check all your pre-install checklists and available resources. The "ps" command shows that the server is not running. What you are seeing is the process running "grep". To not see this you can use: "ps -ef | grep dataserver | grep -v grep". Ken Mika, Thanks for your explicit instruction. when I went to execute the RUN_localhost command I get the following error. CLIP... |
![]() |
| Thread Tools | |
| Display Modes | |
| |