1834082 Members
1937 Online
110063 Solutions
New Discussion

/stand file system

 
SOLVED
Go to solution

/stand file system

hi experts

can any body tell me, why only HFS is used with /stand file system .why /stand is not supported by JFS

with regards
Anith


8 REPLIES 8
Chan 007
Honored Contributor

Re: /stand file system

Torsten.
Acclaimed Contributor

Re: /stand file system

If you boot your server, the system will first go to the "build-in" initial system loader (ISL) and starts the OS loader (hpux) from there. This loader is reading the kernel file into the memory (/stand/vmunix) and is only able to handle a HFS filesystem.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Ajitkumar Rane
Trusted Contributor

Re: /stand file system

Anith,

As far as I know since HPUX 9.x, hfs as its standard FS. What I understand is the Firmware needs to get upgraded if /stand needs to be vxfs, but to keep the reverse compatiblity it is not changed.
Probably the man page of hpux might be of little help in understanding.

Rgds,

Ajit
Amidsts difficulties lie opportunities

Re: /stand file system


fist of all thank you for your reply.

i know that system firmware can mount only HFS filesystem

my question is that why it is so ?

Torsten.
Acclaimed Contributor
Solution

Re: /stand file system

The process is like described earlier.

The servers firmware is able to do some simple IO operations. Based on this cabablities, the ISL (initial system loader) and the secondary system loader (hpux - the binary) can be loaded (also via network or fibre channel).
The hpux-binary is now able to do the same basic file handling.

Because of the limited cababilities, the loader can read the "simple" HFS filesystem, but the VxFS structure is too much complicated - he can't read it.

OK?
;-)

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Torsten.
Acclaimed Contributor

Re: /stand file system

Points are always appreciated

;-))

(if the answers are helpful)

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Arunvijai_4
Honored Contributor

Re: /stand file system

Hi Anith,

Starting from 11.23 (11iV2), you can make /stand as VxFS. It is fully supported.

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Torsten.
Acclaimed Contributor

Re: /stand file system

Just to complete this.

Integrity Servers (Itanium based) are using a different firmware, called EFI.
The OS loader based on EFI is clever enough to understand vxfs. So at least with HP-UX 11.23 on a itanium system you can make /stand vxfs.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!