Regarding Sun volume manager


 
Thread Tools Search this Thread
Operating Systems Solaris Regarding Sun volume manager
# 1  
Old 05-15-2010
Regarding Sun volume manager

hi all,
i have a doubt. I am doing some R & D in sun volume manager. Sun solaris 5.10 is running in my sun blade 150 sparc machine. I have attached ultrascsi storage box(6x36GB hdd's) with my machine. when i create a raid 0 striping or raid 1 mirroring the output of metastat says Dbase = No. Can anybody clarify this?
The sequence of my raid 0 stripe is as follows
Code:
bash-3.00# metadb -a c1t1d0s7 c1t2d0s7 c1t3d0s7
bash-3.00# metadb
        flags           first blk       block count
     a        u         16              8192            /dev/dsk/c1t1d0s7
     a        u         16              8192            /dev/dsk/c1t2d0s7
     a        u         16              8192            /dev/dsk/c1t3d0s7
bash-3.00# metainit d11 1 3 c1t1d0s0 c1t2d0s0 c1t3d0s0
d11: Concat/Stripe is setup
bash-3.00#
bash-3.00#
bash-3.00# metastat
d11: Concat/Stripe
    Size: 62919531 blocks (30 GB)
    Stripe 0: (interlace: 32 blocks)
        Device     Start Block  Dbase   Reloc
        c1t1d0s0          0     No      Yes
        c1t2d0s0          0     No      Yes
        c1t3d0s0          0     No      Yes

Device Relocation Information:
Device   Reloc  Device ID
c1t1d0   Yes    id1,sd@SFUJITSU_MAN3367M_SUN36G_02X79965____
c1t2d0   Yes    id1,sd@SFUJITSU_MAN3367M_SUN36G_02X81508____
c1t3d0   Yes    id1,sd@SFUJITSU_MAN3367M_SUN36G_02X86669____

So, why it shows Dbase = No when i have a valid metadatabases?

Regards

Kingston S
# 2  
Old 05-15-2010
from the admin guide:

Quote:
Additionally, for each slice in a submirror, the metastat command shows the "Device" (device name of the slice in the stripe); "Start Block" on which the slice begins; "Dbase" to show if the slice contains a state database replica; "State" of the slice; and "Hot Spare" to show the slice being used to hot spare a failed slice.
the metadbs are on other slices of your disks. so the dbase output says "no" for slice0 cause there are no state databases.
This User Gave Thanks to DukeNuke2 For This Post:
# 3  
Old 05-15-2010
thanks for your clarification...in my book, the author created both state database replica and volume on same slice. Thats y it says dbase=yes. I was confused. Now i understood. Thanks
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

VERITAS Volume Manager - mirror a disk/volume

I have a machine (5.10 Generic_142900-03 sun4u sparc SUNW,Sun-Fire-V210) that we are upgrading the storage and my task is to mirror what is already on the machine to the new disk. I have the disk, it is labeled and ready but I am not sure of the next steps to mirror the existing diskgroup and... (1 Reply)
Discussion started by: rookieuxixsa
1 Replies

2. Solaris

Solaris Volume manager

Hi Friends, I have to migrate my raid-1 volume to raid -5 online. Can anyone please help me, If possible then send me the step by step commands for online migration. Thanks in advance. (2 Replies)
Discussion started by: rajaramrnb
2 Replies

3. Solaris

Solaris Volume Manager

Hello All, I have small doubt. It's related to SVM in solaris 10. I have created raid 0 (striping) using 3 slices of 500 MB size (default interlace value as 32KB) d2: Concat/Stripe ---- Interlace value is 32 KB Size: 2923830 blocks (1.4 GB) Stripe 0: (interlace: 64 blocks) Device Start... (1 Reply)
Discussion started by: vaibhav.kanchan
1 Replies

4. Solaris

RAID manager or veritas volume manager

Can somebody kindly help me to determine which one i should choose to better manipulate OS volume. RAID manager or veritas volume manager? Any critical differences between those two? Thanks in advance. (5 Replies)
Discussion started by: beginningDBA
5 Replies

5. UNIX for Advanced & Expert Users

Regarding Veritas Volume manager

hy guys I am new at this thread , i have installed sf 5.0 and wanted to encapsulate root disk but when i get to optionn to enter private region i get this error: Enter desired private region length (default: 65536) 512 VxVM ERROR V-5-2-338 The encapsulation operation failed with the... (2 Replies)
Discussion started by: charneet
2 Replies

6. HP-UX

Volume Manager 1.3

Hi, I'm getting an error on our Unix box with Veritas Volume Manager v1.3 We are using Unix 7M+ v11 L10 if this makes sense. We've had to rebuild our Unix box after hard drive failure and this message below keeps appearing: 'Protocol error with Volume Configuration Daemon'. The volume... (0 Replies)
Discussion started by: timpdixon
0 Replies

7. Solaris

How to resize mirror volume in veritas volume manager 3.5 on Solaris 9 OE

Hi all, I have a problem with vxvm volume which is mirror with two disks. when i am try to increase file system, it is throwing an ERROR: can not allocate 5083938 blocks, ERROR: can not able to run vxassist on this volume. Please find a sutable solutions. Thanks and Regards B. Nageswar... (0 Replies)
Discussion started by: nageswarb
0 Replies

8. UNIX for Advanced & Expert Users

script to Monitor raid staus --Sun Volume manager

We use Sun Volume manager to mirror root disks and other local disks... Is there any script to monitor raid status across all machines send output thru email? Help is appreciated. Thanks. (1 Reply)
Discussion started by: sriny
1 Replies

9. AIX

Logical Volume Manager Help

I have a pretty basic question but I am finding my self stumped... I am trying to find the config that shows which logical volume is mapped to which physical volume IE: I know that pdisk15 is mapped to hdisk17 (I only know this as it was told to me though, by IBM) When I run: lslv -p... (5 Replies)
Discussion started by: pheusion
5 Replies
Login or Register to Ask a Question