Insuficient space on /dev SCO 5.5


 
Thread Tools Search this Thread
Operating Systems SCO Insuficient space on /dev SCO 5.5
# 1  
Old 11-27-2008
Insuficient space on /dev SCO 5.5

Unix SCO 5.5
Insuficient space on /dev - when I run df I get /dev 99% usage.

I have a large number of users (most of them are not with the company since Cretacic) and I want to delete them to make more space.
When I run rmuser I get rmuser: not found

if I type
su root
rmuser
rmuser: The system is in a secure mode -
to prevent against reusing uids, users may not be removed


I know that I can start the system in idfferent security contexts 0, 1, 2 but how do you cahnge that?

Help is appreciated
# 2  
Old 11-27-2008
Move where?

?? Where can I find my post??
# 3  
Old 11-28-2008
I'm not sure how you got your /dev to report from df. df is a reporting mechanism for filesystems and normally /dev is buried within root and any space problems would be reporting root as running short.

In addition /dev normally doesn't have any files stored to take up any space, only several directory entries that consume several k. Unless you have had some sort of glitch and ended up with a core dump stored there.
# 4  
Old 11-28-2008
this is what I have when I login:
Last successful login for root: Fri Nov 28 13:39:03 2008 on ttyp2
Last unsuccessful login for root: Tue Jul 22 14:35:54 2008 on ttyp4

SCO OpenServer(TM) Release 5

(C) 1976-1998 The Santa Cruz Operation, Inc.
(C) 1980-1994 Microsoft Corporation
All rights reserved.

For complete copyright credits,
enter "copyrights" at the command prompt.

unix service by nuko strategies inc 416 762 8448 martin@nukoinc.com



you have mail
[=3F[0mTERM = (ansi)
Terminal type is ansi
/ : Disk space: 17.36 MB of 1000.00 MB available ( 1.74%).
/stand : Disk space: 5.30 MB of 15.00 MB available (35.39%).
/u : Disk space: 490.55 MB of 7003.15 MB available ( 7.00%).

Total Disk Space: 513.23 MB of 8018.15 MB available ( 6.40%).
#



And this is what I have when I run df:
# df -kv
Mount Dir Filesystem blocks used free %used
/ /dev/root 1024001 1006216 17785 99%
/stand /dev/boot 15361 9924 5437 65%
/u /dev/u 7171233 6668903 502330 93%
#
# 5  
Old 11-29-2008
Your root filesystem is running out of space. Your issue is not one of removing users but of removing files that may no longer be needed.

You can use scoadmin and account management to find out where individual users are directed into the system and can sometimes tell when they last logged in, assuming that those who haven't logged in recently may no longer be employed. If no other users are pointing to the same area it is sometimes possible to remove the programs and associated data. But you really need to know the working of your system to be able to do it.

One issue you may find is that multiple users may get to the same place and that there is no specific files that belong to an individual.

Files in the /tmp area can usually be removed. Depending on what applications your users run their obsolete data can sometimes be purged and database files rebuilt to smaller sizes.

If you would list applications in use on the system someone familiar with the packages might give you some specific advice.
# 6  
Old 12-02-2008
Can I move some available space from /u top root?

Thank you, edfair, for your reply.

Is there any way I can move space from /u to root?
# 7  
Old 12-02-2008
resizing partitions

Unfortunately, no. A resizing ends up reallocating space and wiping out what was there previously.

You could move stuff from /root to /u but that can require multiple steps and may corrupt applications if you touch the wrong files.

You can probably find files that can be deleted, but before you even try that make sure you have emergency boot disks to allow you into the system to undo anything bad. And rather than delete at first I would make a copy on the other filesystem so it can be recovered if needed.
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. AIX

How to increase space /dev/hd4?

A check disk space and find /dev/hd4 used 99%. How to increase space. Thank you for advice. /home/tecsys > df Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 1048576 20624 99% 5977 68% / /dev/hd2 6815744 653032 91% 59194 ... (4 Replies)
Discussion started by: yapcs88
4 Replies

2. SCO

/dev/inet/tcp not listening in SCO 6.

While in SCO Openserver 5.0.7, Sybase listened to /dev/inet/tcp, the same is not working in SCO Openserver 6. The Network card is however active and pinging fine. What can be the reason? What is the way out? An early response will be appreciated. Thank you Regards TCG (2 Replies)
Discussion started by: thecobolguy
2 Replies

3. SCO

Xenix Problems - No space on dev 1/40

Hello - I'm a newbie to these forums. Please excuse me if I am posting in the wrong area. My dilemma. The HD on our ancient Xenix system apparently is full. I receive the "no space on dev 1/40" prompt. This occurred after I attempted to purge some unwanted files. This system runs our small... (1 Reply)
Discussion started by: gmbrickley
1 Replies

4. SCO

No space on /dev/hd 1/42

No one is able to log in. What can I try? Help!:( (1 Reply)
Discussion started by: ibqti
1 Replies

5. UNIX for Advanced & Expert Users

NOTICE: HTFS: No space on dev hd (1/42)

If somebody solve this error please help me! Thanks in advance! :confused: (7 Replies)
Discussion started by: FCollet
7 Replies

6. SCO

No space on dev HD (1/42)

Good Evening to all, I am having a problem with our unix server, I give you a little history. last we the logins started getting slower and slower, when we tried to print nothing came out on the network printer, the system had an error ("printer file close error unit=0). Checking... (3 Replies)
Discussion started by: berkmillionare
3 Replies

7. Filesystems, Disks and Memory

Ran out of space on /dev/root partition

hi, I have a SCO unix server which has a 36gb hard drive, but the IT company who supplied it assigned 1gb to /dev/root, 15mb to /dev/boot and 33gb to /dev/u. The /dev/root partition is now full, is there a way I can use the 33gb assigned to /dev/u without loosing any data, preferably... (2 Replies)
Discussion started by: Martyn
2 Replies
Login or Register to Ask a Question