1753947 Members
7226 Online
108811 Solutions
New Discussion юеВ

jfs version info

 
SOLVED
Go to solution
Sreer
Valued Contributor

jfs version info

Hi Gurus,
s per my knowledge the hpux file systems are mostly of vxfs.

and this vxfs is linked with Journaled filesystems.

JFS versions vary from releases to releases.

I need some deep data about this [ its for my learning.. since I face frequent file system size related issuses from my end users.]

thnx for your help.


mean for example i need to confrin the given file system ,say /u01 will support large files?

if so what is the jfs version it is having?

{ I remember to check the /etc/defaults/fs]

Rgds
Sree
Rgds
Sree
7 REPLIES 7
Torsten.
Acclaimed Contributor

Re: jfs version info

The question in this case is if the file system was created with largefile option or not.

The fstab file will show it for example, fsadm too.

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!   
ani007
Super Advisor

Re: jfs version info

#fsadm -F vxfs /u01
largefiles

if large files is enable on the mount point, it will return largefiles.

Regards,
Ani
Manix
Honored Contributor
Solution

Re: jfs version info

Hello Sree !!

I guess all JFS versions supports "large files"but max limit varies & you need to mount the fs with the option as below.

fsadm -o largefiles


yes /etc/fstab will help for sure.

The following are Maximum file size of individual hp-ux operating system.
It depends on which system you are running.

Hope this will help ..limit has increased
much for later versions and OS series

HP-UX JFS Disk Layout Maximum Maximum
Release Version Version Supported File Supported File System
Size Size
===================================================
===============
10.20 JFS 3.0 Version 2 2 GB 128 GB
10.20 JFS 3.0 Version 3** 128 GB 128 GB
11.00 JFS 3.1 Version 2 2 GB 128 GB
11.00* JFS 3.1 Version 3** 1 TB 1 TB
11.00 JFS 3.3 Version 2 2 GB 128 GB
11.00 JFS 3.3 Version 3** 1 TB 1 TB
11.00 JFS 3.3 Version 4 1 TB 1 TB
11i JFS 3.3 Version 2 2 GB 128 GB
11i JFS 3.3 Version 3 2 TB 2 TB
11i JFS 3.3 Version 4** 2 TB 2 TB
HP-UX been always lovable - Mani Kalra
Jose Mosquera
Honored Contributor

Re: jfs version info

Hi,

#fstyp -v /dev/vg/

If "f_flag" value is 16, your file system support lage files.

Rgds.
Sreer
Valued Contributor

Re: jfs version info

Thnx all for helping me by spending youe valuable time!

Few answers solved my querries.
remaining My concern is of about to check the JFS version installed in my server.

n4sv1 $ root:/root# swlist -l bundle | grep -i jfs
B3929DA B.11.23.0609 HP OnLineJFS (Server)
n4sv1 $ root:/root#


To be more precisely..

I want to check the JFS version !!!

Rgds
Sree
Manix
Honored Contributor

Re: jfs version info

Look @ my machine !!

# swlist -l product | grep -i jfs
JFS B.11.31 Base VxFS File System 4.1 for HP-UX

Thanks
Manix
HP-UX been always lovable - Mani Kalra
INH
Regular Advisor

Re: jfs version info

Sree,

# swlist -l product |grep -i jfs

should tell you whether online JFS is installed in your system or not.

# cat /etc/fstab - check largefiles supported or not

# refer man pages ( lot of information you can see)

Regards,
INH
Knowledge is power