RE: Is there a way to have 2 network cards on the samemachine

Sean,
I mean I am always connecting to the nodemgr of the 2nd environment
successfully. Only when I run the client part of the application that I know
is up, I get a response from the Name Server that it is actually the first
IP address.
I checked again. I defenitely have FORTE_NS_ADDRESS set to IP:5004, in my
case, and not the hostname. I don't have FORTE_LOCATIONS set any where. the
NS_ADDRESS for env2 has only 1 IP address associated with it. My Forte
Control Panel on the client, and hence the NS address has only one entry.
I tried going into escript like you said, and the name service still thinks
it is IP1.
Venkat Kodumudi
Price Waterhouse LLP
Internet: [email protected]
Internet2: [email protected]
-----Original Message-----
From: Sean Brown [SMTP:[email protected]]
Sent: Monday, June 22, 1998 1:31 PM
To: Venkat Kodumudi; 'Sean Brown'
Cc: [email protected]
Subject: RE: Is there a way to have 2 network cards on the same
machine
Hmmmm? That is a little odd! Let me rehash what I think you are saying.
You now have two environments each with their own name service with
FORTE_NS_ADDRESS set to a different IP:Port combination. For example you
are doing the steps:
FORTE_NS_ADDRESS=255.255.255.1:5000
start the nodemgr for env 1
FORTE_NS_ADDRESS=255.255.255.2:5000
start the nodemgr for env 2
Now when you start a client you are always getting the address for env 1
back from the nodemgr. I assume you actually mean the name service? Or, do
you mean you are always connecting to the nodemgr & name service for env
1?
If the first scenario is the case and you are connecting to the nodemgr
for
env 2 but getting back IP's for services listening on the card for env 1 I
would ask you what you are setting the FORTE_LOCATIONS value to before you
start each service. If you are not setting it or are using the host name
it
will register using the IP for the primary network card associated with
the
machine name and I am again assuming that this is env 1. You need to set
the FORTE_LOCATIONS variable to 255.255.255.2:0 (based on the steps above)
before starting your services.
If the second scenario is the case I would have you check what the
FORTE_NS_ADDRESS is set to before you start up the client. Once again it
must be the IP:Port combination not host:port combination if you want to
get
anything other than the primary card.
I would also suggest that you do the following. After everything is up
and
running execute the following commands:
escript -fns "ip for env1":port
findsub nameservice
showpart
What you should see is everything currently registered under the name
service. It will have the name and any "locations" (IP and port) that it
is
registered as listening on. I would look for the nodemgr and see where it
has advertised itself. I would then look for any services you expect to
be
registered there and also verify where the have advertised themselves. If
there are multiple locations listed for any one service, the client will
use
the first one in the list.
Do the same for env 2.
Sean
-----Original Message-----
From: Venkat Kodumudi [mailto:[email protected]]
Sent: Monday, June 22, 1998 9:57 AM
To: 'Sean Brown'
Cc: [email protected]
Subject: RE: Is there a way to have 2 network cards on the same machine
I am giving the actual IP address. and not the host name. That is why I
don't understand what is going on.
Venkat Kodumudi
Price Waterhouse LLP
Internet: [email protected]
Internet2: [email protected]
-----Original Message-----
From: Sean Brown [SMTP:[email protected]]
Sent: Monday, June 22, 1998 10:53 AM
To: Venkat Kodumudi; 'Sean Brown'
Cc: [email protected]
Subject: RE: Is there a way to have 2 network cards on the same
machine
Hello Venkat,
I probably should have mentioned this before. Your are correct. Forteis
doing a host lookup if you are providing a name for examplemachine1:5000.
You can bypass the host lookup by using the actual ip dot addressinstead
for example 255.255.255.255:5000. This way you are taking the name
service
out od the picture and Forte will use the address provided.
Sean
-----Original Message-----
From: Venkat Kodumudi [mailto:[email protected]]
Sent: Monday, June 22, 1998 9:27 AM
To: 'Sean Brown'
Cc: [email protected]
Subject: RE: Is there a way to have 2 network cards on the same machine
My requirement is that my second card serves as best case performance
testing piece. This eliminates the network completely. We went one step
ahead and created a new enviromnent for the second card. Whatever I do,
the
nodemgr is returning back the IP address of the first card, even thoughmy
FORTE_NS_ADDRESS does not have the first card in the picture any where.
I think Forte is doing a host look up and returning the first IP address
it
finds, as opposed to returning the IP address specified in theenvironment
variable FORTE_NS_ADDRESS. Is there a way to trick it?
Venkat Kodumudi
Price Waterhouse LLP
Internet: [email protected]
Internet2: [email protected]
-----Original Message-----
From: Sean Brown [SMTP:[email protected]]
Sent: Thursday, June 18, 1998 9:54 AM
To: Venkat Kodumudi
Cc: [email protected]
Subject: RE: Is there a way to have 2 network cards on the same
machine
OK, you ran into one of the issues. That is, if both addresses areknown
to
the client that is trying to contact the partition it will always usethe
first address in FORTE_LOCATIONS. This is because FORTE_LOCATIONS was
designed more as a failover mechanism. So it will always try the
first
address in the list and if it succeeds, there is no reason to move onto
the
second.
Now, the second issue is that there is currently a problem with theclient
failover to the secondary address in FORTE_LOCATIONS. If the firstentry
fails it is supposed to retry on the second entry. Instead, it
retries
the
first entry again. I know that Forte knows about this but I do nothave
a
bug number on it.
With that said, lets look at a possible solution for you. If the real
objective here is to have a back up network card available for fail
over
on
the same machine, or use one card to advertise outside your firewalland
one
to use inside, then you will have to contact Forte to determine whenthe
failover problem will be fixed. But, if the objective is to loadbalance
across the network cards you could have the environment manager listenon
both ports and then alternate your server partitions across both
cards.
For
example:
set FORTE_NS_ADDRESS=card1:5000;card2:5000 and then start up the
environment
manager
set FORTE_LOCATIONS=card1:0 (the 0 in the port causes the OS to pick a
port)
and start partition one
set FORTE_LOCATIONS=card2:0 and start partition two
and so on....
In this scenario the environment manager will be listening on bothcards
but
each server will be listening on only one of the two cards. So if a
request
comes in for partition1 it will go through card one and if it is for
partition two it will go through card two. You could assign your
partitions
to cards based on expected load.
Well, I am done. I hope this helps!
Sean
-----Original Message-----
From: Venkat Kodumudi [mailto:[email protected]]
Sent: Thursday, June 18, 1998 8:06 AM
To: 'Sean Brown'; 'John Jamison'
Cc: [email protected]; Jose Suriol
Subject: RE: Is there a way to have 2 network cards on the samemachine
Sean,
Thanks for your reply. I tried the approach. I was not very specificin
my
question. I do need the ability for server applications to listen and
server
on both the network cards.
I was succesfully able to make the nodemgr listen on both the cardsand
actually serve requests coming in from both the cards. But, followingyour
advise, I took a cautious step with FORTE_LOCATIONS. Here is what I
noticed.
I have an application that has 6 partitions in total. I used
FORTE_LOCATION
to make it listen on 1. Both the cards. 2. Swapped the IP addresses
for
both
cards for this application. 3. One card that I want it to listen on. I
tried
all approaches by exporting the locations variable for just this
application. The nodemgr recieves a request from this pc connected onthe
second card to talk to one of the partitions. The node mgr responds
with
a
proxy - with the ip address and socket number of the first card. The
FORTE_NS_ADDRESS variable looks like this:
IP1:5002;IP2:5002.
Is it possible atall to resolve my problem, without having a seperate
environment?
Thanks
Venkat Kodumudi
Price Waterhouse LLP
Internet: [email protected]
Internet2: [email protected]
-----Original Message-----
From: Sean Brown [SMTP:[email protected]]
Sent: Wednesday, June 17, 1998 10:42 AM
To: 'John Jamison'; Venkat Kodumudi
Cc: [email protected]
Subject: RE: Is there a way to have 2 network cards on the
same
machine
Venkat,
Actually, it is possible for Forte to listen on more than one IP andport
combination. The first reply to your message was correct. If you
set
the
FORTE_NS_ADDRESS to contain multiple entries before starting the
name
service, it will advertise on both. For Forte servers you use the
FORTE_LOCATIONS env variable to get it to advertise on multipleip:port
combinations.
We were doing something very similar with another customer I was at
to
get
around a firewall. I will warn you that there are some issues with
FORTE_LOCATIONS that may keep that portion from working. However,
from
reading your note, it appears that all you need is for the nameservice
to
advertise and listen on multiple ports and that works fine. I justtested
it again for sanity sake and it worked. I ran my test on NT using
Forte
3G2.
Sean
-----Original Message-----
From: [email protected]
[<a href="mailto:[email protected]">mailto:[email protected]]On</a> Behalf Of John Jamison
Sent: Tuesday, June 16, 1998 4:51 PM
To: Venkat Kodumudi
Cc: [email protected]
Subject: Re: Is there a way to have 2 network cards on the samemachine
Venkat,
Technically yes this is possible, though not in Forte. A nameserver
can
only listen on one port.
To implement this scheme you will have to write a proxy service (insome
language
including perhaps forte) which listens on the well-known port on the
second card, reads requests, then forwards them to the realnameservice
(wkp on the first card), and forwards replies back. This is not
trivial, but some firewall toolkit vendors supply stub code to write
application specific proxies.
-J
Venkat Kodumudi wrote:
Folks,
Here is what we would like to do:
We want to have 2 network cards on a unix box - which means I have
2
ip
addresses, and the connection between the two is the unix box and
only
the
unix box. I have a pc connected to the 2nd network card and I want
it
to
connect to the nameserver that is listening on a well known port
on
the
first network card. We don't want to turn IP forwarding between
the
two
cards. We want Forte to address both cards to talk to clients, in
one
environment.
Can this be done? If so how?
Thanks in advance.
Venkat Kodumudi
Price Waterhouse LLP
Internet: [email protected]
Internet2: [email protected]
To unsubscribe, email '[email protected]' with
'unsubscribe forte-users' as the body of the message.
Searchable thread archive<URL:<a href=
"http://pinehurst.sageit.com/listarchive/">http://pinehurst.sageit.com/listarchive/</a>>
>>>>
John Jamison [email protected]
Vice President and Chief Technology Officer
Sage IT Partners, Inc.
Voice: 415 392-7243 x 306
Fax: 415 391-3899
Internet Enabled Business Change
<a href=
"http://www.sageit.com">http://www.sageit.com</a>
To unsubscribe, email '[email protected]' with
'unsubscribe forte-users' as the body of the message.
Searchable thread archive <URL:<a href=
"http://pinehurst.sageit.com/listarchive/">http://pinehurst.sageit.com/listarchive/</a>>

Hello Venkat,
I probably should have mentioned this before. Your are correct. Forte is
doing a host lookup if you are providing a name for example machine1:5000.
You can bypass the host lookup by using the actual ip dot address instead
for example 255.255.255.255:5000. This way you are taking the name service
out od the picture and Forte will use the address provided.
Sean
-----Original Message-----
From: Venkat Kodumudi [mailto:[email protected]]
Sent: Monday, June 22, 1998 9:27 AM
To: 'Sean Brown'
Cc: [email protected]
Subject: RE: Is there a way to have 2 network cards on the same machine
My requirement is that my second card serves as best case performance
testing piece. This eliminates the network completely. We went one step
ahead and created a new enviromnent for the second card. Whatever I do, the
nodemgr is returning back the IP address of the first card, even though my
FORTE_NS_ADDRESS does not have the first card in the picture any where.
I think Forte is doing a host look up and returning the first IP address it
finds, as opposed to returning the IP address specified in the environment
variable FORTE_NS_ADDRESS. Is there a way to trick it?
Venkat Kodumudi
Price Waterhouse LLP
Internet: [email protected]
Internet2: [email protected]
-----Original Message-----
From: Sean Brown [SMTP:[email protected]]
Sent: Thursday, June 18, 1998 9:54 AM
To: Venkat Kodumudi
Cc: [email protected]
Subject: RE: Is there a way to have 2 network cards on the same
machine
OK, you ran into one of the issues. That is, if both addresses are known
to
the client that is trying to contact the partition it will always use the
first address in FORTE_LOCATIONS. This is because FORTE_LOCATIONS was
designed more as a failover mechanism. So it will always try the first
address in the list and if it succeeds, there is no reason to move on to
the
second.
Now, the second issue is that there is currently a problem with the client
failover to the secondary address in FORTE_LOCATIONS. If the first entry
fails it is supposed to retry on the second entry. Instead, it retries
the
first entry again. I know that Forte knows about this but I do not have a
bug number on it.
With that said, lets look at a possible solution for you. If the real
objective here is to have a back up network card available for fail over
on
the same machine, or use one card to advertise outside your firewall and
one
to use inside, then you will have to contact Forte to determine when the
failover problem will be fixed. But, if the objective is to load balance
across the network cards you could have the environment manager listen on
both ports and then alternate your server partitions across both cards.
For
example:
set FORTE_NS_ADDRESS=card1:5000;card2:5000 and then start up the
environment
manager
set FORTE_LOCATIONS=card1:0 (the 0 in the port causes the OS to pick a
port)
and start partition one
set FORTE_LOCATIONS=card2:0 and start partition two
and so on....
In this scenario the environment manager will be listening on both cards
but
each server will be listening on only one of the two cards. So if a
request
comes in for partition1 it will go through card one and if it is for
partition two it will go through card two. You could assign your
partitions
to cards based on expected load.
Well, I am done. I hope this helps!
Sean
-----Original Message-----
From: Venkat Kodumudi [mailto:[email protected]]
Sent: Thursday, June 18, 1998 8:06 AM
To: 'Sean Brown'; 'John Jamison'
Cc: [email protected]; Jose Suriol
Subject: RE: Is there a way to have 2 network cards on the same machine
Sean,
Thanks for your reply. I tried the approach. I was not very specific in
my
question. I do need the ability for server applications to listen and
server
on both the network cards.
I was succesfully able to make the nodemgr listen on both the cards and
actually serve requests coming in from both the cards. But, following your
advise, I took a cautious step with FORTE_LOCATIONS. Here is what I
noticed.
I have an application that has 6 partitions in total. I used
FORTE_LOCATION
to make it listen on 1. Both the cards. 2. Swapped the IP addresses for
both
cards for this application. 3. One card that I want it to listen on. I
tried
all approaches by exporting the locations variable for just this
application. The nodemgr recieves a request from this pc connected on the
second card to talk to one of the partitions. The node mgr responds with a
proxy - with the ip address and socket number of the first card. The
FORTE_NS_ADDRESS variable looks like this:
IP1:5002;IP2:5002.
Is it possible atall to resolve my problem, without having a seperate
environment?
Thanks
Venkat Kodumudi
Price Waterhouse LLP
Internet: [email protected]
Internet2: [email protected]
-----Original Message-----
From: Sean Brown [SMTP:[email protected]]
Sent: Wednesday, June 17, 1998 10:42 AM
To: 'John Jamison'; Venkat Kodumudi
Cc: [email protected]
Subject: RE: Is there a way to have 2 network cards on the same
machine
Venkat,
Actually, it is possible for Forte to listen on more than one IP andport
combination. The first reply to your message was correct. If you setthe
FORTE_NS_ADDRESS to contain multiple entries before starting the name
service, it will advertise on both. For Forte servers you use the
FORTE_LOCATIONS env variable to get it to advertise on multiple ip:port
combinations.
We were doing something very similar with another customer I was at toget
around a firewall. I will warn you that there are some issues with
FORTE_LOCATIONS that may keep that portion from working. However, from
reading your note, it appears that all you need is for the name serviceto
advertise and listen on multiple ports and that works fine. I justtested
it again for sanity sake and it worked. I ran my test on NT using Forte
3G2.
Sean
-----Original Message-----
From: [email protected]
[<a href="mailto:[email protected]">mailto:[email protected]]On</a> Behalf Of John Jamison
Sent: Tuesday, June 16, 1998 4:51 PM
To: Venkat Kodumudi
Cc: [email protected]
Subject: Re: Is there a way to have 2 network cards on the same machine
Venkat,
Technically yes this is possible, though not in Forte. A name server
can
only listen on one port.
To implement this scheme you will have to write a proxy service (in some
language
including perhaps forte) which listens on the well-known port on the
second card, reads requests, then forwards them to the real nameservice
(wkp on the first card), and forwards replies back. This is not
trivial, but some firewall toolkit vendors supply stub code to write
application specific proxies.
-J
Venkat Kodumudi wrote:
Folks,
Here is what we would like to do:
We want to have 2 network cards on a unix box - which means I have 2ip
addresses, and the connection between the two is the unix box and onlythe
unix box. I have a pc connected to the 2nd network card and I want it
to
connect to the nameserver that is listening on a well known port onthe
first network card. We don't want to turn IP forwarding between thetwo
cards. We want Forte to address both cards to talk to clients, in one
environment.
Can this be done? If so how?
Thanks in advance.
Venkat Kodumudi
Price Waterhouse LLP
Internet: [email protected]
Internet2: [email protected]
To unsubscribe, email '[email protected]' with
'unsubscribe forte-users' as the body of the message.
Searchable thread archive<URL:<a href=
"http://pinehurst.sageit.com/listarchive/">http://pinehurst.sageit.com/listarchive/</a>>
>>
John Jamison [email protected]
Vice President and Chief Technology Officer
Sage IT Partners, Inc.
Voice: 415 392-7243 x 306
Fax: 415 391-3899
Internet Enabled Business Change
<a href="http://www.sageit.com">http://www.sageit.com</a>
To unsubscribe, email '[email protected]' with
'unsubscribe forte-users' as the body of the message.
Searchable thread archive <URL:<a href=
"http://pinehurst.sageit.com/listarchive/">http://pinehurst.sageit.com/listarchive/</a>>

Similar Messages

  • Is there a way to have 2 network cards on the samemachine

    Folks,
    Here is what we would like to do:
    We want to have 2 network cards on a unix box - which means I have 2 ip
    addresses, and the connection between the two is the unix box and only the
    unix box. I have a pc connected to the 2nd network card and I want it to
    connect to the nameserver that is listening on a well known port on the
    first network card. We don't want to turn IP forwarding between the two
    cards. We want Forte to address both cards to talk to clients, in one
    environment.
    Can this be done? If so how?
    Thanks in advance.
    Venkat Kodumudi
    Price Waterhouse LLP
    Internet: [email protected]
    Internet2: [email protected]
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    Hmmmm? That is a little odd! Let me rehash what I think you are saying.
    You now have two environments each with their own name service with
    FORTE_NS_ADDRESS set to a different IP:Port combination. For example you
    are doing the steps:
    FORTE_NS_ADDRESS=255.255.255.1:5000
    start the nodemgr for env 1
    FORTE_NS_ADDRESS=255.255.255.2:5000
    start the nodemgr for env 2
    Now when you start a client you are always getting the address for env 1
    back from the nodemgr. I assume you actually mean the name service? Or, do
    you mean you are always connecting to the nodemgr & name service for env 1?
    If the first scenario is the case and you are connecting to the nodemgr for
    env 2 but getting back IP's for services listening on the card for env 1 I
    would ask you what you are setting the FORTE_LOCATIONS value to before you
    start each service. If you are not setting it or are using the host name it
    will register using the IP for the primary network card associated with the
    machine name and I am again assuming that this is env 1. You need to set
    the FORTE_LOCATIONS variable to 255.255.255.2:0 (based on the steps above)
    before starting your services.
    If the second scenario is the case I would have you check what the
    FORTE_NS_ADDRESS is set to before you start up the client. Once again it
    must be the IP:Port combination not host:port combination if you want to get
    anything other than the primary card.
    I would also suggest that you do the following. After everything is up and
    running execute the following commands:
    escript -fns "ip for env1":port
    findsub nameservice
    showpart
    What you should see is everything currently registered under the name
    service. It will have the name and any "locations" (IP and port) that it is
    registered as listening on. I would look for the nodemgr and see where it
    has advertised itself. I would then look for any services you expect to be
    registered there and also verify where the have advertised themselves. If
    there are multiple locations listed for any one service, the client will use
    the first one in the list.
    Do the same for env 2.
    Sean
    -----Original Message-----
    From: Venkat Kodumudi [mailto:[email protected]]
    Sent: Monday, June 22, 1998 9:57 AM
    To: 'Sean Brown'
    Cc: [email protected]
    Subject: RE: Is there a way to have 2 network cards on the same machine
    I am giving the actual IP address. and not the host name. That is why I
    don't understand what is going on.
    Venkat Kodumudi
    Price Waterhouse LLP
    Internet: [email protected]
    Internet2: [email protected]
    -----Original Message-----
    From: Sean Brown [SMTP:[email protected]]
    Sent: Monday, June 22, 1998 10:53 AM
    To: Venkat Kodumudi; 'Sean Brown'
    Cc: [email protected]
    Subject: RE: Is there a way to have 2 network cards on the same
    machine
    Hello Venkat,
    I probably should have mentioned this before. Your are correct. Forte is
    doing a host lookup if you are providing a name for example machine1:5000.
    You can bypass the host lookup by using the actual ip dot address instead
    for example 255.255.255.255:5000. This way you are taking the name
    service
    out od the picture and Forte will use the address provided.
    Sean
    -----Original Message-----
    From: Venkat Kodumudi [mailto:[email protected]]
    Sent: Monday, June 22, 1998 9:27 AM
    To: 'Sean Brown'
    Cc: [email protected]
    Subject: RE: Is there a way to have 2 network cards on the same machine
    My requirement is that my second card serves as best case performance
    testing piece. This eliminates the network completely. We went one step
    ahead and created a new enviromnent for the second card. Whatever I do,
    the
    nodemgr is returning back the IP address of the first card, even though my
    FORTE_NS_ADDRESS does not have the first card in the picture any where.
    I think Forte is doing a host look up and returning the first IP address
    it
    finds, as opposed to returning the IP address specified in the environment
    variable FORTE_NS_ADDRESS. Is there a way to trick it?
    Venkat Kodumudi
    Price Waterhouse LLP
    Internet: [email protected]
    Internet2: [email protected]
    -----Original Message-----
    From: Sean Brown [SMTP:[email protected]]
    Sent: Thursday, June 18, 1998 9:54 AM
    To: Venkat Kodumudi
    Cc: [email protected]
    Subject: RE: Is there a way to have 2 network cards on the same
    machine
    OK, you ran into one of the issues. That is, if both addresses areknown
    to
    the client that is trying to contact the partition it will always usethe
    first address in FORTE_LOCATIONS. This is because FORTE_LOCATIONS was
    designed more as a failover mechanism. So it will always try the first
    address in the list and if it succeeds, there is no reason to move on to
    the
    second.
    Now, the second issue is that there is currently a problem with theclient
    failover to the secondary address in FORTE_LOCATIONS. If the firstentry
    fails it is supposed to retry on the second entry. Instead, it retries
    the
    first entry again. I know that Forte knows about this but I do not havea
    bug number on it.
    With that said, lets look at a possible solution for you. If the real
    objective here is to have a back up network card available for fail over
    on
    the same machine, or use one card to advertise outside your firewall and
    one
    to use inside, then you will have to contact Forte to determine when the
    failover problem will be fixed. But, if the objective is to loadbalance
    across the network cards you could have the environment manager listenon
    both ports and then alternate your server partitions across both cards.
    For
    example:
    set FORTE_NS_ADDRESS=card1:5000;card2:5000 and then start up the
    environment
    manager
    set FORTE_LOCATIONS=card1:0 (the 0 in the port causes the OS to pick a
    port)
    and start partition one
    set FORTE_LOCATIONS=card2:0 and start partition two
    and so on....
    In this scenario the environment manager will be listening on both cards
    but
    each server will be listening on only one of the two cards. So if a
    request
    comes in for partition1 it will go through card one and if it is for
    partition two it will go through card two. You could assign your
    partitions
    to cards based on expected load.
    Well, I am done. I hope this helps!
    Sean
    -----Original Message-----
    From: Venkat Kodumudi [mailto:[email protected]]
    Sent: Thursday, June 18, 1998 8:06 AM
    To: 'Sean Brown'; 'John Jamison'
    Cc: [email protected]; Jose Suriol
    Subject: RE: Is there a way to have 2 network cards on the same machine
    Sean,
    Thanks for your reply. I tried the approach. I was not very specific in
    my
    question. I do need the ability for server applications to listen and
    server
    on both the network cards.
    I was succesfully able to make the nodemgr listen on both the cards and
    actually serve requests coming in from both the cards. But, followingyour
    advise, I took a cautious step with FORTE_LOCATIONS. Here is what I
    noticed.
    I have an application that has 6 partitions in total. I used
    FORTE_LOCATION
    to make it listen on 1. Both the cards. 2. Swapped the IP addresses for
    both
    cards for this application. 3. One card that I want it to listen on. I
    tried
    all approaches by exporting the locations variable for just this
    application. The nodemgr recieves a request from this pc connected onthe
    second card to talk to one of the partitions. The node mgr responds witha
    proxy - with the ip address and socket number of the first card. The
    FORTE_NS_ADDRESS variable looks like this:
    IP1:5002;IP2:5002.
    Is it possible atall to resolve my problem, without having a seperate
    environment?
    Thanks
    Venkat Kodumudi
    Price Waterhouse LLP
    Internet: [email protected]
    Internet2: [email protected]
    -----Original Message-----
    From: Sean Brown [SMTP:[email protected]]
    Sent: Wednesday, June 17, 1998 10:42 AM
    To: 'John Jamison'; Venkat Kodumudi
    Cc: [email protected]
    Subject: RE: Is there a way to have 2 network cards on the same
    machine
    Venkat,
    Actually, it is possible for Forte to listen on more than one IP andport
    combination. The first reply to your message was correct. If you setthe
    FORTE_NS_ADDRESS to contain multiple entries before starting the name
    service, it will advertise on both. For Forte servers you use the
    FORTE_LOCATIONS env variable to get it to advertise on multiple
    ip:port
    combinations.
    We were doing something very similar with another customer I was at toget
    around a firewall. I will warn you that there are some issues with
    FORTE_LOCATIONS that may keep that portion from working. However,
    from
    reading your note, it appears that all you need is for the nameservice
    to
    advertise and listen on multiple ports and that works fine. I justtested
    it again for sanity sake and it worked. I ran my test on NT using
    Forte
    3G2.
    Sean
    -----Original Message-----
    From: [email protected]
    [<a href="mailto:[email protected]">mailto:[email protected]]On</a> Behalf Of John Jamison
    Sent: Tuesday, June 16, 1998 4:51 PM
    To: Venkat Kodumudi
    Cc: [email protected]
    Subject: Re: Is there a way to have 2 network cards on the samemachine
    Venkat,
    Technically yes this is possible, though not in Forte. A nameserver
    can
    only listen on one port.
    To implement this scheme you will have to write a proxy service (insome
    language
    including perhaps forte) which listens on the well-known port on the
    second card, reads requests, then forwards them to the realnameservice
    (wkp on the first card), and forwards replies back. This is not
    trivial, but some firewall toolkit vendors supply stub code to write
    application specific proxies.
    -J
    Venkat Kodumudi wrote:
    Folks,
    Here is what we would like to do:
    We want to have 2 network cards on a unix box - which means I have 2
    ip
    addresses, and the connection between the two is the unix box and
    only
    the
    unix box. I have a pc connected to the 2nd network card and I want
    it
    to
    connect to the nameserver that is listening on a well known port onthe
    first network card. We don't want to turn IP forwarding between thetwo
    cards. We want Forte to address both cards to talk to clients, in
    one
    environment.
    Can this be done? If so how?
    Thanks in advance.
    Venkat Kodumudi
    Price Waterhouse LLP
    Internet: [email protected]
    Internet2: [email protected]
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive<URL:<a href=
    "http://pinehurst.sageit.com/listarchive/">http://pinehurst.sageit.com/listarchive/</a>>
    >>>
    John Jamison [email protected]
    Vice President and Chief Technology Officer
    Sage IT Partners, Inc.
    Voice: 415 392-7243 x 306
    Fax: 415 391-3899
    Internet Enabled Business Change
    <a href=
    "http://www.sageit.com">http://www.sageit.com</a>
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:<a href=
    "http://pinehurst.sageit.com/listarchive/">http://pinehurst.sageit.com/listarchive/</a>>

  • I have two Macs: an MBA and the new iMac.  Is there a way to have iTunes and all the content in it identical on both machines?

    I have two Macs: an MBA and the new iMac.  Is there a way to have iTunes and all the content in it identical on both machines?

    Yes you can copy the content to your new machine and use Home Sharing to keep the content identical
    Connect the two machines via an ethernet cable it is 3 times faster than Wifi. Turn wifi off on one machine to enforce ethernet connection
    In System Preferences, Sharing turn on File Sharing
    Then
    Copy the music/itunes folder from the Macbook pro to the music/ folder on the imac
    Both machines should now have the same library
    Disconnect H the ethernet cable
    Set up Home Sharing and under Settings at the bottom of the Home Sharing page. Select to transfer new purchases.
    Do the same on the other machine.
    Then when you r machines are connected by wifi and each time you start itunes it will transfer your new purchases
    Setting up home sharing

  • Help Please.  I am setting up my macbook pro for a second user but office didn't transfer over.  Is there a way to have additional users on the same comp have office available without having to re-install it for each user?

    Help Please.  I am setting up my macbook pro for a second user but office didn't transfer over.  Is there a way to have additional users on the same comp have office available without having to re-install it for each user?

    mpr130 wrote:
    Help Please.  I am setting up my macbook pro for a second user but office didn't transfer over. Is there a way to have additional users on the same comp have office available without having to re-install it for each user?
    How did you attemp to transfer Office?
    OS X Lion: Set up a guest account

  • When I reply to emails my reply is at the bottom of the thread-is there a way to have my replies at the top so my recipients see them?

    When I reply to emails using icloud my reply is at the bottom of the thread where none of my recipients see it-they think I am not adding any content.  Is there a way to have my replies at the top of the thread so my recipients see them?

    This is so horribly frustrating! If you just hit "Reply" and start typing, your new reply starts right at the end of the original message, without even a carriage return. It's the exact opposite of how MobileMe -- and most other mail apps -- work.
    Can we either:
    Move the cursor position in replied messages back to the top, as it was before; or
    Add the option in Preferences to determine where you'd like your cursor to appear when you reply to messages

  • Is there a way to have hardware acceleration without the text font change? + Eye straining firefox!

    Is there a way to have hardware acceleration without the text font change? I remember there was a way to go into settings before and getting hardware acceleration to work without the font change. Unfortunately I lost ALL my previous setting when uninstalling the beta ver Nightly and clicking delete settings :(.
    Also, I fixed a problem before where firefox was visually eye straining to me, I think it was some settings in anti-alias tuner, but I cant seem to find the right settings that puts less strain on my eyes, anyone know? Thanks ahead. Currently using FF7.

    Try to toggle some Boolean gfx.font_rendering prefs on the about:config page to disable some features.<br />
    Filter: gfx
    Others to try:
    * set gfx.direct2d.disabled to true to disable Direct2D
    *Anti-Aliasing Tuner: https://addons.mozilla.org/firefox/addon/anti-aliasing-tuner/

  • I received a goggle play gift card for Christmas.  Is there a way to use this card in the ITune store ?  Or is there a way to convert the google card credit into Itune credit ?

    I received a google play gift card for Christmas.  Is there a way to use this card in the App store or Itune store ?  Or is there a way to convert the google credit into itune credit ?

    No - sorry.
    GB

  • I recently upgraded my old powerbook to an iMac.  I've dumped the files of my backup drive into the new iMac. Is there a way to have access to all the files (new and old computers) when logged on as the same user vs. logging in and out to access each?

    I am new to posting to this support community but have often referred to it for answers.  So thank you all who've contributed; you've been a great help!
    I recently upgraded my old powerbook to an iMac.  I've dumped the files of my backup drive into the new iMac. Is there a way to have access to/merge all the files (new and old computers) together so when I'm logged in can access all the files.
    Thanks!
    M

    Sure-glad to help you. You will not lose any data by changing synching to MacBook Pro from imac. You have set up Time Machine, right? that's how you'd do your backup, so I was told, and how I do my backup on my mac.  You should be able to set a password for it. Save it.  Your stuff should be saved there. So if you want to make your MacBook Pro your primary computer,  I suppose,  back up your stuff with Time machine, turn off Time machine on the iMac, turn it on on the new MacBook Pro, select the hard drive in your Time Capsule, enter your password, and do a backup from there. It might work, and it might take a while, but it should go. As for clogging the hard drive, I can't say. Depends how much stuff you have, and the hard drive's capacity.  As for moving syncing from your iMac to your macbook pro, should be the same. Your phone uses iTunes to sync and so that data should be in the cloud. You can move your iTunes Library to your new Macbook pro
    you should be able to sync your phone on your new MacBook Pro. Don't know if you can move the older backups yet-maybe try someone else, anyways,
    This handy article from Apple explains how
    How to move your iTunes library to a new computer - Apple Support''
    don't forget to de-authorize your iMac if you don't want to play purchased stuff there
    and re-authorize your new macBook Pro
    time machine is an application, and should be found in the Applications folder. it is built in to OS X, so there is nothing else to buy. double click on it, get it going, choose the Hard drive in your Time capsule/Airport as your backup Time Machine  and go for it.  You should see a circle with an arrow on the top right hand of your screen (the Desktop), next to the bluetooth icon, and just after the wifi and eject key (looks sorta like a clock face). This will do automatic backups  of your stuff.

  • Is there a way to have a Chicken of the vnc type GUI over internet in ARD3?

    Hello, to whoever reads this question, thanks in advance if you can help.
    My need is this. I regularly use Chicken of the VNC for multiple administration over the internet, but what I like is the possibility to have same IP but Multiple clients with fixed IP (local) behind Firewall, i.e. x.x.x.x:5910 x.x.x.x:5920, x.x.x.x:5930, etc. and i can connect at the same time to the different machines to admin them.
    Question: Is there any possibility to have the multiple connections with ARD 3 or even ARD 2 over the internet with same IP?
    At one point ARD 3 did work for me like that for about an hour and then it stopped, blocking out 2 of 3 machines in the same IP. I mean, it acutally let me have 2 windows open on the same IP with different ports over internet and was flabbergasted, but then it stopped! when I quitted and restarted, I could do it no more…
    I really like ARD, but if I got to manually change the port everytime I log in… yikes…!! I admin 20 machines in 10 different locations, so everytime i gotta log in to machine 'a' then change ports to machine 'b' for 10 locations everyday… well I hope you get the idea.
    BTW i tried looking all over the forum, but could not find this info specifically.
    PS thank you for your time

    I, too, was a bit bummed out by the lack of this feature. I wondered if ARD 3 had some sort of mode Apple themselves used "silently".
    There IS a way to make it work, however -- via VPN. I discovered that once I used VPN into my company's intranet, ARD 3's scanner could see EVERY Mac in the company.
    Setting up a VPN nowadays is pretty simple -- many routers handle the support for you. OS X's Internet Connect feature makes it trivial to connect to the VPN, once it is properly set up from the inside of the company.

  • Is there a way to have applications run in the background after I log out?

    New to Mavericks, have a new iMac after being on Leopard for years. After I log out, all the applications I had running stop and close. Is there a way to keep those running? It seems like logging out, and the applications stopping, would negate the ability to see any notifications on the lock screen. I have multiple users set up on this computer, is that the reason?

    By definition, logging out means quitting all your processes. If you want to log in as a different user without logging out, see below.
    OS X Mavericks: Switch quickly between users

  • Is there a way to have your email on the phone coordinate with the email on your computer?  When I delete emails on my computer they still show up as unread on my iphone.

    Is there a way to coordinate email on your computer and on your iphone?  When I delete email on my computer it still shows up as unread on my phone.

    It depends on the type of email account you are using, POP3 or IMAP.  This article explains the differences:  http://mail2web.com/blog/2010/02/pop-imap-difference/

  • Is there a way to have movies always show the date?

    I am using Premiere Elements 10 to create home movies and burn them to blu-ray discs.  I want all scenes to show the date the scene was shot in the lower right hand corner, at all times.  Is there an easy way to do this automatically, or do I have to go to each clip and custom make a title?  The dates are all placed in the exif info by the camera I am using.  Thanks for any help!

    This is not an automatic function of Premiere Elements. Sorry.

  • Is there a way to have iPhoto NOT use the Photo Library on the Main drive?

    I have thousands of pictures going waaay back to when iPhoto first came out. Most are on disc and on backup drives. I want to use the external drives to work from, within iPhoto. Is this possible?
    I just got a Mac Mini and since i have a lot of external drives(over 6TB, I'm a pro photographer) I didn't need the larger main drive. I like to use iPhoto for snapshots of my family and friends and quickie uploads for them.
    Thanks.

    sure
    Moving the iPhoto library is safe and simple - quit iPhoto and drag the iPhoto library intact as a single entity to the external drive - depress the option key and launch iPhoto using the "select library" option to point to the new location on the external drive - fully test it and then trash the old library on the internal drive (test one more time prior to emptying the trash)
    And be sure that the External drive is formatted Mac OS extended (journaled) (iPhoto does not work with drives with other formats) and that it is always available prior to launching iPhoto
    And backup soon and often - having your iPhoto library on an external drive is not a backup and if you are using Time Machine you need to check and be sure that TM is backing up your external drive
    LN

  • Is there a way to have sounds play in the BT headset and the iPhone?

    This was brought up some time ago and the thread was closed unsolved. This is still an issue that needs to be resolved. All phone sounds except for ring only go through my bluetooth headset when it is connected. Phone sounds need to output from the phone when bluetooth is attached. My headset doesn't stay in my ear when I'm not using it so when I get a text I cant hear it. The suggested work around of ending the call from the phone or switching to phone after each call and then having to switch back to headset from the phone before answering from the headset are not solutions.

    I would also like this issue addressed.
    I am using a Plantronics Voyager Pro+ and when it is connected to my iPhone 4, email and text sounds are not audible through the phone. The phone just vibrates when a new text or email is received.
    I don't really care if it plays through the headset, but it should at least play through the phone. I tested the headset from a BlackBerry and the alerts play fine.
    Message was edited by: picardsm

  • Is there a way to have Safari not reload the page when moving back and forth?

    I really like being able to swipe back and forth in Safari, however when I do this, it reloads the page. Why? Can't it just used the cached content? I understand that my view my be 'outdated', but I could always manually refresh if I wanted to.
    The reason I want this is because when you swipe back, it takes a few seconds before you can actually scroll the page while you wait for it to load, which is annoying

    Might be a cache issue ...
    Open the Finder. From the Finder menu bar click Go > Go to Folder
    Type or copy paste the following:
    ~/Library/Caches/com.apple.Safari/Cache.db
    Click Go then move the Cache.db file to the Trash.
    Quit and relaunch Safari to test.

Maybe you are looking for

  • Error while trying to start OC4j11g in standalone mode

    I get the following error while trying to start OC4j 11g 11.1.1 in standalone mode: Error initializing server: Shared library "oracle.fabric.runtime" could not be found. FYI, I have the imports for oracle.fabric, oracle.fabric.interceptors in server.

  • SQL Statement in Program Unit (function)

    When I tried to create a Program Unit(function) in the Form module I have got an error message "..identifier "SALES.USER_ADMIN" must be declared.." How can I fixed it or may be some suggestions.. Thank you. FUNCTION DEF_USER_STATUS (User_Name VARCHAR

  • (SOLVED) bash script header problem

    When i run this piece of code from the command line it works properly, but when i try and run it from a script it doesn't. It's supposed to be the beginning of a header printf "%*s\n" "$((COLUMNS))" " " | tr " " "=" ; printf "%*s\n" $((COLUMNS/2)) "

  • Calendar question re: times

    I am not sure this is the right board for this question, but I could not find one that was appropriate.  I would like to know how to make the items I list on the palm desktop calendar be in order by time of day, but they are always haphazard. Will ap

  • Problem with ALV drill down Internet Application Component

    Hi all, If custom R/3 transaction (ALV drill down report) is converted to Internet Application Component (IACs) in ITS , the main ALV report is working fine. when i click on the sales order it should display invoices in a new ALV. This is working fin