![]() |
|
|
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 |
| Trying to implement case | ssunda6 | Shell Programming and Scripting | 3 | 03-23-2008 06:44 AM |
| Trying to implement case | ssunda6 | Shell Programming and Scripting | 2 | 03-21-2008 06:55 AM |
| how to implement this | kishore_jasthi | Shell Programming and Scripting | 2 | 02-22-2008 05:11 AM |
| how to implement timer | Frank2004 | AIX | 2 | 06-09-2004 10:21 PM |
| how does va_arg implement ? | chenhao_no1 | High Level Programming | 2 | 04-20-2003 07:29 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread |
Rating:
|
Display Modes |
|
|
|
||||
|
Assuming these disk are wholly dedicated to the mirror: Code:
zpool create data mirror c0d0 c0d1 That's it. You have now a /data filesystem whose content are mirrored on d0 and d1. ZFS is dead simple when compared to alternate RAID solutions. By the way, mirroring means each disk is a backup of the other one. There is no specific data disk and backup disk like you describe. |
|
||||
|
it should be strip and mirroring. What i trying to do is create a logical volume, it is contain 2 disk. whatever i did in disk A it will mirror to disk B. Disk B it is locate in slice 2 of logical volume and other slice is used by disk A.
|
|
||||
|
Sorry I couldn’t understand the above line.
As per my understanding all you need to do is create a metadb on both the disk. Take any of the unused slice , allocate space to that and create a 3 copy of meta db on the slice , some think like this Quote:
check the same with Quote:
Quote:
Likewise you can create volume for rest of the partition Once done change the /etc/vfstab entry to point the partition towards the different volumes Do the required entry into the /etc/system for rootdev Also you need set the rootdisk/rootmirror Reboot the system ( please verify the above steps I am just giving you kind of direction, I mean how you can plan the entire activity) |
|
||||
|
thank for you kindly info. I should finish installation solaris and partition it into 8 slice (0-7) Then afterward run above commands in single user mode?
What's happen to my disk volume, it is show c0d0 and c0d1. Without 't' then i still create a logical volume? (i am running x86 platform in virtualbox) |
|
||||
|
Webster5u: there is no reason to be concerned about the missing target on your disks. It is just they are (virtual) IDE disks, not SCSI/SATA ones.
What I was suggesting (adding two new disks and implement ZFS on them) is a very simple and straightforward solution. I'm disappointed to see you seem to prefer the complex way (SVM). |
|
||||
|
Quote:
Quote:
whatever, thank all of your. |
![]() |
| Bookmarks |
| Tags |
| mirror, raid, solaris, unix download |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|