× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Hold on a minute.
I'm going to replace the command STRTCPFTP with just FTP. It's the same
command but it may be confusing others.

You try
FTP MYHOSTNAME
and you are getting cannot find 'myhostname'

But you can
PING 'XXX.XXX.XXX.XXX'
where that is the IP address of MYHOSTNAME
and that works?
If so, what happens if you try
PING MYHOSTNAME

On the remote machine try
CFGTCP
12. Change TCP/IP domain information
Record the host name, example GDIHQ
Record the domain name, example dekko-1
Then on my local machine you can do
NSLOOKUP 'GDIHQ.dekko-1'
And it should tell you the IP address and from which DNS server it looked
it up at.

Here's another point.
You mentioned RDB entries.
FTP couldn't give a rat's patootie about RDB entries. SQL connections are
a different matter though.
If you want to be able to look something up by a RDB entry I suggest you
enter that RDB entry into your DNS. Maybe give it the same IP address as
your server name.

Now, if you're doing something really different like our HA Mimix setup
then you may have something like this:
Two machines: GDIHQ1, GDIHQ2. Users only know about GDIHQ. And,
depending on where you're running, it may be on one machine or the other.
Both GDIHQ1 and GDIHQ2 list GDIHQ as their *LOCAL RDB entry
GDIHQ1 will have this
Relational database . . . . . . : GDIHQ
Relational database alias . . : GDIHQ1
Remote location:
Remote location . . . . . . . : GDIHQ1
Type . . . . . . . . . . . . : *IP
GDIHQ2 will have this:
Relational database . . . . . . : GDIHQ
Relational database alias . . : GDIHQ2
Remote location:
Remote location . . . . . . . : GDIHQ2

But we also have multiple IP addresses assigned to both boxes.
GDIHQ1 will have an IP address for GDIHQ1 and it will have an IP address
for GDIHQ.
GDIHQ2 will have an IP address for GDIHQ2 and it will have an IP address
for GDIHQ.
When we're running on GDIHQ1 it's GDIHQ IP address will also be active and
our DNS will point traffic to GDIHQ to that IP address. GDIHQ2's IP
address for GDIHQ will be inactive.
When we're running on GDIHQ2 it's GDIHQ IP address will also be active and
our DNS will point traffic to GDIHQ to that IP address. GDIHQ1's IP
address for GDIHQ will be inactive.
Our mimix switch does a remote command to a PC which automatically updates
our DNS.
If anyone outside of systems tries to attach to GDIHQ1 or GDIHQ2 they are
drawn and quartered.
But our DNS has entries for GDIHQ1, GDIHQ2 and the floating entry for
GDIHQ.

Rob Berendt

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.