info regarding meta device


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users info regarding meta device
# 1  
Old 07-03-2003
info regarding meta device

What is the quickest way to get partition / slices / hard disk / controller information regarding meta devices (md) on solaris 8.

Thanks in advance.
# 2  
Old 07-03-2003
Try the metastat command (in /usr/sbin on Solaris 8) - will give the following type of output:

% metastat|more
d1: Mirror
Submirror 0: d10
State: Okay
Submirror 1: d11
State: Okay
Pass: 1
Read option: roundrobin (default)
Write option: parallel (default)
Size: 4097331 blocks

d10: Submirror of d1
State: Okay
Size: 4097331 blocks
Stripe 0:
Device Start Block Dbase State Hot Spare
c0t0d0s0 0 No Okay


d11: Submirror of d1
State: Okay
Size: 4097331 blocks
Stripe 0:
Device Start Block Dbase State Hot Spare
c0t1d0s0 0 No Okay

That plus your /etc/vfstab and df command should give you anything you are looking for.
# 3  
Old 07-03-2003
more info about partitions included (slice and size in GB)

I need more information about hard disk slices included in meta device along with slices .

Further I want to know how difficult it is to re-create a meta device . I know I'll have to take
1. Backup of all data.
2. Need to check about application installation.
3. Application specific administration.

Are there any guidelines to do this.

I am planning to implement RAID 5 out of stripe . I know my space availability will get reduced and disk IO time also will increase leading to slower updates.


Last edited by Hitesh Shah; 07-04-2003 at 02:26 AM..
# 4  
Old 07-03-2003
Please don't post email addresses - see rule 10.

As far as re-creating a metadevice, see Docs.sun.com Disksuite 4.2.1 (or the appropriate version you are running).
# 5  
Old 07-04-2003
I corrected the post

I have removed the email . I did not know about rule 10 while writing email. In future , I'll not write emails

BTW thanks for pointer to disksuite 4.2.1 . It's very useful.

Regards
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. HP-UX

Failed to open tape device /dev/rmt/0mn:Device busy (errno = 16)

Hi, Unable to make tape backup, please help. /opt/ignite/bin/make_tape_recovery -a /dev/rmt/?mn -I -v -m tar -x inc_entire=vg00 * Creating local directories for configuration files and archive. ======= 04/25/16 16:28:08 IST Started /opt/ignite/bin/make_tape_recovery. (Mon... (4 Replies)
Discussion started by: anuragr
4 Replies

2. Red Hat

Unable To Activate Ethernet Network Device in RHEL 5.5 - e100 device eth0 does not seem to be presen

Hi All, Could anyone please help to resolve the below problem. I installed RHEL5.5 in my desktop.But when i try to activate the ethernet connection then it gives me the error. I spent 2 days for the above and go through with several suggestion found by googling. But no luck. ... (0 Replies)
Discussion started by: Tanmoy
0 Replies

3. UNIX for Advanced & Expert Users

howto remove meta info about MP4 or FLV file downloaded off Youtube?

Hi I tried a tool called mediainfo > brew info media-info media-info 0.7.51 http://mediainfo.sourceforge.net Depends on: pkg-config /usr/local/Cellar/media-info/0.7.51 (3 files, 14M) http://github.com/mxcl/homebrew/commits/master/Library/Formula/media-info.rb Got details from a test... (3 Replies)
Discussion started by: slashdotweenie
3 Replies

4. Solaris

pseudo: [ID 129642 kern.info] pseudo-device: vol0

Hi I have a system that gave me some messages on bootup that I was not used to seeing: pseudo: pseudo-device: vol0 genunix: vol0 is /pseudo/vol@0 these came with these: Feb 13 17:42:17 system1 eri: SUNW,eri0 : 100 Mbps full duplex link up Feb 13 17:42:21 system1sendmail: My unqualified... (0 Replies)
Discussion started by: mndavies
0 Replies
Login or Register to Ask a Question