Solaris Volume Manger - Database Replicas Question - Benefits of Increasing Default Size?


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris Volume Manger - Database Replicas Question - Benefits of Increasing Default Size?
# 1  
Old 03-18-2011
Solaris Volume Manger - Database Replicas Question - Benefits of Increasing Default Size?

Hey all!

I was hoping someone knew anything about this one...
I know with Solaris Volume Manager the default Database Replica size is 8192 blocks (4MB approximately)

Now I know you can increase this amount but is there any point?
The reason I am asking this is that I've setup mirroring on our jumpstart client and everything boots fine, but I noticed in the profile options...

Code:
install_type     initial_install
system_type      standalone
cluster          SUNWCXall
filesys          mirror:d10 c0t2d0s0 c0t3d0s0 free /
filesys          mirror:d20 c0t2d0s1 c0t3d0s1 2048 swap
metadb           c0t2d0s5 size 8192 count 2
metadb           c0t3d0s5 size 8192 count 2

I cannot specify a specific slice size then throw the metadb on top automatically through jumpstart; with the above profile settings what happens is that the system will have approximately 8MB in slice 5

I noticed with our initial setups in our environment that we have 50MB (is this just overkill?)

So going back to my topic name; I was wondering if anyone knew a reason as to why someone would need to increase the default size of the database replica and if there were any benefits.

Our current environment is also 50MB in slice5 (which is setup in our default jumpstart client setup; I've begun to wonder if this is unncessary)

Thanks for any help guys! (and gals!)
# 2  
Old 03-18-2011
the size depends on the number of metadevices and metasets you are going to use... for only 4 devices just stick with the defaults but maybe with 3 metadb replicas (this is what we use). for some "tips and tricks" read here:
Guide to mirroring root / boot disks with solaris volume manager (disksuite) on solaris 10
# 3  
Old 03-19-2011
The default size is to maintain the configuration information of the metadevices you would be configuring.
Hence, depending upon the environment, you may select to increase the default size to great amt of memory!
The link shared above is good to know this..
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

metadevices: how to test metadb (how to corrupt replicas/understanding replicas)

Hi all, I recently started exploring Solaris 10. I am testing metadevices now. I have been reading about the state databases here: 6.State Database (Overview) (Solaris Volume Manager Administration Guide) - Sun Microsystems So I created 3 metadbs on 2 slices (6 in total; c1t1d0s3... (3 Replies)
Discussion started by: deadeyes
3 Replies

2. AIX

Increasing size of a filesytem

hi Im using AIX4.3. Through smit I tried to increase the size of a directory. I changed 10,000 blocks more but finally i got 524288 blocks more. That is before change : 12582912 blocks I have tried for change: 12592912 blocks then i execute smit. But finally I got: ... (3 Replies)
Discussion started by: sumanbangladesh
3 Replies

3. HP-UX

Increasing swap size

We increased our server's RAM 8 -> 32 GB RAM. swap memory is currently 10 GB. With which command I can increase this memory? (1 Reply)
Discussion started by: akyuceisik
1 Replies

4. HP-UX

Help on increasing fs size

Hi Experts, I am not sure whether my question should be in this thread or some other one. I am using HP Tru64 system. Currently one of my filesystem /others is almost full. I need to know the exact commands to increase this filesystem. Please show me how to check for free partitions and add... (5 Replies)
Discussion started by: kingsto88
5 Replies

5. UNIX for Dummies Questions & Answers

increasing ufs file system size in solaris

How do i increase the filesystem size on a root partition? There is a slice with root on it, its like 2 gigs and nothing else is broken out except home. I want to increase root filesystem (and slice) and break out /usr and /var. This is solaris 9, only has solaris volume manager on it. ... (6 Replies)
Discussion started by: BG_JrAdmin
6 Replies

6. Solaris

insufficient metadevice database replicas ERROR

First I would like to thank this forum for assisting me in setting up my 1st sunbox. Could not have done it if it had not been for you guys and google :D I have mirrored my box and have SUCCESSFULLY tested booting from the rootdisk and rootmirror successfully. I am now looking at configuring... (2 Replies)
Discussion started by: mr_manny
2 Replies

7. Solaris

How to reduce the size of a logical volume in solaris 9

Hi, I have the following problem. I just have a new machine with mirroring. The logical volume for /opt is dimensionned to 75 GB which is to much. I want a volume of 10 GB. How can I reduce the size ? I tried to reduce the size of the slice from 75 GB to 10 GB, but the size of the logical volume... (6 Replies)
Discussion started by: aribault
6 Replies

8. UNIX for Dummies Questions & Answers

Launch File Manger on Solaris

Hi, I know that I can launch File Manger or Text Editor from the icons on the KDE manger. How can I launch those via command prompt? Because I would like to launch from an X-Session. Thanks, (3 Replies)
Discussion started by: yankee428
3 Replies

9. AIX

Increasing the FileSystem Size

Hi Everybody, I have AIX 4.3 and I have a FileSystem with 400GB size, which called /db/run. Because of grow up of the application's data, more storage has been added 200GB. To add this space without affecting the application & the application's requirements, I have to add this 200GB to the existed... (9 Replies)
Discussion started by: aldowsary
9 Replies

10. UNIX for Dummies Questions & Answers

Increasing a directory size

Hello all Can someone tell me I am running a script and the outputs directory is too small to contain the newly created file as a result of this script. How can I increase the directory size? Thanks (9 Replies)
Discussion started by: jonest
9 Replies
Login or Register to Ask a Question