1847124 Members
5719 Online
110263 Solutions
New Discussion

online jfs

 
mukkala
Advisor

online jfs

how to check online jfs installed and enabled f.s (command mode)
6 REPLIES 6
Alan Meyer_4
Respected Contributor

Re: online jfs

swlist |grep -i online

should show

B3929BA B.11.00 HP OnLineJFS (Advanced VxFS)

for hpux 11.0

and

B3929CA B.11.11 HP OnLineJFS

for 11.11
" I may not be certified, but I am certifiable... "
Ranjith_5
Honored Contributor

Re: online jfs

Hi,

#swlist|grep -i jfs

Regards,
Syam
john kingsley
Honored Contributor

Re: online jfs

If online jfs was installed with a bundle, you will need to run:
swlist -a revision -l fileset | grep -i jfs
Andy Torres
Trusted Contributor

Re: online jfs

To test if installed run:
# swlist -l product OnlineJFS

To see the disk layout version number of a file system:
# vxupgrade /tmp
/tmp: vxfs file system version 4 layout
Joseph Loo
Honored Contributor

Re: online jfs

hi,

u should have your answer by now:

# swlist -l product|grep -i onlinejfs


looks like u r a newcomer here, u may like to read this:

http://forums1.itrc.hp.com/service/forums/helptips.do?#28

regards.

what you do not see does not mean you should not believe
Muthukumar_5
Honored Contributor

Re: online jfs

# swlist OnLineJFS will give it.

hth.
Easy to suggest when don't know about the problem!