DiskSuite 4.2.1 Database creation question


 
Thread Tools Search this Thread
Operating Systems Solaris DiskSuite 4.2.1 Database creation question
# 1  
Old 02-06-2007
DiskSuite 4.2.1 Database creation question

I'm trying to figure out how to simply create a 500Gb ufs file system named
/rec using DiskSuite 4.2.1 on a Solaris 8 platform via command line using two
250Gb partitions on two different disks. Does anyone know what the proper
command string and options are to perform this task? Would I use the metadb
command? If so, with what options?

Something like maybe "metadb -a c1t0d0s3 c1t1dos5" with c1t0d0s4 being
one 250Gb partition and c1t1dos5 being the other 250Gb partition.(yet how
do I specify the file system name of /erc or even a metadevice name like
d50?).

Thanks for any input in advance.

Ruger14
# 2  
Old 02-06-2007
Try this:

http://www.blacksheepnetworks.com/se...disksuite.html

I haven't tried it but it looks sound. Normally I mirror disks and not concatinate them together. Good luck.

Carl
# 3  
Old 02-06-2007
I have to say, I don't think I'd ever do this. If one of the two disks bails, you've lost everything. I guess it depends on the purpose. For a news server (something I ran years and years ago), it woudn't be a big deal since it'd just rebuild itself and repopulate from the 'net. But each disk reduces the MTBF for the entire "disk". We had a bunch of very small disks and our MTBF was 6 months which came out just about right.

The metadb command creates a replica database and needs to be on its own slice. The link I provided was to a lab so make sure you read the entire thing before starting Smilie

Carl
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Question about lvm file creation

Hi, I have below code for disk creation disk_list=$(ls /dev/sd) for disk in $disk_list do pvcreate $i done So what my understanding is first it is checking the disk under /dev sdb,sdc,sdd,...sdz whether 25 disk are existing if not then its creating the 25 physical volume. I... (4 Replies)
Discussion started by: stew
4 Replies

2. Solaris

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... (2 Replies)
Discussion started by: Keepcase
2 Replies

3. Solaris

Disksuite question

Hello all, I have a Solaris Disksuite question :- I will be adding 4 new drives to an E250 server and need will be configuring 2 striped volumes each consisting 2 new disks with SVM. In the end i will have 2 volumes each of 72gb. So in effect i will have 1 volume called D7 and another volume... (6 Replies)
Discussion started by: commandline
6 Replies

4. Solaris

disksuite mirroring d0 to d2 and d1 to d3

I have a SOlaris 10 v240 server. I'm installing disksuite to mirror the root drive D0 to D2. I also have one partition on disk 1 that I want to mirror to D3. I am not using ZFS right now. Can I add that to my initial mirroring configuration or can I only mirror 1 drive to 1 drive? Can I... (2 Replies)
Discussion started by: csross
2 Replies

5. Solaris

Oracle Database 10g installation question

I wanted to ask how do i assign the control files and archive log to be stored in different volume? I didn't come through any selection for that during the GUI installation. :) Thanks in advance for any reply. p/s: I will appreciate it also if anyone can provide me a link for me to go... (1 Reply)
Discussion started by: beginningDBA
1 Replies

6. SCO

Old SCO point of sale system database question

As a free lance computer consultant, I am working for a local store. They have an ancient point of sale (POS) system that has a server and several register machines, all running on a SCO unix. The system is at least 10 years old, maybe 15. The the POS vendor discontinued the product... (1 Reply)
Discussion started by: jgt10
1 Replies

7. Shell Programming and Scripting

Help in Shell scripting to modify the User Creation script in oracle database.

Hi, I have several users to create on my test Oracle database taking the scripts from the Production Oracle database. I have a separate text file where I have user-id and passwords maintained. I need help in writing a shell script to go thru the user creation scripts and replace VALUES... (1 Reply)
Discussion started by: rparavastu
1 Replies

8. UNIX for Dummies Questions & Answers

Question about database in Unix

I want to write a command file in Unix that can access database. what unix command can access database. Actually, I installed software in SCO Unix, there is a database. but I want to access database without run this software in unix. How can I do? (5 Replies)
Discussion started by: wendyz
5 Replies

9. Programming

Question on creation of Thread pool

dear sir/madam presently i am in a process of creating a multithread pool using clone() system call in unix with c programming. i am facing some problem ie., i am able create multithread pool and able to keep all the threads in wait state,but when i call kill (afunction revoke a... (6 Replies)
Discussion started by: Radha
6 Replies

10. Solaris

Solstice Disksuite Question

According to the metadb man page: Now based on italicized part, if a mirror only has a single replica and never crashes, it should still function. Same with booting. I thought three replicas were necessary for the system to be able to come up but the comment about crashing tells me that... (2 Replies)
Discussion started by: BOFH
2 Replies
Login or Register to Ask a Question