Alle weiteren Dienste, die nicht in die drei oberen Foren gehören.
-
VMbuseck
- Beiträge: 109
- Registriert: 11.11.2009 00:37:11
- Wohnort: Bonn
Beitrag
von VMbuseck » 06.12.2012 18:46:53
Hi Zusammen !
Hat schon mal jemand ein
INFORMIX Dynamic Server (IDS) auf Debian Squeeze aufgesetzt ?
Bin nämlich soweit gekommen, dass ich alles konfiguriert habe, aber dann folgenden Fehler bekomme:
Code: Alles auswählen
informix@D830:/opt/IBM/informix/gepard/data$ oninit -ivy
Checking group membership to determine server run mode...succeeded
Reading configuration file '/opt/IBM/informix/etc/onconfig.gepard'...succeeded
Creating /INFORMIXTMP/.infxdirs...succeeded
Checking config parameters...succeeded
Allocating and attaching to shared memory...succeeded
Creating resident pool 14710 kbytes...succeeded
Allocating 100016 kbytes for buffer pool of 2K page size...succeeded
Creating infos file "/opt/IBM/informix/etc/.infos.gepard"...succeeded
Linking conf file "/opt/IBM/informix/etc/.conf.gepard"...succeeded
Initializing rhead structure...succeeded
Writing to infos file...succeeded
Initialization of Encryption...succeeded
oninit: Fatal error in initializing ASF with 'ASF_INIT_DATA' flags; asfcode = '-406'.
Initializing ASF...FAILED
WARNING: server initialization failed, or possibly timed out (if -w was used).
Check the message log, online.log, for errors.
Der Fehlercode
406 bedeutet aber eigentlich, dass der
Hostname zu lang ist (vgl.
http://www.ibm.com/support/docview.wss?uid=swg1IC75721).
Hat jemand eine Idee ?
VG Michael
Linux:
* Intel NUC D54250WYKH mit Debian GNU/Linux 9.13 (stretch) (Gnome)
* Raspberry 1x Pi2 Raspbian GNU/Linux 9.11 (stretch)
* Raspberry 2x Zero W mit Raspbian GNU/Linux 10 (buster)
-
VMbuseck
- Beiträge: 109
- Registriert: 11.11.2009 00:37:11
- Wohnort: Bonn
Beitrag
von VMbuseck » 07.12.2012 10:20:17
Das temporäre Verzeichnis muss folgende
Permission haben:
Code: Alles auswählen
drwxrwxrwt 2 informix informix 4096 6. Dez 17:03 INFORMIXTMP
Im
online.log fand sich lediglich folgende Information:
Code: Alles auswählen
10:04:28 IBM Informix Dynamic Server Started.
10:04:28 Warning: The IBM IDS Developer Edition license restriction limits
10:04:28 the total shared memory size for this server to 1048576 KB.
10:04:28 The maximum allowable shared memory was reset to this size to start the database server.
10:04:29 Could not disable priority aging: errno = 13
Fri Dec 7 10:04:31 2012
10:04:31 Error: Unable to reset open files limit, must run as super-user
10:04:31 Event alarms enabled. ALARMPROG = '/opt/IBM/informix/etc/alarmprogram.sh'
10:04:31 (0) error in updating /INFORMIXTMP
Jetzt läuft der IDS
Linux:
* Intel NUC D54250WYKH mit Debian GNU/Linux 9.13 (stretch) (Gnome)
* Raspberry 1x Pi2 Raspbian GNU/Linux 9.11 (stretch)
* Raspberry 2x Zero W mit Raspbian GNU/Linux 10 (buster)