cancel
Showing results for 
Search instead for 
Did you mean: 

FQDN issue

Former Member
0 Kudos

Trying to setup solution Monitoring in solaris 10 server.

DSWP -> ABAP System Moitoring/administraton

I have added the full qualified hostname on the instance profile

Ibserved the below error message

Dev_disp

========

Wed Nov 5 20:31:15 2008

      • WARNING => DpNetCheck: NiHostToAddr(www.doesnotexist0059.qqq.nxst) took 30 s

econds

Wed Nov 5 20:31:25 2008

      • WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 10 seconds

***LOG GZZ=> 2 possible network problems detected - check tracefile and adjust t

he DNS settings [dpxxtool2.c 5418]

MtxInit: 30000 0 0

DpSysAdmExtInit: ABAP is active

DpSysAdmExtInit: VMC (JAVA VM in WP) is not active

DpIPCInit2: start server >pw700-3_PW3_00 <

DpShMCreate: sizeof(wp_adm) 29920 (1760)

Dev_icm

======

[Thr 15] Wed Nov 5 20:32:17 2008

[Thr 15] *** WARNING => IcmNetCheck: NiHostToAddr(www.doesnotexist.qqq.nxst) too

k 30 seconds [icxxman_mt.c 4570]

[Thr 15] Wed Nov 5 20:32:27 2008

[Thr 15] *** WARNING => IcmNetCheck: NiAddrToHost(10.0.0.1) took 10 seconds [icx

xman_mt.c 4590]

[Thr 15] *** WARNING => IcmNetCheck: 2 possible network problems detected - plea

se check the network/DNS settings [icxxman_mt.c 4646

I have installed the my Solaris solman server as a domain server to get a full qualified host name

Can someone give look into this and provide the solution.. ..

Thnaks

Edited by: Thiru Thirumal on Nov 5, 2008 2:27 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

markus_doehr2
Active Contributor
0 Kudos

> I have installed the my Solaris solman server as a domain server to get a full qualified host name

What do you mean with that? Did you set up "named"?

What's the output of

nslookup -type=SOA <yourdomain>

nslookup <yourhostname> <IP-of-nameserver>

cat /etc/resolv.conf

cat /etc/nsswitch.conf

Markus

Former Member
0 Kudos

Dear Marcus,

I have configured the Solaris sparc server as dns server.

Solman Hostname : pw200-3, IP add: 10.33.200.26. ( I made solman server as dns sever)

  1. nslookup -type=SOA fcc.fujitsu.com

Server: 10.33.200.26

Address: 10.33.200.26#53

fcc.fujitsu.com

origin = pw200-3.fcc.fujitsu.com

mail addr = mbarto.fcc.fujitsu.com

serial = 2

refresh = 10800

retry = 3600

expire = 604800

minimum = 600

  1. nslookup pw200-3 10.33.200.26

Server: 10.33.200.26

Address: 10.33.200.26#53

Name: pw200-3.fcc.fujitsu.com

Address: 10.33.200.26

  1. cat /etc/resolv.conf

domain fcc.fujitsu.com

nameserver 10.33.200.26

cat /etc/nsswitch.conf

Copyright 2006 Sun Microsystems, Inc. All rights reserved.

Use is subject to license terms.

  1. cat cat /etc/nsswitch.conf

cat: cat 、ェ。シ・ラ・ヌ、ュ、゙、サ、」

#

  1. Copyright 2006 Sun Microsystems, Inc. All rights reserved.

  2. Use is subject to license terms.

#

#

  1. /etc/nsswitch.dns:

#

  1. An example file that could be copied over to /etc/nsswitch.conf; it uses

  2. DNS for hosts lookups, otherwise it does not use any other naming service.

#

  1. "hosts:" and "services:" in this file are used only if the

  2. /etc/netconfig file has a "-" for nametoaddr_libs of "inet" transports.

  1. DNS service expects that an instance of svc:/network/dns/client be

  2. enabled and online.

passwd: files

group: files

hosts: files dns

  1. You must also set up the /etc/resolv.conf file for DNS name

  2. server lookup. See resolv.conf(4).

hosts: files dns

  1. Note that IPv4 addresses are searched for in all of the ipnodes databases

  2. before searching the hosts databases.

ipnodes: files dns

networks: files

protocols: files

rpc: files

ethers: files

netmasks: files

bootparams: files

publickey: files

  1. At present there isn't a 'files' backend for netgroup; the system will

  2. figure it out pretty quickly, and won't use netgroups at all.

netgroup: files

automount: files

aliases: files

services: files

printers: user files

auth_attr: files

prof_attr: files

project: files

tnrhtp: files

tnrhdb: files

#

Thanks

Thirumal

Edited by: Thiru Thirumal on Nov 5, 2008 2:58 PM

markus_doehr2
Active Contributor
0 Kudos

If you post outputs, please put code tags around it (the << >> symbol) - it makes the output MUCH more readable.

> # cat /etc/resolv.conf

> domain fcc.fujitsu.com

> nameserver 10.33.200.26

I'd add

search fcc.fujitsu.com

here (so that searching for the hostname will append the domain)

Then restart the nameserver caching deamon using

/etc/init.d/nscd stop
/etc/init.d/nscd start

After the stop and start your system and see if the error persists.

Markus

Former Member
0 Kudos

Dear marcus,

I added the search domainname entry as below and restarted the nameserver caching deamon

<<# cat /etc/resolv.conf

domain fcc.fujitsu.com

nameserver 10.33.200.26

search fcc.fujitsu.com>>

restarted the system, still receive the same error message .

<<Dev_icm :

[Thr 14] IcmWatchDogThread: watchdog started

[Thr 15] *** WARNING => HttpPlugInInit: Parameter icm/HTTPS/trust_client_with_is

suer or icm/HTTPS/trust_client_with_subject not set => do not trust any intermed

iary

X.509 cert data will be removed from header [http_plg_mt. 726]

[Thr 13] Wed Nov 5 23:11:43 2008

[Thr 13] *** WARNING => IcmJ2EEScheduleFunc: Cannot access "/sap/public/icman"

ith protocol "HTTPS" on AppServer - please check node in TA sicf [icxxman_mt.c

214]

[Thr 15] Wed Nov 5 23:11:46 2008

k 15 seconds [icxxman_mt.c 4570]eck: NiHostToAddr(www.doesnotexist.qqq.nxst) to

[Thr 15] Wed Nov 5 23:11:56 2008

xman_mt.c 4590]RNING => IcmNetCheck: NiAddrToHost(10.0.0.1) took 10 seconds [ic

se check the network/DNS settings [icxxman_mt.c 4646]rk problems detected - >>

<<Dev_disp

=======

kernel runs with dp version 241000(ext=110000) (@(#) DPLIB-INT-VERSION-241000-UC

)

length of sys_adm_ext is 576 bytes

      • SWITCH TRC-HIDE on ***

***LOG Q00=> DpSapEnvInit, DPStart (00 10070) [dpxxdisp.c 1285]

shared lib "dw_xml.so" version 180 successfully loaded

shared lib "dw_xtc.so" version 180 successfully loaded

shared lib "dw_stl.so" version 180 successfully loaded

shared lib "dw_gui.so" version 180 successfully loaded

shared lib "dw_mdm.so" version 180 successfully loaded

rdisp/softcancel_sequence : -> 0,5,-1

use internal message server connection to port 3900

Wed Nov 5 23:11:08 2008

      • WARNING => DpNetCheck: NiHostToAddr(www.doesnotexist0119.qqq.nxst) took 60 s

econds

Wed Nov 5 23:11:18 2008

      • WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 10 seconds

***LOG GZZ=> 2 possible network problems detected - check tracefile and adjust t

he DNS settings [dpxxtool2.c 5418]

MtxInit: 30000 0 0

DpSysAdmExtInit: ABAP is active

DpSysAdmExtInit: VMC (JAVA VM in WP) is not active

DpIPCInit2: start server >pw200-3_PW3_00

>>

I have attaced the output of host file.

<<

  1. cat cat /etc/hosts

cat: cat 、ェ。シ・ラ・ヌ、ュ、゙、サ、」

#

  1. Internet host table

#

#::1 localhost

127.0.0.1 localhost

10.33.200.26 pw200-3 pw200-3.fcc.fujitsu.com loghost

note : Removed the other entries.

<<

  1. ping pw200-3.fcc.fujitsu.com

pw200-3.fcc.fujitsu.com is alive

>>

Ping from my local PC.

<< D:\>ping -a 10.33.200.26

Pinging pw200-3.fcc.fujitsu.com [10.33.200.26] with 32 bytes of data:

Reply from 10.33.200.26: bytes=32 time=8ms TTL=244

>>

Thanks

Thirumal.

Edited by: Thiru Thirumal on Nov 5, 2008 3:34 PM

markus_doehr2
Active Contributor
0 Kudos

> [Thr 15] Wed Nov 5 23:11:56 2008

> xman_mt.c 4590]RNING => IcmNetCheck: NiAddrToHost(10.0.0.1) took 10 seconds [ic

> se check the network/DNS settings [icxxman_mt.c 4646]rk problems detected - >>

Admittedly - I have no clue where this IP comes from.

I checked some of our system and all have this warning message to. It's possible, that this is hardcoded somewhere in the kernel.

The ICM error is caused by a not activated service in transaction SICF.

Markus

Former Member
0 Kudos

Dear Marcus,

I have activated all the service in SICF already

same time i receive a below error message in dswp -> operations -> system monitoring /administration

======================================

<<Business Server Page (BSP) error

What happened?

Calling the BSP page was terminated due to an error.

SAP Note

The following error text was processed in the system:

BSP Exception: Internal Error in Business Server Page Runtime.

Program CL_BSP_RUNTIME================CP

Include CL_BSP_RUNTIME================CM001

Line 196

Error type:

Your SAP Business Server Pages Team>>

==============================================

I will check and activate the sicf once again and will update you..

Thanks and regards

Thirumal