DBAsupport.com Forums - Powered by vBulletin
Results 1 to 5 of 5

Thread: cpio: Unable to determine current directory.

  1. #1
    Join Date
    Apr 2001
    Location
    United Kingdom
    Posts
    31

    cpio: Unable to determine current directory.

    oracle@winn-oss10g-1 $ ls -lrt
    total 3174512
    -rwxrwxrwx 1 oracle dba 227991552 Mar 29 15:36 ship_rel10_sol64_crs.cpio
    -rwxrwxrwx 1 oracle dba 728784896 Mar 29 15:43 ship_rel10_sol64_db.cpio
    -rwxrwxrwx 1 oracle dba 667746304 Mar 29 15:50 ship_rel10_sol64_ccd.cpio
    oracle@winn-oss10g-1 $ cpio -idmcv < ship_rel10_sol64_crs.cpio
    cpio: Unable to determine current directory.
    1 errors
    oracle@winn-oss10g-1 $

  2. #2
    Join Date
    Jan 2001
    Posts
    3,134
    Crystal ball broken, please add more details.

    Or try PWD.
    I remember when this place was cool.

  3. #3
    Join Date
    Apr 2001
    Location
    United Kingdom
    Posts
    31
    oracle@winn-oss10g-1 $ pwd
    /u01/app/oracle

    All I'm trying to do here is to install install oracle cluster ready services . My sysadmin has not set something right :(

  4. #4
    Join Date
    Mar 2006
    Posts
    1
    It is permissions problem:

    Get your UNIX admin to unmount /u01 partition.
    chmod 755 /u01
    remount the partition.

    That should fix your problem.

  5. #5
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    only a year since the last update, congratulations

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width