Telnet from topology services

hello
we are upgrading from CW LMS 2.6 to 3.2
we found that in this version we are not able to telnet to devices from topology services
in this link
http://www.cisco.com/en/US/docs/net_mgmt/ciscoworks_common_services_software/3.3/release/notes/cs33rel.html#wp54971
i found this bug : CSCsh49922
i think this is our case.
they give only the solution for Windows XP client systems with Internet Explorer 7 browser. the solution works but
is there any other solution if i am using Windows server 2003 with IE 8  (i am telnetting from the server itself).
actually i permit telnet to devices only from ciscoworks machine (acl).
i tried firefox with windows server 2003 but it was not successfull

You should uninstall all versions of the JPI, then try and launch Topology Services from the server.  You will then get a page which has a link to download JPI 1.6.0_11 from the server itself.  Download, and install this plug-in as the local Administrator.  Then, relaunch your browser, and relaunch Topology Services.  You should see some additional jar files installed.  At this point, you can switch from local Administrator to your actual user, and Campus should work.  Telnet should aslo work provided you have the telnet.exe binary installed on the system.

Similar Messages

  • LMS 4.0.1 - telnet from topology services map

    On a LMS 4.0.1 :
    I want to know what is the right way to change the telnet program on the campus mgr map (topology services map), when right-clicking a device icon and selecting telnet.
    I would like to use a tool of mine, and not to launch a telnet command from the IE browser.
    I changed the default telnet of Windows in the registry, but the program is still launched as a telnet URL in the browser and this is not what I would like to do.
    If anybody has any clue ? thanx
    Marc - CCIE 2700

    With LMS 4.0.1 I use Java 1.6.
    The Java Plug-in control panel is different (no way to configure the DCMSSH parameter).
    And this parameter is used with LMS 2.5 or 2.6 as per the example in the link you provided.
    are you certain it applies to LMS4.0.1 as well ?
    Additionaly, I don't want to use SSH, but only Telnet.
    Thnak you
    Marc.

  • Cannot Open Topology Services from client

    Hi, I'm using LMS 3.2 and I can open the topology services from LMS server itself.
    This LMS didn't use a DNS resolution
    I can telnet from my laptop to port 42342 and  43242 using the LMS IP Address and Hostname, But unfortunately I still  cannot open Topology Services from my laptop.
    I already disable AV at my laptop and Ciscowork Server.
    Looking forward for your advice.

    I would suggest you need to check again for hostname issues;
    1) check the hostname of the LMS server with the command "hostname" in a DOS box of the server
    2) from the client try to telnet to the ports 42342 and 43242 using the hostname from step 1); like this in a DOS box on the client:
        telnet yourlmsServer 42342
    3) check the entry of PX_HOST in the file
        NMSROOT\lib\classpath\md.properties
        (NMSROOT is your installation path; windows default: C:\Program Files\CSCOpx)
    if the value of PX_HOST is different form the one in step 1) test if the mentioned ports are available using this name
    4) if you cannot establish a connection with one of the names you have to fix this issue by either adding a DNS entry or adding the names to the clients hosts file

  • Microsoft Exchange Server 2013 Cumulative Update 7 Setup - Active Directory Topology service on server 'TopologyClientTcpEndpoint (localhost)' returned an error - Set-SharedConfigDC

    What am I trying to do?
    I have tried installing Microsoft Exchange Server 2013 Cumulative Update 7 Setup on a fresh install of Windows Server 2012 R2 but it gets stuck when running the setup exe on Step 8 of 14 “Mailbox Transport Service” I have included full
    error logs at the bottom of the page but the basics are in order it will throw which loop around are:
    [01/20/2015 17:13:20.0084] [2] Beginning processing Set-SharedConfigDC
    [01/20/2015 17:13:20.0178] [2] The call to Microsoft Exchange Active Directory Topology service on server 'TopologyClientTcpEndpoint (localhost)' returned an error. Error details No Minimal Required Number of Suitable Directory Servers
    Found in Forest mydomain.com Site Default-First-Site and connected Sites..
    [01/20/2015 17:13:20.0178] [2] No Minimal Required Number of Suitable Directory Servers Found in Forest mydomain.com Site Default-First-Site and connected Sites.
    Exchange is currently running in the envirmonet on 2010 Sp3 I am installing 2013 CU7 fresh so I can migrate the databases over.
    What am I running?
    2 X DC on domain and forest functional level 2008R2 both writable
    1 X fresh install of Windows 2012 R2 which is domain joined
    What have I tried?
    Checked Ipv6 is enabled on all DC NICS and Existing Exchange Servers
    Rebooted every server
    Run setup as Administrator
    My account is part of the domain Enterprise Admin group
    Tried adding "Exchange Server" or "Exchange Enterprise Servers" to the group policy and doing the relevant gpupdate /force and reboot :
    Computer Configuration Windows Settings
    Security Settings + Local Policies
    User Rights Assignment Mange auditing and security log
    Turned off firewall on DC and Exchange Server even stopped the service
    Turned off all AV on the DC and Exchange Server
    Checked I could telnet to global catalog servers on port 3268 which I can
    Checked the global catalog records existed in DNS which they all do
    Done the obvious ping tests all round which confirms connectivity
    Schema has been prepared using appropriate commands before running the setup exe
    setup.exe /PrepareSchema /IacceptExchangeServerLicenseTerms
    Making sure the following path has full permissions:
    EXCHANGE14:\Current\Release\Shared\Datacenter\Setup
    Restarted Microsoft Exchange Active Directory Topology service
    DcDiag all looks good
    What have I noticed that is suspicious?
    Microsoft Exchange Transport service will not start even though both of its dependences services have started:
    Microsoft Filtering Management Service
    Microsoft Exchange Active Directory Topology Service
    It will eventually error with
    “Windows could not start the Microsoft Exchange Transport Service on local computer
    Error 1053: This Service did not respond to the start of control request in a timely fashion”
    This error is from the GUI wizard itself:
    Error:
    The following error was generated when "$error.Clear();
    $maxWait = New-TimeSpan -Minutes 8
    $timeout = Get-Date;
    $timeout = $timeout.Add($maxWait);
    $currTime = Get-Date;
    $successfullySetConfigDC = $false;
    while($currTime -le $timeout)
    $setSharedCDCErrors = @();
    try
    Set-SharedConfigDC -DomainController $RoleDomainController -ErrorVariable setSharedCDCErrors -ErrorAction SilentlyContinue;
    $successfullySetConfigDC = ($setSharedCDCErrors.Count -eq 0);
    if($successfullySetConfigDC)
    break;
    Write-ExchangeSetupLog -Info ("An error ocurred while setting shared config DC. Error: " + $setSharedCDCErrors[0]);
    catch
    Write-ExchangeSetupLog -Info ("An exception ocurred while setting shared config DC. Exception: " + $_.Exception.Message);
    Write-ExchangeSetupLog -Info ("Waiting 30 seconds before attempting again.");
    Start-Sleep -Seconds 30;
    $currTime = Get-Date;
    if( -not $successfullySetConfigDC)
    Write-ExchangeSetupLog -Error "Unable to set shared config DC.";
    " was run: "System.Exception: Unable to set shared config DC.
    at Microsoft.Exchange.Configuration.Tasks.Task.WriteError(Exception exception, ErrorCategory category, Object target, Boolean reThrow, String helpUrl)
    at Microsoft.Exchange.Configuration.Tasks.Task.WriteError(Exception exception, ErrorCategory category, Object target)
    at Microsoft.Exchange.Management.Deployment.WriteExchangeSetupLog.InternalProcessRecord()
    at Microsoft.Exchange.Configuration.Tasks.Task.<ProcessRecord>b__b()
    at Microsoft.Exchange.Configuration.Tasks.Task.InvokeRetryableFunc(String funcName, Action func, Boolean terminatePipelineIfFailed)".
    Exchange logs which have been written:
    **The error will loop around for 8 minutes on trying to set-sharedconfig DC whatever this is trying to do ??
    [01/20/2015 17:13:20.0084] [2] Active Directory session settings for 'Set-SharedConfigDC' are: View Entire Forest: 'True', Configuration Domain Controller:mydomain.com', Preferred Global Catalog: 'mydomain.com', Preferred Domain Controllers:
    '{ mydomain.com}'
    [01/20/2015 17:13:20.0084] [2] User specified parameters: 
    -DomainController:mydomain.com' -ErrorVariable:'setSharedCDCErrors' -ErrorAction:'SilentlyContinue'
    [01/20/2015 17:13:20.0084] [2] Beginning processing Set-SharedConfigDC
    [01/20/2015 17:13:20.0178] [2] The call to Microsoft Exchange Active Directory Topology service on server 'TopologyClientTcpEndpoint (localhost)' returned an error. Error details No Minimal Required Number of Suitable Directory Servers
    Found in Forest mydomain.com Site Default-First-Site and connected Sites..
    [01/20/2015 17:13:20.0178] [2] No Minimal Required Number of Suitable Directory Servers Found in Forest mydomain.com Site Default-First-Site and connected Sites.
    [01/20/2015 17:13:20.0178] [2] The call to Microsoft Exchange Active Directory Topology service on server 'TopologyClientTcpEndpoint (localhost)' returned an error. Error details No Minimal Required Number of Suitable Directory Servers
    Found in Forest mydomain.com Site Default-First-Site and connected Sites..
    [01/20/2015 17:13:20.0178] [2] No Minimal Required Number of Suitable Directory Servers Found in Forest mydomain.com Site Default-First-Site and connected Sites.
    [01/20/2015 17:13:20.0178] [2] Ending processing Set-SharedConfigDC
    [01/20/2015 17:13:20.0193] [2] Beginning processing Write-ExchangeSetupLog
    [01/20/2015 17:13:20.0193] [2] An error ocurred while setting shared config DC. Error: The call to Microsoft Exchange Active Directory Topology service on server 'TopologyClientTcpEndpoint (localhost)' returned an error. Error details
    No Minimal Required Number of Suitable Directory Servers Found in Forest mydomain.com Site Default-First-Site and connected Sites..
    [01/20/2015 17:13:20.0193] [2] Ending processing Write-ExchangeSetupLog
    [01/20/2015 17:13:20.0193] [2] Beginning processing Write-ExchangeSetupLog
    [01/20/2015 17:13:20.0193] [2] Waiting 30 seconds before attempting again.
    [01/20/2015 17:13:20.0193] [2] Ending processing Write-ExchangeSetupLog
    [01/20/2015 17:13:50.0195] [2] Beginning processing Write-ExchangeSetupLog
    [01/20/2015 17:13:50.0273] [2] [ERROR] Unable to set shared config DC.
    [01/20/2015 17:13:50.0273] [2] [ERROR] Unable to set shared config DC.
    [01/20/2015 17:13:50.0288] [2] Ending processing Write-ExchangeSetupLog
    [01/20/2015 17:13:50.0288] [1] The following 1 error(s) occurred during task execution:
    [01/20/2015 17:13:50.0288] [1] 0.  ErrorRecord: Unable to set shared config DC.
    [01/20/2015 17:13:50.0288] [1] 0.  ErrorRecord: System.Exception: Unable to set shared config DC.
       at Microsoft.Exchange.Configuration.Tasks.Task.WriteError(Exception exception, ErrorCategory category, Object target, Boolean reThrow, String helpUrl)
       at Microsoft.Exchange.Configuration.Tasks.Task.WriteError(Exception exception, ErrorCategory category, Object target)
       at Microsoft.Exchange.Management.Deployment.WriteExchangeSetupLog.InternalProcessRecord()
       at Microsoft.Exchange.Configuration.Tasks.Task.<ProcessRecord>b__b()
       at Microsoft.Exchange.Configuration.Tasks.Task.InvokeRetryableFunc(String funcName, Action func, Boolean terminatePipelineIfFailed)
    [01/20/2015 17:13:50.0288] [1] [ERROR] The following error was generated when "$error.Clear();
    $maxWait = New-TimeSpan -Minutes 8
    $timeout = Get-Date;
    $timeout = $timeout.Add($maxWait);
    $currTime = Get-Date;
    $successfullySetConfigDC = $false;
    while($currTime -le $timeout)
    $setSharedCDCErrors = @();
    try
    Set-SharedConfigDC -DomainController $RoleDomainController -ErrorVariable setSharedCDCErrors -ErrorAction SilentlyContinue;
    $successfullySetConfigDC = ($setSharedCDCErrors.Count -eq 0);
    if($successfullySetConfigDC)
    break;
    Write-ExchangeSetupLog -Info ("An error ocurred while setting shared config DC. Error: " + $setSharedCDCErrors[0]);
    catch
    Write-ExchangeSetupLog -Info ("An exception ocurred while setting shared config DC. Exception: " + $_.Exception.Message);
    Write-ExchangeSetupLog -Info ("Waiting 30 seconds before attempting again.");
    Start-Sleep -Seconds 30;
    $currTime = Get-Date;
    if( -not $successfullySetConfigDC)
    Write-ExchangeSetupLog -Error "Unable to set shared config DC.";
            " was run: "System.Exception: Unable to set shared config DC.
       at Microsoft.Exchange.Configuration.Tasks.Task.WriteError(Exception exception, ErrorCategory category, Object target, Boolean reThrow, String helpUrl)
       at Microsoft.Exchange.Configuration.Tasks.Task.WriteError(Exception exception, ErrorCategory category, Object target)
       at Microsoft.Exchange.Management.Deployment.WriteExchangeSetupLog.InternalProcessRecord()
       at Microsoft.Exchange.Configuration.Tasks.Task.<ProcessRecord>b__b()
       at Microsoft.Exchange.Configuration.Tasks.Task.InvokeRetryableFunc(String funcName, Action func, Boolean terminatePipelineIfFailed)".
    [01/20/2015 17:13:50.0288] [1] [ERROR] Unable to set shared config DC.
    [01/20/2015 17:13:50.0288] [1] [ERROR-REFERENCE] Id=AllADRolesCommonServiceControl___ee47ab1c06fb47919398e2e95ed99c6c Component=EXCHANGE14:\Current\Release\Shared\Datacenter\Setup
    [01/20/2015 17:13:50.0288] [1] Setup is stopping now because of one or more critical errors.
    [01/20/2015 17:13:50.0288] [1] Finished executing component tasks.
    [01/20/2015 17:13:50.0304] [1] Ending processing Install-BridgeheadRole
    Windows Event Viewer:
    Process Microsoft.Exchange.Directory.TopologyService.exe (PID=5276) Forest mydomain.com. Exchange Active Directory Provider couldn't find minimal required number of suitable Global Catalog servers
    in either the local site 'Default-First-Site' or the following sites:

    Hi apl228,
    1. Please make sure the IPv6 is enabled.
    2. Please make sure the account that install Exchange server has Administrator permission.
    3. Please make sure DNS has been configured correctly.
    Thanks
    Mavis Huang
    TechNet Community Support

  • LMS 3.0 topology services and email notifications issue

    Hi
    I have an LMS 3.0 install that was working when I installed it at a customer site a few months back.  I went back in to give them an overview of its operation and there are now several issues.  Nothing has changed since I installed it because the customer didn't know how to use it.
    The issues now are
    1.  When there is a link failure the mail account that should receive a notifivation gets nothing.
    2. In topology services the faled link goes red but when repaired goes to dotted red and never goes back to solid black.
    I know the mailing worked previously because I can see previous errors that were fixed being reported about a month back.
    Also in DFM all my devices now show as learning under the device discovery page and never move from 10% completed.  I found another post that says I need to upgrade to LMS 3.0.1 and DFM 3.0.5
    Is it possible this will fix the other issues ?
    I have LMS 3.0, DFM 3.0.0, RME 4.1 and CM 5.0
    Many thanks, Stephen.

    Yes, your versions are plagued by numerous bugs.  It is highly recommended you upgrade to LMS 3.0.1, then apply the Campus Manager 5.0.6 and DFM 3.0.5 service packs.  LMS 3.0.1 can be downloaded from http://www.cisco.com/cgi-bin/tablebuild.pl/lms301 , and the various required SPs from Common Services > Software Center > Software Update.

  • How to prevent a solaris user to telnet from multiple computers

    Hello,
    How to prevent Solaris users to telnet from multiple computers? They should be able to telnet from only one PC.
    Please help..

    ora_tech have a good point, i was about to suggest ipfilter, which is a built-in-firewall in Solaris, but using tcp wrappers would probably be easier. It all depends on which level of security you want (blocking the telnet requests in a firewall would generally be safer than blocking them at the tcp wrapper level, since its prevents some processing).
    Since Solaris 10 you can also easily enable tcp wrappers on the inetd services with inetadm, see:
    http://blogs.sun.com/gbrunett/entry/tcp_wrappers_on_solaris_10
    .. for more details..
    .7/M.

  • Why the LMS topology Service takes long time to reflect the device availability status?

    In the topology services map, the color status of the router takes long time to move from red to green and vice versa.
    i have already configured the time interval in the fault monitor poller setting to 6minutes but the only thing reflected the little mark at the top of the icon itself. anyhow the topology service still believe that the devices are unreachable. i have waited almost 45 minutes and nothing happened.
    please let me known the trick to make the topology services act more quicker .
    Sent from Cisco Technical Support iPhone App

    Topology Services isn't really designed to be a near real time network device up/down tool. It will an change icon's status as a result an ANI engine polling cycle or an admin operator-initiated manual device rediscovery. While you can increase the frequency of polling cycles, that's not usually such a good idea as you could make the server be polling constantly and never completing a job.
    To ascertain near real time fault status one should refer to the Fault Dashboard.

  • Can not use Topology services in LMS 3.1

    Hi all,
    I'm using LMS 3.1 with Campus manager 5.1 and install on solaris platform. When i click on topology services in campus manager, i have received a message as below
    Please help me resolve this error
    Tks,
    HTTP Status 500 -
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException
         org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:453)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:393)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         com.cisco.nm.cmf.util.AccessLogFilter.doFilter(AccessLogFilter.java:100)
    root cause
    java.lang.NullPointerException
    note The full stack trace of the root cause is available in the Apache Tomcat/5.5.17 logs.

    Post the NMSROOT/MDC/tomcat/logs/stdout.log and stderr.log in addition to the output of the pdshow command from this server.

  • Topology Services Applet error: "No JRE found in configuration file."

    Is there an issue with IE7 and opening up Topology Services? Or can someone guide me in fixing this error message?
    I'm using LMS 3.1 and had uninstalled all of my Java versions and installed jre-6u5-windows-i586-p_withjacorb.exe on my client. However, when I clicked the Topology Services link I would get the Java splash window for a bit and then nothing happened (the next two applet windows wouldn't load).
    When I tried to launch Topology Services from another box using IE6, everything worked fine. I tried the same steps above on another box with IE 7 and that worked fine too.
    So I tried a few installs and uninstalls of different Java versions and found that if the version was other than 6_5, I'd get the Java splash screen with the first applet window telling me I had the wrong version. When I'd uninstall all Java versions again, reboot, then install the correct Java version, I wouldn't get anything past the first Java splash screen. After a few attempts at this, I now receive the following error when I click on Topology Services, "Bad installation. No JRE found in configuration file."
    How can I get to this configuration file on my client to let it know that I do indeed have the right version of Java on my box?
    --Jeff

    Campus 5.1 works just fine with IE 7.0 and JRE 1.6.0_5. It sounds like this particular client may be in bad shape. Typically, I recommend one uninstall all versions of Java from a client, reboot, then install the one version that comes with LMS. I also recommend that for IE, one adds the LMS server as a Trusted Site in IE. You might also try disabling anti-virus software temporarily to see if that helps.
    For Campus 5.1, you will also need to open TCP ports 42342 and 43242 from client to server.
    It may be that this client is in such bad shape that it will need to be rebuilt to get Java working correctly.

  • Refresh Security from shared services fails.

    Hello all,
    On our environment I went into shared services with admin rights and changed the native directory password. And from then on I have not been able to refresh the security of essbase server in EAS. I get the following error,
    Essbase failed to get roles list for [ESB:Analytic Servers:Servername:1] from Shared Services Server with Error [32:1062:Failed to connect to the user directory [Native Directoy].]
    Also I would like to know if native directory password means the password "password" which comes as default for the username admin. Am new to essbase and was under the impression that native directory password means the password "password" which came as default for the username admin. Please help, this is a production issue which started only because I changed the native directory password and now I need to get it fixed.
    Thanks.
    Edited by: Teddd on Jan 6, 2013 4:07 PM

    Please confirm the version of the Shared Services (HSS) and Essbase, EAS server.
    Also let me know, if the HSS, ESSBASE & EAS installed on the same box ?
    If they are on the different servers, ensure that there is no network communication issues.. (try performing telnet on the port from each other servers)
    E.g Open command prompt - telnet servername port (telnet HSS_SERVER 28080), hit enter.. if it shows the blank screen .. it is successful and there is no communication issues.
    Also you could try..
    On EAS server, add the below in windows registry under EAS... and restart the machine..
    ESS_CSS_JVM_OPTION1 = -Dcom.hyperion.css.socketTimeout=60000
    if you are not comfortable updating the registry contact you admin and ensure to take the backup before editing...

  • Unable to launch Topology Services in LMS 4.1

    When I try to Launch Topology Services from windows 7 client I am getting the following error message:
    Cannot connect to ANIServer: ANIServer7.0-CCADLMS001
    Attached is the screenshot for reference. Also attaching the SC QUERY and SYSTEMINFO files.
    I have done the following steps so far:
    Open the orb.properties file.
    Windows: NMSROOT\lib\classpath
    where NMSROOT is the directory where you have installed Cisco Prime LMS.
    Set the property as follows:
    jacorb.dns.enable=off
    Go to Admin > Trust Management > Local Server > Certificate Setup.
    The Certificate Setup page appears.
    Enter the IP Address of the Cisco Prime LMS Server in the Hostname textbox.
    Populate the other columns as explained in the Online help for Administration of Cisco Prime LAN Management Solution 4.1.
    Click Apply to generate the self-signed certificate.
    Restart the daemons by net stop crmdmgtd and net start crmdmgtd
    checked the firewall settings and in the client and server. Tried disabling firewall also. No go.
    Please help.
    Regards,
    Ramakrishnan Natarajan

    I confirm that Martin. Good spotting!. I just noticed it in a server I installed yesterday. These 2 lines were added to the hosts file.
    127.0.0.1       localhost
    127.0.0.1   LMS4
    A bit silly for both, since these entries were allready in the hosts file, done by the windows install I think
    127.0.0.1       localhost
    ::1             localhost
    Cheers,
    Michel

  • Topology services cannot connect with multihomed LMS 3.2

    Hi,
    I'd like to ask for you help. I've installed LMS 3.2 on a server with 2 NICs and we're having a problem executing Topology Service from a remote host.
    When I try to launch Topology-Services I get the following error:
    Campus Manager Error: "Cannot connect to ANIServer: ANIServer6.0-<hostname>"
    Probable cause: "Unknown hostname..."
    Recommended Action: "Check wether the ANIServer6.0-<hoostname> process is up and running"
    I can see in the java trace that the host communicates correctly with the primary NIC and I don't know for what reason, it uses the second NIC IP of the LMS server when it has to connnect to the OSAGENT service (port 42342 ).
    basic: JNLP2ClassLoader.findClass: com.sun.corba.se.impl.presentation.rmi.bcel.StubFactoryFactoryBCELImpl: try again ..
    basic: JNLP2ClassLoader.findClass: com.sun.corba.se.impl.presentation.rmi.bcel.StubFactoryFactoryBCELImpl: try again ..
    basic: JNLP2ClassLoader.findClass: com.cisco.nm.ani.share.idl.AniClientModule.AniClientHelper: try again ..
    basic: JNLP2ClassLoader.findClass: com.cisco.nm.ani.share.idl.AniClientModule.AniClient: try again ..
    basic: JNLP2ClassLoader.findClass: com.cisco.nm.ani.share.idl.AniClientModule._AniClientStub: try again ..
    network: Cache entry found [url: https://<IP_NIC_primary>:443/CSCOcm/classpath/NS_Ref, version: null] prevalidated=false/0
    network: Connecting https://<IP_NIC_primary>:443/CSCOcm/classpath/NS_Ref with proxy=DIRECT
    network: ResponseCode for https://<IP_NIC_primary>:443/CSCOcm/classpath/NS_Ref : 304
    network: Encoding for https://<IP_NIC_primary>:443/CSCOcm/classpath/NS_Ref : null
    network: Disconnect connection to https://<IP_NIC_primary>:443/CSCOcm/classpath/NS_Ref
    network: Connecting socket://<IP_NIC_secondary>:42342 with proxy=SOCKS @ <proxy>:8080
    For security reasons, the host is strictely not allowed to communicate with the secondary NIC (it is not routable).
    - Is it possible to bind all the communications of the "remote client" to the primary NIC IP ?
    - How can I force the java client to use the primary NIC when it concerns the OSAGENT service ?
    - Is Topology Services supported with multi homed configuration ?
    Thanks in advance for your answers.
    Regards.

    Kindly check if the hostname of the server is resolveable properly with the correct IP address on the client machine and port 42342 is not blocked between server and client in any way.
    Its must that client must resolve the hostname of the LMS server with the correct IP Address. If DNS is not configured on the client machine, then you need to do manual entry in the host file of the client machine. I hope you are able to launch the topology from the LMS server.
    Also check this :-
    To run Topology on a multi-homed machine, there are two requirements.  
    •All IP addresses must be configured in DNS.
    •Owing  to restrictions with CORBA, only one IP address can be used by the  client or browser to access the server. You must select one IP address  as the external address, with which the client will login to the  CiscoWorks server.
    To select an IP address, modify the gatekeeper file located in NMSROOT\lib\vbroker\gatekeeper.cfg
    where NMSROOT is the directory (opt/CSCOpx by default) in which CiscoWorks is installed.
    Replace every instance of external-IP-address with the external IP address you choose, and remove the "#" character, from the following:
    •#vbroker.gatekeeper.backcompat.callback.host=external-IP-address
    •#vbroker.se.exterior.host=external-IP-address
    •#vbroker.se.iiop_tp.host=external-IP-address
    •#vbroker.se.interior.host=external-IP-address
    After modifying the gatekeeper file, restart the Daemon Manager. To do this, first stop the Daemon Manager by entering:
    net stop crmdmgtd
    Now, start the Daemon Manager by entering:
    net start crmdmgtd
    Hope it helps
    Thanks
    Gaganjeet

  • CM - Topology Services = Unconnected Devices

    Hello  everyone!
    My name is Christian (from Brazil), and I'm having  some problems with the CiscoWorks LMS 3.1
    - In "RME>  Collection Status> Inventory" all 54 devices are as "successful", but in the "RME>  Collection Status> Config Archive" appears 25 devices (I don't know why only 25), and with  the status "failed".
    - In "CM > Visualization > Topology Services" all devices are as unreachable (except WLC  4402).
    The WLC 4402 have snmp v3 configured, and all others devices have snmp v2 configured. CDP are enable in all devices. The credentials are autheticated in RADIUS Server (for switchs) and local in the WLCs. I can connect in all switchs and wlcs with putty (ssh) and athenticate in RADIUS Server.
    My O.S. is a Windows 2003 Server Enterprise Edition.
    Can anyone help-me?
    Cristiano Santos

    Exactly what version of Campus Manager do you have?  Post the ani.log.

  • Unable to launch Topology Services LMS 4.0

    When i try to launch topology services in LMS 4.0 i get prompted to install a java plugin. When i install this it tells me to restart the browser but nothing is changed, it asks me if i want to install the java plugin again. Any idea why this is happening?
    /Viktor

    so you are accessing LMS from the server itself?
    Can you uninstall all other Java versions and reinstall only the one from the LMS server, then try again.
    Alternatively you could try to access LMS from a client which has no Java installed. Install the LMS Java on that client and see if this works. If it is successfull I would recommed to uninstall the other java versions from the LMS server and reinstall only the "lms java" if you still want to use it to access LMS.

  • Unable access the server from administration services

    Hi Experts,
    Can any one please help on the following issue:
    I have installed the 9.3.1.3 Hyperion administration services on my PC and when I tried to connect to the server I am getting the following error message:
    Could not connect to administration server, client and server are different versions
    Server version is 9.3.1 and client version is 9.3.1.3.
    I tried to download the 9.3.1 administration services from www.edelivery.oracle.com but I couldn't find the 9.3.1 version.
    Are there any other sites available to download the 9.3.1 administration services.
    Also, Can we able to connect to the Linux Essbase server from Windows administration services?
    Thanks in Advance,
    Ram

    Atul:
    Are you connecting to the essbase at remorte server location?
    Looks like Essbase a the C-NOIA131 is not started or not accepting connection request?
    check wheather it is started?
    if it is started; use IP Address and connect, sometimes server name might not work if DNS at u r network is down or not Defined properly?
    I would do a Telnet from the box in which i am trying to fire the connection and connect to the port 1423 which essbase uses to see if u have any firewall issues
    This might be a problem where essbase is not started..in my experience.. let me know u r findings...
    Thanks,
    Sriram

Maybe you are looking for

  • Automated Material Variant Creation

    Is there an automated way to create material variants once a configuration is entered on a sales order, if one does not already exist? Take an example, I have configurable material ComputerA which is a laptop computer. Say there are two possible conf

  • Mapping change not being deployed

    Hi All We're experiencing an issue where any changes we make to a map or orchestration is not being deployed once the assemblies and re-deployed on the server. I have tried the following -  1. The normal process of stopping the host instance, re-depl

  • Data visualization source code

    If I use: java -jar c:\Flex Builder 3\sdks\3.0.0\lib\DMV-source.jar      "C:\Documents and Settings\All Users\Application Data\Adobe\Flex\"      c:\temp\dataviz_source I get : Exception in thread "main" java.lang.NoClassDefFoundError: flex/license/Lo

  • How do I disable photoshop prompts in extendscript?

    I have some older scripts I want to move to the CC edition of Photoshop. When run, suddenly every file.close() operation prompts the user to save. This makes batch processing a bit of a nuisance. Help?

  • IMac still tkaing off!

    Okay i posted a few weeks ago about my imac taking off even though i had only brought it a day before, every time i shut it down it refused to shut down, screen goes black and then the fans just boot in and sound like theylll lift the mac into the ai