Change the logging option for the Lightweight AP

Hi,
  For my AP I can see the logging option enable for a host:
# show running-config[...]logging snmp-trap debugging
logging 10.0.10.11
control-plane[...]
You notice this AP are Lightweight AP not Autonomous AP. Even in those you can run "show running-config" command.
I want to change the "loging 10.0.10.11" to "logging 10.20.13.101". But I cann't, nor using the terminal nor using my Cisco AS5508 Wireless Controller.
The WLC is logging in the new syslog server but I have loose the syslog information from the Access Point.
Thank you very much

Hi,
  This is what I want:
  AP logs to my syslog server
  WLC logs to my syslog server
The second part is working fine the WLC logs are sent to the syslog server, but not the AP logs
We can see the configuration at the AP:
# show running-config[...]logging snmp-trap debugging
logging
10.0.10.11
control-plane[...]
And I can't change using, as you say before:    (well I can but it does work,it doesn't change)
Management => Logs => Config
I want to know if It's exist another procedure to change this.
Thanks again for your effort
Regards

Similar Messages

  • I need the Log Report for the Data which i am uploading from SAP R/3.

    Hi All,
    I am BI 7.0 Platform with Support Patch 20.
    I need the Log Report for the Data which i am uploading from SAP R/3.
    I extract the DATA from R/3 into BI 7.0 DSO where I am mapping the GL Accounts with the FS Item.   In the Transformation i have return a routine on the FS Item InfObject . I am checking the Gl code into Z table for the FS Item .
    I capture the FS item from the Z table then update this FS item to Infobject FS item.
    Now i  need to stop the Data upload if i do not find the GL code in the Z table, and generate report for all GL code for which the FS item is not maintained in the Z table.
    Please suggest.
    Regards
    nilesh

    Hi.
    Add a field that you will use to identify if the GL account of the record was found in the Z table or not. Fx, create ZFOUND with length 1 and no text.
    In your routine, when you do the lookup, populate ZFOUND with X when you found a match (sy-subrc = 0) and leave it blank if you don't find a match. Now create a report filtering on ZFOUND = <blank> and output the GL accounts. Those will be the ones not existing in the Z table, but coming in from your transactions.
    Regards
    Jacob

  • Where can I set the log level for the "Inbox log file" ?

    From the Siebel 8 Bookshelf, it says :
    "To set the level of the Inbox log file for troubleshooting
    *In Siebel Tools, set the Log Level for the Inbox log file (Alias = InboxLog) to 5*."
    But where exactly in Siebel Tools can I find that Log Level ? Which object does the Siebel bookshelf talk about ?

    Hi,
    Loglevels are not configured in Siebel Tools. You have to configure them with the siebel client. You can find a parameter at "Administration - Server Configuration / Server / Events"
    Search for "Inbox General Log Events". Set this parameter to 5. It think this should help you.
    Cheers Andreas

  • The Nordins - Options for the next time you need a customer!

    The headline is from an email we received: "Verizon - Options for the next time you need customer service!"  Well, we changed it, just slightly.   Well, on 6/20/2013 we had the TV down; it was said to be a piece of video equipment that went down.  We could not get anything on the TV until next day.  The sad part is that we were watching the Heat-Spurs game and it quit just 1min-36sec. prior to the end of the game.  Then, we could not watch our daily Netflix show we watch every evening before going to bed.  So in calling twice, we found out about the video equipment problem.  But typically Verizon, they replaced the equipment and thought nothing about the customer that actually lost the reception!!  How about crediting us for the time "off the air".  You can't have the cake and eat it too.  Then, Verizon sends us emails about the bill, customer service, etc. but there is no way for us to email them back!!  Why do they think my time is less valuable then theirs; having to call their customer service and to wait a long time for answer by someone in "God knows where country".  What does that tell you about the customer service commitment!  It's like, yeah you are one of the slob users that keep paying the bills for lousy service.   Perhaps it's time for all of us to switch off our TV's for one or two days a week and not pay them for "our time off the grid".  Having some couple of thousand TV's off twice a week may shake them up a bit.   So here is my idea.  Establish an email address where we can reach anyone in customer service directly, in our own state, not somewhere 1000 and more miles away.  Additionally, if something is down, does not matter what time of the day, stand up for it and give the customer their credit due.  Thanks for reading

    It all depends how you use it.
    Once the initial break in period is over, like the first year, it should run just fine as long as you don't abuse it, don't let it overheat, keep the dust out etc.
    Do get the AppleCare as it's very expensive to repair a Mac.
    Some tips:
    1: Avoid using the built in keyboard and trackpad as much as possible. I know what's the use, but it's these too area's, the USB ports and the Superdrive that experience the most wear and tear.
    2: If you do use the built in keyboard, take off your watch and jewelry, it scratches. mars, reacts with the case and discolors it.
    3: The keybord is a bit weak compared to regular PC desktop keyboards, so use a wireless one, but have a wired one around for emergencies. The keyboard collects dirt, grime, hair, dust etc, underneath, you might want to have a light cover over the keys but still let air get underneath.
    4: Be gentle with the audio ports and the Superdrive, don't use your computer for watching DVD's. The Superdrive is important for recovering the machine with the installer disk which also must be well taken care of.
    5: A GOOD case, like a MacTruck or a padded one will absorb the shocks if dropped while transporting.
    6: The biggest concern is other people, they just don't handle things with care because it's not theirs and they are ignorant or even spiteful of the money you spent to have a quality machine.
    7: Clone your boot drive to a external regularly, in fact have two, one staggered back in time a few weeks, it's hold option bootable in case your hard drive dies. Free cloning software like Carbon Copy Cloner or the commercial version Superduper does the job well.

  • How to create the select option for the Plant in screen (Module pool)

    HI,
    I am developing one module pool program and I have below requirement,
    currently plant is acting like PARAMETER and the now it should be changed to select option.
    how to create the select option in the screen
    Thanks and regarding,
    Malla
    Moderator message - Cross post locked
    Edited by: Rob Burbank on Dec 16, 2009 1:41 PM

    Steps to get SELECT-OPTIONS in module pool programs.
    1.Start one dialog program with SAPMZ_001.
    Place the below code in the TOP include of the dialog program.
    TABLES marc.
    SELECTION-SCREEN BEGIN OF SCREEN 3200 AS SUBSCREEN.
    SELECT-OPTIONS: werks FOR marc-werks.
    SELECTION-SCREEN END OF SCREEN 3200. 
    2 .Create one screen 3000.
    Go to Layout of the screen and Define subscreen area on the screen and Name it as l_subscreen.
    Place the below code in the Flow logic of the screen.
    PROCESS BEFORE OUTPUT.
      CALL SUBSCREEN l_subscreen INCLUDING 'SAPMZ_001' '3200'.
    PROCESS AFTER INPUT.
      CALL SUBSCREEN l_subscreen.
    Activate all.
    Create Transaction code for the dialog program .
    Execute the transaction code. You will see the select-option for werks how we see on Selection-screen.

  • HT1277 I have OS X 10.9.2 and have downloaded maverick. If I am sending an email message to one person, options for addresses  from my address book show up. However if I want to send it to more than one person, the address options for the others do not sh

    I have OS X 10.9.2. and have downloaded Maverick. If I am sending an email message to one person, options for addresses from my Address Book appear. However if I want to send it to more than one person, the potential addresses for the other persons do not show. Can you please help?

    Install ClamXav and run a scan with that. It should pick up any trojans.   
    17" 2.2GHz i7 Quad-Core MacBook Pro  8G RAM  750G HD + OCZ Vertex 3 SSD Boot HD 
    Got problems with your Apple iDevice-like iPhone, iPad or iPod touch? Try Troubleshooting 101

  • [SOLVED]Alsamixer - the "mute" option for the Master volume is missing

    Hej!
    After the recent update the Mute option is missing for the Master volume but I can mute sound for PCM.
    My sound cards:
    0 snd_cmipci
    1 snd_hda_intel
    Last edited by Andy_Crowd (2014-07-30 19:45:27)

    Andy_Crowd wrote:Those settings are the same.
    Okay, can you provide documentation/reference to back that up? Should you mean, there is no difference in how you system behaves, yes, that is very likely, since the second line is correct, so the cmi would be at index 0 either way.
    Andy_Crowd wrote:Mute shows only when I am installing pulseaudio.
    In alsamixer? PA runs on top of alsa, so the controls for alsamixer should stay the same. Do you mean another mixer maybe?
    You still did not provide the relevant part of pacmans log and amixer output for both cards. Are you certain you used the cmi as default the whole time? Is the snd-hda-intel a hdmi sound card?

  • I am a student working on a project for school and I need to know the bandwidth options for the iPad mini with retina display

    I am working on a project where I am required to introduce a new product for consideration in the hospital setting.  I have chosen the iPad mini, and have been able to locate the information that I need except for the bandwidth options.  Any help would be appreciated.

    I don't know what you mean by "bandwidth options". If you mean the frequencies and bands the iPad can use with cell carriers, those are listed in the Wireless and Cellular area of the tech specs. For iPads sold in the US, see:
    http://www.apple.com/ipad-mini/specs/
    If that's not what you meant, please post back and clarify what you mean by "bandwidth options".
    Regards.

  • Where are the accessibility options for the "Down-Level" items

    I have an animation I've created (that I haven't cleared with my client yet, so I, unfortunately, cannot share a link).  However, the client is government and there is a strict requirement for 508 compliance or "Accessibility."  I have been able to get alt tags throughout the main animation with no problems and tabindexing too.  The agency is still using IE8 with Chrome as their solution to newer HTML5 content.  Because of this we have experienced that most will look at the product in IE8 first.  This brings me to requiring a "Down-Level" page.  On this page I have placed an image with a description to upgrade, but the image MUST have an alt tag.  How can I accomplish this?  There is no Accessibility area in Down-level and in making varying entries to the "index_preloader.js" file I have been unsuccessful (I've tried title: '...', and alt: '...' and ['...'] and many other combinations.  Please help!
    I wish I could share the link.  I am willing to run a web based remote session using Join.me or similar, if you'd like to take a look.
    Any help or suggestion(s) is/are VERY MUCH appreciated!  Thank you.

    Hi Sheila,
    Yes, the Distiller joboptions. We are using Distiller 9, 8, and 7 that comes with the Adobe Acrobat software. We are all on Windows XP and 7. I'm not very familiar with the joboptions, so I'm not an expert on how all of this works.
    One writer said she is using the PDFX4 2007 job option, which appears to be the default with Framemaker 9. I think these files are hidden and only the customized options can be saved.
    Susan

  • How to hide the privacy option for the user

    hi,  am looking to hide the privacy option from skype to the end user. and my need is  1 . user cant able to delete historys.2.  only one Skype must be sign in on the device.

    Hello Raghu,
    Thank you very much 4 ur respon. I have read the the link given, i indeed didn't try it yet, but i think there is a solution for my problem there. I will tell u if i cant find the solution there.
    Thank u Raghu. I'll give u the best point
    Best Regards,
    Lusi

  • In 'Desktop' the display options for the chosen image have vanished.

    I have an iMac with Snow Leopard.
    Using the option 'Desktop' in 'Desktop and Screen Saver', on choosing an image, under the name ofm the image chosen, there is usually a list of options for how the image is displayed :-
    Tile
    Fuil screen
    Fit to screen
    These are no longer displayed. Where is the option for switching the list back on?
    I have tried restarting.
    Thanks in advance
    David

    Disconnect all devices from the computer then do the following:
    Boot up from your Snow Leopard Install DVD while holding down the "c" key.
    Select the language you wish to use, and then choose "Disk Utility" from the menu bar.
    Your HD should appear in a panel on the left hand side of the window which opens. Select it and then click on the "repair disk" button in the right hand section of the window.
    Once this process has been completed restart your computer and repair permissions directly from Disk Utility.
    If Disk Utility is unable to complete the repair, you will need to use a stronger 3rd party utility like DiskWarrior, Techtool PRO (not Deluxe) or Drive Genius.
    Please post back the results.

  • Guys, the playlists I created on iTunes do not show up in the Sync options for the iPod. I don't understand why not.

    It only shows me the Generic Playlists but not mine.
    Please help, Thank you.

    I'm not sure what you mean when you say that the wireless devices are not  visible in AirPort Utility.
    Open AirPort Utility - Click Manual Setup
    Click on Wireless Clients (3rd line from the bottom) and a window will open to display the AirPort ID of each connected device.
    I'm also not sure what you mean by "manage". Once a wireless device is connected to the network, you cannot "disconnect" it from the network using AirPort Utility. AirPort Utility only monitors the connection.
    Using the Timed Access feature in AirPort Utility, it is possible to assign daily time limits for each device that is allowed to connect to the wireless network.
    So, for example, one iPod would be allowed daily access from 8AM to 11 PM. The iPod would not be allowed to connect between 11:01 PM and 7:59 AM in this example.
    You can set up different time limits for each device that you want to allow to connect to the wireless network in similar fashion.

  • Add soundfiles (voice over) to existing project – how do I make the sound optional for the participant to listen to?

    Hi! I´d like to import soundfiles to an existing project. This is what I´m trying to do: I´d like to have a symbol on each page with a clickbox on top. When (if) the participant wants to listen to the voice over, he/she can click on the symbol and the voice is activated. Right now, the sound file is activated directly when I open the slide. Can anyone give me some advise? Kind regards, Gunilla

    It helps if you mention the version you are using. Because you talk about 'click box on top of a symbol' you probably use an older version. Since shapes appeared, that can be used as buttons and can be filled with any image or text, this is no longer necessary: Turn an Image into a Button - Captivate blog
    In that case you'll need to replace the slide audio (you see it on the Timeline) by object audio. Audio files can be linked to any objects, and they'll start to play when the object gets visible. First approach would be by creating an audio object. This blog post offers some details: Audio Objects: Control them! - Captivate blog
    Second approach: use the command 'Play Audio' triggered by the shape button (or click box). I'd recommend strongly not to use this command as a simple action, unless you are happy with the playhead advancing at the same time: Why choose Standard over Simple action? - Captivate blog  Use a standard advanced action instead. If you were on Captivate 7 or 8 I would advise to use a shared action.
    I hope you do have that command, think it appeared with CP6. It has the advantage that when another button is clicked that plays another audio clip, the first one will stop automatically. If you have to use an audio object, you'll have to hide the object to have the audio stopped.

  • How to enable the edit option for the sample downloaded portlets

    Hi,
    I had downloaded some samples from the portal studia site. Here is the folowing URL
    http://portalstudio.oracle.com/pls/ops/docs/FOLDER/COMMUNITY/PDK/ARTICLES/GUIDELINES.PARAMETER.PASSING.HTML
    This is related to passing the parameters between the portlets on the same page.
    I'm able to install the samples and evnerunning them. But the funniest thing is i'm unable to edit the portlet.
    Can Any shoot some answers for How to pass the parameters between the portlets.
    I had also tried as Sharmila said in the following URL...
    <A
    href="http://forums.oracle.com/forums/message.jsp?id=1180583&amp;gid=469632"
    target=_new>Re: session state security
    </A>
    Guys and Gals .. I'm in neck depth trouble .. Please Do Rescue me ASAP.....
    Thanks inadvance,
    Sudheer Ravikanti.
    [email protected]

    Hi,
    I think easiest way is re-create your report , so wizard do things for you.
    Other vise you need create "search bar" region and items manually and edit report where clause.
    You can first set your old report condition to never and create new report with same select.
    When you are sure that new report working ok, you delete old report.
    Br, Jari

  • Mac mail - SSL option for the SMTP outgoing mail server - Help!

    Mac mail (Version 6.3 (1503)) will not let me "uncheck" the SSL option for the SMTP outgoing mail server - Help!
    Thanks!

    Problems such as yours are sometimes caused by files that should belong to you but are locked or have wrong permissions. This procedure will check for such files. It makes no changes and therefore will not, in itself, solve your problem.
    First, empty the Trash.
    Triple-click the line below to select it, then copy the selected text to the Clipboard (command-C):
    find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 -o -acl \) 2> /dev/null | wc -l
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window (command-V). The command may take a noticeable amount of time to run. Wait for a new line ending in a dollar sign (“$”) to appear.
    The output of this command, on a line directly below what you entered, will be a number such as "41." Please post it in a reply.

Maybe you are looking for

  • Error in BPEL console (jdbc/BPELServerDataSourceWorkflow)

    Hi all, When I enter in BPEL console I'm getting this error: The following exception occured while processing this request: No se puede recuperar una conexión de origen de datos. El dominio de proceso no ha podido establecer una conexión con el orige

  • ForEach items syntax help please

    This shouldn't be a problem but it is. I have a JSP. I am sending it an attribute that is a collection by calling setAttribute() on the request and then dispatching to the JSP from my front controller servlet. I want to iterate through the collection

  • Textfield convert to DateFormat

    Hello All, It sounds simple. I need to convert a input in a textfield to a date format. But i encountered of problems as i did try this. My idea: Input: 01.01.2006 DateFormat formater = DateFormat.getDateTimeInstance(); formater = DateFormat.getDateT

  • How to upgrade 10.5.8 to yosemite

    I have Mac Mini with 10.5.8. I want to upgrade the OS - not sure how to, or if my Mini can cope with Yosemite. How do I find out? Thanks.

  • Photoshop Layers not importing

    Hi, I've had this work in the past, a few months ago, but with a new project and a new file I'm not getting any layers to show through in DVDSP 4.1.2. In the info box, it says that the file is importing as a 'QuickTime Picture' and 'Layers: 0'. In re