Adding another Cluster into existing CSS LB

Hi,
Im in the process of adding a new cluster into the existing LB. I understand the concept of configuring a new LB but adding a new network to it is a question.
I have preconfigured the LB with a new service called SPWeb 1-4 and an assign this to the content owner Central_Platform using VLAN 144 and 145.
I have one physical connection to the PIX and all port on the PIX is taken. Do I have to setup another physical connection for the new server SPWeb to the PIX?
Both owners Servcorp and Central_Platform are using separate public IP Subnets.
Also, please advise if I miss anything and if you have any suggestions.
Thansks
!************************* INTERFACE *************************
interface 1/1
bridge vlan 200
interface 2/1
phy 100Mbits-FD
description "To PIX"
bridge vlan 300
interface 2/2
phy 100Mbits-FD
description "To LB switches"
bridge vlan 301
interface 2/3
phy 100Mbits-FD
bridge vlan 303
description "Management"
interface 2/4
phy 100Mbits-FD
bridge vlan 144
description "SPWeb1/2"
interface 2/5
phy 100Mbits-FD
bridge vlan 145
description "SPWeb3/4"
!************************** CIRCUIT **************************
circuit VLAN1
ip address 192.168.10.1 255.255.255.0
circuit VLAN300
ip address (Network 1) 255.255.255.0
circuit VLAN301
ip address (Network 1) 255.255.255.0
circuit VLAN303
ip address (Network 1) 255.255.255.0
circuit VLAN144
ip address (Network 2) 255.255.255.0
circuit VLAN145
ip address (Network 2) 255.255.255.0
!************************** SERVICE **************************
service TS1
ip address 172.16.250.1
active
service TS2
ip address 172.16.250.2
active
service Spweb1
ip address 172.16.144.51
keepalive type HTTP
active
service Spweb2
ip address 172.16.144.52
keepalive type HTTP
active
service Spweb3
ip address 172.16.145.53
keepalive type HTTP
active
service Spweb4
ip address 172.16.145.54
keepalive type HTTP
active
!*************************** OWNER ***************************
owner Servcorp
content hottdesk.au
add service TS1
add service TS2
protocol tcp
port 3389
vip address (Network 1)
active
content hottdesk_FTP
add service TS1
add service TS2
port 20
protocol tcp
vip address (Network 1)
active
content hottdesk_FTP2
add service TS1
protocol tcp
port 21
application ftp-control
add service TS2
vip address (Network 1)
active
owner Central_Platform
content WebServers_1
add service Spweb1
add service Spweb2
protocol tcp
port 90
vip address (Network 2)
active
content WebServers_2
add service Spweb3
add service Spweb4
protocol tcp
port 81
vip address (Network 2)
active
content WebServers_3
add service Spweb3
add service Spweb4
protocol tcp
port 83
vip address (Network 2)
active
!*************************** GROUP ***************************
group TS-WebAccess
add service TS2
add service TS1
vip address (Network 1)
active

It would help if you could attach a picture of the network. I really can't understand why you have 2 VLANs on the same network ? Or am I missing the ide ?
Generally I would just do VLAN tag towards the PIX and have several networks that way. If speed isn't a issue I see no problems with that.

Similar Messages

  • Powershell script assistance - adding another property to existing script

    This is not my script but was written by Richard L. Mueller. It works perfectly for us but I would like to know if the account is enabled or disabled when the output is created. Basically it would output the name, lastlogon and then either enabled or disabled.
    I've attempted to add a new property by adding another " $Searcher.PropertiesToLoad.Add" and "$Result.Properties.Item ".
    It works fine if I add something like "givenName" but I can't find the property name to show if the account is enabled or disabled.
    The entire script is shown below:
    # PSLastLogon.ps1
    # PowerShell script to determine when each user in the domain last
    # logged on.
    # Copyright (c) 2011 Richard L. Mueller
    # Hilltop Lab web site - http://www.rlmueller.net
    # Version 1.0 - March 16, 2011
    # This program queries every Domain Controller in the domain to find the
    # largest (latest) value of the lastLogon attribute for each user. The
    # last logon dates for each user are converted into local time. The
    # times are adjusted for daylight savings time, as presently configured.
    # You have a royalty-free right to use, modify, reproduce, and
    # distribute this script file in any way you find useful, provided that
    # you agree that the copyright owner above has no warranty, obligations,
    # or liability for such use.
    Trap {"Error: $_"; Break;}
    $D = [System.DirectoryServices.ActiveDirectory.Domain]::GetCurrentDomain()
    $Domain = [ADSI]"LDAP://$D"
    $Searcher = New-Object System.DirectoryServices.DirectorySearcher
    $Searcher.PageSize = 200
    $Searcher.SearchScope = "subtree"
    $Searcher.Filter = "(&(objectCategory=person)(objectClass=user))"
    $Searcher.PropertiesToLoad.Add("distinguishedName") > $Null
    $Searcher.PropertiesToLoad.Add("lastLogon") > $Null
    # Create hash table of users and their last logon dates.
    $arrUsers = @{}
    # Enumerate all Domain Controllers.
    ForEach ($DC In $D.DomainControllers)
    $Server = $DC.Name
    $Searcher.SearchRoot = "LDAP://$Server/" + $Domain.distinguishedName
    $Results = $Searcher.FindAll()
    ForEach ($Result In $Results)
    $DN = $Result.Properties.Item("distinguishedName")
    $LL = $Result.Properties.Item("lastLogon")
    If ($LL.Count -eq 0)
    $Last = [DateTime]0
    Else
    $Last = [DateTime]$LL.Item(0)
    If ($Last -eq 0)
    $LastLogon = $Last.AddYears(1600)
    Else
    $LastLogon = $Last.AddYears(1600).ToLocalTime()
    If ($arrUsers.ContainsKey("$DN"))
    If ($LastLogon -gt $arrUsers["$DN"])
    $arrUsers["$DN"] = $LastLogon
    Else
    $arrUsers.Add("$DN", $LastLogon)
    # Output latest last logon date for each user.
    $Users = $arrUsers.Keys
    ForEach ($DN In $Users)
    $Date = $arrUsers["$DN"]
    "$DN;$Date"

    It is part of the userAccountControl attribute. Retrieve that attribute for each user and test if the ADS_UF_ACCOUNTDISABLE bit (2) is set.
    -- Bill Stewart [Bill_Stewart]

  • Adding ASAv cluster into APIC: Status remains as init

    Hi,
    I've been trying to integrate an ASAv cluster into the APIC, but couldn't seem to get it working. The status remains as "init". However, when I add a standalone ASAv into APIC, the integration seems to work fine. Could someone offer some insight into why this is happening?
    I've attached an XML file describing the fault.
    Basically, what I did was the following:
    1) Set up my 2 ASAv VMs as active-standby with the following configuration:
    - Mgmt IP of 10.88.88.201 for ASAv-Pri and 10.88.88.202 for ASAv-Sec
    - Failover LAN IP of 192.168.0.1 for ASAv-Pri and 192.168.0.2 for ASAv-Sec
    2) Under one of the tenants, I added the ASAv cluster under the L4-L7 Devices, with the necessary interfaces configured. I also configured the necessary interfaces under Parameters, although I'm not sure if I did it correct. I've attached the configuration in xml format for reference (you can remove the *.txt extension)
    Was there something that I did wrongly, or missed out?
    Thanks for reading!

    It looks like your failover configuration is incomplete.  You need to specify the failover_lan_interface under the LAN Failover Interface folder.  The name used should match the interface_name (failover) you specified under the Failover Interface Configuration.
    See the following screenshot for an example:
    Regards,
    Zach

  • Adding another AM to existing setup

    Hi All,
    I have following setup at present.
    2 backend servers and 2 front end servers. 2 backend servers a and b has directory server installed in MMR. 2 front end servers p an q has webservers and Access Manager. AM session fail over has been configured on it.
    Now I have added another backend server ‘c' in the setup. I have configured LDAP on it and now I am all three in MMR.
    I have following MMR agreements:
    Agreemenr suffix Source server Destnation server.
    dc=DOMAIN,dc=COM a b
    dc=DOMAIN,dc=COM b a
    dc=DOMAIN,dc=COM a c
    dc=DOMAIN,dc=COM c a
    dc=DOMAIN,dc=COM b c
    dc=DOMAIN,dc=COM c a
    Exactly similar for following suffixes:
    o=comms-config
    o=pab
    o=piserverdb.
    Now I am trying to add new Access manager (server r) to the existing setup.
    However when I am trying to configure AM using modified amsamplesilient file it works. But when I restart web server, I see the error below:
    warning: WEB6100: locale-charset-info is deprecated, please use parameter-encoding
    failure: WebModule[/amserver]StandardWrapper.Throwable
    java.lang.StackOverflowError
    at java.lang.Integer.parseInt(Integer.java:497)
    at java.net.URLStreamHandler.parseURL(URLStreamHandler.java:195)
    at java.net.URL.<init>(URL.java:596)
    at java.net.URL.<init>(URL.java:464)
    at java.net.URL.<init>(URL.java:413)
    at com.iplanet.services.naming.WebtopNaming.updatePlatformServerIDs(WebtopNaming.java:801)
    at com.iplanet.services.naming.WebtopNaming.updateNamingTable(WebtopNaming.java:704)
    at com.iplanet.services.naming.WebtopNaming.getNamingProfile(WebtopNaming.java:603)
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:405)
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:381)
    at com.iplanet.services.naming.WebtopNaming.updatePlatformServerIDs(WebtopNaming.java:802)
    at com.iplanet.services.naming.WebtopNaming.updateNamingTable(WebtopNaming.java:704)
    at com.iplanet.services.naming.WebtopNaming.getNamingProfile(WebtopNaming.java:603)
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:405)
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:381)
    at com.iplanet.services.naming.WebtopNaming.updatePlatformServerIDs(WebtopNaming.java:802)
    at com.iplanet.services.naming.WebtopNaming.updateNamingTable(WebtopNaming.java:704)
    at com.iplanet.services.naming.WebtopNaming.getNamingProfile(WebtopNaming.java:603)
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:405)
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:381)
    at com.iplanet.services.naming.WebtopNaming.updatePlatformServerIDs(WebtopNaming.java:802)
    at com.iplanet.services.naming.WebtopNaming.updateNamingTable(WebtopNaming.java:704)
    at com.iplanet.services.naming.WebtopNaming.getNamingProfile(WebtopNaming.java:603)
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:405)
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:381)
    at com.iplanet.services.naming.WebtopNaming.updatePlatformServerIDs(WebtopNaming.java:802)
    at com.iplanet.services.naming.WebtopNaming.updateNamingTable(WebtopNaming.java:704)
    at com.iplanet.services.naming.WebtopNaming.getNamingProfile(WebtopNaming.java:603)
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:405)
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:381)
    at com.iplanet.services.naming.WebtopNaming.updatePlatformServerIDs(WebtopNaming.java:802)
    at com.iplanet.services.naming.WebtopNaming.updateNamingTable(WebtopNaming.java:704)
    at com.iplanet.services.naming.WebtopNaming.getNamingProfile(WebtopNaming.java:603)
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:405)
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:381)
    at com.iplanet.services.naming.WebtopNaming.updatePlatformServerIDs(WebtopNaming.java:802)
    at com.iplanet.services.naming.WebtopNaming.updateNamingTable(WebtopNaming.java:704)
    at com.iplanet.services.naming.WebtopNaming.getNamingProfile(WebtopNaming.java:603)
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:405)
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:381)
    at com.iplanet.services.naming.WebtopNaming.updatePlatformServerIDs(WebtopNaming.java:802)
    at com.iplanet.services.naming.WebtopNaming.updateNamingTable(WebtopNaming.java:704)
    at com.iplanet.services.naming.WebtopNaming.getNamingProfile(WebtopNaming.java:603)
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:405)
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:381)
    at com.iplanet.services.naming.WebtopNaming.updatePlatformServerIDs(WebtopNaming.java:802)
    at com.iplanet.services.naming.WebtopNaming.updateNamingTable(WebtopNaming.java:704)
    at com.iplanet.services.naming.WebtopNaming.getNamingProfile(WebtopNaming.java:603)
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:405)
    at com.iplanet.service
    failure: WebModule[/amserver]PWC1396: Servlet /amserver threw load() exception
    java.lang.StackOverflowError
    at java.lang.Integer.parseInt(Integer.java:497)
    at java.net.URLStreamHandler.parseURL(URLStreamHandler.java:195)
    at java.net.URL.<init>(URL.java:596)
    at java.net.URL.<init>(URL.java:464)
    at java.net.URL.<init>(URL.java:413)
    at com.iplanet.services.naming.WebtopNaming.updatePlatformServerIDs(WebtopNaming.java:801)
    at com.iplanet.services.naming.WebtopNaming.updateNamingTable(WebtopNaming.java:704)
    at com.iplanet.services.naming.WebtopNaming.getNamingProfile(WebtopNaming.java:603)
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:405)
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:381)
    at com.iplanet.services.naming.WebtopNaming.updatePlatformServerIDs(WebtopNaming.java:802)
    at com.iplanet.services.naming.WebtopNaming.updateNamingTable(WebtopNaming.java:704)
    at com.iplanet.services.naming.WebtopNaming.getNamingProfile(WebtopNaming.java:603)
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:405)
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:381)
    at com.iplanet.services.naming.WebtopNaming.updatePlatformServerIDs(WebtopNaming.java:802)
    at com.iplanet.services.naming.WebtopNaming.updateNamingTable(WebtopNaming.java:704)
    at com.iplanet.services.naming.WebtopNaming.getNamingProfile(WebtopNaming.java:603)
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:405)
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:381)
    at com.iplanet.services.naming.WebtopNaming.updatePlatformServerIDs(WebtopNaming.java:802)
    at com.iplanet.services.naming.WebtopNaming.updateNamingTable(WebtopNaming.java:704)
    at com.iplanet.services.naming.WebtopNaming.getNamingProfile(WebtopNaming.java:603)
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:405)
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:381)
    at com.iplanet.services.naming.WebtopNaming.updatePlatformServerIDs(WebtopNaming.java:802)
    at com.iplanet.services.naming.WebtopNaming.updateNamingTable(WebtopNaming.java:704)
    at com.iplanet.services.naming.WebtopNaming.getNamingProfile(WebtopNaming.java:603)
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:405)
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:381)
    at com.iplanet.services.naming.WebtopNaming.updatePlatformServerIDs(WebtopNaming.java:802)
    at com.iplanet.services.naming.WebtopNaming.updateNamingTable(WebtopNaming.java:704)
    at com.iplanet.services.naming.WebtopNaming.getNamingProfile(WebtopNaming.java:603)
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:405)
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:381)
    at com.iplanet.services.naming.WebtopNaming.updatePlatformServerIDs(WebtopNaming.java:802)
    at com.iplanet.services.naming.WebtopNaming.updateNamingTable(WebtopNaming.java:704)
    at com.iplanet.services.naming.WebtopNaming.getNamingProfile(WebtopNaming.java:603)
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:405)
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:381)
    at com.iplanet.services.naming.WebtopNaming.updatePlatformServerIDs(WebtopNaming.java:802)
    at com.iplanet.services.naming.WebtopNaming.updateNamingTable(WebtopNaming.java:704)
    at com.iplanet.services.naming.WebtopNaming.getNamingProfile(WebtopNaming.java:603)
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:405)
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:381)
    at com.iplanet.services.naming.WebtopNaming.updatePlatformServerIDs(WebtopNaming.java:802)
    at com.iplanet.services.naming.WebtopNaming.updateNamingTable(WebtopNaming.java:704)
    at com.iplanet.services.naming.WebtopNaming.getNamingProfile(WebtopNaming.java:603)
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:405) As I resolution to this, I followed following steps. But failed to remove &lsquo;iplanetamplatformservice'.
    [root@dr-msgfe1|mailto:root@dr-msgfe1] # ./amadmin -u amadmin -w 14amrk20 -r iplanetamplatformservice
    com.sun.identity.authentication.spi.AuthLoginException: Could not get module properties
    at com.sun.identity.authentication.AuthContext.checkException(AuthContext.java:1396)
    at com.sun.identity.authentication.AuthContext.checkAndSetLoginStatus(AuthContext.java:1417)
    at com.sun.identity.authentication.AuthContext.runRemoteLogin(AuthContext.java:728)
    at com.sun.identity.authentication.AuthContext.runLogin(AuthContext.java:606)
    at com.sun.identity.authentication.AuthContext.login(AuthContext.java:498)
    at com.sun.identity.authentication.AuthContext.login(AuthContext.java:356)
    at com.iplanet.am.admin.cli.Authenticator.getAuthContext(Authenticator.java:231)
    at com.iplanet.am.admin.cli.Authenticator.sessionBasedLoginInternal(Authenticator.java:130)
    at com.iplanet.am.admin.cli.Authenticator.ldapLogin(Authenticator.java:148)
    at com.iplanet.am.admin.cli.Main.runCommand(Main.java:707)
    at com.iplanet.am.admin.cli.Main.main(Main.java:1141)
    com.sun.identity.security.AMSecurityPropertiesException: AdminTokenAction: FATAL ERROR: Cannot obtain Application SSO token.
    Check AMConfig.properties for the following properties
    com.sun.identity.agents.app.username
    com.iplanet.am.service.password
    at com.sun.identity.security.AdminTokenAction.run(AdminTokenAction.java:243)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sun.identity.sm.SMSEntry.read(SMSEntry.java:505)
    at com.sun.identity.sm.SMSEntry.read(SMSEntry.java:492)
    at com.sun.identity.sm.SMSEntry.<init>(SMSEntry.java:325)
    at com.sun.identity.sm.CachedSMSEntry.getInstance(CachedSMSEntry.java:315)
    at com.sun.identity.sm.ServiceConfigManagerImpl.checkAndUpdatePermission(ServiceConfigManagerImpl.java:496)
    at com.sun.identity.sm.ServiceConfigManagerImpl.getInstance(ServiceConfigManagerImpl.java:459)
    at com.sun.identity.sm.ServiceConfigManager.<init>(ServiceConfigManager.java:121)
    at com.iplanet.ums.ConfigManagerUMS.<init>(ConfigManagerUMS.java:992)
    at com.iplanet.ums.ConfigManagerUMS.getConfigManager(ConfigManagerUMS.java:121)
    at com.iplanet.ums.TemplateManager.<init>(TemplateManager.java:133)
    at com.iplanet.ums.TemplateManager.getTemplateManager(TemplateManager.java:151)
    at com.sun.identity.authentication.internal.server.LocalLdapAuthModule.getDN(LocalLdapAuthModule.java:298)
    at com.sun.identity.authentication.internal.server.LocalLdapAuthModule.login(LocalLdapAuthModule.java:133)
    at com.sun.identity.authentication.internal.LoginContext.login(LoginContext.java:125)
    at com.sun.identity.authentication.internal.AuthLoginThread.ru,
    n(AuthLoginThread.java:82)
    Deleting Service Schema iplanetamplatformservice
    Error 9: Operation failed: AdminTokenAction: FATAL ERROR: Cannot obtain Application SSO token.
    Check AMConfig.properties for the following properties
    com.sun.identity.agents.app.username
    com.iplanet.am.service.password Any idea how to get rid of this issue? I want to add 3^rd^ AM to the existing setup.
    Thanks and Regards,
    -Shashank
    Edited by: shashankj on Aug 2, 2008 10:32 PM

    Hi Shashankj,
    I am having the same issue with Access Manager 7.1.I am trying to configure another AM instance with Directory server replication but when i start second Access Manager webserver throws same exception as follow.
    [23/Nov/2008:15:29:40] failure ( 3500): WebModule[amserver]StandardWrapper.Throwable
    java.lang.StackOverflowError
    at java.util.Hashtable.put(Hashtable.java:401)
    at com.iplanet.services.naming.WebtopNaming.updateServerIdMappings(WebtopNaming.ja
    va:765)
    at com.iplanet.services.naming.WebtopNaming.updateNamingTable(WebtopNaming.java:70
    2)
    at com.iplanet.services.naming.WebtopNaming.getNamingProfile(WebtopNaming.java:603
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:405)
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:381)
    at com.iplanet.services.naming.WebtopNaming.updateNamingTable(WebtopNaming.java:72
    4)
    at com.iplanet.services.naming.WebtopNaming.getNamingProfile(WebtopNaming.java:603
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:405)
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:381)
    at com.iplanet.services.naming.WebtopNaming.updateNamingTable(WebtopNaming.java:72
    4)
    at com.iplanet.services.naming.WebtopNaming.getNamingProfile(WebtopNaming.java:603
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:405)
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:381)
    at com.iplanet.services.naming.WebtopNaming.updateNamingTable(WebtopNaming.java:72
    4)
    at com.iplanet.services.naming.WebtopNaming.getNamingProfile(WebtopNaming.java:603
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:405)
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:381)
    at com.iplanet.services.naming.WebtopNaming.updateNamingTable(WebtopNaming.java:72
    4)
    at com.iplanet.services.naming.WebtopNaming.getNamingProfile(WebtopNaming.java:603
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:405)
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:381)
    at com.iplanet.services.naming.WebtopNaming.updateNamingTable(WebtopNaming.java:72
    4)
    at com.iplanet.services.naming.WebtopNaming.getNamingProfile(WebtopNaming.java:603
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:405)
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:381)
    at com.iplanet.services.naming.WebtopNaming.updateNamingTable(WebtopNaming.java:72
    4)
    at com.iplanet.services.naming.WebtopNaming.getNamingProfile(WebtopNaming.java:603
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:405)
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:381)
    at com.iplanet.services.naming.WebtopNaming.updateNamingTable(WebtopNaming.java:72
    4)
    at com.iplanet.services.naming.WebtopNaming.getNamingProfile(WebtopNaming.java:603
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:405)
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:381)
    at com.iplanet.services.naming.WebtopNaming.updateNamingTable(WebtopNaming.java:72
    4)
    at com.iplanet.services.naming.WebtopNaming.getNamingProfile(WebtopNaming.java:603
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:405)
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:381)
    at com.iplanet.services.naming.WebtopNaming.updateNamingTable(WebtopNaming.java:72
    4)
    at com.iplanet.services.naming.WebtopNaming.getNamingProfile(WebtopNaming.java:603
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:405)
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:381)
    at com.iplanet.services.naming.WebtopNaming.updateNamingTable(WebtopNaming.java:72
    4)
    at com.iplanet.services.naming.WebtopNaming.getNamingProfile(WebtopNaming.java:603
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:405)
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:381)
    at com.iplanet.services.naming.WebtopNaming.updateNamingTable(WebtopNaming.java:72
    4)
    at com.iplanet.services.naming.WebtopNaming.getNamingProfile(WebtopNaming.java:603
    at com.iplanet.services.nam
    [23/Nov/2008:15:29:40] failure ( 3500): WebModule[amserver]PWC1396: Servlet /amserver thr
    ew load() exception
    java.lang.StackOverflowError
    at java.util.Hashtable.put(Hashtable.java:401)
    at com.iplanet.services.naming.WebtopNaming.updateServerIdMappings(WebtopNaming.ja
    va:765)
    at com.iplanet.services.naming.WebtopNaming.updateNamingTable(WebtopNaming.java:70
    2)
    at com.iplanet.services.naming.WebtopNaming.getNamingProfile(WebtopNaming.java:603
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:405)
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:381)
    at com.iplanet.services.naming.WebtopNaming.updateNamingTable(WebtopNaming.java:72
    4)
    at com.iplanet.services.naming.WebtopNaming.getNamingProfile(WebtopNaming.java:603
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:405)
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:381)
    at com.iplanet.services.naming.WebtopNaming.updateNamingTable(WebtopNaming.java:72
    4)
    at com.iplanet.services.naming.WebtopNaming.getNamingProfile(WebtopNaming.java:603
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:405)
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:381)
    at com.iplanet.services.naming.WebtopNaming.updateNamingTable(WebtopNaming.java:72
    4)
    at com.iplanet.services.naming.WebtopNaming.getNamingProfile(WebtopNaming.java:603
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:405)
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:381)
    at com.iplanet.services.naming.WebtopNaming.updateNamingTable(WebtopNaming.java:72
    4)
    at com.iplanet.services.naming.WebtopNaming.getNamingProfile(WebtopNaming.java:603
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:405)
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:381)
    at com.iplanet.services.naming.WebtopNaming.updateNamingTable(WebtopNaming.java:72
    4)
    at com.iplanet.services.naming.WebtopNaming.getNamingProfile(WebtopNaming.java:603
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:405)
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:381)
    at com.iplanet.services.naming.WebtopNaming.updateNamingTable(WebtopNaming.java:72
    4)
    at com.iplanet.services.naming.WebtopNaming.getNamingProfile(WebtopNaming.java:603
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:405)
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:381)
    at com.iplanet.services.naming.WebtopNaming.updateNamingTable(WebtopNaming.java:72
    4)
    at com.iplanet.services.naming.WebtopNaming.getNamingProfile(WebtopNaming.java:603
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:405)
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:381)
    at com.iplanet.services.naming.WebtopNaming.updateNamingTable(WebtopNaming.java:72
    4)
    at com.iplanet.services.naming.WebtopNaming.getNamingProfile(WebtopNaming.java:603
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:405)
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:381)
    at com.iplanet.services.naming.WebtopNaming.updateNamingTable(WebtopNaming.java:72
    4)
    at com.iplanet.services.naming.WebtopNaming.getNamingProfile(WebtopNaming.java:603
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:405)
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:381)
    at com.iplanet.services.naming.WebtopNaming.updateNamingTable(WebtopNaming.java:72
    4)
    at com.iplanet.services.naming.WebtopNaming.getNamingProfile(WebtopNaming.java:603
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:405)
    at com.iplanet.services.naming.WebtopNaming.getServerID(WebtopNaming.java:381)
    at com.iplanet.services.naming.WebtopNaming.updateNamingTable(WebtopNaming.java:72
    4)
    at com.iplanet.services.naming.WebtopNaming.getNamingProfile(WebtopNaming.java:603
    at
    Is there anything I can do while installing second instance of Access Manager. or how can I modify Directory server.Help will be valuable.
    Thanks and Regards,
    Parul

  • Adding a file into existing zip file

    I need a add a file into existing zip file. and write into printwriter.
    How to do it?
    Waiting for the reply.
    Thanks and Regards,
    Narayanan. G

    Narayanan.G wrote:
    I need a add a file into existing zip file.API: [ZipOutputStream#putNextEntry()|http://java.sun.com/javase/6/docs/api/java/util/zip/ZipOutputStream.html#putNextEntry%28java.util.zip.ZipEntry%29]
    Tutorial: [http://java.sun.com/developer/technicalArticles/Programming/compression/].
    and write into printwriter.Writing a zip file into printwriter? Huh? Please elaborate.

  • Adding a column into existing index

    Can I add a column into existing index?
    or do I need to drop the index and recreate one?
    Thanks.

    but there is no way to add a column to an existing table10:43:24 TEST.SQL>create table test10:43:28 2 (
    10:43:29 3 a number
    10:43:32 4 )
    10:43:34 5 tablespace tools
    10:43:36 6 ;
    Table created.
    Elapsed: 00:00:00.06
    10:43:38 TEST.SQL>alter table test add
    10:43:44 2 b date;
    Table altered.
    Elapsed: 00:00:00.68
    10:43:48 TEST.SQL>desc test
    Name Null? Type
    A NUMBER
    B DATE
    10:43:51 TEST.SQL>drop table test;
    Table dropped.Indeed there is.Yoann.

  • Added another subscriber to existing publication. Snapshot delivered but ket re-initializing if Distribution agent is restarted

    Hi,
    Here is the situation. We have existing replication with sql 2008 r2 publisher and a subscriber on same edition. The database is quite big so snapshot generally takes about 4 hours or more. There are additional tables on subscriber so a backup / restore
    mode of initialization is not suitable.
    This replication is working just fine, now there is a need to add a sql 2014 subscriber to this publisher and same tables as in current publication, so we decided to simply add another push subscription for this new sql 2014 subscriber. During the process
    the Initial snapshot is generated and applied to new 2014 subscribe, keep in mind we have not made any change to publication to avoid affecting the existing subscriber. So when snapshot is delivered and appeared in replication monitor it started creating primary
    keys on subscriber database. We have few big tables where we are not sending clustered and non clustered indexes across so that replication snapshot goes fast (although it is over 4 hours). These indexes and primary keys get created with manual scripts after
    snapshot is generated. During this time log reader agent has been actively sending transactions to existing subscriber that is telling me that as soon as distribution agent done with the snapshot it will start sending transactions to new subscriber (which
    is quite normal). Now the problem, after snapshot is done I need to run manual scripts to create PK and indexes on new subscriber, to do that I have to stop distribution agent so that indexes and PKs don't get blocked. After I stopped distrib
    agent temporarily, the Scripts got completed successfully within 20 minutes and when I re-started distribution agent , to my surprise it started initializing the new subscriber again and sending same snapshot that was already applied. It make me puzzled
    what caused the distribution agent to reinitialize although it already delivered snapshot and I have indexes created and ready to go. I tried this process again with more careful approach and gave about one hour after snapshot delivered message received. but
    it did the same thing.  Only explanation I can think of that publisher database is actively sending transactions when I was applying snapshot and as soon as it is delivered, the distribution agent started delivering transaction, I could see Undistributed
    Commands kept on growing high telling me that there are lots of transactions for new subscriber to catch up but without indexes and some missing primary keys it would not even catch up and so I always stop the distrib agent and run my scripts on subscriber
    and run into this situation. During all these times the existing subscriber never had any issue.
    Do I need to make sure no ort minimal transactions happening on publisher when I initialize the new subscriber.
    Or should I create new separate publication on the same publisher and use that.
    Any other suggestions are welcome
    Thanks!
    dba60

    Snapshot was set of initialize immediately.  No errors in repl_errors table.  Distribution agent was using default profile.
    Do you think that I should be running missing PK and indexing scripts as part of replication, replication provides an option run scripts before or after snapshot was applied. Also, I am wondering if creating some missing PKs is triggering the snapshot to
    be reapplied. Also, Why the primary key for some tables not coming along during snapshot delivery? 
    Do you think having lots of transactions on publisher database while snapshot being applied would be affecting it too?
    Also, is it possible to use a different distributors for each publication from same publisher?
    My plan now is to create new publication for same publisher and database, this way I will have more control over changing article properties.
    Thanks!
    dba60

  • Adding web gallery into existing website

    Hi,
    Does anyone know if you can add/import a lightroom created web gallery into an existing webpage? I am redoing my website (originally created with Frontpage, now considering using Expression Web) and want to create photo galleries using lightroom. I know you can create the same type of gallery using Flash, however I don't want to buy a new program when I have lightroom already. I don't have enough experience with HTML to use Dreamweaver.
    Thanks!
    Nancy

    This previews just fine from Dreamweaver but when uploaded non
    of my images load. Please see www.jakgallery.com/19701979
    All I get is the circular wait icon. Thanks very much for any help you can give. It seems I am one little step away from making it work.
    Mike

  • If I receive an sms - how do I reply adding another contact into the conversation?

    Sorry guys can't figure out a way to do it

    I don't think there is a way. You could send a NEW message to multiple people, but the people you add wouldn't be able to see the previous conversation .

  • Adding F5-VE cluster into APIC: Status remains as init

    Hi,
    This is my 2nd thread about L4-L7 integration.. the previous one was about the ASAv which I managed to get working thanks to Zachary Seils. 
    I've been trying to integrate a F5 VM cluster into the APIC, but couldn't seem to get it working. The status remains as "init". However, when I add a standalone F5 into APIC, the integration seems to work fine. Could someone offer some insight into why this is happening?
    Basically, what I did was the following:
    1) Set up my 2 F5-VE VMs in HA
    - Mgmt IP of 10.88.88.121 for F5-Pri and 10.88.88.122 for F5-Sec
    - Internal VLAN Self-IP of 10.138.10.4 for F5-Pri and 10.138.10.5 for F5-Sec (floating IP of 10.138.10.3)  - this is also used as the HA VLAN
    - External VLAN Self-IP of 10.138.20.4 for F5-Pri and 10.138.20.5 for F5-Sec (floating IP of 10.138.20.3) 
    2) Under one of the tenants, I added the F5 cluster under the L4-L7 Devices, with the necessary interfaces configured (management, external, internal).
    I've attached the configuration and faults in xml format for reference (you can remove the *.txt extension)
    Was there something that I did wrongly, or missed out?
    Thank you so much for reading.

    The interface parameter configured under the HighAvailability folder should be set to the name of an interface that exists on the BIG-IP.  For example, to use BIG-IP interface 1.3 for HA, you would specify the HighAvailability > Interface parameter as 1_3.  Whatever interface you choose, it should be dedicated to HA between the BIG-IP devices.
    I'd also suggest using a VLAN other than 4094, which 1) you might already have defined as the ACI infra VLAN, and 2) is commonly reserved on some NX-OS platforms.  Pick another VLAN ID that falls outside the VLAN pools managed by the APIC.
    Regards,
    Zach

  • Is it possible Adding another 2 harddrive sas 2.5' hot plug on existing raid 1 ????

    Dear All,
    I have HP ML370 G6 with 2 harddrives sas 2.5' 300GB hotplug on raid 1.
    And it is almost runout space. I have plan to adding another 2 harddrive with same type.
    Is is possible to add another harddrive on raid 1 without change or re-install the operating system installed ??
    My operating system is Redhat  Enterprise Linux 4 (RHEL 4) and oracle database inside.
    Please I need your suggest and advise, what should I do to add more space on existing raid 1.
    Thank You,
    breakthelimit

    There is no BIOS in OS X. There is only the EFI stored in ROM that is not user modifiable. OS X is probably checking Bay 0 for the boot drive since that is where it should be. It won't check the Tempo drive since it is treated like an external drive. I suggest you open Startup Disk preferences to see if the Tempo device is selected as the boot device. If it isn't, then select it. That will probably shave off a few seconds in the startup time.

  • Adding a Cluster Hyper-V 2012 into SCVMM 2012 SP1 causes a Crash in VMMService.exe

    I'm trying to register a 5 node Cluster into SCVMM 2012 SP1 host, but when the registration job is running the SCVMMService crashes and then registration becomes inconsistent.
    this is the error log from App Event Viewer:
    Event 1000: Application Error:
    Faulting application name: vmmservice.exe, version: 3.1.6011.0, time stamp: 0x50aaba3f
    Faulting module name: unknown, version: 0.0.0.0, time stamp: 0x00000000
    Exception code: 0xc0000005
    Fault offset: 0x000007fae7615fdb
    Faulting process id: 0x1050
    Faulting application start time: 0x01ce1b77516905f8
    Faulting application path: F:\Program Files\Microsoft System Center 2012\Virtual Machine Manager\Bin\vmmservice.exe
    Faulting module path: unknown
    Report Id: a450c591-876d-11e2-93fe-00155d011c01
    Faulting package full name:
    Faulting package-relative application ID:
    Event 1026: .Net Runtime
    Application: vmmservice.exe
    Framework Version: v4.0.30319
    Description: The process was terminated due to an unhandled exception.
    Exception Info: System.NullReferenceException
    Stack:
       at Microsoft.VirtualManager.Engine.RefreshDriver`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].RefreshThreadFunction(System.Object)
       at Microsoft.VirtualManager.Utils.Multithreading.ThrottledThreadPool+<>c__DisplayClass3.<ScheduleNextThread>b__2(System.Object)
       at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
       at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
       at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
       at System.Threading.ThreadPoolWorkQueue.Dispatch()
    Faulting application name: vmmservice.exe, version: 3.1.6011.0, time stamp: 0x50aaba3f
    Faulting module name: unknown, version: 0.0.0.0, time stamp: 0x00000000
    Exception code: 0xc0000005
    Fault offset: 0x000007fae7615fdb
    Faulting process id: 0x1050
    Faulting application start time: 0x01ce1b77516905f8
    Faulting application path: F:\Program Files\Microsoft System Center 2012\Virtual Machine Manager\Bin\vmmservice.exe
    Faulting module path: unknown
    Report Id: a450c591-876d-11e2-93fe-00155d011c01
    Faulting package full name:
    Faulting package-relative application ID:
    Its important that this error occurs only with my Windows 2012 Datacenter cluster, with a Windows 2008R2 Cluster doesn't, and works perfect the registration.
    What's going wrong???
    Thank you very much.

    Dear All,
    I can't find a solution for this error....
    Faulting application name: vmmservice.exe, version: 3.1.6011.0, time stamp: 0x50aaba3fFaulting module name: KERNELBASE.dll, version: 6.2.9200.16451, time stamp: 0x50988aa6Exception code: 0xe0434352Fault offset: 0x000000000003811cFaulting process id: 0x1070Faulting application start time: 0x01cf1b5d8e2c9535Faulting application path: C:\Program Files\Microsoft System Center 2012\Virtual Machine Manager\Bin\vmmservice.exeFaulting module path: C:\Windows\system32\KERNELBASE.dllReport Id: e35b1662-8750-11e3-9417-00155d00795aFaulting package full name: Faulting package-relative application ID: 
    I've a cluster with 2 nodes.
    1) The NIC teaming is configured in the cluster (the VMM is installed in one VM in the cluster).
    2) yes
    3) yes
    Thanks a lot for the replies!
    SF

  • Inserting div in a pre-existing CSS layout

    I am trying to add a div tag to an existing CSS style sheet - twoColFixFt Hdr.css. I want to add a second sidebar under the existing sidebar which is floated to the right of the main content. I want the second sidebar to float to the right of the main content div as well, and be positioned under the first sidebar. I tried virtually every combination of inserting this tag in the insert div window, but I cannot get it in the correct position. I also tried positioning as an AP div (it looks fine in Dreamweaver), but when viewed in Firefox or Explorer it's overlapping the copy in the main content. Any help will be appreciated.

    1. Go into code view.
    2. Find the line of code below (around about line 95)
    <!-- end #header --></div>
    3. Wrap another <div> around the 'sidebar1' <div> as shown below:
    <div id="sidebarWrapper">
      <div id="sidebar1">
        <h3>Sidebar1 Content</h3>
        <p>The background color on this div will only show for the length of the content. If you'd like a dividing line instead, place a border on the right side of the #mainContent div if it will always contain more content. </p>
        <p>Donec eu mi sed turpis feugiat feugiat. Integer turpis arcu, pellentesque  eget, cursus et, fermentum ut, sapien. Fusce metus mi, eleifend  sollicitudin, molestie id, varius et, nibh. Donec nec libero.</p>
      <!-- end #sidebar1 --></div>
    </div><!--end sidebarWrapper -->
    4. Insert another <div> 'sidebar2' directly after the 'sidebar1 <div> as shown below:
    <div id="sidebarWrapper">
      <div id="sidebar1">
        <h3>Sidebar1 Content</h3>
        <p>The background color on this div will only show for the length of the content. If you'd like a dividing line instead, place a border on the right side of the #mainContent div if it will always contain more content. </p>
        <p>Donec eu mi sed turpis feugiat feugiat. Integer turpis arcu, pellentesque  eget, cursus et, fermentum ut, sapien. Fusce metus mi, eleifend  sollicitudin, molestie id, varius et, nibh. Donec nec libero.</p>
      <!-- end #sidebar1 --></div>
    <div id="sidebar2">Sidebar2</div><!-- end sidebar2 -->
    </div><!-- end sidebarWrapper -->
    5. Add the below css selector to your existing css:
    .twoColFixRtHdr #sidebarWrapper {
    float: right;
    width: 200px;
    overflow: hidden;
    6. Amend the 'sidebar1' css to as below:
    .twoColFixRtHdr #sidebar1 {
        background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
        padding: 15px 10px;
    7. Add the below css selector to your existing css:
    .twoColFixRtHdr #sidebar2 {
        background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
        padding: 15px 10px;

  • DR type restore of 10gR1 RAC with ASM database to another cluster

    Hi,
    We have a requirement to restore the image copy of our production database to another location. The production database is a 10-node 10gR1 RAC deployment with ASM. The image copy is in the FRA.
    We want to restore this image copy onto a 2-node 10gR1 RAC cluster, which is also running a development environment. We have so far used the 'backup copy copy of database' command to pipe the image copy from the FRA to an NFS mounted filesystem. We plan to restore (and convert the names) the files from here. I have a list of steps we need to undertake - like adding the production database metadata on the development cluster into CRS, restore the spfile and controlfile, restore and convert the datafiles from the production ASM diskgroup to the development ASM diskgroup.
    has anyone out there done this? Are there any nasty 'gotchas' or pitfalls?
    Please, tell me your pain so I can spare it myself :o)
    regards
    Dilbert

    user562223 wrote:
    We are planning to take cold backup through RMAN. But now the issue is that if something going wrong with the storage then both the diskgroup on the same storage will not be mounted.
    What should be the backup & recovery strategy for this scenario? How to bring the server back online?The strategy depends entirely on the risk analysis and assessment. Do you need to be able to recover the database to the moment just before it crashed? Do you need point-in-time recovery? What are the availability requirements? Etc.
    Databases can be quite diverse in nature. It can be fairly static with very few changes, to very dynamic to totally dynamic. In some cases, the database only needs to be restored as a "container" (structures with no data) as that is all the processes need and as these will supply the data. In other cases, the entire database with all committed transactions to the second before the crash is needed. In a few cases, you may want to use Data Guard and standby/clone databases instead.
    There is no single set of rman instructions that you can copy-and-paste to implement any of these diverse backup and recovery strategies. You need to determine and define your backup, restore and availability requirement first - before looking at which rman commands to use and in what sequence, where and when.

  • Extending Physical Cluster into Virtual Cluster

    Hello All...........I have a Physical SQL Cluster cluster.domain.com (Physical_NodeA and
    Physical_NodeB) using SAN A.  Physical SQL Cluster contains
    three-3 instances.  I intend to move this cluster into my Hyper-V Failover Cluster enviornment and I want to get rid of both Physical nodes (Physical_NodeA and
    Physical_NodeB) along with shared storage on SAN A.  I have devised following approach:
    -  Extend existing Physical Cluster cluster.domain.com on
    (Physical_NodeA and Physical_NobeB) with shared storage
    SAN A
        - By adding Virtual Nodes (Virtual_NodeC and
    Virtual_NodeD) to cluster.domain.com
    - Creating LUN/s that are shared by all four nodes (Physical_NodeA, Physical_NodeB, Virtual_NodeC and Virtual NodeD) on
    SAN B
    - Moving Instances/Databases location to new LUN/s on
    SAN B
    - Failover to new Virtual Nodes either Virtual_NodeC or
    Virtual_NodeD
    - Evict Physical_NodeA and Physical_NodeB
    - Remove Physical_NodeA and Physical_NodeB from Host Group at
    SAN A
    - Remove LUN/s from SAN A.
    Your thought on above procedure would be appreciated.

    I am not sure why you want to do all of these.
    Why cant you just get the new virtual environment up and running with SQL Server and just migrate the databases to the new cluster?
    I think the amount of downtime you incur would be less in this approach.
    Regards, Ashwin Menon My Blog - http:\\sqllearnings.com

Maybe you are looking for