1847086 Members
5857 Online
110262 Solutions
New Discussion

onLine JFS

 
andi_1
Frequent Advisor

onLine JFS

Hi,

How can I determine if a system has OnLine JFS installed? What command should I use, I don't want to use SAM.

Thank you,
Leon
11 REPLIES 11
Jeff Schussele
Honored Contributor

Re: onLine JFS

Leon,

Run this command:

#swlist -l fileset | grep -i jfs

HTH,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Helen French
Honored Contributor

Re: onLine JFS

Hi,

Try this:

# swlist
# swlist -lfileset | pg

This will list you all installed products on the system.

HTH,
Shiju
Life is a promise, fulfill it!
S.K. Chan
Honored Contributor

Re: onLine JFS

or

# swlist -l bundle| grep -i jfs
Sanjay_6
Honored Contributor

Re: onLine JFS

Hi,

To check if onlineJFS is installed or not, do a swlist

swlist |grep Online

this should return,

B3928AA_APZ B.10.20 HP OnLineJFS (Advanced VxFS)

If the online JFS is installed.

Hope this helps.

Regds
fg_1
Trusted Contributor

Re: onLine JFS

Run the following command:

swlist -l fileset | grep -i advanced

Your output should show:ADVjournalFS.

Good luck.

fg.
andi_1
Frequent Advisor

Re: onLine JFS

Thank you for your quick reply!

dhcp4468107:/stand> swlist -l fileset |grep -i OnlineJFS

# OnlineJFS B.11.11 Online features of the VxFS File System
OnlineJFS.VXFS-ADV-RUN B.11.11 VXFS-ADV-RUN

Does it mean I have OnLine JFS installed?

Thanks again!
Leon
S.K. Chan
Honored Contributor

Re: onLine JFS

yes sir !
Helen French
Honored Contributor

Re: onLine JFS

Hi,

Yes this output says that you have Online JFS installed on the system.

HTH,
Shiju
Life is a promise, fulfill it!
fg_1
Trusted Contributor

Re: onLine JFS

Leon

That is correct, this also gives you the version you have loaded.

Sanjay_6
Honored Contributor

Re: onLine JFS

Hi,

Yes you have OnlineJFS installed on your system.

Regards
Jeff Schussele
Honored Contributor

Re: onLine JFS

Leon,

If you do:

#swverify \* | grep -i onlinejfs

And the results show BOTH

installed AND configured

Then you should be good to go.

Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!