Operating System - HP-UX
1753905 Members
9756 Online
108810 Solutions
New Discussion юеВ

Re: Online JFS is not working

 
SOLVED
Go to solution
senthil_kumar_2
Regular Advisor

Online JFS is not working

Hi All,

I am using HP-UX 11.31.

I am getting below mentioned error while extending LVM.

# fsadm -F vxfs -b 2000 /data
vxfs fsadm: V-3-23544: sectors must be >= 48461 as they are currently in use.


How to solve this issue.
7 REPLIES 7
Michal Kapalka (mikap)
Honored Contributor

Re: Online JFS is not working

hi,

check this link :

http://seer.entsupport.symantec.com/docs/295330.htm

if you use LVM, them lvextend before fsadm is required.

mikap
Alex Glennie
Honored Contributor
Suraj K Sankari
Honored Contributor

Re: Online JFS is not working

hi,

post the output of below command
# swlist -l product | grep -i online
#vgdisplay -v (vgname of /data)

Suraj
Alex Glennie
Honored Contributor

Re: Online JFS is not working

upper case M my mistake
Yashwant
Valued Contributor

Re: Online JFS is not working

try the below command and hope this will work.

#fsadm -F vxfs -b 2000m /data
Vishu
Trusted Contributor

Re: Online JFS is not working

Hi Senthil,

can you paste the output of 'bdf'. what you are executing is to resize your LV to 2000 sectors. I think you want to resize with 2000MB. By default, fsadm takes value in sectors if you dont specify any suffix to it.

you can try as

# fsadm -F vxfs -b M /data

where newsize is the new size you want to give and M is for size in MB.
senthil_kumar_2
Regular Advisor

Re: Online JFS is not working

I am closing this thread.