-
Management Central
Ich kriege das Menegement Central einfach nicht zum laufen. Release-Stand ist 5.1, PTFs sind aktuell.
Der Server bricht ab mit der Fehlermeldung:
PFB9BC Diagnose 40 31.05.04 19:56:32 QYJSPART QSYS *STMT QYJSPART QSYS *STMT
Ausgangsmodul . . . . . . . : QYJSPPGM
Ausgangsprozedur . . . . . : callProgram
Anweisung . . . . . . . . . : 93
Zielmodul . . . . . . . . . : QYJSPPGM
Zielprozedur . . . . . . . : callProgram
Anweisung . . . . . . . . . : 93
Nachricht . . . : Initialisierung fehlgeschlagen.
Ursache . . . . : Statische Initialisierung der Klasse
com.ibm.mc.client.McEnvironment schlug fehl.Fehlerbeseitigung: Besteht das
Problem weiterhin, den Kundendienst benachrichtigen.
PFB96C Diagnose 40 31.05.04 19:56:33 QYJSPART QSYS *STMT QYJSPART QSYS *STMT
Ausgangsmodul . . . . . . . : QYJSPPGM
Ausgangsprozedur . . . . . : callProgram
Anweisung . . . . . . . . . : 93
Zielmodul . . . . . . . . . : QYJSPPGM
Zielprozedur . . . . . . . : callProgram
Anweisung . . . . . . . . . : 93
Nachricht . . . : Wert nicht g}ltig.
Ursache . . . . : Wert *N ist f}r Variable getHostName nicht
g}ltig.Fehlerbeseitigung: Besteht das Problem weiterhin, den Kundendienst
Hat jemand eine Idee ?
-
Management Central
Hallo Peter,
man bräuchte die genaue Fehlermeldung (CPF ODER CPD)
um eine explizite Aussage über den Fehler zu geben, aber
generell wichtig sind die Einträge bei cfgtcp Auswahl 10 und
12, die Du auch posten könntest.
-
Also gerne, der Reihe nach:
Start Management Central auf dem PC
Startet Job auf des AS/400:
>> QSYS/CALL PGM(QSYSDIR/QYPSJSVR)
Initialisierung fehlgeschlagen.
Wert nicht gültig.
Management Central-Server wurde nicht gestartet.
Die Fehlermeldungen im einzelnen:
Nachrichten-ID . . . . : CPFB9BC Bewertung . . . . . . : 40
Nachrichtenart . . . . : Diagnose
Sendedatum . . . . . . : 03.06.04 Sendezeit . . . . . . : 15:36:10
Nachricht . . . : Initialisierung fehlgeschlagen.
Ursache . . . . : Statische Initialisierung der Klasse
com.ibm.mc.client.McEnvironment schlug fehl.
Fehlerbeseitigung: Besteht das Problem weiterhin, den Kundendienst
benachrichtigen.
Nachrichten-ID . . . . : CPFB96C Bewertung . . . . . . : 40
Nachrichtenart . . . . : Diagnose
Sendedatum . . . . . . : 03.06.04 Sendezeit . . . . . . : 15:36:12
Nachricht . . . : Wert nicht gültig.
Ursache . . . . : Wert *N ist für Variable getHostName nicht gültig.
Fehlerbeseitigung: Besteht das Problem weiterhin, den Kundendienst
benachrichtigen.
Die Einstellungen CGFTCP, Auswahl 1:
Mit TCP/IP-Schnittstellen arbeiten
System: KARITAS
Auswahl eingeben und Eingabetaste drücken.
1=Hinzufügen 2=Ändern 4=Entfernen 5=Anzeigen 9=Starten 10=Beenden
Aus- Internet-
wahl Adresse Teilnetzmaske Leitungsbeschreibung Leitungsart
127.0.0.1 255.0.0.0 *LOOPBACK *NONE
192.168.1.100 255.255.255.0 ETHERNET *ELAN
Die Einstellungen CGFTCP, Auswahl 10:
127.0.0.1 LOOPBACK
LOCALHOST
192.168.1.110 KARITCF
192.168.149.2 GIVITSV1
192.168.149.3 GIVITSV2
192.168.149.10 GIVITAS
Die Einstellungen CGFTCP, Auswahl 12:
TCP/IP-Domäne ändern (CHGTCPDMN)
Auswahl eingeben und Eingabetaste drücken.
Host-Name . . . . . . . . . . . 'KARITAS'
Domänenname . . . . . . . . . . 'karsten-it.loc'
Domänensuchliste . . . . . . . . *DFT
Suchpriorität für Host-Name . . *REMOTE *REMOTE, *LOCAL, *SAME
Domain Name Server:
Internet-Adresse . . . . . . . '213.182.143.6'
'213.182.143.4'
Vielen Dank Tarasik.
-
Management Central
Hallo Peter,
hier die Antwort:
Why do I get the message "CPFB9BC - Initialization failed" when doing STRTCPSVR *MGTC?
A: The full message received is:
* * * Message . . . . : Initialization failed.
* * * Cause . . . . . : Static initialization of class com.ibm.mc.client.McEnvironment failed.
Management Central has a requirement that it must be able to validate its own host name. During initialization it will issue the gethostbyname API based on the contents of CFGTCP option 12
I suggest that you first check and see what the current value is for HOST and DOMAIN in the CFGTCP menu option 12. This is also where your would instruct the system to search for host name/address resolution.
For example:
HOSTNAME* * * 'MYAS400'
DMNNAME * * * 'MYDOMAIN.COM'
HOSTSCHPTY* *LOCAL (Use *LOCAL if you do not have a DNS server or if you simply want the local host table (CFGTCP option 10) to be searched first.
INTNETADR
'9.9.222.222' (If you specify HOSTSCHPTY *REMOTE, this would be the address of the first DNS server, up to three DNS servers can be listed).
'9.9.222.223'
For the sake of this test, set HOSTSCHPTY to *LOCAL" and add an entry to the local host table that matches exactly with the fully qualified host name of this system, as defined in CFGTCP option 12. For example, if your fully qualified host.domain name is "MYAS400.MYDOMAIN.COM" and the IP address of your AS/400 is "10.10.10.10" then add an entry to the local host table by doing the following:
CFGTCP
Select Option 10 (Work with TCP/IP host table entries)
Selection Option 1 to add an entry
INTNETADR: 10.10.10.10
HOSTNAME: MYAS400.MYDOMAIN.COM
-
Danke Tarasik,
das wars. Woher ziehst du so schnell die Infos ?
Gruß Peter
Similar Threads
-
By mtu in forum IBM i Hauptforum
Antworten: 12
Letzter Beitrag: 20-03-06, 09:01
-
By W.Wagner in forum IBM i Hauptforum
Antworten: 2
Letzter Beitrag: 28-07-05, 14:38
-
By Mädele in forum IBM i Hauptforum
Antworten: 12
Letzter Beitrag: 21-04-04, 12:01
-
By tom in forum IBM i Hauptforum
Antworten: 0
Letzter Beitrag: 29-04-02, 08:13
-
By Uwe Kohlberg in forum IBM i Hauptforum
Antworten: 1
Letzter Beitrag: 25-06-01, 06:50
Berechtigungen
- Neue Themen erstellen: Nein
- Themen beantworten: Nein
- You may not post attachments
- You may not edit your posts
-
Foren-Regeln
|
Erweiterte Foren Suche
Google Foren Suche
Forum & Artikel Update eMail
AS/400 / IBM i
Server Expert Gruppen
Unternehmens IT
|
Kategorien online Artikel
- Big Data, Analytics, BI, MIS
- Cloud, Social Media, Devices
- DMS, Archivierung, Druck
- ERP + Add-ons, Business Software
- Hochverfügbarkeit
- Human Resources, Personal
- IBM Announcements
- IT-Karikaturen
- Leitartikel
- Load`n`go
- Messen, Veranstaltungen
- NEWSolutions Dossiers
- Programmierung
- Security
- Software Development + Change Mgmt.
- Solutions & Provider
- Speicher – Storage
- Strategische Berichte
- Systemmanagement
- Tools, Hot-Tips
Auf dem Laufenden bleiben
|
Bookmarks