Operating System - HP-UX
1833016 Members
2524 Online
110048 Solutions
New Discussion

Re: Solaris File system Vs HP-ux File system

 
yuva_mca
Occasional Advisor

Solaris File system Vs HP-ux File system

Hello,
What is the main difference between solaris and HP-UX filesystem.

Thanks
Yuvaraj
11 REPLIES 11
RAC_1
Honored Contributor

Re: Solaris File system Vs HP-ux File system

solaris uses - ufs. These days it comes by default with VxVM. so uses VxFS.

Hp-ux - uses VxFS and hfs. You can also go for VxVM.
There is no substitute to HARDWORK
GGA
Trusted Contributor

Re: Solaris File system Vs HP-ux File system

Arunvijai_4
Honored Contributor

Re: Solaris File system Vs HP-ux File system

Check this link for more detailed information,
http://sunportal.sunmanagers.org/pipermail/summaries/2004-January/004855.html

In HP-UX, except /stand, everything can be VxFS.

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
yuva_mca
Occasional Advisor

Re: Solaris File system Vs HP-ux File system

Thanks for your solution!!...
yuva_mca
Occasional Advisor

Re: Solaris File system Vs HP-ux File system

Thanks to all... what is the advantage in VxFS? can you explain more about it.

-Yuvaraj
Arunvijai_4
Honored Contributor

Re: Solaris File system Vs HP-ux File system

Yuvaraj, Check this link for more information,
http://docs.hp.com/en/B3929-90011/ch01s06.html



"A ship in the harbor is safe, but that is not what ships are built for"
VEL_1
Valued Contributor

Re: Solaris File system Vs HP-ux File system

yuva_mca
Occasional Advisor

Re: Solaris File system Vs HP-ux File system

I have got more information about the same.. Thanks for your support.

-Yuvaraj
Yogeeraj_1
Honored Contributor

Re: Solaris File system Vs HP-ux File system

hi yuva,

see also: "Summary: UFS Vs Vxfs" at
http://sunportal.sunmanagers.org/pipermail/summaries/2003-February/003142.html


hope this helps too!

regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
B. Hulst
Trusted Contributor

Re: Solaris File system Vs HP-ux File system

And don't store anything under Solaris in the /tmp partition, it gets cleaned up after a reboot. (In HP-UX you can usually find your files after the reboot in /tmp.) :-)

And you can achieve mirroring in Solaris with Solstice (free software) or with Veritas (commercial sw).

Regards,
Bob
Ted Buis
Honored Contributor

Re: Solaris File system Vs HP-ux File system

In the distant past, SUN used more aggressive defaults on their file system than HP-UX. I don't know about their current set of defaults, but at the time that gave it a performance edge but at the greater risk of data loss in the event of a crash. Even if a SUN is using VxVM with VxFS, it may have different default settings which can improve performance but as always there are greater risks. sVxFS supports journaling of the file system which can help rapid recovery of file systems after a crash. VxFS is now the default file system with HP-UX and hfs is rarely used. I would recommend VxFS on either system, and look at your default mount options to make sure that those settings are what is best for your environment.
Mom 6