Этот баннер — требование Роскомнадзора для исполнения 152 ФЗ.
«На сайте осуществляется обработка файлов cookie, необходимых для работы сайта, а также для анализа использования сайта и улучшения предоставляемых сервисов с использованием метрической программы Яндекс.Метрика. Продолжая использовать сайт, вы даёте согласие с использованием данных технологий».
Политика конфиденциальности
|
|
|
DB2 ESE 8.2 + Solaris10
|
|||
|---|---|---|---|
|
#18+
Anybody installed 8.2 on Sol10 ? I'm trying to install it using console setup on fresh Sol10. After successful installation i'm doing db2osconf (or db2osconf64) and adding the output lines to /etc/system. But when i try to create an instance it errors on: DBI1030E Kernel parameter MSGMAX must be set to 65535. DBI1030E Kernel parameter MSGMNB must be set to 65535. But i checked many times... everything in /etc/systems is set correct. I've even tryed to run db2osconf with "-f" flag, it says that changed the previouse value of MSGMAX,MSGMNB to 65535, but still nothing works. Any suggestions, recommendations ? Best regards, Damned. ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 27.12.2004, 14:42 |
|
||
|
DB2 ESE 8.2 + Solaris10
|
|||
|---|---|---|---|
|
#18+
В линуксе та же фигня. Сначала нужно настроить параметры ядра. Не знаю как у вас в соляре, а в линуксе я для этого юзаю утилитку sysclt see also /etc/sysctl.conf В доках это есть. ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 27.12.2004, 14:48 |
|
||
|
DB2 ESE 8.2 + Solaris10
|
|||
|---|---|---|---|
|
#18+
Надо править /etc/system и перегружать машину. ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 27.12.2004, 16:13 |
|
||
|
DB2 ESE 8.2 + Solaris10
|
|||
|---|---|---|---|
|
#18+
i've added this: set msgsys:msginfo_msgmax = 65535 set msgsys:msginfo_msgmnb = 65535 set msgsys:msginfo_msgssz = 32 set msgsys:msginfo_msgseg = 32767 set msgsys:msginfo_msgmap = 1794 set msgsys:msginfo_msgmni = 1792 set msgsys:msginfo_msgtql = 1792 set semsys:seminfo_semmap = 2050 set semsys:seminfo_semmni = 2048 set semsys:seminfo_semmns = 4300 set semsys:seminfo_semmnu = 2048 set semsys:seminfo_semume = 240 set shmsys:shminfo_shmmax = 953634816 set shmsys:shminfo_shmmni = 2048 set shmsys:shminfo_shmseg = 240 to /etc/system as db2osconf says, then REBOOTED (as i have already told) Than i run $ /opt/IBM/db2/V8.1/instance/db2icrt -a server -u db2fenc db2inst And got error pointed before. ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 27.12.2004, 22:48 |
|
||
|
DB2 ESE 8.2 + Solaris10
|
|||
|---|---|---|---|
|
#18+
msgmax (maximum per-message size) has been removed completely -- there is no equivalent on Solaris 10. Instead, the maximum total bytes on the queue, process.max-msg-qbytes (previously msginfo_msgmnb) is the only restriction on what can be placed in a SysV message queue. So i don't know what to do :( ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 27.12.2004, 22:59 |
|
||
|
DB2 ESE 8.2 + Solaris10
|
|||
|---|---|---|---|
|
#18+
As i can get, there is no ability now to run DB2 on Solaris 10, couse some of kernel parameters are excluded from the system. Such is MSGMAX for example... MSGMNB changet it's name. ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 27.12.2004, 23:58 |
|
||
|
DB2 ESE 8.2 + Solaris10
|
|||
|---|---|---|---|
|
#18+
Если ест исходники ядра, то можно просто покопаться там и перекомпилить.. Но боюсь соляра не линукс...( ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 28.12.2004, 10:06 |
|
||
|
DB2 ESE 8.2 + Solaris10
|
|||
|---|---|---|---|
|
#18+
I'm afraid kernel source won't help. The kernel got changed, API changed, the kernel tunable parameters do not exist anymore. It's good if the variables exist, then we may try to push kernel to dedicate resource, so next time when db2 check for the variable it get correct value. But if there are no variables at all, or they are absolutely different, we are in trouble. Db2 uses /dev/kmem for getting values of the tunable parameters ( I guess so). If there is no MSGMAX variable, or it has renamed, we can't check its value. Better to change Db2 a bit. First at all - what for Db2 does such check? It has to work until the kernel does not allocate requested resource. If db2icrt would continue to work the kernel might dynamically allocate the requested resource and an instance could be created/started. ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 28.12.2004, 21:39 |
|
||
|
DB2 ESE 8.2 + Solaris10
|
|||
|---|---|---|---|
|
#18+
Я думаю надо ждать 8-ого фикса. В нем будет поддержка Solaris 10. Не надо так торопится ставить БД на OS возраст которой меньше квартала. :) ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 29.12.2004, 13:49 |
|
||
|
DB2 ESE 8.2 + Solaris10
|
|||
|---|---|---|---|
|
#18+
Nicolay: good reason :) But Viktor does not want to get db2 on solaris 10 for production, he wants it for learning purpose... Still early though :) Nicolay, could you ask Vladimir to call me? Thanks. I've got a request for functionality to IBM. ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 29.12.2004, 21:59 |
|
||
|
DB2 ESE 8.2 + Solaris10
|
|||
|---|---|---|---|
|
#18+
mi v komandirovke v US budem ponedelnik. ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 12.01.2005, 04:11 |
|
||
|
DB2 ESE 8.2 + Solaris10
|
|||
|---|---|---|---|
|
#18+
Вклинюсь , так хоть кто нибудь смог поставить DB2 ver 8 .1 на Solaris 10 , мне так и не удалось создать инстансе db2 , а очень надо ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 11.08.2006, 15:29 |
|
||
|
|

start [/forum/topic.php?fid=43&msg=32847137&tid=1605189]: |
0ms |
get settings: |
10ms |
get forum list: |
16ms |
check forum access: |
3ms |
check topic access: |
3ms |
track hit: |
53ms |
get topic data: |
9ms |
get forum data: |
2ms |
get page messages: |
55ms |
get tp. blocked users: |
2ms |
| others: | 264ms |
| total: | 417ms |

| 0 / 0 |
