Operating System - HP-UX
1833760 Members
2074 Online
110063 Solutions
New Discussion

I can't extend a hfs file system en HP-UX 11.23

 
SOLVED
Go to solution

I can't extend a hfs file system en HP-UX 11.23

I have a Itanium rx2600 with HP-UX 11i version 2, HP-UX 11.23, and I can´t extend a hfs file system with extendfs command
11 REPLIES 11
Anupam Anshu_1
Valued Contributor

Re: I can't extend a hfs file system en HP-UX 11.23

I think you can do it by

# extendfs -F hfs -s

Or do you mean, extendfs doesn't work on IA64 11.23 boxes??

Anshu
KapilRaj
Honored Contributor

Re: I can't extend a hfs file system en HP-UX 11.23

the correct procedure is

lvextend
umount
extendfs

Where hv u'r system failed ?

Kaps
Nothing is impossible

Re: I can't extend a hfs file system en HP-UX 11.23

Yes Anshu, extendfs doesn't work in my IA64 11.23 box with hfs file system. With vxfs file system, I don't have problems.
Thanks,
Anupam Anshu_1
Valued Contributor

Re: I can't extend a hfs file system en HP-UX 11.23

I think there may be some problem with the kernel build.

Try a reboot :-) This may help you.

Anshu

Re: I can't extend a hfs file system en HP-UX 11.23

Hi Kaps,
The extendfs fail. It doesn't extend the file system if I use the extendfs command.
The lvextend execute well, but the extendfs doesn't.
KapilRaj
Honored Contributor

Re: I can't extend a hfs file system en HP-UX 11.23

what is the error ?

Kaps
Nothing is impossible

Re: I can't extend a hfs file system en HP-UX 11.23

There is not error.
Simply, the extendfs doesn't extend the hfs file system.
After the execute of the extendfs command, I mount the file system and the size is the same. The lvol was extended whith the lvextend, but the extendfs doesn't extend the hfs file system.
Marco,
Emil Velez
Honored Contributor
Solution

Re: I can't extend a hfs file system en HP-UX 11.23

I just tried it on my 11.23 system and he is right it does not work. I tried the -s option and it still does not work. Sounds like a patch is needed. Good catch.

Naveej.K.A
Honored Contributor

Re: I can't extend a hfs file system en HP-UX 11.23

hi,

extendfs -F hfs /dev/vg02/rlvol8

use the raw device file...

mount -a

with best wishes
Naveej
practice makes a man perfect!!!
Bharat Katkar
Honored Contributor

Re: I can't extend a hfs file system en HP-UX 11.23

Hi there,
Looking at the discussions above see if this is patch which you are looking for:
PHCO_18901 1.0 extendfs_hfs fix for large file systems

Hope that helps.
Regards,

You need to know a lot to actually know how little you know

Re: I can't extend a hfs file system en HP-UX 11.23

The patch PHCO_18901 is for HP-UX 11.0
Thanks,