SCA Remote Mgmt Question

i recently took over the administration of a sca11000. the problem is, the guy that used to manage it left the company and i am unable to connect to it remotely. i am trying to connect to it either by the WEBUI or telnet....doesn't matter to me. at this time i am unable to connect by either. below is the config that is in it. i am physcially at a different location which goes something like this: my machine => router => private T1 => router => firewall => switch => sca. let me know if anyone needs any additional information. fyi, i can get to everything on the segment of the sca (10.1.8.0). also, my machine resides on the 222.192.101.0 segment.
# Cisco SCA Device Configuration File
# Written: Sun Jan 4 23:08:19 1970 EST
# Inxcfg: version 3.2 build 200203151705
# Device Type: CSS-SCA
# Device Id: S/N 11a674
# Device OS: MaxOS version 3.2.0 build 200203151705 by reading
### Mode ###
no mode one-port
mode pass-thru
### Interfaces ###
interface network
duplex full
speed 100
end
interface server
duplex full
speed 100
end
### Device ###
ip address 10.1.8.253 netmask 255.255.255.0
hostname xxxxxxx
timezone "EST5DST"
### Password ###
password access
password enable
### SNTP ###
sntp interval 86400
### Static Routes ###
ip route 0.0.0.0 0.0.0.0 10.1.8.1 metric 1
ip route 10.1.16.0 255.255.255.0 10.1.8.1 metric 1
ip route 222.192.101.0 255.255.255.0 10.1.8.1 metric 1
### RIP ###
no rip
### DNS ###
no ip name-server
no ip domain-name
### IP Access Lists ###
access-list 1 permit 222.192.101.0 255.255.255.0 tcp 1-65535
access-list 1 permit 10.1.20.40 0.0.0.0 tcp 1-65535
access-list 1 permit 10.1.20.75 0.0.0.0 tcp 1-65535
access-list 1 permit 10.1.16.0 255.255.255.0 tcp 1-65535
### Remote Management ###
remote-management access-list 1
remote-management encryption DES
remote-management enable
### Telnet ###
telnet enable
telnet access-list 1
### Web Management ###
web-mgmt port 80
web-mgmt enable
web-mgmt access-list 1
### SNMP Subsystem ###
no snmp
### SSL Subsystem ###
server create
ip address 10.1.8.200
localport 443
remoteport 80
key
cert
secpolicy default
session-cache size 20000
session-cache timeout 300
session-cache enable
no clientauth enable
clientauth verifydepth 1
clientauth error cert-other-error fail
clientauth error cert-not-provided fail
clientauth error cert-has-expired fail
clientauth error cert-not-yet-valid fail
clientauth error cert-has-invalid-ca fail
clientauth error cert-has-signature-failure fail
clientauth error cert-revoked fail
certgroup clientauth defaultCA
no httpheader client-cert
no httpheader server-cert
no httpheader session
no httpheader pre-filter
httpheader prefix "SSL"
ephrsa
end

Based on your description of how you are attempting to connect to the SCA and your config (no mode one-port, mode pass-thru) it looks like you are trying
to access the SCA from the Network port of the SCA. This is only possible if you are configured for one-port mode, otherwise you need to connect from the
Server port side. In your diagram you did not mention which side you are coming from so I am making an assumption ;-)
Here is an excerpt from the release notes:
http://www.cisco.com/univercd/cc/td/doc/product/webscale/css/css_sca/sca_320/rnsca310.htm#xtocid19
"Once Web management is enabled, it is always accessible via the "Server" port (two-port mode) or the "Network" port (one-port mode) even if SSL client-side access has been configured. Use an access list to prevent unwanted access"

Similar Messages

  • TV Remote Navigation Question

    Hi,
    I've made a DVD and everything seems to be working fine except that I can't use the TV's DVD Player's remote to navigate to all of the scenes.
    I made a movie and have 12 scenes. Scenes 1-6 show on one "page," and arrows point to the second page which contains scenes 7 through 12. I can click on the arrows with the mouse on the computer, but I can't figure out how to use the remote to alternate back and forth between the page that has scenes 1-6 and the page that has scenes 7-12. I am using the theme called "Center Stage."
    Any help appreciated.
    Patrick

    I think I'd lose my mind long before this project was ever finished if I used the powerbook.
    I couldn't agree more. But here's the thing... Unless you know exactly what you are doing within DVDSP, then I'm not one to recommend doing so at a moments notice, nor in terms of a crash course. There is no such thing when it comes to apple's FCS 2.
    It takes weeks (if not months) to learn to use FCP, and DVDSP effectively. Nevertheless, if this is the approach you wish to take then post this same question to Apple's Dvdsp forum also so they can confirm the following recommendations.
    I'm at a loss to understand why DVDSP3 won't also work on your G5. It should also work on the G4, even though laptops / portables are not my personal choice when working within this particular app.
    In terms of additional real estate /work area for DVDSP3, I suggest you use an external widescreen or LCD Monitor .... perhaps the one you have currently connected to your G5 assuming it's a power mac and not an iMac. If it is an iMac and you prefer to use the laptop instead then you'd do well to also have at least one other external fw HD, more SDRam (if it's not currently maxed out), and an external WS /LCD.
    To add sub menus look at the Help Menu within iDvd'08 and I quote:
    "Creating additional DVD menus
    A menu can only hold 12 buttons, so if your DVD requires more than 12 buttons, you can create submenus to hold them.
    You can use submenus to organize your DVD into sections. For example, if you want viewers to be able to view scenes, extras, additional movies, or slideshows, you can create submenus to hold buttons that link to them.
    To add a submenu:
    Click the Add button (shown above) and choose Add Submenu from the pop-up menu.
    Click the placeholder text for the new button and type a label for the button.
    Double-click the new button to open the new menu.
    A Back button that returns to the previous menu is added automatically. You can edit this menu just as you can any other menu."
    Lastly, I'd also need to know what kind of graphics card you currently have in the G4 since that too will be a deciding factor in which mac system is a better choice.

  • Remote pojo question.

    I have delegates which are calling remote session beans that return ValueObjects. The remote client then may modify these value objects and return them later to the application via the an appropriate session bean. I would then like to save any changes that have been made.
    I expect the Value objects to be POJOs, and not have ties to Toplink. However, when return these VOs, i get a class not found exception:
    Caused by: java.lang.ClassNotFoundException: oracle.toplink.indirection.IndirectList (no security manager: RMI class loader disabled)
    I don't understand why the client has to know that I am using toplink to handle persistence for these POJOs.
    Am I using an incorrect session or something?
    Here is my code to get the session:
    Project proj = new TLCeleres();
    sServer = proj.createServerSession();
    sServer.login("pago_temp", "pago_temp");
    Session session = sServer.acquireClientSession();
    Here is my code to populate the vector of VOs which are returned by the session bean:
    ReadAllQuery query= new ReadAllQuery();
                   query.setReferenceClass(QueryBarFacilityValue.class);
                   query.setSelectionCriteria(new ExpressionBuilder().get("id").equal(queryBarId));
                   query.addJoinedAttribute("Facility");
                   Vector results= (Vector)getSession().executeQuery(query);
                   facilities= new Vector(results.size());
                   Iterator iter= results.iterator();
                   while (iter.hasNext())
                        facilities.add(((QueryBarFacilityValue)iter.next()).getFacility());
    Thanks in advance,
    craig

    Craig,
    The client does not need to know anything about TopLink. The issue is that you have transparent indirection enabled on your collection relationship mapping(s).
    Indirection is an excellent performance enhancement on the server side but it is stateful and does not serialize to the client easily.
    Check you mappings and ensure that indirection is disabled for the relationship(s) in question.
    Doug

  • AD Connector Remote Manager Question

    all,
    trying to install MSFT AD BASE 91170 connector on OIM/OAM 11.1.1.3 environment. Finished the following steps thus far:
    1. created OIM/OAM/AD server environments
    2. Created OIMGroup and admin user account association
    3. Imported the connector
    4. Update ADITResource
    5. Copied ldapbp.jar and ran uploadjars.sh script
    6. Updated search base in Group Lookup Recon and Organization Lookup Recon jobs
    7. I was able to provision a user
    I have two questions:
    1. section 2.2.2.1 (on page 2-14 connector indicates that i need to run installation of remote manager on the AD server). Is this step and the subsequent steps required to be configured. What else do i need to run as part of installation. If the rest of the steps are optional in what cases do they need to be created?
    2. My design console Lookup.ADReconciliation.GroupLookup does not have any values, it appears recon did not work in this case. What could i be doing wrong, i can add configuration details if needed. - I have done this before but not sure what i missed this time.
    Thanks in advance,
    Prasad.
    Edited by: Prasad on Oct 25, 2011 11:48 AM

    Sagar,
    I ran the group lookup recon task several times yesterday. OIM did not populate the lookup. Today i change the recon type from Refresh to Update and changed it back to Refresh and it worked with few exceptions like the one below:
    Overall now the records are there, but it is unclear why the original task executions did not pull anything. I did not see any other exception either yesterday.
    <Insert failed.><Oct 26, 2011 10:56:27 AM EDT> <Error> <OIMCP.ADCS> <BEA-000000> <Description : Insert failed.>
    <Oct 26, 2011 10:56:27 AM EDT> <Error> <OIMCP.ADCS> <BEA-000000> <Thor.API.Exceptions.tcAPIException: Insert failed.
    at com.thortech.xl.ejb.beansimpl.tcLookupOperationsBean.addLookupValue(tcLookupOperationsBean.java:1357)
    at Thor.API.Operations.tcLookupOperationsIntfEJB.addLookupValuex(Unknown Source)
    at sun.reflect.GeneratedMethodAccessor1896.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethod

  • ELOM Remote Console Scriptability and Remote Storage Questions

    Hello,
    I have a few questions reguarding scriptability of the Java Web Start eLOM Remote Console and the use of this application for redirecting remote storage.
    Setup:
    - x6250s in 6048 chasis
    - x6250 Bios version 1ADPI040 & SP version 4.0.52
    - Sun eLOM Remote Console version 2.53.05
    - CentOS 5.2
    Questions:
    - I'd like to write a wrapper script that would allow me to start a remote console on the Linux command line. Then, a command line like "myjavaconsole bladexyz" would give me a java remote KVM without me having to click through the web interface. Is something like this possible? Hints?
    - The [Sun Blade X6250 Server Module Embedded Lights Out Manager Administration Guide|http://docs.sun.com/source/820-1253-14/remote_con.html#0_66586] says that you can use the eLOM Remote Console GUI to redirect storage devices including CD/DVD drives, Flash, DVD-ROM or diskette disk drives, hard drives, or NFS. These seem very instersting options, but I've only been able to sucessfully redirect an ISO image. Are these other options really possible?
    - Is it possible to script the mounting/unmounting of remote ISO images or other storage? I would love to be able to control blade boot processes by having this functionality.
    Thank you,
    -Matthew

    It seems the problem is related somehow to the setup of my Windows box. I did try a couple of other Windows boxes with the same result, but everything worked perfectly when using a Linux/ubuntu system to run the remote console. The blade saw the CD, booted from it, and is now happily running ESX Server.
    The wierd thing is, the ubuntu system was running inside VMWare Workstation on the same Windows PC that has the problems, and was accessing the same physical CD drive. Sometimes you have to think out of the box, or in this case into a box inside the box:-)
    I guess if these things we all straightforward I'd be out of a job, so I shouldn't complain!!
    Steve.

  • RV042 remote admin question

    I'm hoping this question has a simple answer that i'm overlooking.  One of our customers has to abide with some regulations and a security company has ran a scan on their network and reported vulnerabilities.  One of those vulnerabilities is in regards to port 443.  When going to their address remotely (i.e. https://dynamicname.dyndns.com), you are prompted for a login even though we specifically defined a port for remote admin (i.e. https://dynamicname.dyndns.com:XXXX).  I would think since we defined the port for remote admin then 443 wouldn't be able to access the router.  Is there a way to fix this?  We tried blocking just port 443 but that locked us out of the router for some reason.  Any feedback is greatly appreciated.
    Thanks 

    If port 443 is not used, you could consider forwarding port 443 to a LAN IP that is not used as a workaround to pass the security scan.
    Which firmware are you using on RV042?      

  • SCCM Remote SQL Question

    Planning a design for SCCM. I have one datacenter, where Primary server, DP, MP, will be located at. Question I have is, does it make sense to have SQL co-located or can I put on dedicated SQL server for our DBA group to handle?

    In my opinion there are very few reasons to use remote SQL.
    http://www.gerryhampsoncm.blogspot.ie/2013/10/configmgr-sql-some-tips.html
    Gerry Hampson | Blog:
    www.gerryhampsoncm.blogspot.ie | LinkedIn:
    Gerry Hampson | Twitter:
    @gerryhampson

  • Remote Wipe Question

    My wife's iPhone 4 was stolen tonight.  She was on iOS 4.  She had the lock screen enabled.
    I tried to locate the phone first by calling the device. 
    Next I logged into find my iPhone from my iPhone. I located the phone near where we were standing.  I sent a ping to the phone and a message to call my phone number please.  No response.  Next I sent the remote lock to the phone just so no one was getting into it (my wife has confidential phone numbers of her patients on the phone). 
    Then the phone went red on find my iPhone-- someone shut the phone off.
    I then sent a remote wipe command from Find My iPhone.  It is currently listed as "pending".
    I called AT&T and had the phone service shut off.
    Here's my question:  If I've shut the carrier service off to the phone, will the phone still receive the wipe command?  Should I reactivate the phone service to the phone long enough to receive the remote wipe command?
    Anyone know how this works?
    Thank you.

    Sorry to hear about your wife's iPhone.  The phone should have some type of service (phone or Wi-Fi) before the command would work.  If the phone was locked it would be impossible for someone other then a professional to access the data on the iPhone.  Most stolen iPhones are erased and the hardware is sold.   Make sure your wife changes her iTunes password as soon as possible.  

  • CM12 Agent Remote Desktop Question

    Hello,
    does anyone know why MS started the CM12 Agent Remote Desktop delayed?
    I am searching for a documentation where i can read about it. in CM07 was the service not delayed but in CM12 since SP1.
    Thanks a lot
    greetz
    André

    You will not find answers to 'why' questions in any documentation ;-) The only answer that comes close is: "because Microsoft decided to design it that way". You can change the startup type by using a GPO though.
    Torsten Meringer | http://www.mssccmfaq.de

  • Remote Access Question...

    Is there a remote access app with which I can open media on a computer or laptop in the apps that support said media or files on my iPad, email these files as a link, email compatable sizes as an attachment, save compatable types to camera roll, Print, view, play, listen to, and read?

    You can use email to send files to your iPad. But the best way to transfer photos, music, documents etc. is to use iTunes on your computer. See page 40 of the iPad User's Manual for information on syncing your iPad using iTunes. The manual is here
    http://support.apple.com/manuals/#ipad

  • Remote camera question

    Not sure how to do this of if it can be done.
    I'd like to be able to use a remote wireless camera paired with either my iBookG4 or PBookG4 and be able to access the camera's lens from a remote location online. In other words, if I have the remote targeting a certain area of my home while I'm not there, can I use my other laptop for viewing???
    Mucho thanks,
    Carolyn

    Yes, presuming that the camera either can connect directly to a network or that it's connected to a computer with appropriate webcam-type software.
    You might find this CNET article helpful.
    Cheers.

  • Remote configuration question

    Hello! I have several questions about configuration in my system that is shown on picture.
    I need to have a possibility to program the second FPGA(Virtex-6) and its flash memory. I'm going to send mcs or bit file via ethernet to FPGA 1(Kintex-7) then programming in JTAG-mode FPGA 2 or its flash. First of all, i need to develop JTAG configuration logic at FPGA-1. Then, i have a questions:
    1) Is it possible to detect in the jtag chain a flash memory of the  FPGA 2 and programm it via FPGA-1? Or its only possible to programm it only using Impact and jtag-programmer?
    2) I would like to know if my jtag-configuration logic (at FPGA-1) will have mistakes, is it possible to damage fpga-2  by sending wrong sequences of bits during configuration it "on fly"?
     

    XSVF is something like taking a straight-forward iMPACT programming process, and then recording the transitions of the JTAG signals.  Then what you do is to "play back" the recording to make the same thing happen within your target system.  Pretty much anything you do in iMPACT including indirect flash programming (SPI or BPI) can be converted into XSVF.
    You could also roll your own JTAG conversion code, but I think that will take a lot more effort.  I would not be too worried about damaging the FPGA, however.  Typically errors in the configuration process are detected as CRC errors and prevent the part from running bad codes.

  • Remote start question

    Does anyone make a remote start with a learning remote, or have remotes that have factory codes built in? I want to buy one for my 1998 Ford Escort wagon, and I figured if someone made one it would be a lot less wiring involved if the remote could learn the codes for the door lock/unlock, and trunk release. I understand that most units have these features but you have to wire the "brain" into the wiring harness for this to work. I'll be working outside on this, this car is a "beater", and I really don't want to take the time to wire those functions in if I can use the factory hardware and use a remote with the factory codes in it.
    Thanks,
    Snyde

    Hi snydley100,
    I like the idea but I don't see anything like that that we currently carry. I'm hoping some of our Super Users that a more versed in Remote Starts will offer their thoughts. I will also check around to see if anyone's familiar with this. You might also want to stop in and talk to the install bay techs. They might have some ideas on this as well. 
    Thank you,
    Marti|Social Media Specialist | Best Buy® Corporate
     Private Message

  • Remote Interface question

    I have a remote Interface as follows.
    public interface AccessDataBaseI {
    List retrieveItems(Object id) throws ApplicationException;
    The ApplicationException extends RemoteException.
    public class ApplicationException extends RemoteException {
    public AppException () {}
    public AppException (String msg) {
    super(msg);
    I build compile the application and I dont have a problem .When I deploy it to the server I get the following error message .
    method retrieveItems(Object id) defined in the remote interface must include java.rmi.RemoteException in its throws clause.
    It includes the ApplicationException in its signature which extends RemoteException .
    Any ideas what could be wrong and how to over come this .
    I am using weblogic 8.1.4 .
    Thanks for your help.

    It's not a good idea to subclass RemoteException for your ApplicationException. RemoteException
    should be preserved for system level failures. I would recommend instead subclassing
    java.lang.Exception. If you're using the EJB 3.0 Remote business interface there is no longer
    a requirement to declare RemoteException on each method signature.
    --ken                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Live! Wireless for remote monitoring question

    Hello, Somebody who has this camera probably can answer this question.. Is software compatible with Vista2. What format motion is being record in?

    The software that came on CD with my Live! Wireless has a copyright of 2005 and is not natively compatible with Vista. When the setup launches, it immediately states that it is 'not compatible with this version of Windows' and then exits. But all is not lost. Following the lead of other users on this forum, I right-clicked on the CD's SETUP.EXE, selected Properties, selected the Compatibility tab, selected Windows XP SP2, and then pressed OK. Then I right-clicked on SETUP.EXE again and ran it as an administrator. The three applications installed fine. I was able to configure the device without difficulty. So the answer to your first question is a qualified "Yes". Regarding your second question: The device captures snapshots in JPG format and video in WMV format. Creative's silence about this product is deafening. There seems to be no interest or effort going into improving the product...nor in making the software natively compatible with Vista. I suppose it's only a matter of time until the creativeddns.com web interface disappears one day, too. It's too bad; I have two of these devices and they work great. I love them.
    Message Edited by cgwaters on 08-0-2007 11:13 PM

Maybe you are looking for

  • Downcasting in Object PL/SQL Does not Work in Oracle 10g Enterprise Edition

    create type one_t as object ( x number, y date ) not final create type two_t under one_t() set serverout on declare super one_t; sub two_t := two_t(1, sysdate); begin super := one_t(1, sysdate); sub := new two_t(1, sysdate); dbms_output.put_line('sub

  • App stuck on "waiting"

    I am running iOS 7 on an iPad 2. There was an update for the Remote app for the Apple TV. I tried running the update and the app is now greyed out and says, "waiting". However, if I go into the App Store and view my update history, the app shows as h

  • RZ70 Job for Registring TS in PI SLD

    Hello Experts, Can any one tell me the JOB name which get executed in RZ70 for SLD registraion of Technical System? Where we can check the list of TS which should be registered in the SLD after execution of the job via rz70? Issue I am getting is , a

  • Can I use Photoshop Touch on GoClever TAB T76GPSTV 7"

    I want to buy a Adobe Photoshop Touch for my tablet GoClever TAB T76GPSTV 7" . Will it work? Please help!

  • Problem Loading Lightroom

    Hello everyone, Recently my installation of lightroom has stopped loading giving this error message: Adobe Photoshop Lightroom 5 cannot be opened because of a problem. Check with the developer to make sure Adobe Photoshop Lightroom 5 works with this