do I need more space?


 
Thread Tools Search this Thread
Special Forums Hardware Filesystems, Disks and Memory do I need more space?
# 1  
Old 04-28-2002
Question do I need more space?

trying to update sendmail...

first i was going to set up BerkeleyDB and when
i tried to run make, i got: command not found.

installed pkg-get and went to install make
and i ran out of room.

when i df -k i get:

Filesystem kbytes used avail capacity Mounted on
/proc 0 0 0 0% /proc
/dev/dsk/c0t3d0s0 38327 17850 16645 52% /
/dev/dsk/c0t3d0s6 712690 508098 133323 80% /usr
fd 0 0 0 0% /dev/fd
/dev/dsk/c0t3d0s4 192383 62313 110832 36% /var
/dev/dsk/c0t3d0s5 288215 166351 93043 65% /opt
/dev/dsk/c0t3d0s7 2818867 150080 2386901 6% /www
swap 83968 116 83852 1% /tmp
nfs:/opt/bin 3851817 3209836 256800 93% /opt/bin
nfs:/opt/sbin 3851817 3209836 256800 93% /opt/sbin
nfs:/opt/lib 3851817 3209836 256800 93% /opt/lib
nfs:/opt/etc 3851817 3209836 256800 93% /opt/etc
nfs:/opt/include 3851817 3209836 256800 93% /opt/include
nfs:/opt/man 3851817 3209836 256800 93% /opt/man
nfs:/opt/local 3851817 3209836 256800 93% /opt/remote
nfs:/opt/gcc 3851817 3209836 256800 93% /opt/gcc
nfs:/opt/gnu 3851817 3209836 256800 93% /opt/gnu
nfs:/opt/java 3851817 3209836 256800 93% /opt/java

my question is...
can i make links to other space(s) on other partitions ie.. /www

or do i need to contact the admin of the system w/ the nfs?

and, why are all the nfs slices the same size and fullness?
# 2  
Old 04-29-2002
The partition sizes are the same because it is mounting the same partition for each.

If you have a different option for your df command you may be able to show the mount more (on Solaris df -k would show as below) OR if you have access to that system, do a command to show what it is exporting for nfs (Solaris: $ share HP: $ exports) - you should see that each is actually the same partition which is why each has the same information showing.

toast1.here.com:/vol/apps0/u/SunOS/5.6/sparc/pkgs
37952960 8600216 29352744 23% /u/pkgs
toast1.here.com:/vol/apps0/u/SunOS/5.6/sparc/bin
37952960 8600216 29352744 23% /u/bin
toast1.here.com:/vol/apps0/u/SunOS/5.6/sparc/sbin
37952960 8600216 29352744 23% /u/sbin


Your other question - check with that other admin - it's possible every thing you needed was already there but your PATH to find it was not. You may not need to install that package, just adjust your PATH.
thehoghunter
# 3  
Old 04-30-2002
already installed?

thanks, that explains...
while installing a few common packages, why
files already exist on non-writable drive or somthing...

is there a way to check for installed packages that
give me command not found?

and BTW the output above is what I get from a df -k
# 4  
Old 05-01-2002
pkginfo - read the man page for options - this is assuming SUN OS (which you posted in your Sendmail questions - helps to post OS and version in all questions)

You may also find software that doesn't load via pkgadd - most of these SHOULD be in /opt or /usr/local/. Where to put extra software is left up to the individual admin who may have their own way of doing things.
thehoghunter
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Gawk --- produce the output in pattern space instead of END space

hi, I'm trying to calculate IP addresses and their respective calls to our apache Server. The standard format of the input is HOST IP DATE/TIME - - "GET/POST reuest" "User Agent" HOST IP DATE/TIME - - "GET/POST reuest" "User Agent" HOST IP DATE/TIME - - "GET/POST reuest" "User Agent" HOST... (2 Replies)
Discussion started by: busyboy
2 Replies

2. Linux

No space left on device while there is plenty of space available

Hello all posting here after scanning the net and tried most of the things offered still no solution that worked when I do : $ df -h Filesystem Size Used Avail Use% Mounted on footmpfs 7.9G 60K 7.9G 1% /dev tmpfs 7.9G 0 7.9G 0% /dev/shm /dev/da1 ... (3 Replies)
Discussion started by: umen
3 Replies

3. UNIX for Advanced & Expert Users

Need to remove leading space from awk statement space from calculation

I created a awk state to calculate the number of success however when the query runs it has a leading zero. Any ideas on how to remove the leading zero from the calculation? Here is my query: cat myfile.log | grep | awk '{print $2,$3,$7,$11,$15,$19,$23,$27,$31,$35($19/$15*100)}' 02:00:00... (1 Reply)
Discussion started by: bizomb
1 Replies

4. UNIX for Dummies Questions & Answers

Difference between space and [[:space:]] in regular expression

May I know the difference between space in keyboard and ] in regular expression I entered the following find . -type f -print | xargs grep -n 'dt=' | cut -d":" -f3 | sed 's/^ *dt=/dt=/g' After "^" there is a space. and the result is... dt=`date +%Y%m%d%H%M%S` dt=`date +%Y%m%d`... (6 Replies)
Discussion started by: bobbygsk
6 Replies

5. UNIX for Dummies Questions & Answers

Changing only the first space to a tab in a space delimited text file

Hi, I have a space delimited text file but I only want to change the first space to a tab and keep the rest of the spaces intact. How do I go about doing that? Thanks! (3 Replies)
Discussion started by: evelibertine
3 Replies

6. Fedora

Need to incrwase PHYSICAL VOLUME space on hard drive with free space on it

Hi, I run Fedora 17. I created a physical volume of 30GB on a disk with 60GB of space so there is 30GB of free space. On the physical volume, I created my volume group and logical volumes. I assigned all the space in the physical volume to my volume group. I need to add the 30GB of free space... (1 Reply)
Discussion started by: mojoman
1 Replies

7. Solaris

No space left on device but free space and inodes are available...

hi guys, me again ;) i recently opened a thread about physical to zone migration. My zone is mounted over a "bigger" LUN (500GB) and step is now to move the old files, from the physical server, to my zone. We are talking about 22mio of files. i used rsync to do that and every time at... (8 Replies)
Discussion started by: beta17
8 Replies

8. Linux

How to reclaim the space which i used to increse the swap space on Xen,

Hi, i have done a blunder here, i increased the swap space on Xen5.6 server machine using below steps :- 1056 dd if=/dev/zero of=/root/myswapfile bs=1M count=1024 1057 ls -l /root/myswapfile 1058 chmod 600 /root/myswapfile 1059 mkswap /root/myswapfile 1060 swapon /root/myswapfile ... (1 Reply)
Discussion started by: apm
1 Replies

9. Shell Programming and Scripting

Calculate total space, total used space and total free space in filesystem names matching keyword

Good afternoon! Im new at scripting and Im trying to write a script to calculate total space, total used space and total free space in filesystem names matching a keyword (in this one we will use keyword virginia). Please dont be mean or harsh, like I said Im new and trying my best. Scripting... (4 Replies)
Discussion started by: bigben1220
4 Replies

10. UNIX for Advanced & Expert Users

wake up user space thread from kernel space ISR

Hello, I'm searching for a proper way to let the kernel space ISR(implemented in a kernel module) wake up a user space thread on a hardware interrupt. Except for sending a real-time signal, is it possible to use a semaphore? I've searched it on google, but it seems impossible to share a... (0 Replies)
Discussion started by: aaronwong
0 Replies
Login or Register to Ask a Question