2950 - Changing the Management interface.

Hi Guys
I know the SI 2950's can't support more than 1 active SVI at any one time and i've seen from the release notes of the 2950 code that the "management" command is no longer available for changing the management interface VLAN.
Considering this what would be the best way to change teh management VLAN remotely on a large number of 2950's without losing connectivity? I'd lab this up myself by I don't have a 2950 around to see what happens when I "Un Shut" the new VLAN.
Any help would be muchly apprciated.
Thanks

Please disregard this message.
I found a 2950 and discovered that when the new interface is "un shut" the old interface is automatically shut down.

Similar Messages

  • Changing the Management Pack extensions or items are stored in

    I think I know the answer to this but I will ask it anyway. Is it possible to change the Management Pack an extension or an object such as a Queue or Subscription is stored in?
    Reason I ask is the person that was maintaining SM before me stored every single form extension, subscription, queue and view etc...in the same Management Pack. I really don't like this particular setup and I am sure its not best practice. I plan to break
    out all the above and possibly more into separate newly created Management Packs, like a separate one for Views, a separate one for Subscriptions etc.... Is the only solution to delete the existing item and create a new one with the same details including
    the display name?

    You can, but not as easily as you would like. 
    Essentially, what you would need to do is split up the the XML by hand, making sure to sort out the DisplayStrings sections to the correct components. Export out the "main" MP, cut out a section of XML that represents the form extension, paste
    it into a new file with a new name, add a reference to the new MP to the main MP, and replace all references to that object with MP Aliases to that object's new home. Import both the new MP and the reduced "main" MP back into the database. 
    there are two problems thou:
    Some objects, like projections (used in form extensions created by the authoring too) and class extensions should only ever be stored in sealed MPs, because removing them causes data that reference them to be invalid, i.e. properties defined in class extensions
    are lost if that class extension is removed and re-added, and templates that depend on projections are inaccessable if the projection they are based on is lost.
    some atomic SDK objects, like workflows, consist of several non-consecutive XML sections, meaning you would need to trace the references and identify which of many <Rule> and <Action> sections belonged with which workflows, and make sure they
    would all end up in the same MP. 
    now you could do this slowly, pulling sections out of the "main" MP and replacing them with references over various nightly downtimes, exporting the "main" MP and carving out a few objects, then importing the trimmed down "main"
    MP and the new single use MP until you had something resembling best practice functional isolation (all Change request notification over here, all service request workflows over there, etc), and the hollowed out husk of your "main" MP as a miscellaneous
    container, but i think you'll find that you still have to face and deal with data loss and breakage, potentially a lot more trouble then it's worth. 
    Given that, i would instead propose that you give up on correcting sins of the past, and start doing it right now. start setting up your new MPs and put new thingss into them, and while you're working, anything that you can easily rebuild. Make a plan to
    rebuild your templates and form customization. start identifying class extensions you'll have to rebuild, and work up a plan to export data defined by them somewhere (probably powershell and CSV) so you can restore it when the classes are restored. 
    Like most data hygine problems, there isn't an easy bulk application answer. you just have to look at everything and clean it up as you go. you can mix salt and sugar quite easily. UNmixing them is a lot more work. 

  • How to change the management agent to use new management service ?

    RDBMS Version:: 10.2.0.3
    Operating System and Version:: AIX 5L
    OEM Console Operating System and Version:: AIX 5L
    Configuring the Management Agent to Use a New Management Service
    Hi,
    I am trying to change the management agent to use new management service using following process.
    1. Stop management agent.
    2. Change in file Agent_home/sysman/config/emd.properties
    For values REPOSITORY_URL and emdWalletSrcUrl and emdWalletDest
    3. Delete all the files in the following directories:
    AGENT_HOME/sysman/emd/upload/
    AGENT_HOME/sysman/emd/state/
    4. Start the management agent.
    ./emctl status agent is showing the new URL for management server (OMS).
    But I am not able to locate the new host on the Web console at the OEM console where it is changed to.
    Can you suggest me workaround for the same?
    Thanks
    Dilipkumar Patel

    Hi,
    I am getting following error when trying to upload.
    tb152 /appl/oracle/oem/10.2.0/bin> ./emctl upload agent
    Oracle Enterprise Manager 10g Release 10.2.0.1.0.
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    EMD upload error: uploadXMLFiles skipped :: OMS version not checked yet..
    tb152 /appl/oracle/oem/10.2.0/bin>
    Regards
    Dilipkumar Patel.

  • HR ABAP - OM Issue (to change the manager for an employee)

    Hi Experts,
    What is the procedure to follow to change the managerial position for an employee.  Is there any function module to change the manager of an employee? Please suggest me how to acheive this..
    Thanks,
    Sudha.

    Hi Mohan,
    Thanks for the reponse. Is it enough to create a record by giving the new manager position with A012 relation?
    Here i am trying to create a record through PP01 transaction.
    when i give the relation as A012 and saving the data its not accepting.
    And please suggest me the function module (if any) to change this data .
    Thanks
    Sudha.

  • ACL blocking traffic towards the management interface on WLC 5508

    Hello All,
    I need to apply an ACL in WLC 5508 such that it would allow https traffic on management interface only from selected clients. 
    For same, I have created an ACL permitting only the intended users while blocking the rest. Have applied the same on the management interface. 
    However still the access from all devices to management interface is not blocked. The ACL hit count too is not incremented. 
    I am on WLC code 8.0.110.0. 
    Has anyone else faced similar issue while applying ACL against management interface. 
    Highly appreciate the inputs. 
    Thanks and Regards,
    Adnan

    Hi Adnan,
    you have to apply this ACL as a CPU ACL. Then it will work.
    For your reference:
    http://www.cisco.com/c/en/us/support/docs/wireless/4400-series-wireless-lan-controllers/109669-secure-wlc.html#t4
    Hope that helps...
    Kind regards
    Philip
    --> Pls rate useful responses <--

  • [svn:bz-trunk] 23129: change the TomcatLogin interface to cover principal converting.

    Revision: 23129
    Revision: 23129
    Author:   [email protected]
    Date:     2011-10-26 08:55:54 -0700 (Wed, 26 Oct 2011)
    Log Message:
    change the TomcatLogin interface to cover principal converting.
    revert the PrincipalConverter interface (stay in core and along with the loginccommand interface)
    solve the packaging and class loading issue
    Modified Paths:
        blazeds/trunk/modules/opt/build.xml
        blazeds/trunk/modules/opt/src/tomcat/flex/messaging/security/Tomcat7Valve.java
        blazeds/trunk/modules/opt/src/tomcat/flex/messaging/security/TomcatLogin.java
        blazeds/trunk/modules/opt/src/tomcat/flex/messaging/security/TomcatLoginCommand.java
        blazeds/trunk/modules/opt/src/tomcat/flex/messaging/security/TomcatValve.java
        blazeds/trunk/modules/opt/src/tomcat/flex/messaging/security/TomcatValve4150.java
    Added Paths:
        blazeds/trunk/modules/core/src/flex/messaging/security/PrincipalConverter.java
    Removed Paths:
        blazeds/trunk/modules/opt/src/tomcat/flex/messaging/security/PrincipalConverter.java

  • What VLAN should the management interface be in on a 4400 controller?

    Hi,
    Some documentations put the management interface on a 4400 controller into a regular tagged VLAN. But some documentations put it in an untagged Native VLAN, the tag=0. What is the difference? Which configuration is optimal?
    Thanks,
    Justin

    The answer is "it depends" :-)
    I would not say any particular config is optimal though. If you have an established VLAN for management interfaces, I would use that. However if you put the management interface in the same VLAN as your AP's, AP's find your controllers easier. Otherwise you can use DHCP to point AP's to controllers.
    I prefer to tag the frame as to which VLAN it belongs to, even if that is the same as the native VLAN.

  • How can I change the language interface of Firefox 4 Beta to English (on Swedish OS)? Can only find different language versions for 3.6.8.

    How can I permanently change the language interface of Firefox 4 Beta to English?
    Computer is running on Swedish Windows XP.
    Found that the advice on similar questions is to install the language version of the desired language on top of the current version but I haven't found different language versions for 4 Beta, only 3.6.8.
    Have also tried to change general.useragent.locale (about:config) to en-US but to no avial.

    Hello,
    If somebody has installed the multi-language package is there a possibility the language to be changed without reinstalling the browser?
    Best regards,
    Yuli

  • Changing the IP address of the management interface

    Hi all,
    I need to make a change to a pair of Production wireless controllers. Basically the IP range that was assigned for the wireless LAN is no longer sufficient. The gateway for the controllers is a pair of Cisco 4500's that are running HSRP.
    I need to extend the LAN from a /23 to a /22. Unfortunately the range of addresses is completely different. To make matters worse I have to do this remotely, some distance away!
    The layer 3 interface on the switches uses .2 and .3 of the new address range with .1 as the gateway (standby ip).
    The controllers are setup as a Primary and Secondary device. With all the APs currently associated with the Primary.
    My plan was to change the IP address of the management and ap-manager (both are on the same subnet) on the Secondary controller, I'd then lose visibility of the Secondary controller, then change the IP addresses of the physical interfaces on the 4500's. Confirm reachabilty to the new IP addresses defined on the Secondary controller. Assuming this works, reconfigure the physical interfaces on the two interfaces to ensure the Primary is reachable again, make the IP changes to the Primary WLC, update the physical interfaces on the 4500's to use the new IP addresses and then both WLC's should be reachable. The AP's will hopefully have rebooted and obtained a new IP address from the new range defined for them.
    I'm really not sure of another way of doing this, other than adding a secondary IP address to the interfaces?
    I also wonder if there is a way to apply the initial configuration to the secondary controller, and if my changes don't work, reload the controller so it goes back to using the saved configuration and not the running configuration. Do the controllers support something similar to the 'reload in x' command like on Cisco switches? I've looked up the reset command but am not sure it achieves the same outcome?
    Any ideas?

    Hi Scott,
    Would you do the Primary or Secondary controller first? All the AP's are currently associated with the Primary controller.
    We don't have access to the console port on the controller remotely. We don't have a KVM/IP KVM there.
    What would be the safest method in your opinion?
    - Make the IP changes through the GUI on the Secondary controller.
    - Make the changes on the L3 switches.
    - Confirm reachability to the new ap-manager IP address and management IP address.
    - Adjust the configuration on the L3 switch so the Primary is reachable again.
    - Make the IP change through the GUI on the Primary controller.
    - Confirm reachability to the Primary and Secondary.
    Do the controllers support the 'reload in x' command or something similar? And is the 'Apply' command in the GUI like committing the change to the running-configuration but not the start-up configuration or if there is a major problem I can get somebody on-site to pull the power?
    Thanks

  • How to change the iPad interface language from Chinese to English?

    On my iPad's 'Settngs' software I was selecting Chinese and Arabic keyboards to enable input in those languages which I am learning and went on to activate those languages in other settings also.   This somehow changed the interface language to Chinese and now program names and menus in 'Settings' program are all in Chinese which I cannot understand and thus cannot go back to English.   How to change to English language without having to restore or reset my iPad as I do not want to loose the data in it.
    Thanks
    Mustafa 

    This might help : https://discussions.apple.com/message/15351767#15351767

  • How to change the Ethernet Interface name in Solaris 10

    I have to install Oracle 10G RAC on three nodes with different ethernet cards, but the ethernet interface name must be the same which is the precondition for Oracle RAC installation.
    So I want to know how can I change the ethernet name in Solaris.
    For example, the ethernet name in the OS is "ce0", how can i change the interface name "ce0" to "e1000g0".
    bash-3.00# dladm show-dev
    ce0 link: unknown speed: 1000 Mbps duplex: full
    ce1 link: unknown speed: 100 Mbps duplex: half
    ce2 link: unknown speed: 100 Mbps duplex: half
    ce3 link: unknown speed: 100 Mbps duplex: half
    ce4 link: unknown speed: 100 Mbps duplex: half
    ce5 link: unknown speed: 0 Mbps duplex: unknown
    Thanks in advance.

    s-wilson wrote:
    You can't. The ce or e1000g refers to the driver as well as the adapter itself. The only exception I am aware of is: the ipge and e1000g which both refer to the Intel Pro 1000.I'm pretty sure I've renamed a driver in the past (and all references to it in name_to_major, path_to_inst, driver_aliases, and minor_perm) and had it function just fine after 'plumb'ing it up. However I just tested this by trying to turn a 'pcn' driver into a 'foobar' driver on a vmware box. It looks like everything works except some internal bits of the driver continue to create one file with 'pcn' in the name instead of 'foobar'. And since this is Solaris 10, the /devices filesystem is dynamic and read-only. I can't seem to force the change.
    So while this may be possible with some drivers (and maybe only on older versions of the OS), it doesn't seem to be generally possible for all drivers on Solaris 10.
    Darren

  • Changing the managed account to Admin

    while trying to set the parental controls on my iMac 2006 (OSX Lion), it has changed my current User (only Admin Account) to a managed. It did not ask me for creating a new user account. after restart I realized that my user account is under parental controls and I cannot change them a the unlock button is asking me for a Admin user password and my admin has been changed to Managed.
    on trying to change any settings the Lock doesnt unlock as it keeps asking me for a admin user password. Tried changing Parental settings and user settings. Same Issue.
    any options to change the user settings without unlocking ? or via a root user or something ?

    Thanks for the quick reply
    I have only 1 account. (which used to be admin and is now managed)
    when i go to parental control it only shows me that 1 account and I cant click on anything everything is locked up.
    opening session windows? do u mean the log in screen ? Tired loggin in there typing root as the user and the first install password.
    NO LUCK !

  • Splitting Site Collection and Changing the Managed Paths

    Hi there,
    I was hoping for some advice.  We are planning the upgrade our SP 2010 to SP 2013.  We have one Site Collection whose DB is nearing 180GB and growing so we are going to "split" it up into four.
    So, the logical thing would be to export sites/subsites and import them into their own site collection.  What I have found though is that when doing this, the workflow history is not kept - we need the workflow history so this is not an option.
    My other thought was to restore the DB, move the contents to a new Content DB, delete out of there what I don't want and do that four times.  That could work but then I get the problem of the URL.  I'm assuming by restoring this same DB four times
    it will be using the same URL?
    So, if anybody knows of a tool out there that can do an export/import that will keep the workflow history that would be perfect (it would have to be free...) - or, how can I restore the DB's to new URL/Managed Paths?  Or maybe you have a better
    solution?  Any help would be appreciated.

    Rebecca, thanks for the suggestion - I just think that could get a bit messy for my users.
    Alex, the Workflow Cleanup job is disabled as we need to keep a record of who approved the task items.  I cannot lose the history.
    What I have done, and have only just started testing, was to backup and restore in Powershell the "Root site" and delete the three subsites.  Then, do the same again but this time, restore to a new URL 
    http://blogs.msdn.com/b/erica/archive/2013/11/26/customer-question-renaming-site-collections-in-sharepoint-2013.aspx 
    So, I've the done the following:-
    Backup-SPSite http://domain/sites/HR –Path E:\Backup\HRBackup.bak -UseSqlSnapshot
    Restore-SPSite http://sp.contoso.net/sites/HR/Subsite1 –Path E:\Backup\HRBackup.bak -ContentDatabase SPS_HRSite1
    Restore-SPSite http://sp.contoso.net/sites/HR/Subsite2 –Path E:\Backup\HRBackup.bak -ContentDatabase SPS_HRSite2
    Restore-SPSite http://sp.contoso.net/sites/HR/Subsite3 –Path E:\Backup\HRBackup.bak -ContentDatabase SPS_HRSite3
    Obviously space could be an issue.  Not a perfect solution but workflow history is kept and I've been able to split my Site Collection. My next challenge is moving the subsite into the root of that new site collection.  I added a comment here if
    anybody has any answers -
    https://social.technet.microsoft.com/forums/sharepoint/en-US/1dbd3d7c-ccd3-42e2-ba48-ad5731f38a58/change-subsite-to-toplevel-site-without-changing-the-link?prof=required

  • Changing the wizard interface

    hi, i was wondering if somebody could help! i'm doing my fourth year project and i need to change the look of jbuilder. when you select file/new you are presented with the wizard, i need to add an extra option in the wizard.
    can anybody help!
    really appreciate it, thanks

    I don't think it's possible to change JBuilder like that, but you should consult the documentation and see what they say.
    You'll probably get further doing that and contacting them directly than getting help here

  • Changing the Bluetooth interface language

    I installed the Bluetooth aplication on my T61 and the interface is in Hebrew. How can I change it to English?

    what is the main language you are using on your laptop??? also what location did you select in your Language and Region in Control panel....
    Doesn't the installation usually ask you what language you want it install in???
    Regards,
    Jin Li
    May this year, be the year of 'DO'!
    I am a volunteer, and not a paid staff of Lenovo or Microsoft

Maybe you are looking for