ArcSDE 10.0
We have a development, test and production ArcSDE environment. While we can log into the development server, our IT group doesn't not allow us to have login access to the test and production environments. For many ArcSDE functions, we can use ArcCatalog, but to stop and start SDE services, we generally use the SDE command line to remotely interact with the environments that we can't log into directly. Here's the problem...we have multiple databases in each ArcSDE instance. While we can use the command line to shut down any SDE service remotely, we cannot remotely start up the services. For example:
[INDENT]sdemon -o shutdown -s servername -i 5153 -u SDE -p password
ArcSDE Instance 5153 on servername is Shutdown!
sdemon -o start -s servername -i 5153 -u SDE -p password
Error: Service 5153 doesn't exist on servername.
Operation Failed, Unable to start iomgr.[/INDENT]
I have confirmed that the services.sde file has the remote protocol listed and it is uncommented.
databasename_sde 5153/tcp
I have also added an SDEINSTANCE environmental variable with the path to the services.sde file. Why would ArcSDE recognize the service to shutdown but not to startup???