From the computer of: weezlboy
(2 recipes)
Created: Jul 29, 2008 Updated: Aug 03, 2008
#!/bin/sh
# Delete any pre-existing raidsets
echo
echo Delete any preexisting raidsets
raidctl -d -f c0t1d0
echo running devfsadm
echo
devfsadm -Cv
# Label the drives and set the drive type
echo
echo Label the drives and set the drive type
printf "type\n0\nlabel\ny\n" | format -d c0t1d0
# Create the raid sets for both disks
echo
echo Create the raid sets for both disks
raidctl -c -f c0t1d0 c0t3d0
# Relabel
echo
echo Relabel
printf "type\n0\nlabel\ny\n" | format -d c0t1d0
# print out
raidctl -l c0t1d0
exit 0
Subscribe to the Tech-Recipes Newsletter
You can get tips like this delivered in your email every week!
We will never, ever sell your email address or spam you.
Related recipes:
ZFS: Create a mirrored storage pool
Solaris: Delete ZFS slices from a disk
ZFS: Set or change the mount point of a filesystem
ZFS: How to fsck or check filesystem integrity with scrub
Display Solaris system configuration with prtconf
Solaris software RAID
ZFS: List or view filesystems
Solaris: Copy disk labels to duplicate drive layout
Determine the CD-ROM device target id in Solaris
ZFS: Ten reasons to reformat your hard drives
Sponsored links
Login
Don't have an account yet? You can create one. As a registered user you have some advantages like theme manager, comments configuration and post comments with your name.Search
Tech Recipes
· Home
· Mac OS X
· Solaris
· Windows
· Programming
· UNIX
· Cisco
· MySQL
· Google
· Instant messaging
· Add recipes
· Leave feedback
· Recommend us
· RSS Syndication
Hot recipes
XP: Small, Free Way to Use and Mount Images (ISO files) Without Burning Them
Make XP look like Windows Vista / Longhorn for free!
SMS through E-Mail: Cingular, Nextel, Sprint, T-Mobile, Verizon, Virgin Mobile
MySpace Hack: View Pictures and Comments on a Private Profile
Vista: Should I Install 64-bit or 32-bit Version? (x64 vs x86)
How Do I Use or Open Bin, Cue, or ISO Files?
Hacks to Beat Rapidshare Download Limits and Waiting Time
MySpace: Hack to Download Any Song on MySpace
Who's Online
There are currently, 1752 guest(s) and 1 member(s) that are online.
You are Anonymous user. You can register for free by clicking here
Information
Wish to advertise with us?
All logos and trademarks in this site are property of their respective owner. The comments and forum posts are property of their posters, all the rest © 2003-2007 by QD Ideas, LLC.
Users of this site are legally bound by the Terms and conditions and Disclaimer. Do not use this web site if you do not agree with these policies.
The members, admins, and authors of this website respect your privacy.
Page Generation: 1.76 Seconds
Wed Aug 27 22:40:03 2008