How to add disk into Striped Volume VxVM


 
Thread Tools Search this Thread
Operating Systems Solaris How to add disk into Striped Volume VxVM
# 1  
Old 01-13-2008
How to add disk into Striped Volume VxVM

VxVM:
How to add one more disk into v08 the stripe should change from 7/128 to 8/128

v v08 - ENABLED ACTIVE 8954292224 SELECT v08-01 fsgen
pl v08-01 v08 ENABLED ACTIVE 8954292480 STRIPE 7/128 RW
sd bkpdg35-01 v08-01 bkpdg35 17216 1279184640 0/0 c1t10d44 ENA
sd bkpdg36-01 v08-01 bkpdg36 17216 1279184640 1/0 c1t10d45 ENA
sd bkpdg38-01 v08-01 bkpdg38 17216 1279184640 2/0 c1t10d48 ENA
sd bkpdg52-01 v08-01 bkpdg52 17216 1279184640 3/0 c1t10d55 ENA
sd bkpdg53-01 v08-01 bkpdg53 17216 1279184640 4/0 c1t10d56 ENA
sd bkpdg41-01 v08-01 bkpdg41 17216 1279184640 5/0 c1t10d57 ENA
sd bkpdg42-01 v08-01 bkpdg42 17216 1279184640 6/0 c1t10d58 ENA
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

How to recover wrongly deleted volume in VxVM?

Hi On solaris 10 system my one veritas volume got accidently deleted. Now could any one tell me how to recover it. If I am taking regular backup of disk group of that volume through vxconfigbackup as I want to recover only particular volume only. (1 Reply)
Discussion started by: amity
1 Replies

2. HP-UX

Removing a VxVM disk from a Disk Group

Hello all, So I made a rookie mistake today. I forgot to remove my disk from my disk group, before running the following command:for i in `ioscan -fnN | awk /NO/'{print $3}'` do rmsf -H $i done I am trying to run the following command, but not having any luck obviously:vxdg -g dgvol1 rmdisk... (0 Replies)
Discussion started by: mrkejames2
0 Replies

3. Emergency UNIX and Linux Support

VxVM not able to see new disk

I have VxVM 5.1 running on Solaris-10. I have to increase a application file-system and storage team gave me a lun. After scanning scsi port by cfgadm, I can see them in format output. I labelled it, but I am not able to see them in "vxdisk list". I already tried commands --> vxdctl enable... (4 Replies)
Discussion started by: solaris_1977
4 Replies

4. Solaris

Convert from raw disk to solaris volume manager disk

I have a solaris 10 system configured using NetApp as its storage, and the file systems are already configured as you can see from the example below: root@moneta # df -h Filesystem size used avail capacity Mounted on /dev/md/dsk/d0 9.8G 513M 9.3G 6% /... (4 Replies)
Discussion started by: fretagi
4 Replies

5. Solaris

Convert from raw disk to solaris volume manager disk

I have a solaris 10 system configured using NetApp as its storage, and the file systems are already configured as you can see from the example below: root@moneta # df -h Filesystem size used avail capacity Mounted on /dev/md/dsk/d0 9.8G 513M 9.3G 6% / ... (0 Replies)
Discussion started by: fretagi
0 Replies

6. AIX

Striped FS , need to add new disks

Hi, I have a filesystem that is created on a VG with 12 disks. The FS is striped on these disks. Now I have to add 10 more disks to this volume group to help increase the space of the same FS that is striped. How should I add these disks to the Vg and i need these disks to be added such the FS... (1 Reply)
Discussion started by: aixromeo
1 Replies

7. UNIX for Dummies Questions & Answers

VERITAS Volume Manager - mirror a disk/volume

I have a machine (5.10 Generic_142900-03 sun4u sparc SUNW,Sun-Fire-V210) that we are upgrading the storage and my task is to mirror what is already on the machine to the new disk. I have the disk, it is labeled and ready but I am not sure of the next steps to mirror the existing diskgroup and... (1 Reply)
Discussion started by: rookieuxixsa
1 Replies

8. Solaris

VxVM volume extending Prerequisites

Hellow Experts, Could anyone tell me the Prerequisites for extending a Volume on VxVM. (3 Replies)
Discussion started by: sudhan143
3 Replies

9. Solaris

create vxvm volume

Hi all, I need syntax to create and extend existing volume with available disk space in a DG. Thanks in advance. (2 Replies)
Discussion started by: bpsunadm
2 Replies

10. Solaris

( VxVM ) How to add the removed disk back to previous disk group

Previously , i remove the disk by #vxdg -g testdg -k rmdisk testdg02 But i got error when i -k adddisk bash-2.03# vxdisk list DEVICE TYPE DISK GROUP STATUS c0t0d0s2 auto:none - - online invalid c0t1d0s2 auto:none ... (1 Reply)
Discussion started by: waibabe
1 Replies
Login or Register to Ask a Question
dgcfgbackup(1M) 														   dgcfgbackup(1M)

NAME
dgcfgbackup - create or update VxVM volume group configuration backup file SYNOPSIS
/usr/sbin/dgcfgbackup [-f dg_conf_path ] dg_name DESCRIPTION
The dgcfgbackup command saves the VxVM configuration for a disk group in a default or alternate configuration backup file (see the descrip- tion of the-f option). By default, dgcfgbackup is run automatically each time that a VxVM command changes the VxVM configuration. In this case, it always uses the default configuration backup file. An existing default configuration backup file is renamed with an extension of .old. Options and Arguments dg_name Specifies the name of a disk group. -f dg_conf_path Saves the configuration using an alternate file name specified by dg_conf_path. If this option is omitted, the default file name is /etc/vxvmconf/dg_name.conf. EXIT CODES
dgcfgbackup exits with a zero status on successful completion. An non-zero exit status indicates that errors occurred when information from the disk group was being accessed. EXAMPLES
Back up VxVM configuration information for disk group testdg in the default backup file /etc/vxvmconf/testdg.conf: dgcfgbackup testdg Back up VxVM configuration information for disk group datadg in the alternate configuration backup file /tmp/datadg.backup: dgcfgbackup -f /tmp/datadg.backup datadg NOTES
It is recommended that any alternate configuration backup file be created in the root file system (as is the case with the default path name). This facilitates disk group recovery during maintenance mode, such as after a system crash. AUTHOR
dgcfgbackup was developed by the Hewlett-Packard Company. SEE ALSO
dgcfgrestore(1M) VxVM 5.0.31.1 24 Mar 2008 dgcfgbackup(1M)