Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Clustering > Modify Cluster Ip on Windows Server 2008 R2

Reply
Thread Tools Display Modes

Modify Cluster Ip on Windows Server 2008 R2

 
 
Silvio
Guest
Posts: n/a

 
      02-09-2010
Hi
i have a cluster create with wizard of 2008 R2 and during configuration
i select a ip address and name (Cluster 192.168.150.254)
Now i can modify the ip address? i cant' find how.
i whand assign 192.168.150.200 or 192.168.X.200

bye
(sorry for me english i'm italian)
 
Reply With Quote
 
 
 
 
RCan
Guest
Posts: n/a

 
      02-09-2010
Hi Silvio,

you need to use here cluster.exe.

#List Cluster IP Properties
cluster res "Cluster IP Address" /priv

#Set Cluster IP
cluster res "Cluster IP Address" /priv address=www.xxx.yyy.zzz

Please do a check here before you run this commands on your cluster ;-)
http://technet.microsoft.com/en-us/l...8WS.10%29.aspx

Hope that helps.

Regards
Ramazan

"Silvio" <> wrote in message
news:...
> Hi
> i have a cluster create with wizard of 2008 R2 and during configuration i
> select a ip address and name (Cluster 192.168.150.254)
> Now i can modify the ip address? i cant' find how.
> i whand assign 192.168.150.200 or 192.168.X.200
>
> bye
> (sorry for me english i'm italian)


 
Reply With Quote
 
Silvio
Guest
Posts: n/a

 
      02-10-2010
hi, i try but not work

if use "cluster RES ecc ecc" not work
if use "cluster 192.168.150.254 /priv address=192.168.150.201" not work,
no message error but cluster have il 192.168.150.254
if use "cluster 192.168.150.254 /priv
address=192.168.150.201/255.255.255.0" not work

i read the command but not find change cluster ip.

can y help me?

Il 09/02/2010 22:18, RCan ha scritto:
> Hi Silvio,
>
> you need to use here cluster.exe.
>
> #List Cluster IP Properties
> cluster res "Cluster IP Address" /priv
>
> #Set Cluster IP
> cluster res "Cluster IP Address" /priv address=www.xxx.yyy.zzz
>
> Please do a check here before you run this commands on your cluster ;-)
> http://technet.microsoft.com/en-us/l...8WS.10%29.aspx
>
> Hope that helps.
>
> Regards
> Ramazan
>
> "Silvio" <> wrote in message
> news:...
>> Hi
>> i have a cluster create with wizard of 2008 R2 and during
>> configuration i select a ip address and name (Cluster 192.168.150.254)
>> Now i can modify the ip address? i cant' find how.
>> i whand assign 192.168.150.200 or 192.168.X.200
>>
>> bye
>> (sorry for me english i'm italian)

>


 
Reply With Quote
 
Silvio
Guest
Posts: n/a

 
      02-10-2010
upgade

cluster res “Cluster IP Address” /prv

return error

C:\>cluster RES "Cluster IP Address" /priv
Too many command line parameters have been specified for this option.
See "CLUSTER RESOURCE /?" for correct syntax.




Il 10/02/2010 10:01, Silvio ha scritto:
> hi, i try but not work
>
> if use "cluster RES ecc ecc" not work
> if use "cluster 192.168.150.254 /priv address=192.168.150.201" not work,
> no message error but cluster have il 192.168.150.254
> if use "cluster 192.168.150.254 /priv
> address=192.168.150.201/255.255.255.0" not work
>
> i read the command but not find change cluster ip.
>
> can y help me?
>
> Il 09/02/2010 22:18, RCan ha scritto:
>> Hi Silvio,
>>
>> you need to use here cluster.exe.
>>
>> #List Cluster IP Properties
>> cluster res "Cluster IP Address" /priv
>>
>> #Set Cluster IP
>> cluster res "Cluster IP Address" /priv address=www.xxx.yyy.zzz
>>
>> Please do a check here before you run this commands on your cluster ;-)
>> http://technet.microsoft.com/en-us/l...8WS.10%29.aspx
>>
>> Hope that helps.
>>
>> Regards
>> Ramazan
>>
>> "Silvio" <> wrote in message
>> news:...
>>> Hi
>>> i have a cluster create with wizard of 2008 R2 and during
>>> configuration i select a ip address and name (Cluster 192.168.150.254)
>>> Now i can modify the ip address? i cant' find how.
>>> i whand assign 192.168.150.200 or 192.168.X.200
>>>
>>> bye
>>> (sorry for me english i'm italian)

>>

>


 
Reply With Quote
 
Bruno Campanini
Guest
Posts: n/a

 
      02-10-2010
"Silvio" <> wrote in message
news:...
> upgade
>
> cluster res “Cluster IP Address” /prv
>
> return error
>
> C:\>cluster RES "Cluster IP Address" /priv
> Too many command line parameters have been specified for this option.
> See "CLUSTER RESOURCE /?" for correct syntax.


Che strano, da me funziona regolarmente (W2008 R2 EE ENG).
Che versione di Windows 2008 stai usando?

Bruno

 
Reply With Quote
 
Silvio
Guest
Posts: n/a

 
      02-10-2010

Ciao Bruno.

uso windows server 2008 r2 ee eng anche io
aprendo i prompt come ammnistratore e digitando i comandi come da questo
sito
(http://alipka.wordpress.com/2008/12/...ws-server-2008

al secondo passaggio c:\cluster res “Cluster IP Address” /priv
mi da questo:

C:\>cluster RES "Cluster IP Address" /priv
Too many command line parameters have been specified for this option.
See "CLUSTER RESOURCE /?" for correct syntax.

idee?

in pratica ho 2 nodi con ip 192.168.150.40 e 192.168.150.41 ed il
cluster è configurato con ip 192.168.150.254.

vorrei cambiare (lo dovrò fare sett prossima) la rete e vorrei creare
meno casini possibili.

vorrei mettere:
nodo1 192.168.x.40
nodo2 192.168.x.41
Cluster 192.168.x.201

senza far troppi danni

>
> Che strano, da me funziona regolarmente (W2008 R2 EE ENG).
> Che versione di Windows 2008 stai usando?
>
> Bruno


 
Reply With Quote
 
Bruno Campanini
Guest
Posts: n/a

 
      02-10-2010
"Silvio" <> wrote in message
news:#...

> Ciao Bruno.
>
> uso windows server 2008 r2 ee eng anche io
> aprendo i prompt come ammnistratore e digitando i comandi come da questo
> sito
> (http://alipka.wordpress.com/2008/12/...ws-server-2008
>
> al secondo passaggio c:\cluster res “Cluster IP Address” /priv
> mi da questo:
>
> C:\>cluster RES "Cluster IP Address" /priv
> Too many command line parameters have been specified for this option.
> See "CLUSTER RESOURCE /?" for correct syntax.
>
> idee?


Continuo a stupirmi e a non avere idee...

> in pratica ho 2 nodi con ip 192.168.150.40 e 192.168.150.41 ed il cluster
> è configurato con ip 192.168.150.254.
>
> vorrei cambiare (lo dovrò fare sett prossima) la rete e vorrei creare meno
> casini possibili.


Io l'ho fatto anche ieri con un 2-node cluster W2003 EE R2 ENG:
- ho cambiato l'IP dei due nodi
- ho distrutto il cluster
- l'ho ricreato
una ventina di minuti, senza bisogno di resettare i server.
Con W2008 l'operazione dovrebbe essere ancor più semplice
usando il comando Destroy Cluster.

Curiosit*: qual è la tua configurazione?
Io ho 2 server ambedue DC, un'unica rete, NAS costituito da
OpenFiler | FreeNAS | QNAP in alternativa, dipendendo
dall'esperimento che voglio fare.

Bruno

 
Reply With Quote
 
RCan
Guest
Posts: n/a

 
      02-10-2010
Hi Silvio,

you probably had not read the technet article here or even did use the
"CLUSTER RES /?" option here :-)

The complete command should be :
cluster res “Cluster IP Address” /priv address=your.new.ip.adress

Regards
Ramazan

"Silvio" <> wrote in message
news:...
> upgade
>
> cluster res “Cluster IP Address” /prv
>
> return error
>
> C:\>cluster RES "Cluster IP Address" /priv
> Too many command line parameters have been specified for this option.
> See "CLUSTER RESOURCE /?" for correct syntax.
>
>
>
>
> Il 10/02/2010 10:01, Silvio ha scritto:
>> hi, i try but not work
>>
>> if use "cluster RES ecc ecc" not work
>> if use "cluster 192.168.150.254 /priv address=192.168.150.201" not work,
>> no message error but cluster have il 192.168.150.254
>> if use "cluster 192.168.150.254 /priv
>> address=192.168.150.201/255.255.255.0" not work
>>
>> i read the command but not find change cluster ip.
>>
>> can y help me?
>>
>> Il 09/02/2010 22:18, RCan ha scritto:
>>> Hi Silvio,
>>>
>>> you need to use here cluster.exe.
>>>
>>> #List Cluster IP Properties
>>> cluster res "Cluster IP Address" /priv
>>>
>>> #Set Cluster IP
>>> cluster res "Cluster IP Address" /priv address=www.xxx.yyy.zzz
>>>
>>> Please do a check here before you run this commands on your cluster ;-)
>>> http://technet.microsoft.com/en-us/l...8WS.10%29.aspx
>>>
>>> Hope that helps.
>>>
>>> Regards
>>> Ramazan
>>>
>>> "Silvio" <> wrote in message
>>> news:...
>>>> Hi
>>>> i have a cluster create with wizard of 2008 R2 and during
>>>> configuration i select a ip address and name (Cluster 192.168.150.254)
>>>> Now i can modify the ip address? i cant' find how.
>>>> i whand assign 192.168.150.200 or 192.168.X.200
>>>>
>>>> bye
>>>> (sorry for me english i'm italian)
>>>

>>

>

 
Reply With Quote
 
Silvio
Guest
Posts: n/a

 
      02-11-2010
Il 10/02/2010 21:23, RCan ha scritto:
> cluster res “Cluster IP Address” /priv address=your.new.ip.adress


Hi i have already try this command

C:\>cluster res "Cluster IP Address" /priv address=192.168.150.201
Too many command line parameters have been specified for this option.
See "CLUSTER RESOURCE /?" for correct syntax.

where is the problem??

the steps:
- i have read this
(http://alipka.wordpress.com/2008/12/...s-server-2008/)

- type c:\cluster res
C:\>cluster res
Listing status for all available resources:

Resource Group Node Status
-------------------- -------------------- --------------- ------
Cluster Disk 1 Windows Server 2008 R2 Ndfiordaliso2 Online
Cluster IP Address Cluster Group NDfiordaliso1 Online
Cluster Name Cluster Group NDfiordaliso1 Online
Virtual Machine Configuration Windows Server 2008 R2 Windows Server 2008
R2 Ndfi
ordaliso2 Online
Virtual Machine Windows Server 2008 R2 Windows Server 2008 R2
Ndfiordaliso2 On
line

- type
C:\>cluster res "Cluster IP Address" /priv
Too many command line parameters have been specified for this option.
See "CLUSTER RESOURCE /?" for correct syntax.

and try other command
 
Reply With Quote
 
Edwin vMierlo [MVP]
Guest
Posts: n/a

 
      02-11-2010
What is the name of the IP address resource in the Cluster Group ?

once you have the name, say it is "abc", then execute
c:\> cluster . res "abc" /priv

if that is failing, please execute the following and post back the outcome

c:\> cluster . res

thanks,
Edwin.


"Silvio" <> wrote in message
news:...
> Il 10/02/2010 21:23, RCan ha scritto:
>> cluster res "Cluster IP Address" /priv address=your.new.ip.adress

>
> Hi i have already try this command
>
> C:\>cluster res "Cluster IP Address" /priv address=192.168.150.201
> Too many command line parameters have been specified for this option.
> See "CLUSTER RESOURCE /?" for correct syntax.
>
> where is the problem??
>
> the steps:
> - i have read this
> (http://alipka.wordpress.com/2008/12/...s-server-2008/)
>
> - type c:\cluster res
> C:\>cluster res
> Listing status for all available resources:
>
> Resource Group Node Status
> -------------------- -------------------- --------------- ------
> Cluster Disk 1 Windows Server 2008 R2 Ndfiordaliso2 Online
> Cluster IP Address Cluster Group NDfiordaliso1 Online
> Cluster Name Cluster Group NDfiordaliso1 Online
> Virtual Machine Configuration Windows Server 2008 R2 Windows Server 2008
> R2 Ndfi
> ordaliso2 Online
> Virtual Machine Windows Server 2008 R2 Windows Server 2008 R2
> Ndfiordaliso2 On
> line
>
> - type
> C:\>cluster res "Cluster IP Address" /priv
> Too many command line parameters have been specified for this option.
> See "CLUSTER RESOURCE /?" for correct syntax.
>
> and try other command



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Disable Windows Firewall Lanwench [MVP - Exchange] Windows Small Business Server 7 01-06-2010 11:45 PM
your computer could not be joined to the domain because the follow takman_777 Windows Small Business Server 4 12-26-2009 08:16 AM
Re: DCPROMO seems to be stuck - Windows Server 2008 R2 Meinolf Weber [MVP-DS] Active Directory 0 12-09-2009 08:35 AM
SBS2003 with Server 2008 Terminal Services Steve Schwab Windows Small Business Server 4 11-26-2009 05:19 AM
Re: Can I migrate/upgrade Windows Server 2008 32-bit to 64-bit? Meinolf Weber [MVP-DS] Server Migration 0 10-26-2009 10:37 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59