Link to home
Start Free TrialLog in
Avatar of sudeepb
sudeepb

asked on

nameserv not running on solaris 9

One of my application requires the nameserv service to run on solaris but it is not running. Need help with this.
Avatar of kukno
kukno
Flag of Germany image

Hm... I think what you need is a dns resolver configuration.

Edit /etc/resolv.conf and add the IP address of your internal (or external) DNS server (ask your admin for the IP address).

Sample:

/etc/resolv.conf:

domainname  yourdomainname.com
nameserver  x.x.x.x
nameserver   y.y.y.y

Replace x.x.x.x and y.y.y.y with the ip addresses of your dns servers.

Test: nslookup www.google.com

Regards
Kurt


Avatar of sudeepb
sudeepb

ASKER

I am trying to install a Real-time subsystem, post which the ORBacus Naming Service 'nameserv' should run automatically on the Solaris system. However, I dint have any luck with it. Moreover the file /etc/resolv.conf does not exist.
>Moreover the file /etc/resolv.conf does not exist.

well, just create it and fill it with the details I provided.
Orbacus... hm... what's the exact error message?
Avatar of sudeepb

ASKER

to be more precise, I installed a reporting component called OA on CMS server (Call Monitoring System, Avaya) which runs on Solaris. This should have started the service 'nameserv'. But it is not running. Due to this, I am not able to install CMS subsystem on OA server. It gives me a message that subsystem cannot be administered at this time. If I narrow down the issue, then I would ask - how can I start a service on a solaris system and keep it running?
Avatar of sudeepb

ASKER

on trying to run nameserv I am getting the message "ld.so.1: nameserv: fatal: libOBNamingService.so.4.0.5: open failed: No such file or directory"  -- see if this helps
ASKER CERTIFIED SOLUTION
Avatar of WidescreenJohn
WidescreenJohn

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial