cancel
Showing results for 
Search instead for 
Did you mean: 

How to Increase size in sapdata4 .....

Former Member
0 Kudos

Hi Experts,

I have removed 18 GB from Logical Volume vol13 (#/dev/vg01/lvol13 /sapcd) in fstab. Now I want to allocate this space in /oracle/DEV/sapdata4.

How to add this free 18 GB in sapdata4 ? The Logical Volume which I have removed also resides in same logical volume vg01.

Pl. guide me. We are using HP-UX operating system.

Yusuf

Accepted Solutions (1)

Accepted Solutions (1)

andreas_herzog
Active Contributor
0 Kudos

increase your logical volume/file system...for example by using SAM...

-> which hp-ux release do you use?

-> which filesystem type do you use?

GreetZ, AH

Former Member
0 Kudos

Unix Version : HP-UX 11i

File System : File System vxfs

andreas_herzog
Active Contributor
0 Kudos

-> extend logical volume to the desired size (check volume group!) using <b>lvextend</b>; for example:

> <i>lvextend -L yyyy /dev/vgxx/lvolxx</i> (with yyyy = desired size)

-> extend file system to the desired size using <b>fsadm</b>; for example:

> <i>fsadm -F vxfs -b xxxx /fsdir</i> (with xxxx desired size in KB)

full syntax of both commands can be found through <b>man</b> on unix level...

GreetZ, AH

Former Member
0 Kudos

Hi Andreas,

Before doing these steps Shall I unmount sapdata4 from that logical volume?

Yusuf

Former Member
0 Kudos

If you have OnlineJFS you don't need to umount sapdata4. Use "swlist -l bundle | grep JFS" to check if it is installed, otherwise you have to umount sapdata4 and use extendfs command.

Did you just remov the fstab entry? You need umount /sapcd and remove /dev/vg01/lvol13 using lvremove. Also does the lv /oracle/DEV/sapdata4 mounted on belong to vg01? If it belongs to different vg you cannot extend.

Former Member
0 Kudos

Hi Akshaya,

Thanks, Now I am very clear.

Yusuf

Answers (0)