CodeVerge.Net Beta


   Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums




Can Reply:  Yes Members Can Edit: No Online: Yes
Zone: > NEWSGROUP > Novell Forums > novell.support.cluster-services Tags:
Item Type: Date Entered: 9/29/2008 9:16:04 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
NR
XPoints: N/A Replies: 7 Views: 8 Favorited: 0 Favorite
8 Items, 1 Pages 1 |< << Go >> >|
jessbryant <jes
NewsGroup User
Cluster IP Address Confusion9/29/2008 9:16:04 PM
Reply

0


I know this is probably "elementary", but I'm confused about the cluster
IP address scheme. Is it possible for my Master IP Address to be an
internal address (ie, 192.168.1.100), and all of my resources also
assigned on the 192 subnet? My front-end servers have 2 nics (one
assigned an external ip address to be accessible to end-users. And one
internal ip address (192)). I can't get my cluster to work using 192
addresses. But I can if I use external addresses. I don't want to use
up a bunch of external IP addresses, so I'm trying to figure out how to
make the internal addresss scheme work for me. Can someone please
enlighten me? Thank you!


--
jessbryant
------------------------------------------------------------------------
jessbryant's Profile: http://forums.novell.com/member.php?userid=13263
View this thread: http://forums.novell.com/showthread.php?t=345365

ataubman <ataub
NewsGroup User
Re: Cluster IP Address Confusion9/30/2008 12:46:02 AM
Reply

0


All cluster IP addresses must be in the same subnet. In what way do the
"internal" addresses not work? Have you assigned the heartbeat to that
same subnet?


--
Andrew C Taubman
Novell Support Forums Volunteer SysOp
http://forums.novell.com/
(Sorry, support is not provided via e-mail)

Opinions expressed above are not
necessarily those of Novell Inc.
------------------------------------------------------------------------
ataubman's Profile: http://forums.novell.com/member.php?userid=34
View this thread: http://forums.novell.com/showthread.php?t=345365

jessbryant <jes
NewsGroup User
Re: Cluster IP Address Confusion9/30/2008 2:26:01 PM
Reply

0


Here's how I tried to set it up:

Cluster IP (Master): 129.255.xxx.x

Front-end Server "A": 129.255.xxx.x (nic1), 192.168.1.10 (nic2)
Front-end Server "B": 129.255.xxx.x (nic1), 192.168.1.11 (nic2)
Shared Storage: 129.255.xxx.x (nic1), 192.168.1.12 (nic2)

Cluster Pool "A": 192.168.1.13
Cluster Pool "B": 192.168.1.14


This doesn't work (probably because the Cluster IP is on the 129.255
subnet).

My question is, if I set the Cluster IP address up as: 192.168.1.x
and then set my cluster pool addresses up as specified above, will this
work? And will I be able to access the cluster from the 129.255.
subnet? I tried to manually change the Cluster IP address from
129.255.xxx.x to something on the 192.168 subnet, and then I was unable
to manage it in iManager...everything broke.

These servers are not in production yet, so I was thinking about
trashing the cluster and starting over - with all the cluster ip's on
the 192 subnet. But I wanted an answer on the forum (or an explanation
about the best way to set this up) before I start over.

Thanks!!!


--
jessbryant
------------------------------------------------------------------------
jessbryant's Profile: http://forums.novell.com/member.php?userid=13263
View this thread: http://forums.novell.com/showthread.php?t=345365

Agilulf Emo <ae
NewsGroup User
Re: Cluster IP Address Confusion9/30/2008 5:52:26 PM
Reply

0

jessbryant wrote:
> Here's how I tried to set it up:
>
> Cluster IP (Master): 129.255.xxx.x
>
> Front-end Server "A": 129.255.xxx.x (nic1), 192.168.1.10 (nic2)
> Front-end Server "B": 129.255.xxx.x (nic1), 192.168.1.11 (nic2)
> Shared Storage: 129.255.xxx.x (nic1), 192.168.1.12 (nic2)
>
> Cluster Pool "A": 192.168.1.13
> Cluster Pool "B": 192.168.1.14
>
>
> This doesn't work (probably because the Cluster IP is on the 129.255
> subnet).
>
> My question is, if I set the Cluster IP address up as: 192.168.1.x
> and then set my cluster pool addresses up as specified above, will this
> work? And will I be able to access the cluster from the 129.255.
> subnet? I tried to manually change the Cluster IP address from
> 129.255.xxx.x to something on the 192.168 subnet, and then I was unable
> to manage it in iManager...everything broke.
>
> These servers are not in production yet, so I was thinking about
> trashing the cluster and starting over - with all the cluster ip's on
> the 192 subnet. But I wanted an answer on the forum (or an explanation
> about the best way to set this up) before I start over.
>
> Thanks!!!
>
>
So the servers have two nics one with 129.255.x.x. and the other with
192.168.1.10, and the virtual servers ip address is 192.168.1.xx these
are the ip address the users will need to access the shared resources.
As stated in the documentation the cluster IP and the resources must
share the same network, so as far as I know this will not work.
ataubman <ataub
NewsGroup User
Re: Cluster IP Address Confusion9/30/2008 11:56:02 PM
Reply

0


> This doesn't work (probably because the Cluster IP is on the 129.255
> subnet).Correct. As I said before, all cluster IP addresses must be on the same
subnet.> My question is, if I set the Cluster IP address up as: 192.168.1.x
> and then set my cluster pool addresses up as specified above, will this
> work? Yes. That's how every cluster in the world works now, with the exception
that they usually don't have a second NIC. But that won't stop normal
stuff from working.> And will I be able to access the cluster from the 129.255. subnet?Obviously you'd have to set up normal proper routing between the
networks, either in your network infrastructure or within the NW
servers. Also you'd need to configure SLP.> I tried to manually change the Cluster IP address from 129.255.xxx.x to
> something on the 192.168 subnet, and then I was unable to manage it in
> iManager...everything broke.In what way?


--
Andrew C Taubman
Novell Support Forums Volunteer SysOp
http://forums.novell.com/
(Sorry, support is not provided via e-mail)

Opinions expressed above are not
necessarily those of Novell Inc.
------------------------------------------------------------------------
ataubman's Profile: http://forums.novell.com/member.php?userid=34
View this thread: http://forums.novell.com/showthread.php?t=345365

jessbryant <jes
NewsGroup User
Re: Cluster IP Address Confusion10/1/2008 2:46:02 PM
Reply

0


Aha - and herein lies the problem.
I can't communicate with the 192 subnet from the 129. Nor do I know
how to set this routing up. This is such a learning curve for me...and
a frustrating one at that.

As I mentioned, the reason we want to use 192 addresses for our cluster
resources, is that we have limited addresses on the 129. All of the
servers and clients have 129 addresses (with the exception of this
cluster).

You said that this routing can be set up within the NW Servers.
Where???? So sorry for sounding dumb. But this is completely new to
me!!!

And THANK YOU for responding and shedding some light on this for me!


--
jessbryant
------------------------------------------------------------------------
jessbryant's Profile: http://forums.novell.com/member.php?userid=13263
View this thread: http://forums.novell.com/showthread.php?t=345365

jessbryant <jes
NewsGroup User
Re: Cluster IP Address Confusion10/1/2008 3:16:04 PM
Reply

0


Well...I think we've decided to just use 129 addresses. Setting up a
router won't work in our environment due to security protocols set up in
the institution. Thanks for all your help.


--
jessbryant
------------------------------------------------------------------------
jessbryant's Profile: http://forums.novell.com/member.php?userid=13263
View this thread: http://forums.novell.com/showthread.php?t=345365

Craig Johnson <
NewsGroup User
Re: Cluster IP Address Confusion10/2/2008 5:01:35 AM
Reply

0

In article <jessbryant.3glwqo@no-mx.forums.novell.com>, Jessbryant
wrote:
> You said that this routing can be set up within the NW Servers.
> Where???? So sorry for sounding dumb. But this is completely new to
> me!!!
>
This is easier than you think.

In INETCFG.NLM, Protocols, TCPIP, you will see the second option from
the top is either End Node or Router. Make that Router.

Next, make sure the server has an address bound in both subnets.
INETCFG, Bindings. If you assign two IP addresses to the same NIC, it
will automatically route traffic between them. You just need to be
sure your host sends traffic to the server to get to the other subnet.
(Which it would do if you have the NW server as your host's default
gateway).

Craig Johnson
Novell Support Connection SysOp

8 Items, 1 Pages 1 |< << Go >> >|


Free Download:







looking for, xml based store

logging out

how can i sell software (for download)

can't configure

shoppingcart.cartid problem

ecommerce css template firefox compatible?

have bugs you want to see fixed in the commerce starter kit?

another ‘could not add aspnet user to sql server’

problems updating the productsdb.vb in the components folder…???

setup problem.

oop in ibuyspy store

checkout ordersdb doesn't check for customerid

i have added some more user info fields and am getting an error.

where could i get a nice installation how to for commerce starter kit

source code available for commerce site with admin & paypal

configuring ibs to work on virtual server

installing the commerce starter kit with win 2003 server & iis 6.0

bc30002: type 'textbox' is not defined

what is used in maintaining user data of a session in ibuyspy store?

productlist with 'linkbutton' - not usual 2 form problem

catalog manager

advice needed, vbsdk or vbvs

i'm back with another question! asp:textbox and html?

commerce starter kit vs ibuyspy

how can i create trial version of asp.net application ??

does the starter kit automate downloading products?

can someone please help me?

join our team to develop the professional e-commerce kit from csk

all these lil connections

please help. "login failed for user 'nt authority\network service' "

installing probelm - unsucessful database connection

problem installing ibuyspy delivery sample

problem with the installation

can _menu.ascx be expanded to allow subcategories?

how does register.aspx avoid duplicate email entries?

how to add tooltips in disscuss section icon such as 'not read' in gcn, which is implented in asp.net forum

sort by manufacturer

admin

database handling architecture for ibuyspy store

a few problems please help

admin work with access

hosting the web site

category nav question...

have problem with commerce starter kit? try this

a newbie needds help on asp.net commerce

some code/idea's & help plz

.net commerce (vbsdk)

ibuyspy store and windows sharepoint services

payment processing in the united kingdom

subroutine not importing text from textbox

   
  Privacy | Contact Us
All Times Are GMT