- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ESRI SDE cannot access /etc/services
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-09-2005 03:28 AM
тАО05-09-2005 03:28 AM
ESRI SDE cannot access /etc/services
we have some problems running the geographic information system ESRI SDE after we installed HP Openview en the same box.
The machine also hosts a informiz db server. Due this reason we are currently running Network Node Manager, cause we couldn┬┤t start up Oracle for OpenView required to run OV Operantions.
After the OV installation procedure it's impossible to start esri_sde. The error message says it cannot locate the service in /etc/service although it is properly defined in
that file:
esri_sde 5150/tcp
esri_tcp 1548/tcp
Other TCP-based services are working fine.(like telnet, ftp,etc)
There are also reported problems with connection attempt with other ODBC services.
We also tried the start-up with all OV services shut down, but the issue persists.
Regards,
Carlos Yanez S.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-09-2005 03:35 AM
тАО05-09-2005 03:35 AM
Re: ESRI SDE cannot access /etc/services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-09-2005 03:43 AM
тАО05-09-2005 03:43 AM
Re: ESRI SDE cannot access /etc/services
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-09-2005 03:49 AM
тАО05-09-2005 03:49 AM
Re: ESRI SDE cannot access /etc/services
initially /etc/services has 444 permisssions.
We are currently trying with 777.
There is also no firewall in the scope of interest.
Regards,
Carlos Y├Г┬б├Г┬▒e
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-09-2005 03:51 AM
тАО05-09-2005 03:51 AM
Re: ESRI SDE cannot access /etc/services
Regards,
Carlos Yanez S.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-09-2005 08:57 AM
тАО05-09-2005 08:57 AM
Re: ESRI SDE cannot access /etc/services
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-09-2005 09:58 AM
тАО05-09-2005 09:58 AM
Re: ESRI SDE cannot access /etc/services
don't worry. 777 permissions only was set temporarily.
Just, for the record is the exact error that ESRI sends:
-------------------------------------------------------
ESRI SDE I/O Manager - Version 3.0.2.2 Fri Dec 31 06:48:56 PST 1999
-------------------------------------------------------
17:39:20 (ESRI) OUT: SdeServer sde@pluton
/users/sde/sdeexe302/etc/dbinit.sde not found or not readable,
defaulting to your current DBMS environment.
SDE_Database Error: -1
S1000
ODBC Error: S1000
Database Error: -931
Error Message: [Informix][Odbc Informix Driver][Informix]Cannot locate esri_tcp service/tcp service in /etc/servic
es.
DB_open_security Connect Error (-51)
SDE_Database Error: -51
S1000
ODBC Error: S1000
Database Error: -931
Error Message: [Informix][Odbc Informix Driver][Informix]Cannot locate esri_tcp service/tcp service in /etc/servic
es.
init_DB DB_connect error: -51
DBMS error code: -931
[Informix][Odbc Informix Driver][Informix]Cannot locate esri_tcp service/tcp service in /etc/services.
S1000
17:39:20 (ESRI) IN: SdeServer sde@pluton
Could not start SDE -- Check Network, $SDEHOME disk and DBMS.
Regards,
Carlos Yanez S.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-09-2005 12:40 PM
тАО05-09-2005 12:40 PM
Re: ESRI SDE cannot access /etc/services
$ grep esri /etc/services | cat -vet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-09-2005 01:21 PM
тАО05-09-2005 01:21 PM
Re: ESRI SDE cannot access /etc/services
Note: /etc/services is more of a documentation file and many programs that use ports listed in /etc/services really don't care whether the port is listed. It becomes the 'official' name and documentation for a service. Programs that call getservent() will search the services file.
BTW: Make sure that *NONE* of the service lines are indented! From the man page for services:
A line cannot start with a space or tab. Items are separated by any number of blanks (space or tab characters in any combination). The port number and protocol name are considered a single item. A / is used to separate the port and protocol (for example, 512/tcp). A # character indicates the beginning of a comment. Characters from the # to the end of the line are not interpreted by routines which search the file.
Try this:
grep "^ " /etc/services
If any lines are found, edit and remove all leading spaces.
NOTE: what does this line show?
grep services /etc/nsswitch.conf
If nis is listed and you have an NIS server, then change nsswitch.conf to have the services line read:
services: files
(or go to the NIS owner and have the esri_ lines added to the NIS server)
Now try starting the ESRI program.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-09-2005 02:08 PM
тАО05-09-2005 02:08 PM
Re: ESRI SDE cannot access /etc/services
How about the error message concerning:
/users/sde/sdeexe302/etc/dbinit.sde not found or not readable
This file contains the Oracle home and SID definition, among others. I'm assuming that because this file doesn't exist (or not readable), the error in /etc/services is only a resultant of that.
Have you also tried performing an lmutil to reread the license file?
Regards,
Isralyn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-18-2005 03:02 AM
тАО05-18-2005 03:02 AM
Re: ESRI SDE cannot access /etc/services
There was a incompatibility with the version of libc.
The related patches are:
PHCO_31903 LIB_C
PHCO_25569 header lib_C
PHSS_31000 ld
PHSS_30970 X/MOTIF
We uninstalled them and now the system works fine.
Regards,
Carlos Y