Operating System - HP-UX
1753964 Members
7259 Online
108811 Solutions
New Discussion юеВ

No disk space available on device hpux v5.2

 
mido ali
New Member

No disk space available on device hpux v5.2

i have an error that (No disk space available on device error 28) in the server so plz help me if u can
7 REPLIES 7
Patrick Wallek
Honored Contributor

Re: No disk space available on device hpux v5.2

Well, first there's no such thing as HPUX v5.2.

If you have no space on the device, then that means what it says. You need to find out why the disk is full. If possible, you should move or remove files to free space.

You can start by looking for large directories with the du command.

cd /somepath
du -ks * | sort -n
stephen peng
Valued Contributor

Re: No disk space available on device hpux v5.2

what command were you executing when you met such error messages? simply you can use bdf to see the filesystem usage.
Benoy Daniel
Trusted Contributor

Re: No disk space available on device hpux v5.2

Are you getting this error when you try to extend a file system?. If yes, then your file system is full. Move some file and try to extend it.
mido ali
New Member

Re: No disk space available on device hpux v5.2

# /etc/dfspace


/ : Diskspace : 0.00 MB of 300.00 MB available ( 0.00 %)
/ stand : Diskspace : 7.27 MB of 14.99 MB available ( 48.52 %)
/ txpsys : Diskspace : 3.87 MB of 250.00 MB available ( 1.55 %)
/ txpproz : Diskspace : 98.54 MB of 130.00 MB available ( 75.80 %)
/ txpproj : Diskspace : 136.78 MB of 239.98 MB available ( 57.00 %)
/ txparc.00.00 : Diskspace : 193.82 MB of 804.67 MB available ( 24.09 %)

Total Disk Space : 440.32 MB of 1739.66 MB available (25.31 %)


#df -i

Mount Dir filesys iused ifree itotal %iused

/ /dev/root 43504 33296 76800 57%
/stand /dev/boot 16 3824 3840 1%
/txpsys /dev/txpsys 7320 56680 64000 12%
/txpproz /dev/txpproz 995 32285 33280 3%
/txpproj /dev/txpproj 495 60946 61440 1%
/txparc.00 /dev/txparc.00.00 283 205717 206000 1%


This is dfspace command in the server
melvyn burnard
Honored Contributor

Re: No disk space available on device hpux v5.2

please do uname -a command and post it
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Patrick Wallek
Honored Contributor

Re: No disk space available on device hpux v5.2

My **guess** is that this is Tru64 Unix, but it's only a guess.

It appears you '/' mount point is out of space. You need to investigate the reason for this.
Steven Schweda
Honored Contributor

Re: No disk space available on device hpux v5.2

> My **guess** is that this is Tru64 Unix,
> but it's only a guess.

Probably not a good one. Note that there's
no Tru64 "v5.2", either.

> [...] uname -a [...]

Normally a good way to start.

> [...] plz help me if u can

You first.