How to extract cpio file ?

Hi all,
We are trying to install application server and download file is .cpio file. How do we extract this file. I have tried the following command and its just hanging.
cpio -i (Filename)
cpio -idmv (file_name)
cpio -idcmv (filename)
cpio -Hhpodc -idmv (file_name)
none of above commands are working.
Please advise.
Thanks a bunch in advance.

Actually I tried the command cpio -idmv <file_name>I somehow doubt you tried that exact string. Perhaps you tried
cpio -idmv somefile.cpio
In which case it would appear to hang, but in reality it would be waiting for input from standard in. The other posters correctly stated you should use
cpio -idmv < somefile.cpio
which means "run the cpio command with options idmv and take input from the somefile.cpio in place of default standard input device."
Note that in Linux and Unix shells, the triangle brackets have meaning.

Similar Messages

  • How to extract CPIO file to install Oracle in LINUX REDHAT9

    I DOWNLOADED THE ORACLE 9I SOFTWARE FROM ORACLE SITE FOR
    LINUX REDHAT9. NOW I DONT KNOW HOW TO EXTRACT THE FILE WITH CPIO.
    CAN ANY BODY HELP ME.
    THANKS.

    extract the cpio file with the following command:
    cpio -idmv < filename.cpio
    hope this will help you
    SUMIT

  • How to extract SDA file..........

    Hi All
        how do we extract SDA files.......
        we started adapter development by testing sample code in 'sample_ra.jar'  file,  available in sample_ra.sda, and deployed on XI server. now we want to see all jar files available in 'sample_ra.sda'.
    if any one already gone through adapter development have any idea, how to extract SDA file, help me out Pls .......... very urgent.
    Regards
    Rajesh

    HI,
    In general SDA files are to be deployed into Server using SDM.
    see the below link , how to deploy
    http://help.sap.com/saphelp_webas630/helpdata/en/05/4fac3e00c8b014e10000000a114084/content.htm
    Also
    you can unzip the file with WinZip or WinRar edit the xml configuration file and zip it back together (in ZIP format and not RAR!).
    Also
    how to deploy ear files from command line
    Tools like zipgenius http://www.zipgenius.it/intweb/features.htm#Innovazione, Private encryptor http://www.filesweb.com/private-encryptor/ and securefile http://www.devsolutions.net/htmlpages/securefile.html should help you further.
    Regards
    Chilla

  • How to extract .bin file on mac?

    Dear Team,
                     How to extract .bin file on mac os ? please help me
    regards,
    kalai

    Although the link posted by the other responder shows .bin files to be a copy of RAW CD or DVD data in my experience most .bin files are some type of configuration file mainly used with internet routers and other pieces of PC/Networking equipment.
    Just where did this .bin file come from and what is it associated with that you are trying to open on your Mac?
    If it is a router configuration file that you downloaded you don't open it on the Mac. You log into your router and go to the update firmware section and browse to that file stored on your Mac hard drive and let the router handle opening and updated the routers firmware.

  • How to extract rpt file from .b1px file in SAP B1

    How to extract rpt file from .b1px file in SAP B1

    Hi Trupti,
    You will not be able to export .b1px file without importing in SAP B1.
    Please import .b1px file in SAP B1 and then export .rpt file from SAP B1 one by one.
    Hope this helps
    Regards::::
    Atul Chakraborty

  • How to extract  DB  FILE  FROM NONSAP  SYSTEM  IN BI-7

    how to extract  DB  FILE  FROM NONSAP  SYSTEM  IN BI-7

    hi,
    chk the links for extraction using DB
    Extraction using DB connect
    http://help.sap.com/saphelp_nw70/helpdata/EN/58/54f9c1562d104c9465dabd816f3f24/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/c6/0ffb40af87ee6fe10000000a1550b0/frameset.htm
    Extract data from oracle DB to SAP BI 7.0
    Ramesh

  • How to extract war file

    how to extract war file? explain technoloby behind in war

    hi
    go to your dir :
    jar xvf filename.warhelp, simply type jar, above baluc mention is right, jar/war/ear is like a zip file contains *.classes, images, xml , etc....
    jar i hope it will help u

  • How to extract single file from multipart zip archives?

    Hello,
    I have a 10 parts of zip files that contains single file. When I extracted these, each program taking an action seperatly to each parts and gave me 10 files in a different folders. In a Windows, it is so simple. Winzip,winrar automaticaly discovering that are the parts of a single file and give me that.
    My question is simple: How to extract single file from a multipart zip/rar archives ?
    I know a way in "Terminal" but it is not comfortable for big parts.

    I tried with UnArchiver but it extracted each file seperately like showen in a photo

  • How to extract .SAR files

    Hi All
    Can anybody tell me how to extract .SAR files. Is it possible through sapcar.exe, if so how.
    Thanks in advance

    Hi,
    reading the note, I found that it refers to the notes 480180 and 13719 for more information about applying the patch. I can not tell you wether you have to apply this patch or not...
    The patch seems to contain a changed SAP Script form due to some legal changes in India - if you need the changes to this form, you'll have to apply it.
    Basically - this is what note 13719 says - copy the cofile to /usr/sap/trans/cofiles, the data file to /usr/sap/trans/data, go to STMS, add P6BK252127 to the import queue (open the import queue of your system, go to Extras -> Other Requests -> Add) of your system and import it. Note 13719 says to import from the operating system level by calling tp directly, using STMS should also work.
    Best regards,
      Elmar.

  • How to extract .sit files(in MAC)  using java program

    Hi,
    please help me , i want to simple program for
    " how to extract .sit files(in MAC) using java program"
    that sit files same as zip files in windows..[                                                                                                                                                                                                                                                                                                                                   

    Thanks for reply...
    but i search in the google about this topic...there is no results will appear..
    the problem is "i have to run program in the MacOS like extract all the
    .sit(StuffIt) extension files. These sit files same as zip files in the windows... we have one tool called StuffIt Expander but it is 3rd party tool. but here requirement is i have to write my own program to extract all the files same as zip file program...
    please do the needful..i am waiting for ur reply,,,

  • How to extract .cpio.gz files

    when i try to extract on linux it is throwing the below error
    gunzip: 10201_database_linux_x86_64.cpio.gz: not in gzip format

    hello here it is
    Directions to extract the files
         1. Run "gunzip <filename>" on all the files. Eg. ship_9204_linux_disk1.cpio.gz
         2. Extract the cpio archives with the command "cpio -idmv < <filename>" Eg. cpio -idmv < ship_9204_linux_disk1.cpio
    means
    # gunzip <your_file_name>.cpio.gz
    # cpio -idmv < your_archive.cpio
    means make it first cpio then -idmv
    HTH
    these is from
    http://www.oracle.com/technology/software/products/oracle9i/htdocs/linuxsoft.html
    i think from here you have downloaded the archive....
    thanks and regards
    VD
    Edited by: vikrant dixit on Jul 23, 2009 12:29 AM
    Edited by: vikrant dixit on Jul 23, 2009 12:30 AM

  • How to extract original file contents from content server

    Hi,
    1)How can we extract original file contents from the content server (which in our case is SAP database itself)...
    2)What exactly is PHIO_ID and LOIO_ID?
    Thanks and regards,
    Santhosh Kumar U.P

    Hi,
    concerning your first question - please decribe, what you are trying to do.
    Question 2:
    LOIO_ID is the ID of the Logical Information Object. A LOIO is not a real document, but kind of a virtual document, a containerfor all "real" versions of a document. A PHIO (physical info object) is a real document.
    you can read more at http://sercie.sap.com/Kpro
    Kind regards,
    Carl

  • How to extract html file and folder from jar file

    Hi all ,
    I should to submit my project tomorrow . plz help me .
    In my project jar file I have html page that should run when I use the program, I can't extract it . Also it have folder that contain some files that My program should use it . I dont know how to use it from jar file or how to extract it . plz help me.
    If you could I need java could for that.
    Thanks alot.

    Hi all ,
    I should to submit my project tomorrow . plz help me .
    In my project jar file I have html page that should run when I use the program, I can't extract it . Also it have folder that contain some files that My program should use it . I dont know how to use it from jar file or how to extract it . plz help me.
    If you could I need java could for that.
    Thanks alot.

  • How to extract jar files into  a folder in the local disk and then import?

    hai forum,
    will any one tell me how should i extract jar files into a location in my project folder and then how to import the class files for further usage?
    Thank you .

    I will be graeateful if u could explain this a bit.
    Do you want to say that i should craete instance of
    ZipEntry like this
    InputStream is =
    jarFile.getInputStream(entry);
    File inputFile = new
    File("C:\\myclasses.data");
    FileInputStream fis=
    new FileInputStream(inputFile);No! You need to write the entry using FileOutputStream copying all the bytes of the ZipEntry InputStream to the FileOutputStream.
    >
    What about adding into a directory?Do i have to
    create on dynamically?Yes! You can use File.mkdirs(). For example
                        File ofile = new File("your directory where you will place the zip entries" + zipEntry.getName());
                        ofile.getParentFile().mkdirs();

  • How to extract PDF files from portfolio?

    hi,
    help needed.
    I´d like to ask, how to extract PDFs from portfolio. I have to create portfolio, bcs i am creating PDFs with XFA data.
    In first step i made PDF portfolio from PDF files, then user should fill it up. And then i need get PDF files, because i need extract data from them. For creation portfolio i use DDX :
    <DDX xmlns="http://ns.adobe.com/DDX/1.0/">
      <PDF result="Acrobat 9 Portfolio">
        <Portfolio>
          <Navigator source="AdobeRevolve.nav"/>
          <Schema>
            <Field name="Character" type="Filename"/>
            <Field name="Location" type="Text"/>
          </Schema>
        </Portfolio>
        <PackageFiles>
          <PDF source="Swami.pdf"/>
          <PDF source="Sherlock.pdf"/>
          <FieldData name="Location">London</FieldData>
        </PackageFiles>
      </PDF>
    </DDX>
    I know extract data from one PDF document, but i need to get PDFs from portfolio. Can you HELP? Thanks.....

    Hello,
    I am not sure if this will help. However, I can export data from a portfolio to excel by doing the following:
    I extract all the pages from the portfolio into single PDFs
    I open the first PDF
    Click on Tools
    Under Forms, I select More From Options
    I select Merge Data Files into Spreadsheet
    The pop-up box allows you to add all of the additional files that you made from the portfolio
    Click on them then click Export
    It will ask for a file name and place to save it.

Maybe you are looking for

  • 12 Hours clock in Exchange

    Hi After migrating from Exchange 2010 to Exchange 2013 the mailserver send autoreply mail in 12 hours format.  How can we change this? The settings on the resourcemailbox and user mailbox is correct.  The windows server settings should also be correc

  • Will the Apple 30 Inch display work with my MacBook pro? Confused!!

    Hi all, thinking of getting a used Apple 30 inch display to go with my MBP, but not sure if it will work at the correct resolution. Ive read you need a Duel Link DVI cable, but I have Thunderbolt not mini-display port. My MBP is early 2011 (think), s

  • BIPublisher - Bursting to multiple Email IDs

    Hi, I have a requirement to burst email to multiple recipients. I am using Oracle Report 10g for generating XML tags. I am getting multiple records with multiple email IDs and need to send email to all of them with there set of data, meaning for emai

  • No trusted/login RFC connection for system BCP in TA SMSY

    Hi, i got this error  Early Watch Report  for only production System. No trusted/login RFC connection for system BCP in TA SMSY Amit

  • Solstice disksuite

    Hi Friends, I started a new work of managing database and backup servers which are running in solaris. Please tell me, through which command i will know like what type of raid is configured in solaris 8 machines using disksuite software...... thanks