How to place a WAP into Maintenance State in Cisco WCS

I presently have a WAP offline and WCS continually alerts that the WAP Radio interfaces are down.
I am logged into WCS with Admin priveleges, but if I select the WAP and opt to place the WAP into Maintenance State so as to suppress the alarms, WCS reports back "Permission Denied - You do not have privileges for the requested operation."
The WAP is operating LWAPP
What is causing the denial ? Any suggestions please.
Thanks
David

Hi,
The problem has been identified and is a bug in the latest version of WCS being 7.0.172.0
According the Cisco, the Bug is to be fix in the next version of WCS due for release later this year pending code updates for the controllers making them compatible with the new version of WCS. Details of the Bug can be found here :
http://tools.cisco.com/Support/BugToolKit/search/getBugDetails.do?method=fetchBugDetails&bugId=CSCtq83879
Anyway, to place the WAP in Maintenance State, you will need to change your WCS AAA settings via Administration>>AAA Mode and set to Local. Proceed then via a second IE session to log into WCS using the Root username and Password and place the WAP in Maintenance State. Following placing the WAP in Maintenance State, change your AAA Mode back to TACACS+ or RADIUS with fallback to local.
Regards

Similar Messages

  • How to place a snippet into a rectangle?

    Hello,
    this is what I coded, but the Image does not get placed inside the rectangle.
    What do I do wrong?
    Thanx for help
    Klaus

    Hi,
    The problem has been identified and is a bug in the latest version of WCS being 7.0.172.0
    According the Cisco, the Bug is to be fix in the next version of WCS due for release later this year pending code updates for the controllers making them compatible with the new version of WCS. Details of the Bug can be found here :
    http://tools.cisco.com/Support/BugToolKit/search/getBugDetails.do?method=fetchBugDetails&bugId=CSCtq83879
    Anyway, to place the WAP in Maintenance State, you will need to change your WCS AAA settings via Administration>>AAA Mode and set to Local. Proceed then via a second IE session to log into WCS using the Root username and Password and place the WAP in Maintenance State. Following placing the WAP in Maintenance State, change your AAA Mode back to TACACS+ or RADIUS with fallback to local.
    Regards

  • HT201263 how to place your device into recovery mode without home button?

    How to place your device into recovery mode without home button?

    Try these programs:
    RecBoot: Easy Way to Put iPhone into Recovery Mode
    The Firmware Umbrella - TinyUmbrella

  • How to place grouped items into another object with content collector tool?

    Is it possible to paste a group into another object (i.e. frame) by using the Content Collector Tool while linking the content?  Paste Into is either deselected or possibly whatever was last saved to the clipboard ends up inserting. I was able to place grouped, linked content into a frame (and later applied a scrollable frame overlay to it) once or twice but can't seem to repeat. Tried selecting the object being pasted into.. holding shift, holding ctrl, all kinds of options, just very confused now.

    Found a potential work-around (I think....).
    1. Use the Content Collector tool and select grouped objects
    2. Select Content Placer tool, check "Create Link"
    3. Place grouped object into doc/onto page with Content Placer tool
    4. Copy placed grouped objects
    5. Paste into frame that will be scrollable later
    For now it seems like the link still works

  • How to place multiple servers in Maintenance Mode in SCOM 2012

    Hi All,
    I am trying to place multiple servers in Maintenance Mode in SCOM 2012 but i could not find any PoSh script or any other solution to do it.
    Could someone help me please?
    Regards, Srini

    Hi,
    Please find the script.
    need to have access and you can provide list of servers in text file.
     param([int32]$TimeMin, [string]$Reason, [string]$Comment)
                    $api = new-object -comObject 'MOM.ScriptAPI'
                    Import-Module operationsmanager
                    New-SCOMManagementGroupConnection
                    $Servers = Get-Content "ServerList.txt"
                    $Time = (Get-Date).Addminutes($TimeMin)
                    Foreach ($Server in $Servers)
                                    #Get Computer instance
                                    $ComputerClass = Get-SCOMClass -Name Microsoft.Windows.Computer
                                    $ComputerClassInstance = Get-SCOMClassInstance  -Class $ComputerClass | Where {$_.DisplayName -eq $Server}
                                    If ($ComputerClassInstance.InMaintenanceMode -eq $true)
                                    #Write-Host $Server " is in maintenance mode"
                                    Write-Host $Server" already under Maintenance Mode or not accessible by SCOM, skipped from script execution" -foregroundcolor "red"
                                    $api.LogScriptEvent('MaintenanceModeScript.ps1', 201, 1, "$Server already found under MM, skipped from script execution")
                                    Else
                                    #Write-Host $Server " is NOT in maintenance mode, attempting to put in MM......."
                                    If ($ComputerClassInstance -ne $Null)
                                                    $HealthServiceWatcherClass = Get-SCOMClass -name:Microsoft.SystemCenter.HealthServiceWatcher
                                                    #Get Health Service Watcher Class instance of the server
                                                    $HSWClass = Get-SCOMClass -Name Microsoft.SystemCenter.HealthServiceWatcher
                                                    $HSWClassIns = Get-SCOMClassInstance  -Class $HSWClass | Where {$_.DisplayName -eq $Server}
                                                    #Starting the maintenance mode
                                                    Start-SCOMMaintenanceMode -Instance $HSWClassIns -EndTime $Time -Reason $Reason -Comment
    $Comment
                                                    Start-SCOMMaintenanceMode -Instance $ComputerClassInstance -EndTime $Time  -Reason $Reason
    -Comment $Comment
                                                    Write-Host "Health Service Watcher and Agent server "$Server " kept in maintenance
    mode for $TimeMin minutes"  -foregroundcolor "green"
                                                    $api.LogScriptEvent('MaintenanceModeScript.ps1', 200, 0, "$Server kept in maintenance
    mode for $TimeMin minutes")
                                    Else
                                                    Write-Host $Server" not found in Domain" -foregroundcolor "red"
                                                    $api.LogScriptEvent('MaintenanceModeScript.ps1', 202, 1, "$Server not found in domain")
    Regards
    sridhar v

  • How to insert ORACLE HINT into select statement....

    Hi team,
    Can you please suggest me how to add an Oracle hint to point the Program to BSAD~1.
    Index BSAD1 has all three fields MANDT, BUKRS, AUGDT which are there in the where clause. But as per the execution plan index BSAD0 is being used which is the primary one.
    Also the stats for this table are are current.
    Thanks in Advance.
    Puneet.

    Hi punnet, look at this example:
      SELECT MAX( kkop~augbd )
      INTO it_gen_docs-augbd
      FROM ( fkkvkp AS vkp INNER JOIN dfkkop AS kkop
         ON vkpvkont = kkopvkont ) INNER JOIN dfkkko AS kkko
         ON kkopaugbl = kkkoopbel
      WHERE vkp~exvko = ti_cuentas-exvko
            AND kkop~bukrs = p_bukrs
            AND kkop~blart IN r_blart
            AND kkop~augst = '9'
            AND kkko~blart IN r_blartd
    %_HINTS ORACLE 'INDEX("DFKKOP" "DFKKOP~Z07")'.
    DFKKOP is the table name and DFKKOP~Z07 is the index.
    I hope this helps you.

  • How to place an ad into email to send to a store?

    i have updated to osx yosemity on my desk top  i mac
    i created an ad for my product in pages,  then converted it to pdf version,  this is the only version that will show up in email in full.  i have problems with sending it , so i send it from draft,  but some addresses work fine the old way by just using send.
    i could use some help

    I found this which is what I need which tags frame after image placement, but now how do I go about placing and image into a pre-tagged frame, ie, document is already created with a pre-tagged frame inserted into it, the image is then placed into that pre-tagged frame?
    tell application "Adobe InDesign CS4"
    set myDocument to make document
    tell page 1 of myDocument
    set myGraphic to place "Admin:Users:Budgie:Desktop:Picture 1.png"
    --The place method returns an array, so get
    --the first item in the array.
    set myGraphic to item 1 of myGraphic
    end tell
    tell myDocument
    set myMarkupTag to make XML tag with properties {name:"graphic"}
    tell XML element 1
    set myXMLElement to make XML element with properties {markup tag:myMarkupTag}
    end tell
    tell parent of myGraphic to markup using myXMLElement
    end tell
    end tell
    Budgie

  • How to place a tone into the Alert (text) Tone folder iOS7?

    I made a custom tone that I want to use for as a new alert tone on my iPhone. I got it formatted and into my tones in itunes and synced it up. The new tone gets put under ringtones vs alert tone. Is there a way to get that tone to be place into the correct folder?
    Is it a file format change, like m4r (ringtone)? Or apple doesn't let you put them in the folder you want. Just a peeve of mine to get something into the right folder!

    Try:
    Ask for Text: first value
    Set Value of Variable
    Ask for Text: next value
    Set Value of Variable
    etc.... till you have variables for all the information you want
    Get Value of Variable (1st)
    Get Value of Variable (2nd)
    etc... till you do get for every variable
    Run Shell Script: Pass input: as arguments
    $1 should have 1st variable
    $2 should have 2nd variable
    $3 etc...
    But just to be sure, try substituting the following shell script so you can see what was passed
    n=0
    for a
    do
        n=$((n+1))
        echo "\$$n: $a"
    done
    Then look at "Run Shell Script" -> "Results".  Adjust your use of $1, $2, $3, ... as appropriate.
    Message was edited by: BobHarris

  • How to place a VI into another VI

    I want a VI to be linked nto another i got the procedure how to do but the problem is linking with connectors what i want exactly is to palce a font VI into an existing VI with all the links

    Hi Jex,
    If you are trying to create a subVI, please look at the attached file.
    1. show connector pane on your front pannel,
    2. Click on one of the input terminals on the connector pane.
    3. Click on the control where you want your input terminal to be associated to.
    Save the VI and next time you drop it into another VI, the connectors will show up.
    For more help regarding subVIs, please take a look at this article.
    If you are new to LabVIEW, I highly recommend going through this tutorial.
    Hope this information helps.
    Yi Y.
    Applications Engineer
    National Instruments
    http://www.ni.com/support
    Message Edited by Yi Y on 08-01-2007 04:49 PM
    Attachments:
    CreateASubVI.gif ‏68 KB

  • How to use INSERT INTO ALL statement in jdbc prepared statement with beans

    Kindly give me some example that how we can use "INSERT INTO ALL STATEMENT" in jdbc prepared statement inside a jsf bean?
    Actually i want to take employee id's of present employees using single jsf page and using one textbox for each employee id.
    How can i use INSERT INTO ALL statement to achieve this?
    Following is my code snippet.
    AttendanceBean.java:
    public class AttendanceBean {
    private int atteid;
    private String attdname;
    private int attday;
    private int attmonth;
    private int attyear;
    public static Connection getAttConnection() throws Exception {
    String driver = "oracle.jdbc.driver.OracleDriver";
    String url = "jdbc:oracle:thin:@localhost:1521:globldb3";
    String username = "scott";
    String password = "tiger";
    Class.forName(driver);
    Connection conn = DriverManager.getConnection(url, username, password);
    return conn;
    public String addAttendance(){
    Connection conn = null;
    PreparedStatement pstmt = null;
    boolean committed = false;
    try {
    conn = getAttConnection();
    conn.setAutoCommit(false);
    String query = "INSERT ALL INTO attendance VALUES (?,?,?,?,?)";
    pstmt = conn.prepareStatement(query);
    pstmt.setInt(1,this.atteid);
    pstmt.setString(2,this.attdname);
    pstmt.setInt(3,this.attday);
    pstmt.setInt(4,this.attmonth);
    pstmt.setInt(5,this.attyear);
    pstmt.executeUpdate();
    conn.commit();
    conn.setAutoCommit(true);
    committed = true;
    return "home.xhtml";
    } catch (Exception e) {
    e.printStackTrace();
    return "CRM.xhtml";
    } finally {
    try{
    if (!committed) conn.rollback();
    if (pstmt != null) pstmt.close();
    if (conn != null) conn.close();
    }catch(Exception e){
    e.printStackTrace();
    }

    Check this program for some info on Push buttons:
    1-DEMO_DYNPRO_PUSH_BUTTON
    2-DEMO_DYNPRO_MODULE
    3-DEMO_DYNPRO_ON_CONDITION
    Suppose Your screen is 101
    Then in that screen create one push button and assign it a function code.
    Now in the PAI of the 101 screen
    Create Module for user command
    Inside that module checc the sy-ucomm if sy-ucomm eq <Function code of your push button>
    Insert the values in database.
    *& Module USER_COMMAND_0101 INPUT
    process after input for screen 0101 *
    MODULE USER_COMMAND_0101 INPUT.
    CASE OK_CODE.
    WHEN 'SAVE'.
    *Insert the values here
    WHEN 'DISP'.
    ENDCASE.
    CLEAR OK_CODE.
    ENDMODULE. " USER_COMMAND_0101 INPUT
    Regards
    Neha
    Edited by: Neha Shukla on Dec 3, 2008 1:02 AM
    Edited by: Neha Shukla on Dec 3, 2008 1:02 AM
    Edited by: Neha Shukla on Dec 3, 2008 1:06 AM

  • How to place the xml contents into textframe?(cs2_js)

    after flow the xml into indesign document,i able to get the particular xml element and its contents in a variable.
    i want to know how to get certain range of xml element's contents and how to place that in textframe?
    //for get content
    app.activeDocument.xmlElements.item("header1").contents
    if i place the particular element's contents in xml structure extra tags added at edge
    i want to avoid that duplication also
    thanks in advance
    by
    subha

    Hi,
    Use FM WS_FILE_COPY To FIrst Copy the File to some Location
    and Next Use FM TMP_GUI_DELETE_FILE To Delete the File from Old LOcation.
    Regards
    Bala.M

  • I have just added an album to my iTunes from a CD. But the tracks are now displayed in 2 places in my iTunes library. How do I consolidate them into a single album?

    I have just added an album to my iTunes from a CD. But the tracks are now displayed in 2 places in my iTunes library -- as if I had downloaded 2 seperate albums. How do I consolidate them into a single album in my iTunes?

    Did you use the same method to add each of the six albums to your library?  With some of iTunes configuration options, some imports (CDs, Store purchase, use of the Automatically add to iTunes folder) will go into the standard media folder location, but the other methods to add media files already on your PC (Add File to Library..., Add Folder to Library..., drag and drop) will leave the files in their original spot.
    The other factor that may influence where iTunes locates media files is the setting of the "part of a compilation" flag in the media metadata.  When this flag is set iTunes (when configured to organize your media and copy all additions to the media folders) will place files in iTunes Media\Music\Compilations\album_title rather than iTunes Media\Music\artist_name\album_title.

  • How can I place good screenshots into InDesign?

    This is essentially what I am trying to do as well...Is there a correct answer that was given? How do know which answer is the one correct answer that is noted in the forum? My question is identical to the one below. My screen shots are off a website.
    I am working on a guide in InDesign to distribute to our customers that shows step by step instructions on how to use our software.  I am taking screenshots of the software and placing them into InDesign.  I have tried this many different ways now and I can't get the images to look clear.  I have taken the screenshot and pasted it into Illustrator, Photoshop, even Paint and then saved it as many different file types, jpeg, gif, tif, etc.  It looks great in Illustrator or Photoshop but after I place the image into InDesign it looks awful.  It looks blurry on the screen and after I print.
    If I paste the image into Illustrator and then copy from there and simply paste into InDesign the image looks much better.  Almost perfect.  But I know this isn't the right way to do this and the images aren't saved/linked this way.
    Does anyone have any suggestions?

    Kitti-girl's Mom wrote:
    This is essentially what I am trying to do as well...Is there a correct answer that was given? How do know which answer is the one correct answer that is noted in the forum? My question is identical to the one below. My screen shots are off a website.
    I am working on a guide in InDesign to distribute to our customers that shows step by step instructions on how to use our software.  I am taking screenshots of the software and placing them into InDesign.  I have tried this many different ways now and I can't get the images to look clear.  I have taken the screenshot and pasted it into Illustrator, Photoshop, even Paint and then saved it as many different file types, jpeg, gif, tif, etc.  It looks great in Illustrator or Photoshop but after I place the image into InDesign it looks awful.  It looks blurry on the screen and after I print.
    If I paste the image into Illustrator and then copy from there and simply paste into InDesign the image looks much better.  Almost perfect.  But I know this isn't the right way to do this and the images aren't saved/linked this way.
    Does anyone have any suggestions?
    This old post from Dov Isaacs
    http://forums.adobe.com/message/2938256#2938256
    may be helpful. Also the whole discussion in the thread that begins with
    http://forums.adobe.com/message/2936631#2936631
    is worth at least skimming.
    HTH
    Regards,
    Peter
    Peter Gold
    KnowHow ProServices

  • How to put selected videos into one place (File)

    How to put selected videos into a File so I can only show on TV the videos in that file

    YYou have to describe your issue in more detail. Are you using iTunes? Trying to see it in Apple TV, etc, etc.

  • How to convert the compund case statement into decode statement

    (CASE
    WHEN FRCST = 0 AND SALE = 0 THEN 'No transaction '
    WHEN FRCST = 0 AND SALE <>0 THEN 'Sale ag. Nil Forecast : '||SALE||' Kgs'
    WHEN FRCST<> 0 AND SALE = 0 THEN 'No Sale ag. Forecast : '||FRCST||' Kgs'
    WHEN FRCST<>0 AND SALE<>0 AND DIFF=0 THEN 'No Variance'
    ELSE TO_CHAR(ROUND((DIFF/FRCST),2))||'%'
    END)VARIANCE
    How to convert this tatement to decode statement ?
    Yogesh

    Decode(FRCST,0,DECODE(SALE,0,'nO TRANSACTION','SALE AGAINST NIL FORECAST'),DECODE(SALE,0,'NO SALE AGAINST FORECAST',
    DECODE(|SALE-FORECAST|,0,'NO VARIANCE',TO_CHAR(ROUND((DIFF/FRCST),2))||'%')))As per me whole case can be replaced by above decode

Maybe you are looking for