1753776 Members
7360 Online
108799 Solutions
New Discussion юеВ

Online JFS

 
Avinash Agarkar
Valued Contributor

Online JFS

Hi,

I have to extend a file system on one server i don't think online jfs is installed on this because i am not getting in swlist, but i tryed one command

swlist -l product | grep -i jfs
JFS B.11.11 The Base VxFS File System
OnlineJFS B.11.11 Online features of the VxFS File System

So can i do the the online file system extension.

Please be confirm because it is an lie production system

Thanks,
Avinash
Great Power Comes With Great Responsibility
7 REPLIES 7
Ivan Krastev
Honored Contributor

Re: Online JFS

Run vxlicrep to check available licenses.

regards,
ivan
Avinash Agarkar
Valued Contributor

Re: Online JFS

Hi,

/sbin/vxlicense -p

vrts:vxlicense: INFO: Feature name: HP_OnlineJFS [50]
vrts:vxlicense: INFO: Number of licenses: 1 (non-floating)
vrts:vxlicense: INFO: Expiration date: No expiration date
vrts:vxlicense: INFO: Release Level: 22
vrts:vxlicense: INFO: Machine Class: All
vrts:vxlicense: INFO: Site ID: 0

Great Power Comes With Great Responsibility
Ivan Krastev
Honored Contributor

Re: Online JFS

You have the OnlineJFS.

If you are unsure and you are afraid to use it on the production server try to extend /tmp filesystem first.


regards,
ivan
Jeeshan
Honored Contributor

Re: Online JFS

Hi Avinash

you have online JFS license.

But your query method confused you. try out this to see you have online JFS installed or not

#swlist -l product|grep JFS
a warrior never quits
Prashanth Waugh
Esteemed Contributor

Re: Online JFS

Hi Avi,

check it by using below command
#swlist -l product|grep JFS
If its online JFS then

1>lvextend -L /dev//
2>fsadm -F vxfs -b

Regards
atulkumar
For success, attitude is equally as important as ability
Rasheed Tamton
Honored Contributor

Re: Online JFS

Hi,
>OnlineJFS B.11.11 Online features of the VxFS File System

You can do online extend of the file system.

lvextend -L 15000 /dev/vg00/lvolXX (lvolname)
fsadm -F vxfs -b 15000M /mountpoint (dirname)

In the above example, the new size is 15000MB. When you provide the size value to lvextend and fsadm commands, be very careful. It should be BIGGER than the existing size. Otherwise, you will have data corruption.

Rgds.
Avinash Agarkar
Valued Contributor

Re: Online JFS

Thanks guys,

The problem is solved.

cheer,
Avinash
Great Power Comes With Great Responsibility