how to increase the filesystem size under veritas control


 
Thread Tools Search this Thread
Operating Systems Solaris how to increase the filesystem size under veritas control
# 1  
Old 03-24-2007
how to increase the filesystem size under veritas control

Hi all,


a
Code:
loe:root->  df �k

Filesystem       1024-blocks        Used   Available Capacity  Mounted on

/dev/vx/dsk/rootvol      8254263     2064133     6107588    26%    /
/proc                                   0                0              0               0%    /proc
mnttab                                0                0              0               0%    /etc/mnttab
fd                                        0                0              0               0%    /dev/fd
/dev/vx/dsk/var            4132179     2061025     2029833      51%    /var
swap                            4900664         104         4900560      1%    /var/run
swap                            4900560           0     4900560             0%    /tmp
/dev/vx/dsk/home         7352850     3328938     3950384     46%    /home
/dev/vx/dsk/opt              6967151     3412363     3485117    50%    /opt
/dev/vx/dsk/datadg/p112
                             8388608      820419     7096107          11%    /pxx1
/dev/vx/dsk/datadg/p108
                             16777216    14361073     4140326     93%    /pxx8
/dev/vx/dsk/datadg/p113
                              8388608     5129886     3055557       63%    /pxx9
/dev/vx/dsk/datadg/p105
                              8388608     3323011     4749001        42%    /pxx5

my question: I want to increase the "/dev/vx/dsk/datadg/p108" filesystem size to another 20GB(this is under veritas control).

Please help me to solve this issue.


regards
krishna
# 2  
Old 03-26-2007
Hey,

add the disks to your volume and then take vxresize or
vxassist to grow your volume. Previous read the VxVM
admin guide, you can loss data!

Bye
lowbyte
# 3  
Old 03-26-2007
syntax

This syntax usually works for me. Be EXTREMELY careful before applying ANY veritas commands.

You need to know if these file systems were encapsulated or not as well.

/etc/vx/bin/vxresize -bx -g <datagroup> <volname> +5g (adds 5 gig)

your disk group can be datadg and your volume name is different from your mount point name. Keep that in mind. Your volume name and mount point name are different in your case. Your volume would be p108.

As lowbyte said earlier, read the admin guide CAREFULLY.

-S
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

How to increase the /var (UFS) filesystem and root disk under veritas control?

I need to increase the /var (UFS) filesystem and root disk under veritas control or root disk is encapsulated # df -k /var Filesystem kbytes used avail capacity Mounted on /dev/vx/dsk/var 13241195 12475897 674524 96% /var # fstyp /dev/vx/dsk/var ufs # pkginfo... (1 Reply)
Discussion started by: amity
1 Replies

2. AIX

Increase filesystem size AIX 5.3

I an trying to increase the file size on an AIX 5.3 box. I think i am missing the correct syntax for the command. Here is was i am trying on a test box # lsvg rootvg VOLUME GROUP: rootvg VG IDENTIFIER: 0000bd8b00004c00000 0010d8ed7a76e VG STATE: active ... (3 Replies)
Discussion started by: fierfek
3 Replies

3. Red Hat

Increase the filesystem size

Hi I am using oracle linux 6.4. My hard drive capacity is 500 GB. my filesystem size onbly 50GB. I would like to extend my filesystem size to around 100GB. I tried many codes but still I am not able. this is the output of df -h : Filesystem Size Used Avail Use% Mounted on... (6 Replies)
Discussion started by: farshad
6 Replies

4. Solaris

Need on Veritas filesystem, solaris

Hello Folks, Was wondering if you can help me make the following disk back online, Disk_22 auto - - error I am using Solaris 9 and veritas version 4. Anep (6 Replies)
Discussion started by: jaapar
6 Replies

5. AIX

How to increase the filesystem size in HACMP

How to increase the filesystem size in HACMP. what is the difference between normal chfs command and increase the filesystem size in HACMP. (4 Replies)
Discussion started by: AIXlearner
4 Replies

6. UNIX for Dummies Questions & Answers

How to increase the filesystem size?

Hi.. I want to increase the file system size of any filesystem online, without using the Volume manager like LVMs, is it possible? & if yes then how? (3 Replies)
Discussion started by: Amol21
3 Replies

7. Solaris

increase/decrease filesystem

Hi All, I need to increase the filesystem of / and /var (two different slices)? Space will be coming from /home slice so I need to decrease it. Is that possible without reinstallation or in a single-user-mode? Any idea or link please. Thanks in advance. (5 Replies)
Discussion started by: itik
5 Replies

8. UNIX for Advanced & Expert Users

Reason for continuously increase filesystem size?

Hi my file system size /hd4 is keep on increasing continuously , i tried all the performance related command to identify which process is currently running........ for every minute my FS(/hd4) size is increasing ?what could be the problem? how to diagnose it ? is there any specific command... (3 Replies)
Discussion started by: aixteam
3 Replies

9. UNIX for Dummies Questions & Answers

veritas Filesystem for HP UX 11

Hello, We have a HP unix server running witch the veritas file system. Does anybody know the difference between the veritas filesystem and lvm? Why should you choose for veritas filesystem or lvm The server is running with a progress sql database HP UX 11. We have a little problem getting... (1 Reply)
Discussion started by: jjwillemse
1 Replies

10. UNIX for Dummies Questions & Answers

veritas filesystem and volume manager

WHat is the difference between Veritas filesystem and veritas volume manager? Regards (2 Replies)
Discussion started by: knarayan
2 Replies
Login or Register to Ask a Question