LDOMs on T5220


 
Thread Tools Search this Thread
Operating Systems Solaris LDOMs on T5220
# 1  
Old 04-16-2009
LDOMs on T5220

We're just about to migrate a large application from an Enterprise 6900 to a pair of T5220s utilising LDOMs. Does anyone have any experience of LDOMs on this kit and can provide any recommendations or pitfalls to avoid?
I've heard that use of LDOMs can have an impact on I/O speeds as it's all virtualised and routes through the control LDOM - again, does anyone know any more?
# 2  
Old 04-17-2009
you can choose not to use LDOMS too.,
# 3  
Old 04-17-2009
Are LDOMS just another term given to zones or containers ?

SBK
# 4  
Old 04-17-2009
Take a look here for a description of the differences between LDOMs and containers.

We think that we have good reasons to use LDOMs. There are some logical breaks in functionality in our application - online processes, user front end support, overnight batch etc that lend themselves to spliiting onto separate machines and these could be LDOMs or zones. We also have third party software that's licensed on a per core basis, so by running this in an LDOM, we could reduce our licence costs from 8 to 1. As zones share an OS and LDOMs each have their own, there are patching considerations. Also, using LDOMs allows us to share a production and development environment on the same hardware. The question really is, are there positive reasons NOT to use LDOMs?
# 5  
Old 04-17-2009
The I/O part, it depends on how you set the LDOMs.
Disk-wise, you can give an LDOM its own physical disk that the ldom will not share with anyone else.
Network-wise, you can create one virtual switch out of every physical interface and assign each LDOM its own physical interface.
# 6  
Old 04-17-2009
I have started testing LDoms in lab environment for more than few weeks now. I started my testing on T5220 and then moved to T2000. I had to upgrade the firmware and install some patches to meet the minimum requirement for LDoms1.1.

I am using LDoms without security hardening, so have not tested that part. Also had some problem with SVM so I moved to HW RAID mirroring. I am using virtual switch and seems to have not problems so far.

One of the issue I faced is sharing the DVD drive between different domains (which I am still working on). And working on a backup strategy; full disk backup and a per domain backup with minimum service disruption.
# 7  
Old 04-18-2009
Quote:
Originally Posted by StarSol
Also had some problem with SVM so I moved to HW RAID mirroring.
On my T5220's I've ended up using raidctl to set up hardware mirroring for the boot drive. Then I use ZFS to pool other drives. I've stopped using SVM, or any of it's previous renditions, although I used to use it fairly extensively in Solaris 8. ZFS is just amazingly cool (and simple to use). I haven't yet tried using it for boot drive mirroring, but I did see a document on transitioning to it using luupgrade, so I have a clear path to that option.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

T5220 not able to boot from USB

Hi, I want to install Solaris-11 on T5220. I created USB from sol-11_4-text-sparc.usb by usbcopy on another Solaris-11 servers, which looks like a good one. I tried did "reset-all" and still same issue. Can I get some help on this. {0} ok reset-all Sun Netra T5220, No Keyboard Copyright... (8 Replies)
Discussion started by: solaris_1977
8 Replies

2. Solaris

Where are my other disks on T5220 ?

Hi, I got a (used) server to install Solaris 11 and wipe out every information on existing disks. There are 6 disks of 300GB and two disks of 146GB. I am not able to figure out, how to find out RAID (if there is any) and break it. Can anybody help me with that ? Below is configuration. I have... (18 Replies)
Discussion started by: solaris_1977
18 Replies

3. Solaris

T5220

Hello guys, can anyone give me some advice on how to perform clean installation of Solaris 10 on T5220 ? I am connected with serial management port on the machine, i have the ok promt and now i should eject the dvdrom to insert Solaris dvd into and start the clean install. So how to do that... (3 Replies)
Discussion started by: tonijel
3 Replies

4. Solaris

T5220

Hi Guys and Gals, Wondering if anyone could help me, tricky one this. Got a T5220 with a graphics card. When you power it on, it outputs its output to the screen and you can type commands with the keyboard etc. But no matter what version of Solaris 10 you use, when you do a boot cdrom... (1 Reply)
Discussion started by: callmebob
1 Replies

5. Solaris

Jumpstart Issues With T5220

I'm trying to use a V210 (sun4u) configured as a jumpstart server to flash install a number of T5220's (sunv4). The Facts: V210 - Solaris 10 (September 2010 Release / not patched) T5220's - Archive's created using prior (unknown) version of solaris 10. Flar -i <archive name> shows the... (6 Replies)
Discussion started by: Celtic_Monkey
6 Replies

6. Solaris

T5220 server

Hi, We have two T5220 servers in our datacentre one server is showing 64 processors online and another showing 32 processors online two are newly purchased, there is no hardware faults in this server one server has 64gb memory and it shows 64 processors, and other having 32gb memory and it... (5 Replies)
Discussion started by: rajasekg
5 Replies

7. Solaris

SC on T5220 not responding

Hi, SC on one of my T5220 is not responding .. it does not show not let me type anything .. what could be the reason for it ? though when i powercycle the box from sc it shows me the system coming up but after that does not let me login thru sc sc> console -f Enter #. to return to ALOM. (2 Replies)
Discussion started by: fugitive
2 Replies

8. Solaris

Ldoms on T5220 with existing solaris 10 OS

Hi I;ve a T5220 box running solaris 10 update 6 with 6 zones on it and zfs SAN file systems is it possible to configure Control domain on this box without removing the exisinting OS and zones ? (1 Reply)
Discussion started by: fugitive
1 Replies

9. Solaris

ILOM and sc on T5220

I 've 2 different T5220 and both are showing different prompts when i ssh to the console. 1. Shows sc> ALOM 2. Shows -> ILOM as far as i know the T5220 comes with ILOM , so why i 'm seeing 2 different type of console for same tyep of hardware ? and i found that we... (6 Replies)
Discussion started by: fugitive
6 Replies

10. Solaris

kstat on T5220

We used kstat on netra240/440 to check if the link is full duplex. So we do something like: bash-3.00# kstat -pc net bge:1::/'link_duplex'/ | cut -f2 2 The output 2 indicates the link is full duplex. This kind of check worked all right for Netra 240/440 systems. However, the nxge... (2 Replies)
Discussion started by: illcar
2 Replies
Login or Register to Ask a Question