![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | 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 . |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to remove disk from mirror? | Yac | AIX | 3 | 09-24-2007 11:40 AM |
| Solaris 10 not booting with mirrored disk | nitinp82 | UNIX for Dummies Questions & Answers | 1 | 01-25-2007 07:48 AM |
| Creating create mirrored disk files systems using mkfs command | GLJ@USC | UNIX for Dummies Questions & Answers | 4 | 11-07-2006 10:52 AM |
| Mirrored disk..... | balaji_prk | AIX | 7 | 12-23-2005 05:26 AM |
| Number of Disk Mirrored in HP-UX | cgege | HP-UX | 2 | 02-27-2004 08:13 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Remove os mirrored disk Solaris 10
Hello once again seeking your help,
I have a mirrored disk and need to unmirror it to mount it as a new file system (/export) but could not find the correct steps to do it with out affecting the original disk. can anybody point me out on how to get this done. Thanks!! |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
First you will need to tell us how it is mirrored.
|
|
#3
|
||||
|
||||
|
In the example below d2 is the submirror of d1.
#metastat d1 The above will list the devices used by the mirror d1 so as you can remount the device later. detach submirror # metadetach d1 d2 # umount /dev/md/dsk/d1 If the mirror is a root,swap or /usr slice then there is a little more to it and the above is not suitable. You may also want to clear the metadevices d1 and d2 # metaclear -r d1 # metaclear d2 |
|
#4
|
|||
|
|||
|
Thanks for the info,
what you are telling me is correct for the root, and swap i found the following web and even though its for Solaris 9 it worked ok in Solaris 10d and it is a step by step instruction and easy to follow: Removing Volumes - (Using Solaris 9 Volume Manager Commands) |
|||
| Google The UNIX and Linux Forums |