1832608 Members
2208 Online
110043 Solutions
New Discussion

Re: HFS /JFS

 
SOLVED
Go to solution
Satish Y
Trusted Contributor

HFS /JFS

If my /stand is not separate mount point, can i have "/" filesystem as vxfs ?.The hpux version is 10.2 e series.
Difference between good and the best is only a little effort
4 REPLIES 4
Pedro Sousa
Honored Contributor
Solution

Re: HFS /JFS

Hi!
Check this doc:
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/5965-4406/5965-4406_top.html&con=/hpux/onlinedocs/5965-4406/00/00/56-con.html&toc=/hpux/onlinedocs/5965-4406/00/00/56-toc.html&searchterms=JFS%7cstand%7cHFS&queryid=20010414-081843

I am 99% sure that /stand is still required to reside on an HFS file system:
"hpux is responsible for loading the kernel from the boot file system and
transferring control to it. In order for hpux to load the kernel, it
must have knowledge of the disk layout from the file system from which
hpux is booting. Currently, hpux only has knowledge of the HFS disk
layout, not JFS."

good luck.
Patrick Wallek
Honored Contributor

Re: HFS /JFS

If /stand is NOT a separate filesystem from / then your / filesystem(LV) can NOT be JFS. The LV that /stand is in (whether alone or a part of another LV) MUST be HFS.

A. Clay Stephenson
Acclaimed Contributor

Re: HFS /JFS

No /stand must be HFS; this is required by the boot firmware. The boot code does not understand vxfs filesystems.
If it ain't broke, I can fix that.
Satish Y
Trusted Contributor

Re: HFS /JFS

thanks for all quick responses...
Difference between good and the best is only a little effort