Sponsored Content
Full Discussion: file sysstem size problem
Top Forums UNIX for Dummies Questions & Answers file sysstem size problem Post 10337 by Prafulla on Monday 12th of November 2001 11:51:17 PM
Old 11-13-2001
Question urgent help..needed..

Hi.....

I try to increase the /usr and /var file system size i move to init s that is the single user mode and tried it but it is giving error /usr busy..not able to unmount..then i tried to reboot and go to ISL prompt but when i am interrupting the boot process....it is giving error..
IPL error bad LIF magic
A: ack read of this entry
x:- disable all future alert message antything else skip redisplaying the log entry
:->choice

aftre that if i am pressing any key 2to 3 times it is going back to the main menu............

now my problem is how to go to ISL prompt

please help..


praful Smilie
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Hp Unix file size problem

We have two files /var/adm/wtmp and /var/opt/OV/tmp/OpC/guiagtdf Could you please tell me if what these files are and if I can purge them as they are very big and Vi will not let me look at them, it gives me a message 'file to long'. Help any ideas Thanks :cool: (3 Replies)
Discussion started by: A Roberts
3 Replies

2. Shell Programming and Scripting

ftp UnixWare File Size Problem

Hi Engg. ! :cool: When I am trafering a file through ftp from windows to UNIX having size about 1.24 GB then at the end of file transfer I got a error message "Extended file size limit (coredump)" and finnally ftp stop, whenever on other UNIX server the same file from windows... (1 Reply)
Discussion started by: Niraj Gopal Sha
1 Replies

3. Filesystems, Disks and Memory

file size problem using Apache 1.3.12 on Solris 8

I am running into a problem after uploading files to a document archive on our local intranet. If the file size is >1 MB, then whenever I get a "list of contents" of the directory, the browser returns ""page cannot be displayed. This seems to happen if any file in the directory is >1MB. Every... (1 Reply)
Discussion started by: Gibby9
1 Replies

4. Solaris

command to find out total size of a specific file size (spread over the server)

hi all, in my server there are some specific application files which are spread through out the server... these are spread in folders..sub-folders..chid folders... please help me, how can i find the total size of these specific files in the server... (3 Replies)
Discussion started by: abhinov
3 Replies

5. SCO

File size problem

I'm working on a IBM PC Serveur 325. I have a sequential file with more than 800000 records. The size of that file is 136755200. I wrote a cobol program (RM cobol) to delete records. Now the file has 180000 records and the size still the same 136755200. What I need to do to decrease the size.... (1 Reply)
Discussion started by: royinfo
1 Replies

6. UNIX for Dummies Questions & Answers

File size problem

I'm working on a IBM PC Serveur 325. I have a sequential file with more than 800000 records. The size of that file is 136755200. I wrote a cobol program (RM cobol) to delete records. Now the file has 180000 records and the size still the same 136755200. What I need to do to decrease the size.... (3 Replies)
Discussion started by: royinfo
3 Replies

7. Shell Programming and Scripting

The scripts not able to make the file to size 0, every times it go back to its original size

#!/bin/sh ########################################################################################################## #This script is being used for AOK application for cleaning up the .out files and zip it under logs directory. # IBM # Created #For pdocap201/pdoca202 .out files for AOK #1.... (0 Replies)
Discussion started by: mridul10_crj
0 Replies

8. Shell Programming and Scripting

file size problem

Hi everyone can you people please help me in the problem below -bash-3.00$ ls -ltr abc abc.tar -rw-r--r-- 1 1hinaa2 17 Jan 17 14:09 abc -rw-r--r-- 1 1hinaa2 2048 Feb 17 07:03 abc.tar -rw-r--r-- 1 1hinaa2 135 Feb 17 07:03 abc.tar.gz why this strange... (2 Replies)
Discussion started by: aishsimplesweet
2 Replies

9. Shell Programming and Scripting

file size problem

Hi Everyone I am having very strange problem I want to know if i do ls -ltr then the file size it return will always be in bytes or it could be different in different scenario. or is there any command which will return the size of file in only one unit. Please help... (8 Replies)
Discussion started by: aishsimplesweet
8 Replies

10. UNIX for Dummies Questions & Answers

Ls directory size reporting byte size instead of file count

I have been searching both on Unix.com and Google and have not been able to find the answer to my question. I think it is partly because I can't come up with the right search terms. Recently, my virtual server switched storage devices and I think the problem may be related to that change.... (2 Replies)
Discussion started by: jmgibby
2 Replies
init(8) 						      System Manager's Manual							   init(8)

Name
       init - process control initialization

Syntax
       /bin/init [ options ]

Description
       The ULTRIX system invokes the command as the last step in the boot procedure.  The system normally then runs the automatic reboot sequence,
       as described in If succeeds, the command begins multiuser operation.  If fails, begins single-user operation  by  giving  the  superuser  a
       shell on the console.

       You  can  use  the command so that parameters are passed from the boot program to so that multiuser operation begins immediately.  When the
       superuser terminates the single-user shell (by pressing CTRL/D), runs the command file without the reboot  parameter.   This  command  file
       performs  housekeeping  operations such as removing temporary files, mounting file systems, and starting daemons.  For further information,
       see

       In multiuser operation, creates a process for each terminal port where a user may log in.  To begin such operations, it reads the file  For
       further information, see For each terminal that is marked ``on'' in the file, forks and invokes the command specified for the current line.
       The command is passed the name of the terminal as the last argument.  The other arguments (if any) are specified after the command  in  the
       file.  Usually, the command is but it may be any command.

       The command reads the user's name and invokes to log in the user and execute the shell.

       Ultimately, the shell terminates because of an end-of-file.  The end-of-file may be typed explicitly or generated as a result of hanging up
       on a terminal line.  The main path of which has been waiting for such an event, wakes up and removes the appropriate entry  from  the  file
       which  records  current users.  The command then makes an entry in which maintains a history of logins and logouts.  The entry is made only
       if a user logged in successfully on the line.  Then the appropriate terminal is reopened and is reinvoked.

       The command catches the signal (signal SIGHUP) and interprets it to mean that the file should be read again.  The  shell  process  on  each
       line  which used to be active in but is no longer there is terminated; a new process is created for each added line; lines unchanged in the
       file are undisturbed.  Thus it is possible to drop or add phone lines without rebooting the system by changing the file and sending a  sig-
       nal to the process, using kill -HUP 1.

       The  command terminates multiuser operations and resumes single-user mode if it receives a terminate (TERM) signal.  That is, the superuser
       types kill -TERM 1.  If there are processes outstanding which are deadlocked (due to hardware or software failure), does not wait for  them
       all to die, but times out after 30 seconds and prints a warning message.

       If receives a terminal stop signal (the superuser types kill -TSTP 1), stops creating new processes and lets the system slowly die away.  A
       later hangup will resume full multiuser operations, or a terminate will initiate a single user shell.  This feature is used by and

       If dies, the system will reboot itself automatically.  If, at bootstrap time, the process cannot be located, the system will loop  in  user
       mode at location 0x13.

Options
       -a   Specifies that the system should autoreboot to multiuser mode.  This option is similar to specifying to the console prompt or specify-
	    ing either with the -r option or from the command line.

       -s   Specifies that the system should boot to single-user mode.

Diagnostics
       WARNING: Something is hung (wont die); ps axl advised
       The system is shutting down and cannot kill a certain process.  This usually occurs when a process cannot exit a device	driver	due  to  a
       persistent device error condition.

       init: `command  tty' failing, sleeping.
       The  command tried to spawn a new process (use the system call) for the command five times.  Each time, the command failed.  This may indi-
       cate that the command was invoked with invalid arguments.  Check the file for errors.  This error message is printed at level LOG_ERR.

       init: exec failed: cmd=	command reason
       The command tried to spawn a new process using the system call for the command.	The failed.  The reason is the explanation produced by the
       routine for why the failed.  This error message is printed at level LOG_ERR.

Files
       Lists current system users

       History of logins and logouts

       The		command reads this file for a command to execute for the terminal line

       Command file executed by

See Also
       ttys(5), getty(8), rc(8), reboot(8)

								       RISC								   init(8)
All times are GMT -4. The time now is 05:45 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy