Uprading deployed Cluster from Ipv4 to Ipv6

Hi Friends,
i have already running and deployed a windows cluster for my SQL 2008 and Exchange 2010 Dag in different servers  with ipv4 however the company management decided that we have to upgrade all servers connection from ipv4 to ipv6.
as you know that when we create a cluster it also create a virtual connection for connecting users in my case its created with ipv4.
now how am i suppose to change that virtual connection from ipv4 to ipv6 in windows 2008 R2 clustering i mean overall how to achieve my target without destroying anything.
please advise.
thanks greenman

Hi GreeMann,
Start with Windows Server 2008 IPv6 using in the Cluster service will support this functionality as well. This includes being able to support IPv6 IP address resources
and IPv4 IP address resources either alone or in combination in a failover cluster.
Failover clustering also supports 6-4 and Intra-site Automatic Tunneling Addressing Protocol (ISATAP). Additionally, failover clustering supports only IPv6 addresses that
allow for dynamic registration in Domain Name System (DNS) (AAAA host records and the IP6.ARPA reverse look-up zone). Currently, there are three types of IPv6 address types: global, site local, and link local. Dynamic DNS registrations will not occur for link
local addresses and therefore cannot be used in a failover cluster.
But there have some
 application has the limited IPv6 support  or full IPv6 support, the Exchange Server 2010 has the limited IPv6 support and general speaking, IPV6 is supported for SQL server 2005,2008,2008r2 and SQL 2012, the detail supported
service you can refer the following KB:
IPv6 Support in Microsoft Products and Services
http://technet.microsoft.com/en-us/network/hh994905.aspx
More information:
IPv6 Security Considerations and Recommendations
http://technet.microsoft.com/en-us/library/bb726956.aspx
I’m glad to be of help to you!
Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

Similar Messages

  • Migrate UAG internal adapter from IPv4 to IPv6

    I have DirectAccess running successfully for a couple of years now.
    However, we now need to migrate our servers from IPv4 to IPv6 (will run side by side). The IPv6 range is a /48 range we received from our ISP
    The internal interface of our DA UAG server will also get a IPv6 address. After that DA needs to be reconfigured with the new internal IPv6 interface and a client range for IP-HTTPS and NAT64/DNS64 needs to be specified.
    The question is, what will happen with the laptops that are outside of the LAN and don't come inside for new domain policies?  Will they reconnect with the new settings or will they loose connectivity? Do they get the new IPv6 routes for the tunnel
    adapters?

    I have DirectAccess running successfully for a couple of years now.
    However, we now need to migrate our servers from IPv4 to IPv6 (will run side by side). The IPv6 range is a /48 range we received from our ISP
    The internal interface of our DA UAG server will also get a IPv6 address. After that DA needs to be reconfigured with the new internal IPv6 interface and a client range for IP-HTTPS and NAT64/DNS64 needs to be specified.
    The question is, what will happen with the laptops that are outside of the LAN and don't come inside for new domain policies?  Will they reconnect with the new settings or will they loose connectivity? Do they get the new IPv6 routes for the tunnel
    adapters?

  • HELP : Convert socket programming from Ipv4 to IPv6

    Hi all,
    I need help in converting my Ipv4 socket programing to Ipv6. How can I do this? I already have an Ipv4 socket programming that is working but when I tried to convert it to Ipv6 it doesn't work .
    this is my Ipv4 socket programming :
    DatagramPacket sendPacket;
    DatagramSocket sock;
    ip = jtfDIP.getText().trim();
    try{
    sock = new DatagramSocket();
    add = InetAddress.getByName(ip);
    sendPacket = new DatagramPacket(buf,buf.length,add,port);
    Please help me. How can I convert this to Ipv6. Thank you.

    Socket sock = new Socket("host");
    or
    Socket sock = new Socket("192.168.1.1");
    or
    Socket sock = new Socket("www.host.com");
    or
    Socket sock = new Socket("hhhh.hhhh.hhhh.hhhh");
    Get it? Just use whatever host, domain name, or IP you need, the underlying native code does the work - you'll never need to do anything, for the most part.

  • MPLS migration from IPv4 and IPv6

                       Hello,
    i have existing MPLS VPN setup using IPv4 between all devices (P,PE,CPE), i want to start to migrate to IPv6 but i want to start the migration for one link between P and PE and all other devices will be the same (IPv4). Can you please tell me how i can acheive this scenario without impcat the services because is life.
    Thanks

    Dear All,
    when i configured IPv6 between PE and CPE the neighbor between them is idle the following the configuration between PE and CPE:
    PE:
    router bgp 100
    bgp router-id 10.200.200.3
    no bgp default ipv4-unicast
    bgp log-neighbor-changes
    neighbor MPLS-Group peer-group
    neighbor MPLS-Group remote-as 100
    neighbor MPLS-Group update-source Loopback0
    neighbor MPLS-Group-IPV6 peer-group
    neighbor MPLS-Group-IPV6 remote-as 100
    neighbor MPLS-Group-IPV6 update-source Loopback0
    neighbor 10.200.200.5 peer-group MPLS-Group
    neighbor 2002:10:200:200::5 peer-group MPLS-Group-IPV6
    address-family ipv4
      no synchronization
      no auto-summary
    exit-address-family
    address-family vpnv4
      neighbor MPLS-Group send-community both
      neighbor MPLS-Group next-hop-self
      neighbor 10.200.200.5 activate
    exit-address-family
    address-family vpnv6
      neighbor MPLS-Group-IPV6 send-community both
      neighbor MPLS-Group-IPV6 next-hop-self
      neighbor 2002:10:200:200::5 activate
    exit-address-family
    address-family ipv4 vrf TEST
      no synchronization
      redistribute connected
      neighbor 10.225.0.2 remote-as 101
      neighbor 10.225.0.2 activate
    exit-address-family
    address-family ipv6 vrf TEST
      redistribute connected
      no synchronization
      neighbor 2002:10:225::2 remote-as 101
      neighbor 2002:10:225::2 activate
    exit-address-family
    ipv6 router ospf 200
    router-id 10.200.200.3
    log-adjacency-changes
    mpls ldp router-id Loopback0
    CPE:
    interface Loopback0
    ip address 10.225.100.1 255.255.255.255
    ipv6 address 2002:10:225:100::1/128
    interface FastEthernet0/0
    no ip address
    shutdown
    duplex half
    interface GigabitEthernet1/0
    ip address 10.225.0.2 255.255.255.252
    negotiation auto
    ipv6 address 2002:10:225::2/126
    router bgp 101
    no synchronization
    bgp router-id 10.225.100.1
    bgp log-neighbor-changes
    network 10.225.100.1 mask 255.255.255.255
    neighbor 10.225.0.1 remote-as 100
    neighbor 2002:10:225::1 remote-as 100
    no auto-summary
    address-family ipv6
      no synchronization
      network 2002:10:225:100::1/128
      neighbor 2002:10:225::1 activate
    exit-address-family
    CPE-1#show ip bgp summary
    BGP router identifier 10.225.100.1, local AS number 101
    BGP table version is 4, main routing table version 4
    2 network entries using 242 bytes of memory
    2 path entries using 104 bytes of memory
    3/2 BGP path/bestpath attribute entries using 228 bytes of memory
    1 BGP AS-PATH entries using 24 bytes of memory
    0 BGP route-map cache entries using 0 bytes of memory
    0 BGP filter-list cache entries using 0 bytes of memory
    BGP using 598 total bytes of memory
    BGP activity 4/0 prefixes, 4/0 paths, scan interval 60 secs
    Neighbor        V    AS MsgRcvd MsgSent   TblVer  InQ OutQ Up/Down  State/PfxRcd
    10.225.0.1      4   100       6       5        4    0    0 00:01:50        1
    2002:10:225::1  4   100       0       0        0    0    0 never    Idle
    and i received this error:
    *Nov 24 15:40:17.715: %BGP-5-ADJCHANGE: neighbor 2002:10:225::2 vpn TEST                                                                                        Up
    *Nov 24 15:40:19.079: %BGP-5-ADJCHANGE: neighbor 10.225.0.2 vpn vrf TEST Up
    *Nov 24 15:40:23.067: %BGP-3-NOTIFICATION: sent to neighbor 2002:10:225::2 passi                                                                                        ve 2/8 (no supported AFI/SAFI) 3 bytes 000101
    Thanks

  • Accessing JMS UDD deployed on OSB cluster from a composite JMS adapter deployed on soa cluster

    Our environment setup
    Single domain with three clusters
    osb_cluster.soa_cluster and   bam_cluster
    osb_cluster: osb_server1 and osb_server2
    wlsbJMSServer_auto_1: targetted to osb_server1
    wlsbJMSServer_auto_2: targetted to osb_server2
    osb_subdeployment1:targetted to wlsbJMSServer_auto_1 and wlsbJMSServer_auto_2 JMS servers
    osb_subdeployment1 has JMS UDD queue jms/wlsb/queue
    soa_cluster: soa_server1 and soa_server2
    There is a BPEL composite deployed to soa_cluster. It has JMS adapter trying to read messages from jms/wlsb/queue
    JCA JMSAdapter is deployed to osb,soa clusters and Admin server
    ConnectionFactory is targetted to soa and osb clusters (osb_cluster and soa_cluster)
    We have bounced soa and osb  servers(not admin) after jms changes.
    soa log says
    JMSAdapter Composite1l JmsDDEndpoint_onFailure: Unable to resolve 'jms.wlsb.queue. Resolved 'jms'
    Can we access JMS destinations deployed  on one cluster from different cluster?
    If yes, how can we do that ? do we need  to modify BPEL JCA file to indicate destination is on another cluster?
    Thanks,
    Praveen

    Anybody has faced similar issue?

  • IPv4 to IPv6 RDP Access

    Hi;
    In our ınfrastructure we use dual-stack. We configured our cluster firewall and router (BGPv6).
    Now we have an application server whichs 's run only over IPv6 address. We want to connect this server over RDP service from our edge sites which's run on IPv4 public address. Is it possible ? If possible what we're supposed to do ?
    Best regards
    Umut

    If your firewall has NAT46 capability it is possible, but of all the possible NAT things you can try, that direction is the ugliest.  The "right" answer is to dual-stack the edge networks, but that is presumably a long-run solution for you, not a short run one.  I don't think RDP embeds IPv4 addresses in the content, so it can probably work.  In general, doing protocol translation between IPv4 and IPv6 in either direction on things that aren't simple 1:1 TCP connections is a bad idea.
    -- Jim Leinweber, WI State Lab of Hygiene

  • IPv4 to IPv6 transition thesis

                 Hi,   
      I'm doing Bachelor thesis, the subject is :"IPv4 to IPv6 Transition". I hope you give me titles of books you recommend.
    Also,I'd be happy if you give me a few tips.
    right now,i need a topology for each transition mechansim with the configuration commands .
    and how to configure an IPv4/IPv6 host?
    i've already finished CCNA exploration 1 and 2,and now i'm enrolled in a CCNA exploration 3 class.my instructor has not been trained yet on using IPv6 . so,the whole subject is new for me
    i'm sorry if this message was badly written , because i'm not that good in english.
    yours faithfully,

    You might consider the RFC series.
    We have been thinking about what we originally called "IP Next Generation" and then called "IPv6" and the requirements for a transition for about 20 years. When we started, we thought about requirements, and over time we have described methodologies and experience with those methodologies. There is ongoing work, primarily in the IETF's IPv6 Operations Working Group (). The current "received wisdom" is probably summarized in RFCs 4213 (
    http://www.ietf.org/rfc/rfc4213.txt) and 6180 (http://www.ietf.org/rfc/rfc6180.txt).
    Walking through that history means walking through the following. Note that many of these are pretty old, and have been replaced or updated by other documents.
    http://www.ietf.org/rfc/rfc1671.txt
    1671 IPng White Paper on Transition and Other Considerations. B.
         Carpenter. August 1994. (Format: TXT=17631 bytes) (Status:
         INFORMATIONAL)
    http://www.ietf.org/rfc/rfc1933.txt
    1933 Transition Mechanisms for IPv6 Hosts and Routers. R. Gilligan, E.
         Nordmark. April 1996. (Format: TXT=47005 bytes) (Obsoleted by
         RFC2893) (Status: PROPOSED STANDARD)
    http://www.ietf.org/rfc/rfc2185.txt
    2185 Routing Aspects of IPv6 Transition. R. Callon, D. Haskin.
         September 1997. (Format: TXT=31281 bytes) (Status: INFORMATIONAL)
    http://www.ietf.org/rfc/rfc2893.txt
    2893 Transition Mechanisms for IPv6 Hosts and Routers. R. Gilligan, E.
         Nordmark. August 2000. (Format: TXT=62731 bytes) (Obsoletes RFC1933)
         (Obsoleted by RFC4213) (Status: PROPOSED STANDARD)
    http://www.ietf.org/rfc/rfc3574.txt
    3574 Transition Scenarios for 3GPP Networks. J. Soininen, Ed.. August
         2003. (Format: TXT=23359 bytes) (Status: INFORMATIONAL)
    http://www.ietf.org/rfc/rfc3750.txt
    3750 Unmanaged Networks IPv6 Transition Scenarios. C. Huitema, R.
         Austein, S. Satapati, R. van der Pol. April 2004. (Format: TXT=48153
         bytes) (Status: INFORMATIONAL)
    http://www.ietf.org/rfc/rfc3904.txt
    3904 Evaluation of IPv6 Transition Mechanisms for Unmanaged Networks.
         C. Huitema, R. Austein, S. Satapati, R. van der Pol. September 2004.
         (Format: TXT=46844 bytes) (Status: INFORMATIONAL)
    http://www.ietf.org/rfc/rfc4038.txt
    4038 Application Aspects of IPv6 Transition. M-K. Shin, Ed., Y-G.
         Hong, J. Hagino, P. Savola, E. M. Castro. March 2005. (Format:
         TXT=69727 bytes) (Status: INFORMATIONAL)
    http://www.ietf.org/rfc/rfc4213.txt
    4213 Basic Transition Mechanisms for IPv6 Hosts and Routers. E.
         Nordmark, R. Gilligan. October 2005. (Format: TXT=58575 bytes)
         (Obsoletes RFC2893) (Status: PROPOSED STANDARD)
    http://www.ietf.org/rfc/rfc4215.txt
    4215 Analysis on IPv6 Transition in Third Generation Partnership
         Project (3GPP) Networks. J. Wiljakka, Ed.. October 2005. (Format:
         TXT=52903 bytes) (Status: INFORMATIONAL)
    http://www.ietf.org/rfc/rfc4942.txt
    4942 IPv6 Transition/Co-existence Security Considerations. E. Davies,
         S. Krishnan, P. Savola. September 2007. (Format: TXT=102878 bytes)
         (Status: INFORMATIONAL)
    http://www.ietf.org/rfc/rfc5211.txt
    5211 An Internet Transition Plan. J. Curran. July 2008. (Format:
         TXT=17158 bytes) (Status: INFORMATIONAL)
    http://www.ietf.org/rfc/rfc6157.txt
    6157 IPv6 Transition in the Session Initiation Protocol (SIP). G.
         Camarillo, K. El Malki, V. Gurbani. April 2011. (Format: TXT=32492
         bytes) (Updates RFC3264) (Status: PROPOSED STANDARD)
    http://www.ietf.org/rfc/rfc6180.txt
    6180 Guidelines for Using IPv6 Transition Mechanisms during IPv6
         Deployment. J. Arkko, F. Baker. May 2011. (Format: TXT=49679 bytes)
         (Status: INFORMATIONAL)
    http://www.ietf.org/rfc/rfc6219.txt
    6219 The China Education and Research Network (CERNET) IVI Translation
         Design and Deployment for the IPv4/IPv6 Coexistence and Transition.
         X. Li, C. Bao, M. Chen, H. Zhang, J. Wu. May 2011. (Format: TXT=44774
         bytes) (Status: INFORMATIONAL)
    http://www.ietf.org/rfc/rfc6264.txt
    6264 An Incremental Carrier-Grade NAT (CGN) for IPv6 Transition. S.
         Jiang, D. Guo, B. Carpenter. June 2011. (Format: TXT=31881 bytes)
         (Status: INFORMATIONAL)
    http://www.ietf.org/rfc/rfc6586.txt
    6586 Experiences from an IPv6-Only Network. J. Arkko, A. Keranen.
         April 2012. (Format: TXT=52062 bytes) (Status: INFORMATIONAL)
    http://www.ietf.org/rfc/rfc6589.txt
    6589 Considerations for Transitioning Content to IPv6. J. Livingood.
         April 2012. (Format: TXT=68822 bytes) (Status: INFORMATIONAL)

  • Error while deploying project from BCC

    Hi Experts,
    I am trying to deploy a project from BCC. While deploying i'm getting following error.
    CONTAINER:atg.process.ProcessException; SOURCE:atg.epub.project.AssetLockException: Failed to approve the project TRE-2013413193927 (id: prj550001) for deployment. Unable to obtain exclusive locks to one or more assets. Use the Lock Conflicts page to determine which assets are locked by other projects.
    I checked lock assets, but there was no assets.
    Can any one help me to resolve this issue..
    Thanks & Regards,
    Murali

    In previous project we deployed same assets, but we deleted that project from DB(tables). Now there is no project with these assets.Probably you deleted the project which was not completed and so it might have been holding some asset locks. You might want to check the corresponding data in avm_asset_lock table in CA schema. Look out for the data corresponding to project's workspace-id in this table, clear that and then try to resume your deployment.
    "/atg/commerce/catalog/ProductCatalog" is configured for deployment to this target by another Content Administration cluster named "DEV_ENV". You must ensure that only one Content Administration cluster is responsible for each repository in a given target. Looks that something is mixed up in your deployment topology. May be it was deleted and reinitialized without clearing previous cluster data. Go to /atg/epub/DeploymentAgent in dyn/admin component browser and check the details like: agent's deployment state, deployment mode, current live data store, cluster status etc. Try removing stale cluster from DeploymentAgent using the delete option provided there. Also remove stale cluster data from Publishing Web agent (if present) by navigating to <ATG>/home/PublishingWebAgent/data and deleting a file which might be there with a name like cluster-stat-oldCluster.

  • What is correct method to deploy cluster aware technology using HA VMs?

    Dear all, 
    I recently had experience creating Hyper-V Server 2012 cluster. This allows for deploying a highly available virtual machine. That's fine. The business machine (virtual machine) becomes highly available. This includes an existing VM enabled to be highly
    available or a new VM installed into cluster from scratch.
    On the other hand; we have cluster aware applications (SQL Server, SCVMM etc.) which are installed in clustered OS (Windows 2008 R2 Enterprise edition which has failover clustering service) . 
    Just for clearing concept; what is correct way of deploying a cluster aware technology (SQL Server, SCVMM) in the scenario where the underlying OS; running in VM(s) can be made highly available. 
    Method 1:
    Create simple non clustered VM, install cluster aware application (SQL Server e.g.). Make this VM highly available using Hyper-V cluster.  (This seems to be clustering the VM running cluster aware application, not the cluster ware application; which
    requires clustering.)
    Method 2:
    Create HA-enabled  VM onto Hyper-V Servers cluster; install cluster aware application within this HA-enabled VM.   (This again; the underlying OS/VM is clustered first, the cluster aware application (SQL server or others) how would it leverage
    the cluster?)   
    Please shed light on what is correct method. In both cases it seems the VM running the cluster aware application; is made highly available; meaning leveraging clustering. What about clustering the application
    itself? The objective is to be able to not only make the VM highly available; but also deploy clustered SQL Server  or other cluster aware technology using such HA VM.
    Regards, 
    Shahzad.

    Dear all, 
    I recently had experience creating Hyper-V Server 2012 cluster. This allows for deploying a highly available virtual machine. That's fine. The business machine (virtual machine) becomes highly available. This includes an existing VM enabled to be highly
    available or a new VM installed into cluster from scratch.
    On the other hand; we have cluster aware applications (SQL Server, SCVMM etc.) which are installed in clustered OS (Windows 2008 R2 Enterprise edition which has failover clustering service) . 
    Just for clearing concept; what is correct way of deploying a cluster aware technology (SQL Server, SCVMM) in the scenario where the underlying OS; running in VM(s) can be made highly available. 
    Method 1:
    Create simple non clustered VM, install cluster aware application (SQL Server e.g.). Make this VM highly available using Hyper-V cluster.  (This seems to be clustering the VM running cluster aware application, not the cluster ware application; which
    requires clustering.)
    Method 2:
    Create HA-enabled  VM onto Hyper-V Servers cluster; install cluster aware application within this HA-enabled VM.   (This again; the underlying OS/VM is clustered first, the cluster aware application (SQL server or others) how would it leverage
    the cluster?)   
    Please shed light on what is correct method. In both cases it seems the VM running the cluster aware application; is made highly available; meaning leveraging clustering. What about clustering the application
    itself? The objective is to be able to not only make the VM highly available; but also deploy clustered SQL Server  or other cluster aware technology using such HA VM.
    Regards, 
    Shahzad.
    With SQL Server both M1 and M2 are by far the best solutions. See guest VM cluster is non-optimal as SQL Server works better with own clustering features (AlwaysOn, see link below). And HA would make VM re-boot on another physical host so there would be
    both downtime and potential data loss. Run SQL Server in a pair of VMs on a different physical hosts, configue AlwaysOn (use failover SMB share as a witness) and you'll be fine. See:
    Overview of AlwaysOn Availability Groups (SQL Server)
    http://technet.microsoft.com/en-us/library/ff877884.aspx
    How to Build SQL Server
    2012 AlwaysOn Hyper-V Virtual Machines
    http://social.technet.microsoft.com/wiki/contents/articles/6198.how-to-build-sql-server-2012-alwayson-hyper-v-virtual-machines-for-demos-emu-build.aspx
    SQL Server 2012 AlwaysOn High Availability and Disaster Recovery Design Patterns
    http://blogs.msdn.com/b/sqlcat/archive/2013/11/20/sql-server-2012-alwayson-high-availability-and-disaster-recovery-design-patterns.aspx
    Also the best place to ask about SQL Server High Availability is dedicated MSFT group here:
    SQL Disaster Recovery Forum
    http://social.technet.microsoft.com/Forums/sqlserver/en-US/home?forum=sqldisasterrecoveryHope
    this helped :)
    StarWind VSAN [Virtual SAN] clusters Hyper-V without SAS, Fibre Channel, SMB 3.0 or iSCSI, uses Ethernet to mirror internally mounted SATA disks between hosts.

  • EA4500 loses IPv4 and IPv6 information

    No changes made but router will lose all information for IPv connectivity.  I have paid twice to support to fix this issue and it still occurs every few months. 
    I tried rebooting router, and doing an IP Release/ Renew and router does not get IP address. I'd prefer not to have to pay again to fix this router. Any ideas?

    Sorry - thought I had info:
    I don't see anything on the router indicating a model other than EA4500. There is a serial number. Its plugged directly into a
    Toshiba PCX2500 modem. If I connect my PC directly to the modem I have internet. 
    The router maintains all settings that Cisco helped me set up before except there are not IPv4 or IPv6 settings. I have screen shots from the setup. The Cisco rep had to clone the MAC of the modem to get the router to work. (Admin tab). 
    I unplugged modem and router and rebooted each. Everything appears to come up normally except for no IPv4/6 settings. I tried a release/renew but those settings stay blank.
    I have internal network connectivity with the router, just no internet. I use Road Runner. I have a second network also on Road Runner but on a different modum and domain that is working fine. Unfortunately I have hard wired connections and kids games that rely on the EA4500

  • IPv4 vs IPv6 comparison

    hello everyone, i was wondering if it is possible that ipv6 dropping more packets than ipv4.  i run a test using D-ITG, to test data and voice, but on IPv6 lost more packets than ipv4, special when i sent voice and data together, i was wodering why could that be?, another question, in order to have a dual stack router, i would put ipv4 and ipv6 address on the interfaces, do i need enable something else, because i tried with packets tracer, and i could not ping from an ipv4 host to a ipv6 host, dual stack should allow that right?  thank you in advance
    thank you in advance

    Duplicate post. 
    Go HERE.

  • Getaddrinfo function returns IPv4-mapped IPv6 addresses in canonical name

    When I use the getaddrinfo function with flag AI_CANONNAME, then in ai_canonname  IPv4-mapped IPv6 addresses is returned even for IPV6 disabled machine.
    So my question is that from where this canonical name is returned, I didn't found in /etc/nodename /etc/hosts or in /etc/inet/hosts or in /etc/interfacefile files.

    It's only showing "unknown" for the IPv6 address.
    Go into your IPv6 properties, and set the IP and DNS address settings to be obtained automatically.
    Then in Manage network adapters windows, change the view options to show Menu, then click on Advanced, Advanced, and make sure IPv4 is on top instead of IPv6.
    Ace Fekay
    MVP, MCT, MCITP/EA, MCTS Windows 2008/R2 & Exchange 2007, Exchange 2010 EA, MCSE & MCSA 2003/2000, MCSA Messaging 2003
    Microsoft Certified Trainer
    Microsoft MVP - Directory Services
    Technical Blogs & Videos: http://www.delawarecountycomputerconsulting.com/
    This post is provided AS-IS with no warranties or guarantees and confers no rights.

  • How to download nwds deployed local deployed appluication from server,

    Dear all,
    how to download nwds local deployed application from server please specify the path(if is not a par application and it ia not a dc component)it is a simple webdynpro application i lot my backup in development and quality and the application now exists in PRODUCTION. please help me in resolving this issue.
    Regards.

    Hi Kishore,
    You can't download the full nwds project source. You can get the Java source code only.Select the app.jar file from your project path and it will give all java program code.First You should copy the .jar from (/usr/sap/<SID>/JC<xx>/j2ee/cluster/server<x>/apps/local/ProjectName(x)/webdynpro/public/lib/app.jar)
    Some free Decompiler tool are available in online to extract the app.jar source (Tool Name DJ Java Decompiler or unzip the app.jar).
      Thanks in advance.

  • WRT54G v6 not working with new Motorola SB6141 on Comcast (IPv4 and IPv6)

    My WRT54G v6 not working with a new Motorola SB6141 Cable Modem on Comcast (IPv4 and IPv6).
    Yesterday, I had my old DOCSIS 1.1 cable modem and the WRT54G had been working just fine for the past 8 years.
    Last night, I swap in the DOCSIS 3.0 SB6141 cable modem, and now the WRT54G keeps losing the internet connection.  When I go into the status page for the WRT54G, I often do not see DNS servers and sometimes do not even see an IP address.
    If I connect a PC directly to the SB6141 cable modem, I have no problems whatsoever.  But whenever I connect through the WRT54G and power cycle both devices, then I have internet connectivity for about an hour before it drops out.  I have noticed my gateway IP address and DNS servers change at that time as well.  I can also force the Linksys to lose connectivity by doing a DHCP release/renew on the Linksys status page.
    Is this behavior because of the dual stack (IPv4 and IPv6) coming through the cable modem from Comcast now?  Is there any way I can keep using my WRT54G v6 now that I have the SB6141 cable modem?  

    You just have to install it correctly.
    http://kb.linksys.com/Linksys/ukp.aspx?pid=80&login=1&app=search&vw=1&articleid=3686

  • Dynamic DNS for ipv4 AND ipv6?

    tl;dr: do you know any dynamic dns service and updater daemon that supports both ipv4 and ipv6?
    Hi,
    ever since my provider supplied me with a proper dual stack account (real ipv4, real ipv6) for internet access I got some kind of little problem regarding the services I host at home. So this is mainly about email. I have a server sitting behind my router that has an open submission and IMAPS port. For ipv4 I've been using the NAT and dyndns features of my router (fritzbox) without any problem. For ipv6 there is no NAT (at least as far as my router is concerned). What I can do though is to open the firewall for incoming ports dynamically based on the interface identifier. So if someone wants to connect to an ipv6 address that would map to my server the router knows to not block the traffic. For this to work though I need update a dynamic DNS record with the public ipv6 address that my server gets to use (something out of the prefix my provider assignes me). This server is an arch linux box. I tried to use inadyn-mt with some systemd unit file I found through google but this does not seem to work right. When I'm in ipv4-only networks (on a mobile connection for example) I often can't resolve the right ip address of my server through dyndns. The thing is that my server doesn't know about a changed ipv4 address because this is handled by the router. It does only know about when his own ipv6 address changes/expires. Based on when this happens inadyn-mt might fire an update to dyndns and with that also pick up the new ipv4 address, but this is not guaranteed.
    Any suggenstions, tool and/or service proposals? Is there a way dns-wise to add a CNAME alias just for A records and not for AAAA?

    I currently use cloudflare as the DNS servers for my domain as it's free and allows to update certain records with their API. I only use it for IPv4, but since they support AAAA records, I assume it will work for IPv6 just as well. It should be quite simple for you to update the script to get the ip of a given interface instead of fetching it from the net.
    #!/bin/sh
    # modified by jfro from http://www.cnysupport.com/index.php/linode-dynamic-dns-ddns-update-script
    # Uses curl to be compatible with machines that don't have wget by default
    # modified by Ross Hosman for use with cloudflare.
    cfkey=<your api key>
    cfuser=<your username>
    cfhost=<hostname you want to update>
    WAN_IP=`curl -s http://icanhazip.com/`
    if [ -f $HOME/.wan_ip-cf.txt ]; then
    OLD_WAN_IP=`cat $HOME/.wan_ip-cf.txt`
    else
    OLD_WAN_IP=""
    fi
    perl -i -pe 'chomp if eof' /var/log/cfclient.log
    if [ "$WAN_IP" = "$OLD_WAN_IP" ]; then
    echo -ne "." >> /var/log/cfclient.log
    else
    echo $WAN_IP > $HOME/.wan_ip-cf.txt
    echo -ne "\nUpdating IP to $WAN_IP\n" >> /var/log/cfclient.log
    curl -s https://www.cloudflare.com/api.html?a=DIUP\&hosts="$cfhost"\&u="$cfuser"\&tkn="$cfkey"\&ip="$WAN_IP" >> /var/log/cfclient.log
    fi
    echo -ne "\n" >> /var/log/cfclient.log

Maybe you are looking for

  • Very slow internet after installing 10.5.3

    Hello all, this is the very first time I have encountered any problems with my Macbook and I am hoping I can get some help here. About a month ago I came home from college and hooked my Macbook up to the wireless router at home, everything was runnin

  • Big Ask For Help.

    I have been writing what i consider to a big project, as it is my first real attempt at writing something useful for myself. However i have got to a point where i cant really see why it isnt working. I had it working and changed something saved it an

  • Service and Request Offerings not listed in console library

    The Service and Request offering sections are missing from the console. Everything was working fine, now they are gone and I can't find what MP they are in to reimport. SM 2012 SP1

  • How to create  Entry Point to pcd repository?

    Hi, I am unable to see the iviews to drag and drop on the web page in Web page composer. I tried to create static entry point to PCD repository. But I can't the PCD folders. How do I configure this? Thanks Thruna Shanmuga

  • Timesheet Approval - ECC6

    Hi, I am facing difficulties in configuring the Approve work time -> Define Approval Views in ECC6. Please help. Thanks in Advance. Regards, Venugopal.R