Operating System - HP-UX
1831190 Members
2560 Online
110021 Solutions
New Discussion

Service Control Manager setup error

 
SOLVED
Go to solution
Lucien Wolfs
Valued Contributor

Service Control Manager setup error

Hi,

I'm having difficulties setting up Service Control Manager on the CMS.
The mxsetup program returns with:

=========== Begin mxsetup ===== Wed May 15 09:44:32 METDST 2002 =============

Checking for a lock file...
Created the lock file: '/var/opt/mx/logs/scmgr-setup.lock'
parsing command arguments.
Beginning setup option.
Checking current system state for potential conflicts with SCM.
The version of Netscape Directory Server on this system is 04.13.
ERROR: Cannot retrieve a fully qualified hostname from the
hostname resolver for this node: 'mysyst'.
Servicecontrol manager requires a fully qualified hostname for the CMS.
Please refer to the Installation manual.
It appears that the current state of this system may cause
Servicecontrol Manager to fail.

Please make the necessary adjustments to the system
before running mxsetup again.

ERROR: System state failed validation check.

ERROR : Servicecontrol Manager Setup Failed.
Removing the lock file.



When I do a nslookup:

......
Name: mysyst.abc.def.com
.......

This works, but for some reason not for mxsetup.

Who can help ?

Thx.
2 REPLIES 2
melvyn burnard
Honored Contributor
Solution

Re: Service Control Manager setup error

what does:
nslookup hostname give?
Then
nslookup ip address

do they match

My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
S.K. Chan
Honored Contributor

Re: Service Control Manager setup error

There might be a mis-match between what mxsetup returns as the hostname vs what nslookup returns. Both have to match in order for it to work.
Try to run ..
# cd /opt/mx/lbin
# ./mxgetlocalhostname

and does the result match exactly what "nslookup" returns ? Run "nslookup" for the hostname and the IP address.

If they do not match your DNS DB has to be updated.