03-04-2011 09:31 AM - edited 03-10-2019 05:53 PM
I have successfully installed the 5.0.21.9 patch and ADE-OS 1.2 update but when I attempt the 5.1 install via "app install ACS_5.1.0.44.tar.gz local" I get the error "Manifest file not found in the bundle."
Here is a debug of the install:
HOST/admin# app install ACS_5.1.0.44.tar.gz local
Do you want to save the current configuration ? (yes/no) [yes] ?
Generating configuration...
Saved the running configuration to startup successfully
6 [30662]: application:install cars_install.c[195] [admin]: Install initiated with bundle - ACS_5.1.0.44.tar.gz, repo - local
6 [30662]: application:install cars_install.c[209] [admin]: Stage area - /storeddata/Installing/.1299257463
6 [30662]: application:install cars_install.c[213] [admin]: Getting bundle to local machine
6 [30662]: application:install cars_install.c[222] [admin]: Got bundle at - /storeddata/Installing/.1299257463/ACS_5.1.0.44.tar.gz
6 [30662]: application:install cars_install.c[232] [admin]: Unbundling package ACS_5.1.0.44.tar.gz
6 [30662]: application:install cars_install.c[244] [admin]: Unbundling done. Verifying input parameters...
3 [30662]: application:install cars_install.c[261] [admin]: manifest.xml file missing from bundle ACS_5.1.0.44.tar.gz
% Manifest file not found in the bundle
6 [30662]: application:install install_cli.c[94] [admin]: error message: Manifest file not found in the bundle
3 [30662]: application:install install_cli.c[97] [admin]: Error while Installing - Application bundle: ACS_5.1.0.44.tar.gz Repository: local ErrorCode: -602
I created the repository by TFTPing the file to disk:/Upgrade and pointing a repository to disk:/Upgrade. I verified the checksum of the file as it sits on my TFTP server and also manually extracted the file to verify the manifest.xml file is actually there.
I appreciate the help.
Solved! Go to Solution.
03-04-2011 09:52 AM
Looks like there is a problem with the tar.gz file
Copying with tftp can be a problem with larger files. can you do the same with ftp?
03-04-2011 09:36 AM
The upgrade to 5.1 should be done using the following command:
application upgrade application-bundle remote-repository-name
in your case:
app upgrade ACS_5.1.0.44.tar.gz local
03-04-2011 09:42 AM
Thanks for the help, I get the same result:
HOST/admin# app upgrade ACS_5.1.0.44.tar.gz local
Do you want to save the current configuration ? (yes/no) [yes] ?
Generating configuration...
Saved the running configuration to startup successfully
6 [30979]: application:install cars_install.c[195] [admin]: Install initiated with bundle - ACS_5.1.0.44.tar.gz, repo - local
6 [30979]: application:install cars_install.c[209] [admin]: Stage area - /storeddata/Installing/.1299260302
6 [30979]: application:install cars_install.c[213] [admin]: Getting bundle to local machine
6 [30979]: application:install cars_install.c[222] [admin]: Got bundle at - /storeddata/Installing/.1299260302/ACS_5.1.0.44.tar.gz
6 [30979]: application:install cars_install.c[232] [admin]: Unbundling package ACS_5.1.0.44.tar.gz
6 [30979]: application:install cars_install.c[244] [admin]: Unbundling done. Verifying input parameters...
3 [30979]: application:install cars_install.c[261] [admin]: manifest.xml file missing from bundle ACS_5.1.0.44.tar.gz
% Manifest file not found in the bundle
6 [30979]: application:install install_cli.c[168] [admin]: error message: Manifest file not found in the bundle
3 [30979]: application:install install_cli.c[172] [admin]: Error while Installing - Application bundle: ACS_5.1.0.44.tar.gz Repository: local ErrorCode: -602
03-04-2011 09:52 AM
Looks like there is a problem with the tar.gz file
Copying with tftp can be a problem with larger files. can you do the same with ftp?
03-04-2011 12:31 PM
Copying with FTP fixed it. Pretty lame that you can't tftp it over :\
Thanks for the help!
03-04-2011 01:15 PM
No problem
BTW, if you are already in the groove of installing patches you may consider also installing the latest cumulative patch for 5.1. This has all key fxes since 5.1 became available.
Patch number is 5.1.0.44.5
I recommend to do this
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide