How to create on partion from 2 disks?


 
Thread Tools Search this Thread
Operating Systems Solaris How to create on partion from 2 disks?
# 8  
Old 06-13-2008
Quote:
Originally Posted by DukeNuke2
you have to mirror the whole disk... if the first disk fails, you want to be able to work with the second disk... won't you? and without swap and /var the second disk will not work!
Thanks DukeNuke2 for reply

but oracle application needs at least 100 GB so I can't mirror var and SWAP Smilie

Thanks again Smilie
# 9  
Old 06-13-2008
if you have any sense, you will also mirror swap and /var. Most decent SAs would also put the user home accounts on a separate slice.

you should copy the disk label from one disk to the other and then mirror the partitions.

Also, assuming that your are using SVM (ex SDS, ex-ex-ODS), you should ensure that you have a enough state databases.

The command metadb should show you where they are. You should have then in at least two locations and convention when I worked at Sun, was to put three copies in each location.
# 10  
Old 06-14-2008
Grippo thanks for help, what is the recommanded size for state DB's?

Thanks

Regards
# 11  
Old 06-15-2008
you can create 3 replicas, size of 100mb is more than enough
# 12  
Old 06-16-2008
incredible thanks for help

regards
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

How to know exactly which physical partion contains data?

/dev/fslv01 5.00 2.90 42% 776 1% /movelv_testfslv01:/movelv_test LP PP1 PV1 PP2 PV2 PP3 PV3 0001 0175 hdisk1 0111 hdisk0 0002 0176 hdisk1 0112 hdisk0 0003 0177 hdisk1 0113 hdisk0... (10 Replies)
Discussion started by: bobochacha29
10 Replies

2. Red Hat

Create volume using LVM over 2 physical disks

I wanted to know how we can combine volumes over 2 physical drives. # fdisk -l Disk /dev/sda: 42.9 GB, 42949672960 bytes 255 heads, 63 sectors/track, 5221 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/sda1 ... (16 Replies)
Discussion started by: ikn3
16 Replies

3. Solaris

How to create virtual disks in solaris

Hi, I have installed oracle 10g release 2 on solaris 10 Zone. I want to configure ASM in local Zone using virtual disks in place of real disks. I have configured ASM using virtual disks in place real disk in Solaris 10 Global zone. How i can do in local Zone Kindly guid me with proper... (1 Reply)
Discussion started by: malikshahid85
1 Replies

4. UNIX for Advanced & Expert Users

how to create multiple-boot system with disks mirrored(RAID1+0) and disk alone

I have a HP proliant ML 570 G3 with two 146GB disk drives mirrored(RAID1+0) windows server 2003 was installed on that disk. I will add a disk.(scsi 300GB) I will install Linux on that additional disk. I want to create multiple-boot system. Is it possible? I wanna know how to create... (0 Replies)
Discussion started by: lifegeek
0 Replies

5. Linux

Centos 5 install. Partion order

I can't control the partion order during install. For example i need. hda5 /var 1GB hda6 /opt 2GB I created them in such order but OS adjust them to hda5 /opt 2GB hda6 /var 1GB It is frustrating during install, I pretty sure I can order the partion as i like... (0 Replies)
Discussion started by: honglus
0 Replies

6. Shell Programming and Scripting

Auto XP partion restore

At my computer shop where I work, we got alot of used PC's from some place. It's my job to refurbish them for resale. Each computer comes with XP pro. So the boss man asks me if there is a way to put a XP restore option. I say yes if I install Linux on a small partion and use partimage to make a... (1 Reply)
Discussion started by: Zewbie
1 Replies

7. HP-UX

How Can I Create A Volume Group With Two Hard Disks On Hp-ux C-3750

Hello All, I Am A New Member To This Group. I Want To Know How Can We Create Single Volume Group Using 2 Hard Disks. As We Require More Data To Be Stored We Need To Add A Hard Disk,but I Have A Doubt Whether We Can Increase The Size Of A Logical Volume Mounted On A Volume Group By Adding A... (5 Replies)
Discussion started by: bala_mes
5 Replies

8. UNIX for Dummies Questions & Answers

Partion Magic problems.

Hiya people, A great big "HI" to everybody. I'm new to the Forum and now to my problem(s). I am about to partition my only 80GB HD and using the Partition Magic 8 software it looks fairly simple although here is my problem :- 1. Do I change the new partition to primary or logical? 2. Do I... (4 Replies)
Discussion started by: Syndrome_00
4 Replies

9. Linux

Doing stuff to files on a NTFS partion from linux

I have a 50GB section of my hard drive on which I've kept all my music, movies and more back from when I had Windows. When I'm in linux it says that the NTFS section is a read only section. Is it possible to copy, rename, add, move or delete any files off of this section? I'm trying to get rid... (2 Replies)
Discussion started by: CTroxtell21
2 Replies

10. UNIX for Dummies Questions & Answers

Partion size

hi, just need to know the disk size and the partition size on machine.pls let me know how to do that.is their a way i can get to know the size of directory.like /,/var...etc. thanx (2 Replies)
Discussion started by: saood
2 Replies
Login or Register to Ask a Question