Operating System - HP-UX
1832594 Members
2986 Online
110043 Solutions
New Discussion

no space in disc and file system

 
Ralf Buchhold
Regular Advisor

no space in disc and file system

Hello
in sam | disk and file system all disks (D370 Box with HPUX 11.00)
are available. One new disk has no Bytes free.
I think it is an new disk !! Unused is ok but no bytes free !
look at the attachment !
Can someone help me ?

Thanks
Ralf
6 REPLIES 6
Stephen Keane
Honored Contributor

Re: no space in disc and file system

The top disk (The Toshiba) is a CD-ROM so you can ignore that. The bottom one (8/4.9.0) doesn't look like it has been pvcreated yet.

Try

# ioscan -Cdisk -fn -H8/4.9.0

Then identify the device file(s) associated with the disk and then run

# diskinfo /dev/rdsk/c?t?d?

Filling in the appropriate numbers
melvyn burnard
Honored Contributor

Re: no space in disc and file system

Have you tried to do a pvcreate on it?
It may be that SAM is not up to date and does not "recognize" this disc model
Try manual commands and see what you get
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Orhan Biyiklioglu
Respected Contributor

Re: no space in disc and file system

Total Bytes is not the amount of free space on the disk. It is the size of the disk itself. Since this disk is new it may be unformatted hence the size is shown as 0.

post ioscan -funC disk command output

Orhan Biyiklioglu
Respected Contributor

Re: no space in disc and file system

Check the following thread about adding a new disk:

http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=966636


hth
Domenico_5
Respected Contributor

Re: no space in disc and file system

Hi Ralf

Try whith diskinfo
Borislav Perkov
Respected Contributor

Re: no space in disc and file system

Hi Ralph,

I think you got problem with that disk.
Try first insf -e to recreate the device files.
Then try to pvcreate.
After all if diskinfo -b shows 0 B then you have to call the support to replace it.

Regards,
Borislav