Using UNZIP utility...

Hi All,
Getting this error when trying to use unzip..
unzip_lnx em12_linux_x86_disk1of2.zip
unzip: cannot find em12_linux_x86_disk1of2.zip, em12_linux_x86_disk1of2.zip.zip or em12_linux_x86_disk1of2.zip.ZIP.
[root@ipman em12c_sw]# ./unzip_lnx em12_linux_x86_disk1of2.zip
unzip: cannot find em12_linux_x86_disk1of2.zip, em12_linux_x86_disk1of2.zip.zip or em12_linux_x86_disk1of2.zip
root root 4096 Apr 30 21:39 ..
-rwxrwxrwx 1 oracle oracle 2721695356 Dec 20 22:55 em12_linux_x86_disk1of2.zip
-rwxrwxrwx 1 oracle oracle 2907679610 Dec 20 22:56 em12_linux_x86_disk2of2.zip
-rwxrwxrwx 1 oracle oracle 100472 Apr 30 21:42 unzip_lnx
[root@ipman em12c_sw]#
I followed directions on updates site...
thanks

Hi,
Might be some issues with the unzip,
Download the unzip utility for the respective platform from
https://updates.oracle.com/unzips/unzips.html
Click LINUX Intel (32bit and 64bit - Large file support)
And then proceed with the steps in the link
Best Regards,
Venkat

Similar Messages

  • Where do I get unzip utility?

    I downloaded Oracle Enterprise Manager Tuning pack for Windows NT. Instructions suggest to use unzip utility to unzip the zipped file. Where do I get this utility?
    WinZip & pkzip both didn't work...

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by mkera:
    I downloaded Oracle Enterprise Manager Tuning pack for Windows NT. Instructions suggest to use unzip utility to unzip the zipped file. Where do I get this utility?
    WinZip & pkzip both didn't work...<HR></BLOCKQUOTE>
    www.winzip.com
    null

  • How do I estimate time takes to Zip/Unzip using java.util.zip ?

    If I am compressing files or uncompressing zips using java.util.zip is there a way for me to tell the user how long it should take or for perhaps displaying a progress monitor ?

    For unzip use the ZipInputStream and pass it a CountingInputStream that keeps track ofr the number of bytes read from it (you write this). This CountingInputStream extends fileInputStream and as such can provide you with information about the total number of bytes available to be read and the number already read. This can give a crude idea of how much work has been done and how much work still needs to be done. It is inaccurate but should be good enoough for a progress bar
    As for zipping use the ZipOutputStream and pass it blocks of information. Keep track of the number of blocks you have written and the number you still need to write.
    matfud

  • Unzipping files using java.util

    I am trying to unzip files using java.util.zip
    It works fine when I am trying to unzip a file that is already residing on the server.
    But I want to unzip the file that user will upload to the server .
    My code is uploading zip file to server but not able to unzip this zip file giving error
    java.util.zip.ZipException: error in opening zip file
    What could be the problem
    I am not getting exactly
    Can you give me any clue
    Thanks

    sounds like the uploading is the problem. Are you FTPing the file? If so check that it's being transferred in binary, not ascii.

  • Help:how to use java.util.jar to zip or unzip a binary file.

    how to use java.util.jar to zip or unzip a binary file or a file contain native code.

    It may help you to know how I add JARs
    1. I open my Project (myProject)
    2. I Mount the JAR to the FileSystem (like mypackages.jar = which includes com.mus.de.myClass.java)
    3. I Mount the File to the FileSystem (like c:\..myfiles..\myProject)
    3.1 I add the File to my Project
    4. I select File | New -> Classes | Main
    4.1 I typed "import com.mus.de.myClass.java" to refer to this package.
    4.2 I called some of the public methods
    thats it
    Andreas

  • Using java.util.zip.ZipFile

    I have files that are about 4GB (with possible growth in the future) that will be sent to a file system and a java process will be used to unzip them.
    Is there a size limit for unzipping files using java.util.zip.ZipFile?
    annie

    Chicon wrote:
    Hi annie613,
    Indeed, there's a size limit of 2GB for unzipping files, more precisely when the size of the inflated file reaches 2GB !
    Edit : inflated instead of deflated
    Edited by: Chicon on Jun 29, 2009 3:56 PMHmm, this blog says that the current limit of 4GB has been expanded by implementing ZIP64 support in OpenJDK7 build(b55).
    [http://blogs.sun.com/xuemingshen/entry/zip64_support_for_4g_zipfile]

  • Up-to-date unzip utility for MOPatch

    Hi All,
    SAP Note 1027012 - MOPatch - Install Multiple Oracle Patches in One Run
    mentions  following
    MOPatch requires an up-to-date "unzip" utility. As of version 1.7,
    MOPatch by default uses the "unzip" utility that is located at
    $ORACLE_HOME/bin.
    Does anyone know where do we download the uptodated version of unzip utilty and how to install it?
    Is it just over writing the existing files?
    Thanks

    Rizwan Choudhry wrote:
    Hi Orkun Gedik,
    >
    > Thank your for replying.
    >
    > We are using OS :
    > HP-UX Itanium (64-bit)
    >
    > regards riz
    Hi Riz,
    You can find the unzip pack on the link, below;,
    http://hpux.connect.org.uk/hppd/hpux/Misc/unzip-6.0/
    And follow the installation instructions, on the same page.
    Best regards,
    Orkun Gedik

  • The difference between a .dmg file & a .cdr file (using Disk Utility) ?

    Hi,
    In particular, I created both from a DVD using Disk Utility.
    When I chose "read only" a .dmg was created.
    When I chose "DVD/CD Master" a .cdr was created.
    They are exactly the same size.
    Is there any difference ?
    Thanks in advance.
    Pat De Marco

    HI Pat,
    From Wikipedia: A file with the extension .dmg (an abbreviation for disk image) uses a disk image format commonly found on Mac OS X. The format allows secure password protection as well as file compression and hence serves both security and file distribution functions. Its most common function is the distribution of software over the Internet. When opened, DMG files are "mounted" as a drive within the Finder.
    From: Wikipedia .cdr and ISO
    ISO image
    Filename extension .iso
    Uniform Type Identifier public.iso-image
    Type of format Disk image
    Standard(s) ISO 9660
    An ISO image is an archive file (a.k.a. disk image) of an optical disc using a conventional ISO (International Organization for Standardization) format that is supported by many software vendors. ISO image files typically have a file extension of .ISO but Mac OS X ISO images often have the extension .CDR. The name "ISO" is taken from the ISO 9660 file system used with CD-ROM media, but an ISO image can also contain UDF file system because UDF is backward-compatible to ISO 9660.
    Carolyn
    Message was edited by: Carolyn Samit

  • How do you use disk utility to burn a bootable .iso dvd?

    Anybody have a clue on how you use disk utility to burn a .iso bootable dvd disk?
    I'm trying to install windows 7 rc into virtual box in OS X 10.5.7 and cannot figure out how to do this. I've already installed the windows 7 beta in virtual box and was able to make a bootable dvd disk with the .iso file on it but have no clue how I did this.
    I've been searching the web but most tips are for older version of OS X.
    Thanks to anybody who answers.

    It's so easy, You can just burn an .iso file using DVD Creator Std instead of Disk Utility, only 3 steps to finish bur ning your .iso files:
    http://www.imediacreator.com/mac-dvd-creator-standard.html#131

  • Unable to load metadata using outlineload utility in Hyperion planning classic app

    Hi All,
    We are trying to update metadata into classic planning application using outlineload utility, but we are facing error as given below::
    at com.hyperion.planning.utils.HspOutlineLoad.main(Unknown Source)
    Error encountered with Database connection, recreating connections.
    Nested Excetpion: java.sql.SQLSyntaxErrorException: ORA-00942: table or view doe
    s not exist
    Query Failed: SQL_DELETE_EXPIRED_EXTERNAL_ACTIONS:[100]
    java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist 
    Please suggest a way to solve this issue.
    Regards,
    Mahaveer

    Looks like its sequence issue. Can you check if HSP_ACTION_ID_SEQ sequence is available for this planning application.
    Check this :
    Unable to update Dimension Security on a Load Balanced Planning Environment (Doc ID 1058156.1)
    Hope this help!
    Sh!va

  • How do you upload firmware to Airport extreme with the following message: This version of AirPort Utility requires this AirPort Extreme use firmware version 7.3.1 or later. Use AirPort Utility 5.6 to update this base station. I'm using airport utility 6.0

    The airport extreme at my parent's house has not had its firmware update in some time and it keeps dropping the internet connection and needing to be reset.
    I went to update firmware and opened up airport utilities (I'm running airport 6.0 on Mountain Lion, 10.7.4).  Everytime I open the airport utility I get the following message: "
    This version of AirPort Utility requires this AirPort Extreme use firmware version 7.3.1 or later. Use AirPort Utility 5.6 to update this base station. AirPort Utility 5.6 is available at AirPort Service and Support.
    I've followed the link and tried to update firmwares but none are available and the print says that airport utility will look to see if firmware are available and load them as necessary when prompted by user.
    One link said the only way to solve this problem is open up Airport Utility 5.6. I tried to do this, but 5.6 is not supported on Mountain Lion and couldn't be opened up.
    I'm getting the exact same message on my other computer, a Mac Air.
    So basically, can't download new firmware and am stuck with a ****** airport extreme that needs to keep being reset, a factory reset, in order to use the internet, but then continues to give me the same message.
    Thanks!

    See this article for instructions on how to install AirPort Utility 5.6 for Lion on Mountain Lion:
    http://www.macworld.com/article/1167965/mountain_lion_and_the_ancient_airport_ba se_station.html

  • HT1553 Does using Disk Utility also backup MSOffice 2008 (Mac) software already installed on my Macbook Pro with Snow Leopard? If not, how would I do that?

    Hi,
    I'm looking to upgrade from Snow Leapord (10.6.8) to the new Mountain Lion. Have a lot of applications and softwares that I would like to back up when installing the new OS, such as MS Office, Adobe Photoshop and Illustrator. Any ideas on what is the best way to do that.
    I'm not too tech savvy, so a simple solution would be appreciated.
    Thanks,
    Shyam

    If your not very tech savvy, I would have someone assist you in the upgrade process as your about to inflict major change on your life and computer.
    There are some things to consider before you upgrade.
    1: The age of your machine:
    My advice has been if your Mac is less than two years old and has a dedicated graphics (not all only Intel HD 3000 or 4000 CPU graphics like the 13" has)) then you stand a very good chance of 10.8 (or 10.7) running fine on your machine.
    In either case you need to check the specifications of your machine to see if it meets Apple's requirements, and unfortunately those requirements are a bit low, resulting in a slower machine when you upgrade.
    https://en.wikipedia.org/wiki/OS_X_Mountain_Lion
    https://en.wikipedia.org/wiki/Mac_OS_X_Lion
    (note: 10.7 is no longer being sold via the AppStore, you should upgrade to 10.8, however some machines can't, you can call Apple Sales to upgrade to 10.7)
    If your machine originally came with 10.5, I would say forget it. Mac's don't last forever and laptops usually have a life of about 4 years with normal use. Desktops last longer of course and can withstand more OS X upgrades if Apple allows it.
    2: The age of your software.
    10.7 and 10.8 will not run PPC based software of old like 10.6 does, also upgrading to 10.8/10.7 may require expensive software upgrades that can hit you unexpected. Consult this site and your other needed software and hardware drivers/software (for printers/scanners,custom keyboards/mice etc) BEFORE you upgrade the operating system.
    http://roaringapps.com/apps:table
    3: Carbon Copy Cloner or SuperDuper  "clone" (payware)
    Your OS X boot partition to a new/reliable, blank powered external drive and use Disk Utility to Repair Permissions on both afterwards. You can hold the option key down and boot from this clone drive to use the computer like before if your OS X upgrade fails and the machine gets bricked. You can also use Disk Utility to erase the entire internal drive and reverse clone if you find out the OS X upgrade is not to your liking.
    Make sure all other drives are disconnected, like TimeMachine when cloning or upgrading OS X, thus when you reboot TimeMachine doesn't self update itself, which can lock you out from going back in time to restore from.
    Note: If you have Bootcamp, you can clone that with WinClone (payware) to another drive and recreate Bootcamp later and restore it.
    4: Some firmware updates can possibly "BRICK" your hardware
    Firmware updates progress in a forward manner and can't be downgraded, so what sometimes occurs is a software error by programmers or a hardware glitch on your machine won't 100% cooperate with the firmware update and thus your machine will fail to function. Sometimes even a interruption in the OS X upgrade or firmware update process will cause the problem. When this occurs, a trip to a Apple Repair is in order and if your machine is out of AppleCare (3 years) or the 1 years standard warranty your looking at a very expensive logicboard replacement. At this time you usually consider the cost not worth it and rather spend the money on the newer machine, especially if it's 2-3 years old. This can come as quite a shock as you expected to pay $20 for a OS X upgrade and now have to buy a whole new machine.
    You can't not upgrade the operating system for security and bug fixes, however you make sure you have AppleCare that will protect you for three years if such a hardware bricking occurs. If you don't have AppleCare you might want to reconsider taking the chance upgrading the operating system and thus the firmware.
    AppleCare can be purchased within one year of the original machine purchase, it gives one 3 years of care from the date of machine purchase, not from the date of AppleCare purchase.
    5: Market share of OS x versions (apx)
    10.4 4.5% security updates > no
    10.5 15% security updates > no
    10.6 52% security updates > yes
    10.7 30% security updates > yes
    10.8 2 million upgraded so far, just released
    6: Your decision to upgrade or not
    It depends upon your computer technical ability, the age of your machine, your software investment and your budget.
    Can you afford to pay for professional assistance if your upgrade doesn't go as expected? Are you in AppleCare?
    Can you afford to pay for upgrades to third party software?
    Can you afford the downtime while your machine is being repaired?
    Can you live without the "new features" newer OS versions provide?
    Does your hardware even support the newer features?
    You might decide the upgrade is not worth it for your older machine and decide to ease yourself into a new machine gradually. I took this approach with my 2006 MacBook Pro, buying a Early 2011 model. I then upgrade to 10.7 on the older 2006 machine and glad I did, because it got bricked. Turned out 10.7 was a pretty awful upgrade and I was out of AppleCare, however 10.8 seems to be "normal" far as OS X upgrades go, some problems but not mass bricking of machines.

  • How do I use Disk Utility to help install Mountain Lion after many failed attempts?

    I tried to install Mountain Lion from an App onto my MacBook.
    First it said that my disk was damaged to i tried to repair it.
    Didn't work.
    Then it said I didn't have enough room to install Mountain Lion.
    Then I tried to restore Lion.
    Didn't work.
    Then someone suggested I reset my PRAM.
    Tried that, and now I am stuck.
    I can't restore any of my backups from timeline.
    I can't reinstall OSX because my drive is now locked.
    And I don't know how to use Disk Utility to solve this problem!
    Any suggestions welcome... I'm in way deeper than I understand and feel like anything I do is making this worse!

    I gather that your computer is in a less than satisfactory state, so the process below will basically start you from scratch, but you shouldn't lose anything.
    Okay, can you inspect the Time Machine Backups with the Finder? About two or so folders down you should start seeing your system files. Assuming all your files are present.
    Important^
    You probably have an installation disk that came with your macBook.  Boot from that CD and install from the CD.
    Run the verify disk utilites and repair utilities if necessary.
    You may want to erase your disk from the CD's disk utility. This will erase your Hard Drive (make sure you do not erase your backups, as that would be very bad).
    Once the installation is complete, run all system updates. Either look through your backup and find the Mountain lion installation app, or download it from the app store again. 
    Run the ML installtion app.
    Once everything is up and running, move all files and folders you want from your TM backups and you should be good to go.

  • I need help with boot camp. "Back up the disk and use Disk Utility to format it as a single Mac OS Extended (Journaled) volume. Restore your information to the disk and try using Boot Camp Assistant again."

    This message appears every time I try to partition my disk:
    "Back up the disk and use Disk Utility to format it as a single Mac OS Extended (Journaled) volume. Restore your information to the disk and try using Boot Camp Assistant again."
    I verified my Macintosh HD disk on Disk utility and then tried to repair it, but I am unable to click the repair button.
    It says it's not available because the startup disk is selected.
    I don't know what to do or how to go about both these problems.
    Please, any suggestions?

    This message appears every time I try to partition my disk:
    "Back up the disk and use Disk Utility to format it as a single Mac OS Extended (Journaled) volume. Restore your information to the disk and try using Boot Camp Assistant again."
    I verified my Macintosh HD disk on Disk utility and then tried to repair it, but I am unable to click the repair button.
    It says it's not available because the startup disk is selected.
    I don't know what to do or how to go about both these problems.
    Please, any suggestions?

  • I have an MacBook Pro 10.6, using disk utility I tried to verify my disk, but it came up with the message, please use your start up disk, I tried this, starting the computer up and pressing C, but it ejected the disk, the same thing happened while I runni

    I have an MacBook Pro 10.6, using disk utility I tried to verify my disk, but it came up with the message, please use your start up disk, I tried this, starting the computer up and pressing C, but it ejected the disk, the same thing happened while I running the computer. Is the hard drive damaged as laptop doesn't seem to recognize the start up disk ? If so, I presume I will have to put in a new one.
    There haven't been any problems with the computer, apart from a sticky curser,I have run a permissions programme from disk utility, there were a lot of different ones, but it seem to be able to fix them.
    Any comments or ideas ?
    Thank you in anticipation.

    First backup your users files off the machine to a external storage drive (not TimeMachine!)
    Most commonly used backup methods
    Next to startup from the disk, have it inserted, hold c or option/alt (wired or built in keyboard) and then boot the computer and or select the disk when it appears and click the arrow.
    Disk Utility is under the Utilities menu on the second screen.
    Step by Step to fix your Mac
    If you used the wrong 10.6 disk, it will spit it out or have issues, use the one that came with that machine or if it's defective, call Apple for a new one.

Maybe you are looking for

  • How do I use migration assistance with hard drive reader for dead macbook

    Hi, My old mac laptop died without warning. I took it to the apple store and they suggested getting a hard drive reader and using that to transfer across my files. I've connected it up and have requested the migration assistant to transfer the files.

  • Query Viewer not working

    New install of CFB 2 on Win 7 32bit with CF901. When right clicking on a database table in RDS Dataview I get an error , I get the error "/MyProject/.rdsTempFiles/RDS Query Viewer  does not exist". The same is happening when trying to open the RDS Qu

  • Relationship between Ap_Bank_Accounts & Iby_Ext_Bank_Accounts

    Hi Everyone, Can you please share the relationship between AP_BANK_ACCOUNTS & IBY_EXT_BANK_ACCOUNTS. I understand that AP_BANK_ACCOUNTS stores information about all the Bank Accounts and IBY_EXT_BANK_ACCOUNTS stores info about the External Bank Accou

  • Passing control reference to subVI crashes labview

    Hi, using a image control (as indicator) provided by imaq Vision, I tried to pass the reference of the control to a subVI. On a computer it works and on a other (same labview version, same vision version, same os, same hardware and hardware drivers!)

  • RAID 1 is not showing in UCS Server configuration utility

    Hi, I have a UCS Server C200 M2 Rack Mount and planning to install Windows 2008 R2 server in it. To make it High Available, i m configuring RAID 1 in it. I can easily configure RAID from BIOS setup and after rebooting it shows me that the RAID 1 is f