POS vdp - configure the site problem

I have just deployed a new OVA POS and cont join the PDV-configure the site to put in place.

I checked the log in/space/avamar/var/vdr/server_logs: vdr - configure .log

See many errors of java, many relating to the connections refused and references to https://localhost:9443 / but there is nothing listening on 9443. I'm kind of at a loss...

2015-05-14 13:27:14, 865 [pool-10-thread-1] INFO - service. AdapterUtils: CSM Web Services URL: https://localhost:9443/services/mcService MCUserId = "MCUser"

2015-05-14 13:27:14, 868 INFO [pool-10-thread-1] - connection. McAccessManager: Creating new mcsdk stub for key connection: Thread on [1860836406]: [21]

2015-05-14 13:27:15, 619 INFO [pool-10-thread-1] - deployment. ModuleDeployer: Module deployment: address - file:/usr/local/avamar-tomcat-7.0.54/webapps/vdp-configure/WEB-INF/lib/addressing.mar

2015-05-14 13:27:16, 129 INFO [pool-10-thread-1] - httpclient. HttpMethodDirector: I/O exception (java.net.ConnectException) caught during the processing of request: connection refused

2015-05-14 13:27:16, 129 INFO [pool-10-thread-1] - httpclient. HttpMethodDirector: A new attempt to request

2015-05-14 13:27:16, 130 INFO [pool-10-thread-1] - httpclient. HttpMethodDirector: I/O exception (java.net.ConnectException) caught during the processing of request: connection refused

2015-05-14 13:27:16, 131 INFO [pool-10-thread-1] - httpclient. HttpMethodDirector: A new attempt to request

2015-05-14 13:27:16, 132 INFO [pool-10-thread-1] - httpclient. HttpMethodDirector: I/O exception (java.net.ConnectException) caught during the processing of request: connection refused

2015-05-14 13:27:16, 132 INFO [pool-10-thread-1] - httpclient. HttpMethodDirector: A new attempt to request

2015-05-14 13:27:16, 134 INFO [pool-10-thread-1] - http. HTTPSender: Impossible sendViaPost to the url [https://localhost:9443/services/mcsdk10]

java.net.ConnectException: connection refused

2015-05-14 13:27:16, ERROR 137 [pool-10 1 thread]-connection. Mcsdk10StubManager: Unable to connect to Mcsdk10Stub: connection refused

2015-05-14 13:27:16, 199 [pool-10-thread-1] INFO - service. AdapterUtils: CSM Web Services URL: https://localhost:9443/services/mcService MCUserId = "MCUser"

2015-05-14 13:27:16, 200 WARN [pool-10 1 thread]-connection. McAccessManager: Mcsdk Stub Manager failed: connection refused

org. Apache.Axis2.AxisFault: connection refused

at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430)

at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:203)

at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:76)

at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:400)

at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:225)

at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:438)

at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:402)

at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229)

at org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)

at com.avamar.mc.sdk10.Mcsdk10Stub.login(Mcsdk10Stub.java:55163)

at com.avamar.mc.sdk10.client.McServiceClient.login(McServiceClient.java:109)

at com.avamar.mc.sdk10.client.McServiceClient.connect(McServiceClient.java:104)

at com.emc.avamar.mcsdk.adapter.service.connection.Mcsdk10StubManager.connectToMcsdk(Mcsdk10StubManager.java:165)

to com.emc.avamar.mcsdk.adapter.service.connection.Mcsdk10StubManager. < init > (Mcsdk10StubManager.java:61)

at com.emc.avamar.mcsdk.adapter.service.connection.Mcsdk10StubManager.buildMcsdk10StubManager(Mcsdk10StubManager.java:54)

at com.emc.avamar.mcsdk.adapter.service.connection.McAccessManager.buildNewMcsdkStubManager(McAccessManager.java:261)

at com.emc.avamar.mcsdk.adapter.service.connection.McAccessManager.getOrCreateMcsdkStubManager(McAccessManager.java:238)

at com.emc.avamar.mcsdk.adapter.service.connection.McAccessManager.verifyMcConnectionIsLive(McAccessManager.java:210)

at com.emc.avamar.mcsdk.adapter.service.connection.McAccessManager.getServiceContent(McAccessManager.java:202)

at com.emc.avamar.mcsdk.adapter.service.McDomainService.getDomain(McDomainService.java:96)

at com.emc.avamar.mcsdk.adapter.service.McDomainService.getRootDomain(McDomainService.java:46)

at com.emc.avamar.mcsdk.adapter.service.McDomainService.getRootDomain(McDomainService.java:41)

at com.emc.vdp2.common.vi.VCenterServiceImpl.getVCenterClient(VCenterServiceImpl.java:52)

at com.emc.vdp2.common.vi.ViJavaServiceInstanceProviderImpl.getVCenterClientFromMC(ViJavaServiceInstanceProviderImpl.java:254)

at com.emc.vdp2.common.vi.ViJavaServiceInstanceProviderImpl.createViJavaServiceInstance(ViJavaServiceInstanceProviderImpl.java:105)

at com.emc.vdp2.config.ConfigViJavaServiceInstanceProviderImpl.createViJavaServiceInstance(ConfigViJavaServiceInstanceProviderImpl.java:59)

at com.emc.vdp2.common.vi.ViJavaServiceInstanceProviderImpl.getViJavaServiceInstance(ViJavaServiceInstanceProviderImpl.java:65)

at com.emc.vdp2.common.backupagent.BackupAgentServiceImpl.getAllExternalBackupAgents(BackupAgentServiceImpl.java:507)

at com.emc.vdp2.common.backupagent.BackupAgentServiceImpl.getAllBackupAgents(BackupAgentServiceImpl.java:125)

at com.emc.vdp2.common.backupagent.BackupAgentCache.refreshBackupAgentsList(BackupAgentCache.java:185)

to com.emc.vdp2.config.schedule.BackupAgentCacheUpdater$ CacheUpdater.run (BackupAgentCacheUpdater.java:90)

to java.util.concurrent.Executors$ RunnableAdapter.call (unknown Source)

at java.util.concurrent.FutureTask.runAndReset (unknown Source)

to java.util.concurrent.ScheduledThreadPoolExecutor$ ScheduledFutureTask.access$ 301 (unknown Source)

to java.util.concurrent.ScheduledThreadPoolExecutor$ ScheduledFutureTask.run (unknown Source)

at java.util.concurrent.ThreadPoolExecutor.runWorker (unknown Source)

to java.util.concurrent.ThreadPoolExecutor$ Worker.run (unknown Source)

at java.lang.Thread.run (unknown Source)

Caused by: java.net.ConnectException: connection refused

at java.net.PlainSocketImpl.socketConnect (Native Method)

at java.net.AbstractPlainSocketImpl.doConnect (unknown Source)

at java.net.AbstractPlainSocketImpl.connectToAddress (unknown Source)

at java.net.AbstractPlainSocketImpl.connect (unknown Source)

at java.net.SocksSocketImpl.connect (unknown Source)

at java.net.Socket.connect (unknown Source)

at sun.security.ssl.SSLSocketImpl.connect (unknown Source)

at com.emc.avamar.mcsdk.adapter.service.connection.TrustAllSSLProtocolSocketFactory.createSocket(TrustAllSSLProtocolSocketFactory.java:127)

at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)

to org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$ HttpConnectionAdapter.open (MultiThreadedHttpConnectionManager.java:1361)

at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:387)

at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)

at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)

at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:346)

at org.apache.axis2.transport.http.AbstractHTTPSender.executeMethod(AbstractHTTPSender.java:557)

at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:199)

... 36 more

2015-05-14 13:27:16, 201 ERROR [pool-10 1 thread]-service. AdapterUtils: McDomainService does not have the field «/»

com.emc.avamar.mcsdk.adapter.service.connection.McServiceException: Exception, then that he was trying to retrieve a direct McConnection.

at com.emc.avamar.mcsdk.adapter.service.connection.McAccessManager.buildNewMcsdkStubManager(McAccessManager.java:274)

at com.emc.avamar.mcsdk.adapter.service.connection.McAccessManager.getOrCreateMcsdkStubManager(McAccessManager.java:238)

at com.emc.avamar.mcsdk.adapter.service.connection.McAccessManager.verifyMcConnectionIsLive(McAccessManager.java:210)

at com.emc.avamar.mcsdk.adapter.service.connection.McAccessManager.getServiceContent(McAccessManager.java:202)

at com.emc.avamar.mcsdk.adapter.service.McDomainService.getDomain(McDomainService.java:96)

at com.emc.avamar.mcsdk.adapter.service.McDomainService.getRootDomain(McDomainService.java:46)

at com.emc.avamar.mcsdk.adapter.service.McDomainService.getRootDomain(McDomainService.java:41)

at com.emc.vdp2.common.vi.VCenterServiceImpl.getVCenterClient(VCenterServiceImpl.java:52)

at com.emc.vdp2.common.vi.ViJavaServiceInstanceProviderImpl.getVCenterClientFromMC(ViJavaServiceInstanceProviderImpl.java:254)

at com.emc.vdp2.common.vi.ViJavaServiceInstanceProviderImpl.createViJavaServiceInstance(ViJavaServiceInstanceProviderImpl.java:105)

at com.emc.vdp2.config.ConfigViJavaServiceInstanceProviderImpl.createViJavaServiceInstance(ConfigViJavaServiceInstanceProviderImpl.java:59)

at com.emc.vdp2.common.vi.ViJavaServiceInstanceProviderImpl.getViJavaServiceInstance(ViJavaServiceInstanceProviderImpl.java:65)

at com.emc.vdp2.common.backupagent.BackupAgentServiceImpl.getAllExternalBackupAgents(BackupAgentServiceImpl.java:507)

at com.emc.vdp2.common.backupagent.BackupAgentServiceImpl.getAllBackupAgents(BackupAgentServiceImpl.java:125)

at com.emc.vdp2.common.backupagent.BackupAgentCache.refreshBackupAgentsList(BackupAgentCache.java:185)

to com.emc.vdp2.config.schedule.BackupAgentCacheUpdater$ CacheUpdater.run (BackupAgentCacheUpdater.java:90)

to java.util.concurrent.Executors$ RunnableAdapter.call (unknown Source)

at java.util.concurrent.FutureTask.runAndReset (unknown Source)

to java.util.concurrent.ScheduledThreadPoolExecutor$ ScheduledFutureTask.access$ 301 (unknown Source)

to java.util.concurrent.ScheduledThreadPoolExecutor$ ScheduledFutureTask.run (unknown Source)

at java.util.concurrent.ThreadPoolExecutor.runWorker (unknown Source)

to java.util.concurrent.ThreadPoolExecutor$ Worker.run (unknown Source)

at java.lang.Thread.run (unknown Source)

Caused by: org.apache.axis2.AxisFault: connection refused

at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430)

at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:203)

at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:76)

at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:400)

at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:225)

at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:438)

at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:402)

at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229)

at org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)

at com.avamar.mc.sdk10.Mcsdk10Stub.login(Mcsdk10Stub.java:55163)

at com.avamar.mc.sdk10.client.McServiceClient.login(McServiceClient.java:109)

at com.avamar.mc.sdk10.client.McServiceClient.connect(McServiceClient.java:104)

at com.emc.avamar.mcsdk.adapter.service.connection.Mcsdk10StubManager.connectToMcsdk(Mcsdk10StubManager.java:165)

to com.emc.avamar.mcsdk.adapter.service.connection.Mcsdk10StubManager. < init > (Mcsdk10StubManager.java:61)

at com.emc.avamar.mcsdk.adapter.service.connection.Mcsdk10StubManager.buildMcsdk10StubManager(Mcsdk10StubManager.java:54)

at com.emc.avamar.mcsdk.adapter.service.connection.McAccessManager.buildNewMcsdkStubManager(McAccessManager.java:261)

... more than 22

Hi Tim,.

Thanks for the suggestion.

I tried to access it via IE, Firefox, Chrome and Safari and none doesn't seem to work. Just get Page Unavailable or the Page cannot be displayed

Tags: VMware

Similar Questions

  • J 4680 print PDF of the site problem

    J 4680 does not print a pdf from a Web page; blocks in print screen and won't even appear not preview. Use the Task Manager to close. I can save the pdf file and print it directly from Adobe Acrobat. Do I have a problem HP or a problem of Windows 7?

    Hello

    What browser do you use? The Add-ons function cannot work properly. Re-install the last Reader Adobe can help.

    http://get.Adobe.com/reader/

    Kind regards.

  • How to configure the site for several vpn site

    Hello

    We are in the process of upgrading the IT infrastructure n/w. Our headquarters is home to all servers. I want to establish a vpn between our head office and our 4 stores connectivity.

    Head offfice LAN - 192.168.1.0/24

    Remote Desktop

    1 LAN 1 - 10.1.1.0/24

    2 LAN 2 - 10.1.2.0/24

    3 LAN 3 - 10.1.3.0/24

    4 LAN 4-10.1.5.0/24

    I want to implement the ipsec through our internet vpn. An example of a config would be useful. Thank you

    Not very easy to find an example of a config...

    http://www.Cisco.com/en/us/Partner/Tech/tk583/TK372/technologies_configuration_example09186a0080094525.shtml

    But you have to ORC.

    Federico.

  • Problem initializing the site menu

    I made a website with a menu on the top. When I download my hosting company site, the menu does not start at home (first) choice of the menu, but the third choice of the menu. Is it possible to configure the site so that when the site is downloaded, it starts at the first choice of the menu (home)? Thank you.

    I just tried to visit citelestroisr.ca/bal_test and it took me home.

    I think there is a problem of cookies which is the cause. Please clear your browser's cache and cookies and try to visit citelestroisr.ca/bal_test. I hope that this will open the index page only IE HOME.

    Kind regards

    Vivek

  • Import html changes completely the site. How can I fix in Muse?

    I create a new web site. I have a lot of content to include that I created in Word, since it is the only practical way to create white papers I know. It took me awhile, but I finally was able to create html code that works pretty well, even including graphics in jpg, once I have properly configure the site with a folder containing the .jpg files. But the problem is that once I have import html files, the page of the web site is completely changed.

    I mean, the menu is removed, and the header is destroyed, being replaced by simple text in small print.

    What I did was to create a white paper html file by converting the file in word 2007 in pdf format. Then you use the latest version of Adobe Acrobat, I converted this file into an html file. I then imported this html file in the main part of my web page, under the header. But it has changed the structure of the web page. My menu has disappeared, and the header is just the text in the same size and font as the white paper.

    I think I can fix this by changing the page in Dreamweaver, but I suspect that I'm doing something wrong in Muse. I need to create a 'framework' in Muse to contain the html code? I tried to bring in a text box, but that did not work, of course, because the html code is not text, at least not as much as the appearance of the web site is concerned.

    edtroy What you describe, it seems you import a complete web page in the page of Muse. This will have a detrimental effect, given that the code is added to the current code page.

    I think that the only way to do that easily, with the content as it stands, would be to load the html page, you have created in the current folder (file > add files for download). Then create an iframe on your Muse page to load the content of the page. Something like . Follow the link for more details the tag iframe HTML.

    I hope this helps.

    David

  • I have problems with the shopify widget in Muse. I have configured my shopify store, but when I placed the button 'buy' is didn't tell the product no availabe longer and does not appear when I'm writing the site.

    I have problems with the shopify widget in Muse. I have configured my shopify store, but when I placed the button 'buy' is didn't tell the product no availabe longer and does not appear when I'm writing the site.

    Please contact the original publisher of the widget.

    Thank you

    Sanjit

  • Messed up Lenovo's Web site. Cannot configure the new P900...

    OWL - Lenovo puts finally up the P900 on the American site and it's so messed up, I can't even a configuration...

    Can this problem... not website, without orders, not to $$$

    Yes, the site seems to work today. Guess it took Lenovo some time to do any running.

    Just in a hurry

  • RV 120W problem (cannot configure the router)

    Hello

    I just installed a new RV 120W to replace my dlink router.

    The problem is that I can't view site configuration (192.168.1.1)

    My internet works fine and when I go to 192.168.1.1 I can log in (with the password I set using the installation disc) but then I see the top of the site config (blue) but where the Control Panel must be I see "site cannot be displayed."

    I tried to use my laptop and pc on ports diffirent.

    I ve tried using IE9 and Chrome version 16,0,912,63

    I ve also tried to reset the router, but this has no effect.

    Can you please specify? Thank you very much!

    Kind regards

    Jesse

    Have you tried https://192.168.1.1/

    ?

    (https or http).

  • Problem blackBerry Smartphones with access to the site of mobile.blackberry of my 8900

    Hello

    I'm new to this forum, and I have a problem. I can access is no longer the site http://mobile.blackberry.com from my Blackberry curve 8900 for two weeks. Everytime I try to log in, from the bb browser or Opera mini browser, a message is displayed indicating that this is a non-blackberry page. the text of the page indicates that "Unfortunately, your current device and/or browser is not compatible for this site." What should I do to access the site from my Blackberry to download stuff. I have the latest version of the software that I installed today thinking it solve my problem, but to no avail. Can someone help me?

    Hello

    I use mobile.blackberry.com

    I suggest you open the browser, the functioning of the menu key cache, clear all categories.

    I would go to the configuration of the browser and select browser Blackberry emulation.

    I suggest a battery pull to set options and completely clear the queues.

    Let us know how it goes!

    Thank you

    Bifocals

    No data will be lost when you do the following: remove the battery while the device is activated.
    Remplacer replace after one minute, let the device reboot 1-3 min, see if the problem is corrected.

  • Site to cause VPN - problem with IOS 12.4 of the site?

    I have a site with several VPN is configured. Sites with routers (Cisco all) running IOS 12.3 or down are fine. New routers with IOS 12.4 may establish the VPN connection and I can ping the remote networks. When I try to access the Intranet homepage from a remote site, the home page is displayed, but I am not able to access all pages. The same thing is happening with another application (SQL Server program). The clent (remote site) can connect to the SQL database and perform a task, and then get a connectivity error. Sites running IOS 12.3 not have these problems.

    ANY IDEAS please?

    Looks like an MTU problem.

    see if you can clear the df bit in the packet encrypted using the command

    Crypto ipsec df - bit clear

    or

    On the output interface, use the ip tcp adjust-mss command 1400.

    Let me know if it helps

  • Unable to connect to the site Web SSL VPN with firewall zone configured

    I recently updated my 2911 company and set up a firewall area.  This is my first experience with this and I used Cisco Configuration Professional to build the configuration of the firewall first and then edited the names to make it readable by humans.  The only problem I can't solve is to learn site Web SSL VPN from outside.  I can navigate the website and connect without problem from the inside, and even if it was useful to verify that the Routing and the site work properly it is really not what I.  I don't get anything on the syslog for drops because of the firewall server, or for any other reason but packet capture show that no response is received when you try to navigate to the outside Web site.  I am currently using a customer VPN IPSEC solution until I can get this to work and have no problem with it.  I have attached a sanitized with the included relevant lines configuration (deleted ~ 400 lines including logging, many inspections on the movement of the area to the area and the ipsec vpn, which I already mentioned).  I searched anything about this problem and no one has no problem connecting to their Web site, just to get other features to work correctly.  All thoughts are welcome.

    See the security box

    area to area

    Members of Interfaces:

    GigabitEthernet0/0.15

    GigabitEthernet0/0.30

    GigabitEthernet0/0.35

    GigabitEthernet0/0.45

    area outside zone

    Members of Interfaces:

    GigabitEthernet0/1

    sslvpn area area

    Members of Interfaces:

    Virtual-Template1

    SSLVPN-VIF0

    I tried to change the composition of the area on the interface virtual-Template1 to the outside the area nothing helps.

    See the pair area security

    Name of the pair area SSLVPN - AUX-in

    Source-Zone sslvpn-area-zone of Destination in the area

    Service-SSLVPN-AUX-IN-POLICY

    Name of the pair area IN SSLVPN

    Source-Zone in the Destination zone sslvpn-zone

    service-policy IN SSLVPN-POLICY

    Name of the pair area SELF SSLVPN

    Source-Zone sslvpn-area free-zone Destination schedule

    Service-SELF-to-SSLVPN-POLICY

    Zone-pair name IN-> AUTO

    Source-Zone in the Destination zone auto

    Service-IN-to-SELF-POLICY policy

    Name of the pair IN-> IN box

    In the Destination area source-Zone in the area

    service-policy IN IN-POLICY

    Zone-pair name SELF-> OUT

    Source-Zone auto zone of Destination outside the area

    Service-SELF-AUX-OUT-POLICY

    Name of the pair OUT zone-> AUTO

    Source-Zone out-area Destination-area auto

    Service-OUT-to-SELF-POLICY

    Zone-pair name IN-> OUT

    Source-Zone in the Destination area outside zone

    service-strategy ALLOW-ALL

    The pair OUT zone name-> IN

    Source-out-zone-time zone time Zone of Destination in the area

    Service-OUT-to-IN-POLICY

    Name of the pair area SSLVPN-to-SELF

    Source-Zone-Zone of sslvpn-area auto

    Service-SSLVPN-FOR-SELF-POLICY

    I also tried to add a pair of area for the outside zone sslvpn-zone passing all traffic and it doesn't change anything.

    The area of networks

    G0/0.15

    172.16.0.1 26

    G0/0.30

    172.16.0.65/26

    G0/0.35

    172.16.0.129/25

    G0/0.45

    172.18.0.1 28

    Pool of SSL VPN

    172.20.0.1 - 172.20.0.14

    Latest Version of IOS:

    Cisco IOS software, software C2900 (C2900-UNIVERSALK9-M), Version 15.0 (1) M10, RELEASE SOFTWARE (fc1)

    Glad works now. Weird question, no doubt.

    I guess that on the deployment guide said that the firewall will not support inspection of TCP to the free zone, however, class nested maps are used to accomplish this, to be completely honest, I think it's a mess and the best thing to do is action past to auto for the protocols that you want and then drop the rest.

    Let us know if you have any other problems.

    Mike

  • Problems with 'Connection to the Site target' where is the log file?

    Hi all!

    I am VSphere replication deployment to 2 VCenter servers with 1 Center Server in a lab environment. I successfully deployed and saved VRM devices to both VCenter servers. I also installed the SRM agent on the same VCenters servers as well. Both plugins are appearing in both VCenter servers. When I try to connect to the site target either VCenter, I get the following error below after I click 'OK '. What log file should I look at to determine my problem?

    vrm1.pngvrm2.png

    I solved this problem today.

    I had the two configuration of VCenter servers for both use TCP 8080 for HTTP traffic, I have uninstalled/reinstalled VCenter at both ends. I accepted the default 80 TCP HTTP this time and I was able to connect to my remote / targeted VCenter in the connections section.

    What is strange, is that the VRM devices said they used TCP 8080 to save the VRM instance/database on the Service Platform controller (VCenter) and recorded everything very well. I was able to perform very well with configured TCP 8080 local replication.

    My company has sometimes display TCP 80 a vulnerability and try to use other ports where possible.

  • SRM retrieve the Configuration of the Site

    Hello.

    I hope someone can help.  It has been a few months since our start SRM 1 day course and my mind was obviously a little fuzzy on the implementation of MRS.   This is our situation and where I confused me.

    Installed SRM on the site protected with appropriate database configured in this site.

    Installed the plugin for this site SRM.

    Created second DB server in recovery site data base.

    When you try to install SRM in the recovering site, I get the following error message:

    «vCenter server XXXXX was already an extension registered for VMware vCenter site recovery manager are you sure you want to overwrite...» »

    This seems a strange message and still found nothing on the web.  I think I'm this setup entirely wrong, is this the case?

    Thank you very much

    Graeme

    Hi Graeme,

    You have need of two separate instances of vCenter in a SRM configuration, one for your protected site and one for your recovery site.

    It seems to me that both of your bodies MRS. try to connect to a single instance of vCenter which won't work (unless you use the shared recovery site of SRM, but that's another story).

    To resolve this problem, redeploy a new instance of vCenter on your recovery site, and point your recovery site SRM server.

    You should be good to go.

    HTH

    Cormac

  • Problem adding email address to the site 'Manage your Apple ID'

    I want to add my XYZ e-mail address in the section "reachable to the ' site ' manage your Apple ID. However, I get the following message: "this e-mail address is already in use with another apple ID".

    Note that I have my email set up as my 'rescue email' XYZ on my site ' manage your Apple ID ".

    Could it be the cause of the problem? In other words, the rescue email CAN NOT be used in the section "can be reached to the?

    If it's NOT a problem, then why am I allowed to use my e-mail XYZ as my 'rescue email' address for my Apple ID site, even if he uses another apple ID!

    How can I know what another apple what ID?

    Very confusing to say the least...

    Furthermore, I tried to find a community called 'Apple ID' or 'Messages' of this post "help message" but couldn't find it. "FaceTime" is the closest to what I'm looking for. Please redirect me to the appropriate site if necessary. Thank you!

    Hello Michael,

    Thank you for using communities of Apple support.

    I see you are trying to add an additional email address to your Apple ID. If you already have an address assigned as your email of relief, that is probably why you can't add it as an additional e-mail address. See this support article for more information about Apple ID addresses: on your Apple ID email addresses

    If you want to change the emails, you can replace the recovery email address and use it as an additional e-mail address.

    Best regards.

  • I upgraded to FF 32.0.2 and just get "Problem loading Page" all the site not working in Internet Explorer. Tried to reboot &amp; download again - no luck

    Any Web page, I try to access since I downloaded the latest version of FF, they do not load. All I get is the error message "problem loading Page connection has expired.

    The server to smile.amazon.com takes too long to respond.

       The site could be temporarily unavailable or too busy. Try again in a few moments.
       If you are unable to load any pages, check your computer's network connection.
       If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web.
    

    I cannot access these pages in IE - just FF - and immediately after that I installed FF 32.0.2

    I have tried to reboot and same reinstall - but can't access anything on FF.

    Hello, normally these problems are caused by a security/firewall software which does not recognize and therefore blocks the new versions of firefox. If please delete all the rules of the program for firefox to your firewall and let it detect the new version of the browser again.

    Difficulty of problems connecting to websites after Firefox update

Maybe you are looking for

  • Firefox will not install on my laptop using windows 7. I get a message saying that the installation has been interrupted

    Whenever I try to install firefox on my laptop, I get a message saying that the installation was interrupted. I use windows 7.

  • Y700 - no power, no display

    Just purchased portable y700 with works and it's pure trash! Then call me crazy, but when I spend $1300 on a top of the phone line I don't think it's too ask that the dam thing works for more than a week! I checked the forums to see if it was a fluke

  • eRecovery Management

    Hello. I found a lot of articles on the problems with the eRecovery Management tool but still couldn't find an answer to my problem. When I bought Acer Aspire REVO 3 4 years ago, I made sure to create the recovery DVD, because I knew that I was going

  • Using screen Z2

    Hi everyone, I noticed my screen is using dough to 83%, I turned everything off, turned turned down my brightness as low as possible, but still 83%. Is this a hardware or software failure, and how can I get the percentage of less than 40%Considers th

  • is the GPU of NVIDIA chip on the motherboard for HP Pavilion dv9420us

    My HP Pavilion DV9420us just went 'all white' and now won't show anything.  It also keeps cycling on and outside. I just read that a class action has been filed last year (2010) against NVIDIA on GPU chipset.  It's time to add my complaint to the tri