|
Home > Archive > SQL Anywhere database > May 2005 > Starting a 1 CPU License ASA in a 2 CPU server
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Starting a 1 CPU License ASA in a 2 CPU server
|
|
| Oliver Schulze L. 2005-05-14, 8:23 pm |
| Hi,
I'm running ASA 9.0.0.1120 on RedHat Enterprise 3.4
This is a new server running Pentium4 with HT, its
a 2 CPU for the kernel.
When I start the dbsrv9 process, I receive a warning saying:
Warning: The server is limited to use 1 processor(s), but it is
executing on 2 processor(s).
Per-processor licensing model. The server is limited to use 1 processor(s).
And the server seems not to start, because the last message is:
Starting database "example" (/example.db) at Sat May 14 2005 15:40
So, no network information is printed, also, no port is
listed while listing all listen port of the server:
$ netstat -tunl
What could be the problem?
Thanks
Oliver
| |
| Greg Fenton 2005-05-16, 3:23 am |
| Oliver Schulze L. wrote:
> I'm running ASA 9.0.0.1120 on RedHat Enterprise 3.4
If this is a new setup, you might consider getting the latest release of
9.x: the 9.0.2 MR for Linux/Unix was recently released.
> When I start the dbsrv9 process, I receive a warning saying:
>
> Warning: The server is limited to use 1 processor(s), but it is
> executing on 2 processor(s).
>
> Per-processor licensing model. The server is limited to use 1 processor(s).
This is expected, but is just a warning not an error. It indicates that
there are more CPUs available than you are licensed for and that is all.
>
> And the server seems not to start, because the last message is:
> Starting database "example" (/example.db) at Sat May 14 2005 15:40
>
Can you show us the exact command line you are using to start the engine?
Is the process running? (use the command "ps -ef | grep db")
BTW: you will likely get better (or at least more) responses to
questions on the ASA/Linux newsgroup:
sybase.public.sqlanywhere.linux
Hope this helps,
greg.fenton
--
Greg Fenton
Consultant, Solution Services, iAnywhere Solutions
--------
Visit the iAnywhere Solutions Developer Community
Whitepapers, TechDocs, Downloads
http://www.ianywhere.com/developer/
| |
| Oliver Schulze L. 2005-05-17, 3:23 am |
| Thanks Greg,
the problem is that my customer can't install 9.0.0, the
software they buyed is certified in 9.0.0 and they are
waiting for 9.0.2 certification.
Will post in the Linux newsgroup, thanks!
Oliver
Greg Fenton wrote:
> Oliver Schulze L. wrote:
>
>
>
> If this is a new setup, you might consider getting the latest release of
> 9.x: the 9.0.2 MR for Linux/Unix was recently released.
>
>
>
>
>
> This is expected, but is just a warning not an error. It indicates that
> there are more CPUs available than you are licensed for and that is all.
>
>
> Can you show us the exact command line you are using to start the engine?
>
> Is the process running? (use the command "ps -ef | grep db")
>
>
> BTW: you will likely get better (or at least more) responses to
> questions on the ASA/Linux newsgroup:
>
> sybase.public.sqlanywhere.linux
>
>
> Hope this helps,
> greg.fenton
|
|
|
|
|