1846689 Members
2689 Online
110256 Solutions
New Discussion

Online JFS

 
SOLVED
Go to solution
Mridul Dutta
Advisor

Online JFS

Hi all

How to check wheather the file system is Online JFS or not?

MRIDUL
6 REPLIES 6
Rick Garland
Honored Contributor

Re: Online JFS

If you have OnlineJFS installed

swlist | grep -i jfs

The filesystems are not OnlineJFS. They are VxVM or HFS


Pete Randall
Outstanding Contributor

Re: Online JFS

The file system simply needs to be JFS. Online JFS is a software product that has to be purchased and installed on the machine. You can check with "swlist -l product |grep -i online". You should see something like this:

# swlist -l product |grep -i online
OnlineJFS B.11.11 Online features of the VxFS File System


Pete

Pete
Geoff Wild
Honored Contributor
Solution

Re: Online JFS

It is important to use the -l product - for if your OnlineJFS was included in a bundled OE - then it won't show with just a swlist - use -l product:

swlist -l product |grep OnlineJFS

Also, check if it is enabled with:

/usr/sbin/vxlicense -p


Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Cem Tugrul
Esteemed Contributor

Re: Online JFS

Hello Mridul,

As Pete's reply Online jfs is a Hp's licenced
software for you to maintain FS online
so if you asked how to checked it was installed or not?
Then;

#swlist -l product|grep -i online
must return like;
OnlineJFS B.11.11 Online features of the VxFS File System

Also for to check the necessary drives included in kernel or not?
Then;
/usr/lbin/sysadm/system_prep -s /tmp/system.out;grep ^vx /tmp/system.out

must return like;
vxdmp_q4
vxfs
vxportal
vxvm_q4
vxvm
vxdmp

so this means online jfs software installed
in your system and you can use it

Good Luck & Happy New Year
Our greatest duty in this life is to help others. And please, if you can't
Raj D.
Honored Contributor

Re: Online JFS

Hi Mridul ,

1] Online JFS is the feature of vxfs filesytem , that enables to extend online.
To check if a system has Online JFS installed or not use :

# swlist -l product | grep -i online

It should show like this:
OnlineJFS B.11.11 Online features of the VxFS File System

or

# /usr/sbin/vxlicense -p

2] # fstyp -v /dev/vgname/lvoln can be use to determine the type of filesystem.


Hope this will help ,

Cheers,

Raj.
" If u think u can , If u think u cannot , - You are always Right . "
Tvs
Regular Advisor

Re: Online JFS

hi


yo can findout the online jfs is installed or not..like this


# swlist -l fileset | grep -i online


you can findout the file systems type

#fstyp /dev/vg00/lvol4

vxfs

regards


tvs