Problems with patching: ACS 5.0 to 5.1 upgrade

I'm following the instructions to upgrade ACS 5.0 to 5.1

But I can't get past the first step:

Step 1 Install the ACS 5.0 patch:

Issue the following command from the patch CSA in EXEC mode to install the fix for the ACS:

Install patch ACS patch-name. tar.GPG repository repository-name

Here is my result:

/ Admin # acs patch install repository 5-0-0-21 - 9.tar.gpg mytftp
chmod: cannot access at the "* .sh ': no such file or directory".
Error: Could not open the patch 5-0-0-21 - 9.tar.gpg

It download the patch via TFTP ok, but cannot install it.

Can anyone help?

Thank you

There are problems in 5.0 with using tftp for file transfers that exceed 32 MB. There may be problems with the ftp servers that exceed this limit.

I recommend to start using the alternative repository type. For example, ftp or a local repository on the server.

Tags: Cisco Security

Similar Questions

  • Problem with Cisco ACS and different areas

    Hello

    We are conducting currently a problem with Cisco ACS that we put in place, and I'll try to describe:

    We have ACS related directory AD areas, where we have 2 domains and appropriate group mappings.

    Then we have our Cisco switches with the following configuration,

    AAA new-model

    AAA-authentication failure message ^ CCCC

    Failled to authenticate!

    Please IT networks Contact Group for more information.

    ^ C

    AAA authentication login default group Ganymede + local

    AAA authorization exec default group Ganymede + local

    AAA authorization network default group Ganymede + local

    AAA accounting exec default start-stop Ganymede group.

    orders accounting AAA 15 by default start-stop Ganymede group.

    !

    AAA - the id of the joint session

    But the problem is that with the users in a domain, we can authenticate, but not the other. Basically, the question is that when we check on the past of authentication, two authentications are passage and the display of 'Authentic OK', but on the side of the switch, there is a power failure.

    There may be something wrong with the ACS?

    Thank you

    Jorge

    Try increasing the timeout on IOS device using radius-server timeout 10.

    Do we not have journaling enabled on the ACS server remotely?

    -Philou

  • Problems with almost all of the adobe after Yosemite upgrade programs.

    It seems that each program has become a little bit broken.

    Here are some of my most frequent problems with creative cloud:

    -Photoshop (after having been opened for several minutes) cannot put items. "Photoshop cannot complete your request because of an error". Only solution restarts.

    -InDesign crashes at every second, I have change the pictures on the slips. Oddly precise timing but I tested.

    -Edge Animate freezes and crashes often.

    MacBook Pro (retina, 15 inches, mi 2014)

    Intel Core i7 2.2 GHz

    16 GB 1600 MHz DDR3

    Intel Pro Iris 1536 MB

    Please refer to:

    1Compatibility Mac OS X Yosemite (10.10) FAQ | CC

    2.adobe Creative Cloud CC Yosemite 10.10 difficulty

    Concerning

    Baudier

  • Problem with GANYMEDE + (ACS) and cat 2950

    I have configured the 2950 as below and properly configured ACS and I can connect to the 2950 using this configuration, the problem lies after that I go to enable and try any command, I get approval to next error command failed.

    What I missed out the config that will allow me to execute commands?

    AAA new-model

    AAA authentication login default group Ganymede + local

    AAA authorization exec default group Ganymede + local authenticated by FIS

    AAA authorization commands 15 default group Ganymede + authenticated if

    AAA authorization network default group Ganymede + local authenticated by FIS

    AAA accounting exec default start-stop Ganymede group.

    orders accounting AAA 15 by default start-stop Ganymede group.

    AAA accounting network default start-stop Ganymede group.

    GANYMEDE server host ***. ***

    radius-server key 7 *.

    Thanks in advance.

    Jon

    Hi Jon,

    AAA of the switch seems ok, maybe you need to take a look at your ACS.

    Check the following information, where you have to apply it in your ACS config:

    http://www.Cisco.com/en/us/products/sw/secursw/ps5338/products_configuration_guide_chapter09186a00801fd6fc.html#wp676529

    Rgds,

    AK

  • Wizard problem with patch 7461070

    Version 2.1.8. Tempting to step ' 9 - implement DBA CUP and associated patches (required) ' of the 'Upg to Rel 12.1.1"category and the step is not find patch 7461070 even if it has been staged in the folder EOF_HOME/patches. I am not able to download patches automatically from the server, have a thread separate on it, but given that this step will find not the patch even if manually downloaded and staged, he did finish without error. Is this a bug in the Maintenance Wizard? If so, is there a workaround? Thank you!
    .
    In the step log file (Note that it shows even the patch in the 'ls' command after he tries to download it).
    .
    Audit by downloading the fix: 7461070
    ... Verification of the existence of the patch: 7461070 on the node local /u01/mwiz/mwizdb/10.2.0/eof/patches
    ... Not found, trying to updates.oracle.com ftp
    ... About to get patches: 7461070

    Download script get_from_url_1704_7461070.sh running in /u01/mwiz/mwizdb/10.2.0/eof/patches

    ################################################
    -rw - r - r - 1 oramwiz s/n 6751974 2 Mar 06:09 p7461070_R12_LINUX.zip

    ERROR - looks like ftp failed, see ls-l p7461070\ * (see above) of EOF_PATCH_TOP
    EOF_PATCH_TOP=/U01/mwiz/mwizdb/10.2.0/EOF/patches
    Journal of session: /u01/mwiz/mwizdb/10.2.0/eof/log/INSTANCE_1704/get_from_url_7461070\*.log
    ===================================================================
    (1) ask the administrator trying to run the ftp script manually.
    OR
    (2) HOME/.netrc value, then try to Script: /u01/mwiz/mwizdb/10.2.0/eof/log/INSTANCE_1704/get_from_url_1704_7461070.sh

    Yes, it's a bug. I found the problem in the fichier./COMMON/patch_utilities.sh where when defining the variable platname the script if the return of a command executed remotely 'uname '. There was an enterprise value that checks for 64-bit, but it uses a local 'uname' run to determine if it is 64-bit Linux. Since it is a local run he picks up the 64 os on your server of MW. Please make the following change to la./COMMON/patch_utilities.sh file to temporarily work around the problem until the next version of 2.19 MW

    case $OS_NAME in
    SunOS) platname = SOLARIS64
    platform_id = 23
    ;;
    HP *) # from bug: 5494237
    model = 'uname-m '.
    If ["${model}" = "ia64"]
    then
    platname = HP-UX-IA64
    platform_id = 197
    on the other
    platname = HPUX64
    platform_id = 58
    FI
    ;;
    AIX) platname = AIX64 - 5 L
    platform_id = 212
    ;;
    Windows_nt) platname = WINNT
    platform_id = 912
    ;;
    Linux)
    CHECK_64 ='uname - a. grep 'x86_64'-i '
    If ["${CHECK_64}"! = ""]; then
    platname = Linux - x 86-64
    # NOT SURE ON THIS MARKET? MY ARU does not have 2 linux ones
    platform_id = 46
    on the other
    platname = LINUX
    platform_id = 46
    FI
    ;;
    ECHO *) "WARNING - node: $node no installation automated fixes on this OS ($OS_NAME).»
    ;;
    ESAC

    TO

    case $OS_NAME in
    SunOS) platname = SOLARIS64
    platform_id = 23
    ;;
    HP *) # from bug: 5494237
    model = 'uname-m '.
    If ["${model}" = "ia64"]
    then
    platname = HP-UX-IA64
    platform_id = 197
    on the other
    platname = HPUX64
    platform_id = 58
    FI
    ;;
    AIX) platname = AIX64 - 5 L
    platform_id = 212
    ;;
    Windows_nt) platname = WINNT
    platform_id = 912
    ;;
    Platname Linux) = LINUX
    platform_id = 46
    ;;
    ECHO *) "WARNING - node: $node no installation automated fixes on this OS ($OS_NAME).»
    ;;
    ESAC

    Published by: mybro62 on March 2, 2011 10:11

  • HP Envy Notebook m6-1125dx: no problems with the HP Envy m6 at 10 Windows upgrade?

    I plan the upgrade of Windows 10 of my HP ENVY m6-1125dx Notebook PC (Intel Core i5 - 3210M CPU) and need to know if this computer will be compatible with Windows 10. Because the HP support Web site now requires a scanning system to report on the drivers available, I have no way of knowing if there are any drivers Windows 10 available (or if they are still required). I thought that maybe I could send an e-mail or chat with HP to see what they have to say, but they want $60 to answer a question!

    Please let know us if anyone has experience (good or bad) with 10 of Windows upgrade for th want m6.

    Hüffer,

    Just an update... I followed your advice and installed upgrading on-site instead of clean, and everything seems to work fine. The only real glitch, I met was the trackpad settings have been changed which because of many problems, but I could attack while going in the Synaptics Control Panel and reset everything to the way I like them.

    Thanks again for the help and I'll review it "resolved".

  • Problem with a keyboard key of T440 after the upgrade to Windows 10

    Hello world

    I have a Brazilian keyboard layout (ABNT2) on my T440 and I am facing a problem after the upgrade to Windows 10. The new version of Windows recognizes this key:

    As long as the "CTRL on the right" (commom on other layouts).

    Everyone was faced with a similar problem or have any clues as to what might solve this problem?

    Thanks in advance,

    Felipe

    Solved.

    Do more research, I fount out is an old bug with Lenovo's Thinkpad laptops with this Brazilian keyboard.

    If you are facing the same problem, use this registry tweak and the problem is solved:

    http://ZTop.com.br/WP-content/uploads/2009/11/thinkpad_abnt_win7.zip

    (the file name indicates "win7" but it also works for Windows 10)

  • problems with wireless after the motherboard, cpu and ram upgrade adapters

    As the title says, I have recently updated my card mother, cpu and ram (increased from Asrock extreme6 z77/i7 3770 k/Kingston 8 gb hyperx for EVGA ftw/i5 z97 4670 k/g. Skill ripjaw x 16 gb). I always use the same installation of Windows 7 64 via the same SSD. After I was installing new equipment, I used the disc that comes with the motherboard and installed all the drivers that were available (twice, just to be safe). All the features of the OS I had before seem to be there except to exit Device Manager to correctly install the drivers for my wireless (Linksys AE1000 and TP Link N900) adapters. I downloaded the current driver for the Linksys Web site and I have the disc for the TP-Link and I tried several times to install, but keep the same message ' Windows found driver software for your device, but has encountered an error trying to install it. Device Manager recognizes the device and it is not any question of State symbol (IE yellow triangle, etc.) that is displayed in conjunction with an adapter. I tried disable/re-enabling and uninstall/re-installing times and keep having the same problem. I tried to search in several forums of people with similar problems, but none of the resolutions seem to work or are suitable for my situation. Any help that can be provided would be greatly appreciated. Thank you.

    Hello

    When you upgrade your motherboard, cpu and ram, drivers for particular devices may not be related to other drivers. That's why I suggest you to install all the drivers for the chipset from the manufacturers website and see if that helps.

  • Problem with the mouse and the network after the upgrade VMware Tools and hardware to virtual machine

    Hello world...

    I just upgrade my ESX 3.5 servers to vSphere 4.1. All this work is very well with the upgrade right now.

    After that, I tried to mise a niveau of VMware Tools and hardware of VM for my virtual machine and the problems started.

    I tried with two different VM (the two Windows 2003) and the problem appears for the two VM.

    I don't want to test another VM of the different operating system now, I'm afraid to go too far with update of Pentecost the problem I have now.

    I tried two VM to be sure that the problem is not only on a virtual machine.

    First of all, the mouse.

    My mouse has jerky movement. The button works, but sometimes I have to click several times to select what I want.

    I tried to uninstall the mouse in Device Manager and reinstall, but not really Pentecost improvement which (buttons works better, but... not so sure).

    Second problem.

    After you restart the server after VMmware tools and hardware virtual machine, the network link not working anymore.

    When I go to my network card configuration, IP settings are reset in DHCP mode.

    If I go again all my IP settings, Windows says:

    The IP address is hidden from the network and Dial-up connections

    folder because it is not physically in the computer or is a riser

    It does not work. If the same address is assigned to both adapters and

    they become active, only one of them will use this address. This may result

    in the incorrect system configuration. You want to enter a different IP address

    address of this adapter in the list of IP addresses for this card in the list

    Advanced IP address in the dialog box

    If I answer Yes to this, I have to enter a new IP address, and of course, this is not what I want to do.

    If I don't answer, the network working again.

    I think it is a strange message but the work of the vSphere maybe network now.

    Anyone have any idea why my work network and mouse as this upgrade after.

    All other VM that is not upgraded so far works great.

    Thanks in advance...

    (1) make sure that your hardware acceleration is safe enough. I got the upgrade down my hardware acceleration several times already.

    (2) sounds like the new drivers for your NIC cards took over and VMware is basically a new card NETWORK for you. Follow these steps to disable it:

    (a) open a command prompt

    (b) type (without quotes): 'set devmgr_show_nonpresent_devices = 1' and press ENTER.

    (c) type (without the quotes): "start devmgmt.msc"

  • Does anyone has problems with the Pgm/Src/monitor overlays since the upgrade to 2015.3?

    I'm running a Windows 10 system and jumped right in to 2015.3 last week to begin a new documentary project runs.

    While the construction of a first string / radio edit I noticed that without overlays showed in the panels of the Source monitor or program on my monitor, despite overlays being enabled for all of the foregoing. No amount of toggling the State of overlays on and outside, or change the settings for overlays, layout, etc. could force it to display. The only way I could get them back was to exit and restart the application, but the resurgence was temporary. After a short period of time (that is to say the next time I looked / need them) recoveries once more disappeared. Weird.

    Never experienced this in 2015.2 or before.

    Start the computer and now it works...

  • Cloud creative will not download PhotoShop, but I had no problems with the download of other applications.  Any suggestions?

    Suggestions download PhotoShop Creative Cloud?

    Hi Cathy,.

    You can click on "Learn more" to check the exact error code.

    Also, please see the article in case of exit 6 or 7 code: https://helpx.adobe.com/creative-suite/kb/errors-exit-code-6-exit.html

    Please see the thread: CC Photoshop update failed. Download error 49 or Photoshop CC 2015 keeps do not install: problem with Patch

    Hope this helps!

    Kind regards

    Shelly

  • Problem with Chrome and El Capitan 10.11.4 fonts?

    I have a strange problem with Chrome v 49.0.2623.87 after upgrade to Mac OS X 10.11.4. On various e-commerce sites, including amazon and eBay, Staples, screen fonts are missing. I know this is usually related to the chromium does not correctly defined in the encoding preferences. I tried different settings, but nothing has worked. Does anyone have a solution?

    I think you need to take your question on the Google Chrome help Forum.  Because Chrome is not an Apple application, all the problems that you experience relating to it and OS X will have to be resolved by them.

  • Hi I have a problem with my Photoshop CS3.

    Hi I have a problem with my Photoshop CS3. I have the upgrade in my possession... but somehow, while moving my house, I lost my CS2 version. Therefore, I can't find the serial number for the CS3 upgrade, if I don't have the serial number for CS3.

    Can someone help me find a way to find my serial number for my old version?

    I can't afford to buy another Photoshop application, and phone or chat in support of this product.

    Hoping that someone out there in the "forum-sphere" gets my email and can help me.

    Thank you very much.

    With gratitude,

    Jackie

    Hi jackiel

    The serial number of the Adobe product you bought underneath your products registered on the product box or Adobe (Adobe ID)

    Refer to find the serial number of your product Adobe quickly

    Let us know if this helps

    ~ Assani

  • Problem with a police old Adobe MultipleMaster after recent MS patches

    Since the December 2011 patch Tuesday, we have problems with an instance of the fonts Adobe MultipleMaster GraphiteMM. The instance I have installed now defalts to Arial and put it back, it goes to a new name which means that we must change the fonts in the existing documents.

    Someone at - he a clue patch that could have done this? My operating system is XP Pro 2002 sp3.

    Thank you

    I followed him there down to the security fix for XP KB2296199. Uninstalling it fixes the issue.

  • Are there problems with changing the IP address of a system of v5.3 ACS after the initial Setup?

    I'm migrating from ACS v4.2.1 to v5.3.  I want the final v5.3 system to assume the IP address of the machine 4.2 of origin so I don't have to change any configs on network devices.

    Are there problems with the change of the IP address of the system AFTER the initial installation v5.3?

    I tried without problem. I changed the ip address of the WLC several times.

    You must ensure that:

    1-) you change the switchport accordingly to the appropriate vlan if the new ip address belongs to a subnet of a vlan different.

    2-) make sure that all clients AAA configured to use the new IP address of the ACS servers.

    Here is the procedure how to change the ip address of the interface (according to the doc of cisco):

    http://goo.GL/0BYqVT

    I also changed parIP normal address and it works. but of course, the server must be autonomous before doing this step (i.e. no secondary ACSS registered to him and he is not on the other ACSS in a distributoin).

    HTH

    Amjad

Maybe you are looking for