Sponsored Content
Top Forums UNIX for Dummies Questions & Answers unzip failing with write error Post 302462013 by jim mcnamara on Wednesday 13th of October 2010 03:27:52 AM
Old 10-13-2010
You may have run out of inodes or disk space.

Code:
df

will show 0 files for the file system if you ran out of inodes.
 

10 More Discussions You Might Find Interesting

1. HP-UX

How to Unzip a .ZIP file in Unix without using unzip cmd..?????

Hi All I have ftped a .ZIP file (zipped using WinZip in Windows) to my Unix server (HP-UX). I don't have unzip cmd available in my curent Unix version Please let me know any cmd in UNIX (other than unzip) using which I can unzip this .ZIP file . Please elaborate on the commands aval and... (5 Replies)
Discussion started by: sureshg_sampat
5 Replies

2. Shell Programming and Scripting

Suppress error message in unzip

I'm creating a bsh shell to unzip a file from one directory into another. The directory that holds the zip files has zip files constantly being added to it, so I am testing it before it does the unzip and more. Right now my code looks like this: unzip -tq $ZIP_PATH/$ZIP_NAME >/dev/null if ... (5 Replies)
Discussion started by: skwyer
5 Replies

3. Shell Programming and Scripting

How to Unzip a .ZIP file in Unix without using unzip cmd..?????

Hi All I have ftped a .ZIP file (zipped using WinZip in Windows) to my Unix server (HP-UX). I don't have unzip cmd available in my curent Unix version Please let me know any cmd in UNIX (other than unzip) using which I can unzip this .ZIP file . Please elaborate on the commands aval and... (5 Replies)
Discussion started by: sureshg_sampat
5 Replies

4. UNIX for Advanced & Expert Users

Failing to write retrieve script for tape to disk conversion

I have the below script which has been written to retrieve files from tape drive i.e. TSM server. Now i have to write the script using UNIX commands for retrieve operation but I am not able to proceed. The script is: #!/usr/local/bin/expect -f set timeout 1800 set file spawn $env(SHELL)... (0 Replies)
Discussion started by: hrsaurav
0 Replies

5. Solaris

ksh scripts failing with cannot execute error

Hi, All the scripts placed in /home/bin had 755 permissions. Sometimes scripts are failing with cannot execute errors. Let me describe a simple scenario. MasterScript.sh had 755 permissions. It is success most of the times. But, sometimes failing with cannot execute error. Really... (1 Reply)
Discussion started by: sureng
1 Replies

6. HP-UX

DLT 7000 tape drive failing with "write error on a record in the index"

HP rp5450 (L2000) running HP-UX 11.11B Using DLT 7000 and DLT 4000 tape drives for nightly full backups Backup jobs created by SAM DLT 7000 cron entry is as follows: 00 2 * * 1-6 /usr/sam/lbin/br_backup DLT FULL Y /dev/rmt/0m /var/sam/graphLCAa17036 root Y 1 N > /var/sam/SAM_br_msgs 2>&1... (1 Reply)
Discussion started by: dreh99
1 Replies

7. UNIX for Advanced & Expert Users

SSH public key failing without error message

My password-free ssh connection has worked in the past but has stopped working and I can't get it going again. The files in .ssh on both source and target are set to 600: drwx------ 2 ingres 1024 Mar 2 13:57 . drwxr-xr-x 25 ingres 2048 Mar 29 09:38 .. -rw------- 1 ingres ... (9 Replies)
Discussion started by: Catullus
9 Replies

8. Shell Programming and Scripting

Unzip the .zip file without using unzip utility in UNIX

I have .zip file, i want to list all the files archived in the zip file. unzip utility is not working for me in unix. Please help me resolve this issue Thanks ganesh. (3 Replies)
Discussion started by: Ganesh L
3 Replies

9. Shell Programming and Scripting

Ssh failing due to Bad owner error

i am logged in with "user1" on host1. I m trying to ssh to host2 using user id "user2" $ ssh user2@host2 Bad owner or permissions on /home/user1/.ssh/config Question 1: Can you please tell me why am i getting the Bad owner permissions error on that directory ? Question 2: Where is it... (7 Replies)
Discussion started by: mohtashims
7 Replies

10. Solaris

Getting error while trying to unzip the file.

Hello Team, I have written below code to zip the directory and all the files and folder under it, but getting an error whenever I am trying to download the file on windows machine and trying to unzip it. Please help catalogName="catalog";... (4 Replies)
Discussion started by: aks_1902
4 Replies
fitset(8)						      System Manager's Manual							 fitset(8)

NAME
fitset - determines if a software subset fits on a system SYNOPSIS
/usr/lbin/fitset [-c] [-d] [root-path] OPTIONS
This switch allows a file containing inventory records to be passed in as an argument in addition to the standard input. When this option is specified, fitset takes the inventory records in the file and reclaims the file system space and inodes they take up. Enables debug- ging. This option makes fitset print voluminous status information on standard output. This information is the initial file system sta- tistics, the file system location of the file from each input record, and the statistics for the file system after the space required to install the file has been deducted. DESCRIPTION
The fitset utility is used to determine if the files in a software subset will fit on a system. The fitset utility reads software subset inventory records from the standard input and calculates the number of inodes and the amount of disk space the software subset requires. For each record, fitset deducts one inode from the number available in the target file system. For the space calculation, fitset deducts the file size specified by each record. Only currently mounted file systems are included in the computations. Space requirements for files already on the disk are adjusted by using the difference between the specified size and the size of the file that is already present. A given software subset can include files that are to be installed in several file systems. The fitset utility tracks inodes and file space for all file systems affected and returns nonzero status if the remaining number of inodes or amount of free space for any of these file systems is overflowed. If there is no overflow, fitset returns a status of zero. The setld utility uses fitset to size all software subsets before attempting to install them. The root-path argument is the pathname of the top directory for the hierarchy into which the files are going to be installed. If no root-path is specified, the directory '/' is assumed. ERRORS
fitset: root-path must be absolute Explanation: A relative pathname was specified for root-path. The path must be absolute. fitset: cannot access path (error-message) Explanation: The path cannot be accessed. The error message provides more information. fitset: root-path is not a directory. Explanation: Either root-path is not a directory or it is a symbolic link to something which is not a directory. fitset: <warning> path is a symbolic link to itself Explanation: The path is a symbolic link that involves cyclic linking. fitset: file system path needs nnn Kbytes more to install the software specified. fitset: file system path needs nnn more inodes to install the software specified. Explanation: The file system path is out of space. The message that is displayed indicates whether the error is insufficient space or a lack of avail- able inodes. fitset: file system path is not writable. Explanation: The mode of the file system named by path does not permit writing into the file system. EXAMPLES
To determine if a particular software subset will fit on the system, redirect the contents of the software subset inventory file into fit- set. For example: fitset < /usr/.smdb./OSFEMACS350.inv To determine if the same software subset will fit in a hierarchy rooted at /var/tmp/root, the command would be: fitset /var/tmp/root < /usr/.smdb./OSFMANOP350.inv To determine if a particular software subset will fit on the system after the removal of another software subset, the command would be: fitset -c /usr/.smdb./OSFMANOS350.inv < /usr/.smdb./OSFMANOP350.inv FILES
Subset inventory files Log file SEE ALSO
Commands: setld(8) Files: stl_inv(4) Guide to Preparing Product Kits fitset(8)
All times are GMT -4. The time now is 09:34 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy