One virtual disk server or more for LDOMs?


 
Thread Tools Search this Thread
Operating Systems Solaris One virtual disk server or more for LDOMs?
# 1  
Old 07-28-2014
Question One virtual disk server or more for LDOMs?

Is it better to use single or multiple virtual disk servers?

The host has multiple physical disk sets in multiple zpools.

Should I use, say
Code:
# ldm add-vds primary-vds0 primary

# ldm add-vds primary-vds1 primary

and then do the add-vdsdev to -vds0 and vds1 depending on which disk / zpool those are?

Would that improve performance vs. using only one virtual disk server?

Thanks for your advice.

Last edited by rbatte1; 10-07-2014 at 07:28 AM.. Reason: Added CODE & ICODE tags
# 2  
Old 10-06-2014
I'd like to know this as well. Is it better to logically orginize with vds for each ldom instance or is there a technical benefit as well?
# 3  
Old 10-07-2014
One VDS for one ldom is a general rule of thumb for high IO (database servers for instance).

You can have one VDS for multiple ldoms for non io intensive workload (like application servers, WAS, tomcat and such).

This is what i use and it is recommended by Oracle, i haven't had a single issue regarding (running dozens of database ldoms on single machine).

Also,make a naming policy which you will hold on too during your deployment.

For instance, a good example would be to name it after the service, so add-vds ldomname-vds primary.

An example :
Code:
ldm add-domain oltpdb
ldm add-vds oltpdb-vds primary
ldm add-vdsdev /dev/dsk/....s2 oltpdb-asm0@oltpdb-vds
ldm add-vdisk oltpdb-asm0 oltpdb-asm0@oltpdb-vds oltpdb

Notice that doing this naming convention any ldm command will return familiar names for oltpdb ldom


Hope the helps.
Regards
Peasant.
# 4  
Old 10-07-2014
Thanks for the reply. The information is very helpful.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

How to create a virtual switch from 2x10g card to 4 Ldoms?

Hello Guys, Can some help me with a configuration from 2x10g cards to 4 Ldoms and a Vlan configuration, Solaris 11 dladm show-phys LINK MEDIA STATE SPEED DUPLEX DEVICE net0 Ethernet up 1000 full ixgbe0 net1 Ethernet ... (2 Replies)
Discussion started by: roly
2 Replies

2. Solaris

VM server (LDOMS) HOWTOs/Examples [Request]

Hi I have a T4-1, equipped with Solaris 10 & VM 2.1-server Build (default build of 6 Guest domains. There 2 single port Fibre Cards (1) How to I make accessible Local storage accessuibel to a Guest domain ? I have 6 x 300GB disk and was thinking of cretaing a ZFS RAIDZ Pool from them prior,... (6 Replies)
Discussion started by: stevie_velvet
6 Replies

3. UNIX for Dummies Questions & Answers

how to go about resizing the virtual disk?

Hi guys , We are running machines in virtual environment. As a part of virtual solution we have a disk created in form of files on host machine. The problem is we are facing space crunch and need to re size the harddisk files of virtual machines. There a catch the virtual machines are... (0 Replies)
Discussion started by: pinga123
0 Replies

4. Linux

C++ Code to Access Linux Hard Disk Sectors (with a LoopBack Virtual Hard Disk)

Hi all, I'm kind of new to programming in Linux & c/c++. I'm currently writing a FileManager using Ubuntu Linux(10.10) for Learning Purposes. I've got started on this project by creating a loopback device to be used as my virtual hard disk. After creating the loop back hard disk and mounting it... (23 Replies)
Discussion started by: shen747
23 Replies

5. AIX

Filesystem with Virtual Disk

HI All i have been assigned a task to create new filesystem with virtual disk but i look into server there is no virtual disk avialable, how do i check the virtual disk in a server or how do i configure virtual disk. please help me out on this issue. (2 Replies)
Discussion started by: gulamibrahim
2 Replies

6. Shell Programming and Scripting

Virtual disk to create and partition

I have to do this exercise: Create a virtual disk Partition this disk Create File system Mount File System I'm using Minix (which runs by Qemu as guest machine) on Linux (Host) Is there anybody who knows how to solve first three point? :confused: Thanks (4 Replies)
Discussion started by: Guccio
4 Replies

7. Solaris

Error on adding disk in Ldoms

I have LDom running on one of my T5220 server running soalris 10u6. When i try to add a a virtual disk whose backend is ZFS i get following error. # ldm add-vdsdev /dev/zvol/dsk/newpool/ldom2/zdisk1 zdisk1@primary-vds0 # ldm add-vdisk zdisk1 zdisk1@primary-vds0 ldom2 VIO configure request... (0 Replies)
Discussion started by: fugitive
0 Replies

8. AIX

How to increase Virtual Disk size

Hello, I am working AIX VIO server and extended Virtual Disk of one of the Partition with 10GB. After starting partition, i am not able to see increased size of disk. Can you please help me what I need to do to increase the size of virtual disk from partition? Thanks Kishor ... (7 Replies)
Discussion started by: kishorbhede
7 Replies

9. AIX

Help urgent : vio server - add extral disk on virtual lpar

Hi, I define 2 new LV on the vio server and run a cfgmgr on the partition and see my 2 new hdisk (hdisk6 and hdisk7). I extend my vg vg000 (on the partition) and add the 2 hdisks. I had a filesystem on the vg000 and when I added the disk I would like to increase the filesystem. But I cannot do a... (0 Replies)
Discussion started by: touny
0 Replies
Login or Register to Ask a Question