Copy AP Configuration Templates-WCS 7.0.172.0

I am wondering if anyone has seen a way to copy an AP configuration template. We have several distribution centers and the templates are essentially identical other than the Template name and the AP Group VLAN (different for each DC). We set up a new template for each new DC. Being able to copy a template, rename it and change the Group VLAN setting would save a lot of time.

I haven't been able to make it work like it was in prior versions.  I have found you can initiate the session from monitor-->access points--->ap name and selecting the radio type.  802.11b/g/n, or 802.11a/n.  The icon is under cleanair management operation.

Similar Messages

  • Configuration Template Builder WL8.1 does not work

    Hello,
         After spending nearly 2 days now trying to get a Configuration Template
    built, I've concluded this simply does not work. Has anyone used the
    Config Template builder to package a semi-complex application on top of WLI?
         I'm trying to have 2 of my applications, the JMS and JDBC resources,
    and a WLI event generator packaged up for easy deployment to someone
    else's server configuration. The problem with this is that there are
    required resources for WLI, namely a database. The Pointbase database
    included for WLI does not get included in the template automatically.
    There are also some flat-out bugs:
    If you choose to include a resource adapter "application", such as
    jms-xa-adp.rar, the template builder does not bundle this in the
    template and deploy it correctly. The template builder restricts you to
    putting applications in the relative path starting at ./
    For jms-xa-adp.rar, its original location is in $WL_HOME/server/lib, and
    the template builder defaults to put it in ./lib of your template.
    However, when you create a domain with the template, jms-xa-adp.rar does
    not get placed in your ./lib directory. This causes you to then go and
    manually edit your config.xml to point back at $WL_HOME/server/lib or to
    manually copy jms-xa-adp.rar into your ./lib directory (which the
    template mechanism should do for you).
    Relative paths in the config.xml file require you to execute the config
    builder from the directory of the domain you are making a template for.
    The template builder should instead be smart enough to realize that
    relative paths in the config.xml file are relative to the directory that
    the config.xml is in, not the one you are running the template builder
    from. You'll get an error when trying to create the template cause it
    won't find the resources if you're not in that directory.
    If anyone has successfully used this to package a WLI application in a
    template, please share your experiences and how to do so. In the
    meantime, I'm claiming there is no way to nicely package up a server
    configuration for a WLI app in Weblogic, and this is a big shortcoming.
    Weblogic needs a simple transferrable way of creating server
    configurations (it tries to do this with the template, but that is
    failing). With JBoss, for example, you simply copy your server directory
    into another installation. This doesn't work with Weblogic unfortunately
    because it puts hard-coded paths in the config.xml file.
    Thanks

    Russ,
         Thank you for the detailed responses. The only one I'm currently
    struggling with still is the #5, with the scripts between the two. One
    of the major benefits of using a J2EE App Server is supposed to be the
    portability between servers. I find it disconcerting that BEA Weblogic
    restricts me to the platform I created the domain on by creating
    platform-specific startup/shutdown scripts for only the platform created
    on. It's understandable that a script converter would be difficult, but
    at least both the .sh/.cmd files should be created from the first time
    you make a domain. If the user only wants one or the other, they can
    delete the appropriate one. It's also understandable that the
    users/deployers shouldn't have to manually convert a startup/shutdown
    script to take the domain to a different box.
         JBoss clearly has BEA beat on ease of deployment here. Their model is
    the concept I'm thinking of: you have some generic startup/shutdown
    scripts that can load a platform-independent server configuration. You
    truly can copy directories as-is between JBoss installations.
         I was hoping to package up a server domain for use on any of the
    supported platforms, but since I don't have the time to manually convert
    the startup/shutdown scripts, I'm going to have to tell people it's only
    for Solaris now.
         Hopefully BEA can fix this in a future SP. There's no need for this
    platform-dependency. Also, if the Windows version can generate both
    scripts at creation time, then the Solaris should be able to do this as
    well (or at least give you the option).
    Thanks again for the replies
    russ wrote:
    Hi Steven,
    I have several comments and questions about your last two posts. I will try to
    address them in order.
    1) "The Pointbase database included for WLI does not get included in the template
    automatically."
         By default the template builder only includes the *.cmd and *.sh files in the
    template from your domain directory. If you begin building with an existing
    domain template all files that were in the template will get included. This was
    done because there is no way for the builder to automatically determine all the
    files that are required by your template/domain and we steered away from recursively
    including all files from the directory so that unused files were not needlessly
    included. We can extrapolate some files based on the application paths in the
    config.xml, but the rest is left up to the template builder to be aware of what
    is needed for their domain to run. So, if you need the Pointbase *.dbn and *.wal
    files included in your template just select these files on the ?Add Files? panel
    of the template builder and add them to the ?Domain Directory?.
    2) ?If you choose to include a resource adapter "application", such as jms-xa-adp.rar,
    the template builder does not bundle this in the template and deploy it correctly.?
         The template builder considers application files to be in two categories: Imported
    or Internal. When you are at the ?Add Applications? panel of the builder you
    will see a checklist of all the applications that are in the domain you selected.
    On the right hand side there are two text fields. The top one displays the application
    path as it is currently set in the config.xml of that domain. The bottom field
    will be different depending on what category the application falls into. As you
    click on each application in the list, you may notice that the bottom field may
    change from an editable field titled ?Imported Application Path? to a non-editable
    field titled ?Internal Application Path?. The difference between the two categories
    is that an ?Imported? application?s files will be included in the template jar.
    An ?Internal? application?s files will not be included in the template jar because
    they are considered internal to the weblogic installation. The jms-xa-adp.rar
    should fall into the internal category and should not get included in your template.
         From what you are describing it sounds like the builder attempted to import that
    application when it should not have. In an attempt to recreate the problem you
    are seeing I deployed that Connector Module through the WLS console and ended
    up with an application path of ?C:\bea\weblogic81\server\lib? where ?C:\bea\weblogic81?
    is my WL_HOME (a.k.a. USER_INSTALL_DIR). If I then attempt to build a template
    from this domain, the builder recognizes this as an internal path and does not
    include it inside my template. If the current application path you had looks
    different from the one above, that may explain why the builder was attempting
    to import it. What was the value of the ?Current Application Path? for that application
    deployment?
    3) ?Relative paths in the config.xml file require you to execute the config builder
    from the directory of the domain you are making a template for.?
         The builder is ?smart? enough to determine relative paths. You should not have
    to invoke it from the domain directory you are working with. There is a known
    bug in the WebLogic Platform 8.1.1.0 release of the template builder that will
    cause it to not find files with relative paths in your domain directory if the
    application path in the config.xml is just a ?.?. If this is the case, you should
    see a FileNotFoundException when you attempt to create the template. This will
    be fixed in SP2 and you can work around this problem by changing those paths to
    ?./? instead. If this was not the case, what was the path the wizard choked
    on?
    4) ?Looking through the config file, it seems that it's all of the WLI components
    that have absolute paths in the config file. In addition, BEA_WLS_DBMS_ADK has
    an absolute path, not sure if that is WLI or WLS. ?
         BEA_WLS_DBMS_ADK is an integration application. If you created the original
    domain using the configuration wizard most of the applications in an integration
    enabled domain will reference paths inside of you installation directory or ?internal?
    paths. For instance, I used the wizard to create a ?Basic WebLogic Integration
    Domain?. The path for that application in this domain is: ?C:\bea\weblogic81/integration/adapters/dbms/lib/BEA_WLS_DBMS_ADK.ear?
    where ?C:\bea\weblogic81? is my WL_HOME or USER_INSTALL_DIR. When I load this
    domain into the builder it shows this application as ?internal? and the ?Internal
    Application Path? is "$USER_INSTALL_DIR$/integration/adapters/dbms/lib/BEA_WLS_DBMS_ADK.ear".
    This will be set as the path value of this application in the config.xml that
    will be included in the template you build. When you later use the Configuration
    Wizard on this template it will substitute the $USER_INSTALL_DIR$ to the value
    of the installation directory of the machine you are creating it on.
         If you were to Change these to relative paths, as Mark previously suggested,
    it will only work if you copy the domain directory to the same location relative
    to your installation directory on the target machine. Also, if you copy the domain
    in this manner you will more than likely run into problems with your start/stop
    scripts and be forced to hand modify all the paths contained within. The configuration
    wizard tries to alleviate these problems and make the configuration entirely portable.
    This gives the user who creates the domain from your template the ability to
    put it anywhere they want regardless of the paths in the config.xml.
    5) ?However, there is another major problem with the Template Builder: it only
    includes the startup/shutdown script for the platform you create the template
    on. ???I built the template on Solaris with the UNIX scripts. However, I tried
    to create a new config on Windows with this template, and the scripts were not
    converted to .bat files!?
         As I stated previously, the builder will only include *.cmd and *.sh scripts
    into your template by default. If you created the domain on a unix platform using
    the configuration wizard it will not extract the *.cmd files since these aren?t
    considered to be useful on unix. If you were then to attempt building a template
    from this domain and take it onto a windows platform, it will obviously be missing
    any windows scripts. Conversely, the wizard will extract *.sh scripts on windows
    because they can still be useful if a user has an MKS or Cygwin type environment
    installed. The config wizard and template builder do not have the ability to convert
    scripts. The builder will only include existing scripts that are in your domain
    directory and automatically determine any necessary string substitutions that
    will be needed. Please note that since WebLogic is only supported on the NT/2K/XP
    versions of windows you will find that the wizards use ?.cmd? files and not ?.bat?
    files since these are more commonly associated with Win 95/98/ME.
         I will be happy to answer any more questions you may have and would also like
    to take a look at your domain configuration to try and get a better understanding
    of the problems you are encountering.
    thanx,
    russ

  • Configuration Template for SRP 521W

    Hello all,
    Does anyone have a recommnedation for creating a configuration template for the SRP521W?  I can use the Admin-->Backup Config to get a xxx.cfg file, but I cannot edit it with notepad++.
    Also, i know the config can be view via view-source:http://ipaddr/admin/config.xml, but how would I load a modified copy of this back to the router?
    Thanks in advance for your time!
    Philip

    Hi Philip,
    You can load XML configurations on to the SRP using a number of different methods.
    Firstly, make sure that your XML is properly formatted as follows.  Configuration files can include as much or as little configuration as you need.
    <?xml version="1.0"?>
      Add your configuration here
    Provisioning Methods
    1. Resync URL
    You can use the resync URL to command the SRP to collect a new configuration from a specified location.  The SRP can use TFTP, HTTP or HTTPS to collect the defined configuration.  Once you have created your configuration file and loaded it to a TFTP or web server, construct a URL as follows and paste it in to your browser.
    http://:/admin/resync?&xuser=admin&xpassword=
    For example:
    http://192.168.15.1/admin/resync?tftp://192.168.15.100/myconfig.xml&xuser=admin&xpassword=admin
    2. Provisioning URL configuration
    As an alternative to the above, it is also possible to configure the SRP500 with a provisioning URL via the web GUI.  In this case, take the configuration file URL and use it configure the "Profile Rule"  configuration field, which may be found on the Voice > Provisioning page.
    3. Push URL
    Use an application like curl to post the XML file directly to the SRP IP address.  For example:
    curl -k -d @myconfig.xml http://192.168.15.1/admin/config.xml&xuser=admin&xpassword=admin

  • How to copy OVD configuration from one machine to another?

    We have two machines with OVD servers on them. The configurations should be identical from one machine to the other. We suspect there is a problem with the configuration on one of them. We need to know how to copy OVD configuration from one machine to another.
    Can you tell us how to do that?

    well i have this in mind which may help you.
    You would need to have a public ip address to the machine you have consoled to and on internet.
    Download the tftp software from below link.
    http://tftpd32.jounin.net/
    This software does not only act as the tftp server but also you can select the interface of you ethernet card as tftp server ip address.
    For ex if you are connected to a console and have a wireless card which is connected to internet also you connect you eth lan card to the eth or fast eth of the router.
    you can select which ever interface you want to act as the tftp server.
    you will need to add ip addres for you lan card and also config the router port as same if needed.

  • Copy messages in template folder into a new one

    Hello all,
    i get a new phone N97 and i need to copy the message templates i created before from the old phone into the new one
    the old one belong to E-Series ( E50 )
    how to do that please
    using Nokia PC Suite or IR or what ?
    thanks for help

    Hello Impish,
    if there are no blue rectangles, there are two reasons for that:
    1. You have inserted a rectangular shape, not a textbox.
    2. You have inserted a textbox as an inline object.
    If it is the second reason - what I think it is - show the wrap inspector (the third button) while the textbox is selected and activate the second radio button at the top titled "Fixed on Page". Now you will see the blue rectangles. A double-click into it will create a new textbox with the same size of the first and containing the text that was covered by the borders of the first textbox.
    You can connect/link two existing textboxes by dragging from the right bottom blue handle of one textbox to the left top blue handle of a next textbox (or vice versa).
    Have in mind that every object will be inserted as an inline object when you can see the text cursor in the page, independent if the text cursor is placed inside the page text area or in a shape.
    If you want to insert fix positioned objects, be sure the text cursor is not visible before insertion.
    Frank.

  • PLD Document Configuration Template

    Hi All,
    Can anyone please let me share any of the PLD Document Configuration Templates. This is for requirement documentation. Based on this we would like to design the SBO outputs for all the marketing and other documents. Any help would be of great value.
    Thanks & Regards
    Shiva

    Documentation can found in this link:
    https://websmp206.sap-ag.de/smb/sbocustomer

  • App-V: A Configuration Template for Deploying to Stateless RDS Clients on Citrix Published Desktops with Citrix UPM for Profile Management

    Please Vote if you find this to be helpful!
    App-V:  A Configuration Template for Deploying to Stateless RDS Clients on Citrix Published Desktops with Citrix UPM for Profile Management
    Just posted this to the wiki:
    http://social.technet.microsoft.com/wiki/contents/articles/25318.app-v-a-configuration-template-for-deploying-to-stateless-rds-clients-on-citrix-published-desktops-with-citrix-upm-for-profile-management.aspx

    I would not recommend this and keep the package cache and the client on the same non-persistent drive and enable the Shared Content Store. If you separate the cache and the App-V client they could get out of sync and strange behaviour can occur. 
    You can use a temporary local profile with Citrix UPM or UE-V and specify what to roam/save.
    You can use the Shared Content Store so packages will stream over the network. When the user logs on there is a publishing phase where shortcuts etc are created for the user, this will take some time.
    Are you using the App-V full infrastructure?
    Are you using a boot disk, partition or PXE in combination with PVS?

  • Copying the 'Configurator' Account

    Is it possible to 'copy' the configurator account to another new account within IDM so it has exactly the same access rights etc. similar to the way you can right click and copy an account in Active Directory?

    Accounts: New User
    Set "Configurator" as accountId
    Push Load button
    Set a new, unique accountId, e.g. Configurator2
    Save
    Use the Debug pages and compare the XML objects to see if you like the result.
    Edited by: Ugato on 02.03.2009 21:07

  • How to copy a configuration from one router to another?

    Hi I have a 2600 that I need to use for a new gateway router. I need to copy the configuration from the old router to this one. I need to know how to do that the fastest way. If someone can help it would be appreciated. Thanks.

    well i have this in mind which may help you.
    You would need to have a public ip address to the machine you have consoled to and on internet.
    Download the tftp software from below link.
    http://tftpd32.jounin.net/
    This software does not only act as the tftp server but also you can select the interface of you ethernet card as tftp server ip address.
    For ex if you are connected to a console and have a wireless card which is connected to internet also you connect you eth lan card to the eth or fast eth of the router.
    you can select which ever interface you want to act as the tftp server.
    you will need to add ip addres for you lan card and also config the router port as same if needed.

  • Copy a journal template ?

    is there a way to copy a journal template in HFM 9.3.1 ?

    Hi,
    If you want to move a journal template you have created for a specific scenario/year/period combination to another combination, you can go to the "Extract journals" menu then tick "Extract templates" and generate a jlf file. Once the jlf file is generated, you only need to change scenario, year and period at the beginning of the jlf file and reload it through the "Load journals" menu.
    Hope this is clear and helpful.
    Lionel.

  • Prime InfraStructure 2.2 Configuration Template error

    Hi All,
    I'm facing Configuration template error . I can add the CLI template then after i press on Deploy i get error message  and this is happening with all the CLI templates  . ( also Attached the error )
    The error message : "
    Template Deployment- Prepare and schedule : HA With Virtual IP
    There was an error while parsing and rendering the content. (updateLeftTreeOnce is not defined )
    The HA With Virtual IP Template Body as below :
    logging 10.30.2.252
    ip access-list standard VTY_ACCESS
    no deny any log
    permit 10.30.2.252
    deny any log

    We are facing the exact same issue. Here are the version :
    Cisco Prime Infrastructure
    Version : 2.2.0
    Build : 2.2.0.0.158
    We tried restarting the NCS services, but it doesn't help. We have the issue on differents PC and browsers. Users told me they got the issue before but it disappeared by itself. We will open a case about it.

  • NCS WLAN Configuration Template Problems

    Hi All,
    I'm trying to set up WLAN Configuration templates on our new NCS server.  The version of NCS is 1.1.1.24 and the version of our WLC is 7.2.103.0.  I have two problems:
    1.  I do not see an option for AAA Override.   Has this been renamed to something else in NCS?
    2.  I do not see a way to assign a WLAN ID in the template.  This is important as I use it as a RADIUS attribute in our ClearPass guest wireless service.
    Thanks,
    Jason

    Yeah, it's a bit hidden.
    For the AAA Overide, it's actually under the Security > AAA Servers.
    As for setting the WLAN ID, this is not a configurable option from NCS.  It will just build the next one that is available.
    HTH,
    Steve
    Please remember to rate useful posts, and mark questions as answered

  • Cisco MX200 - Cisco TMS Configuration Template

                       Good Afternoon all,
    I have a MX200 to configure and trial along with an EX60.
    We use MXP75,95's and E20's currently, which have Configuration Templates with various settings in.
    I have uploaded the XML file to the system, under Systems -> Provisioning and it is detected with the hardware and software versions.
    When I go under Systems -> Configuration Templates -> I cannot select the MX300 or EX60.
    I am wondering how to configure these new devices for use?
    Regards,
    Matt

    no, there is not a single template you can use at that level to configure both the WLAN and the User Idle timer.
    One is a WLAN setting, the other is a Controller General Setting.
    Now that being said, you could use a CLI template to push both changes, so long as you remember to disable and then reenable the WLAN before/after the Session timeout commands.
    HTH,
    Steve

  • Copy Product configuration values

    Hi All,
    In CIC we have option as "copy 2 complaints" button which is used to copy line item.
    Here when i copy item from standard order to complaints, everthing gets copying except, product configuration view data. i have added configuration part using "get related entity" method but no luck.
    is there any BADI ?
    Can you please suggest how to copy product configuration data.
    Component : Iccmp_bt_slo/slocart
    Event : copy2complaint
    Thank you,
    Cha

    Folks,
    Can you please suggest some points.
    Thank you

  • Deleting WebLogic Configuration Template

    Hi All
    I want to delete a Configuration Template that I created on my Windows desktop. We have procedures to create templates and I could not find the same for deleting templates. Is there any specific way to delete a template? I guess deleting the Executable Jar under C:\Oracle\Middleware\user_templates is not the solution
    Please let me know. Thanks in advance
    chrs0302

    Hi chrs0302,
    I believe by deleting the jar file which had been created in should be the solution. However do let us know if you are facing any issues after doing that.
    Regards,
    Ravish Mody
    http://middlewaremagic.com/weblogic/
    Come, Join Us and Experience The Magic…

Maybe you are looking for

  • How do you do dual boot without Dual activation for CS3?

    I know this has been discussed but I can't find the post called Daryl Pritchard, "Activating CS3 with both Vista and XP Pro on same system" #3, 21 May 2007 12:49 am .  That link seems to be dead. I'm slow to make the switch, but I'm planning to insta

  • Creative Cloud app has nothing in it.

    This is a 2 part issue. The first is when I attempt to open the Creative Cloud App there is noting inside, no tabs, nothing. I want to know how to re-install. When ever I open Photoshop CC 2014 after I sign in I get a popup asking if I want to try Ph

  • Closing video window brings up last minimized window..any way to stop this?

    When I have multiple videos open and I minimize a few of them when ever i close the current one I'm watching it brings up the last minimized video window. Is there any way to stop this? It didn't do it before. I don't like the minimized videos to pop

  • Button does not save

    Hi, I create a new button on a form, the idea is to update the data. The form has a process (Automatic Row Processing (DML) ) to update and was created by a wizard. Now every time a press the button is the form is submited but the process never runs.

  • How can I get my MPEG-2 video imported?

    I just bought LR4 and intended to begin incorporating all of my video with my photos for a complete gallery.  I am unable to import mpeg-2 video.  I can import avi, but anything that is MPEG appears to be an issue.  Are there any codecs or plug-ins t