![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Solaris 10 Disk Mirroring | korfnz | SUN Solaris | 25 | 07-16-2008 11:43 AM |
| Help !! disk Mirroring | hcclnoodles | SUN Solaris | 1 | 11-10-2006 11:25 AM |
| Disk mirroring | Ajwat | SUN Solaris | 2 | 03-08-2006 09:27 AM |
| Solaris mirroring / non-root disk | BG_JrAdmin | SUN Solaris | 3 | 08-11-2005 05:37 PM |
| Disk mirroring | malcom | Shell Programming and Scripting | 3 | 01-26-2005 05:11 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Veritas root disk mirroring
Hi there,
My task is to replace the two 73 G disks with two 143 G disks , which has vxvm 4.1 running on it. I would like to know whether the steps iam following are correct. 1. Break the sub-disks, plexes of the root mirror. 2. Remove the sub-disks,plexes of the root mirror. 3. Remove one of the hard disk(eg. c0t1d0) and replace new. 4. Initialize the new disk and create subdisks and plexes 5. Attach the subdisks and plexes to the existing volumes 6. once there's no task in vxtask, do the same for the primary root disk(c0t0d0) also. i would like to know whether i need to de-encapsulate the root disk before i do this.and also do i need to perform these in single-user mode? and also do i need to export the disk-group before i do these? Please correct me if iam wrong. Any help would be greatly appreciated. |
|
||||
|
Hi,
Thanks for your quick reply, actually due to size constraints i decided to replace 73G with 143G drive but i need the same data to be there in new disk and i dont need to increase the root file system, i want to create some new volumes in those new disks. I was thinking about vxdiskadm, option to remove failed disk and replace. Once i replace one disk at a time,it'll initialise it and can i mirror it using vxdiskadm itself? Thanks |
|
|||||
|
Ok, you have something of a messy situation to deal with here.
And just a couple of comments: 1. If you have any other diskgroups, condier using them instead. 2. If you only have 2 disk why use veritas? Encapsulated roots are a pain SVM is a whole lot simpler for boot disks. I generally don't like to use vxdiskadm, so I'm not sure what options you've got there. The basics: for each plex on the mirror: Code:
vxplex -g bootdg -o rm dis <plex> Code:
vxdg -g bootdg rmdisk <mirror_disk_name> /etc/vx/bin/vxdiskunsetup <mirror_disk_media_name> Code:
devfsadm -Cv vxdctl int vxdctl enable Code:
/etc/vx/bin/vxdisksetup -i c0t1d0 format=sliced vxdg -g bootdg adddisk rootmirror=c0t1d0 /etc/vx/bin/vxrootmir rootmirror Code:
vxassist -g bootdg mirror <volname> |
|
||||
|
Hi,
Iam sorry for not quoting the details properly. Actually I have 4 disks of which the other 2 disks belong to other diskgroup. I understand that SVM is more simpler and effecive for mirroring root disks but the company std. is like that.I cant do anything abt that. Thanks for your step by step procedure. I'll try these steps. Thanks. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|