Dynamically remove CPUs and memory from Ldoms


 
Thread Tools Search this Thread
Operating Systems Solaris Dynamically remove CPUs and memory from Ldoms
# 1  
Old 08-12-2009
Dynamically remove CPUs and memory from Ldoms

I 'm tryin to create a new ldom removing 4 vcpus from the existing ldom2 and 4 gb of memory but i get following error

Code:
bash-3.00# ldm rm-vcpu 8 ldom2
VCPU DR disabled because LDom ldom2 has crypto units bound
bash-3.00# ldm rm-mau 7 ldom2
LDom ldom2 is unable to dynamically reconfigure crypto units.
bash-3.00#

Following are my Ldoms detail and Ldom Manager detail

Code:
bash-3.00# ldm -V

Logical Domain Manager (v 1.2)
Hypervisor control protocol v 1.3
Using Hypervisor MD v 1.1

System PROM:
Hypervisor v. 1.7.2. @(#)Hypervisor 1.7.2.a 2009/05/05 19:32\015

OpenBoot v. 4.30.2 @(#)OBP 4.30.2 2009/04/21 09:28
bash-3.00#

Code:
bash-3.00# ldm list
NAME STATE FLAGS CONS VCPU MEMORY UTIL UPTIME
primary active -n-cv- SP 32 16G 0.8% 7d 8h 55m
ldom1 active -n---- 5000 16 8G 0.6% 6d 20h 53m
ldom2 active -n---- 5001 16 8064M 0.1% 20m
ldom3 inactive ------
bash-3.00#

Do i need to do something else to remove the CPU's from the running Ldom ? And is it possible to remove the memory too ?
# 2  
Old 08-14-2009
output of /opt/SUNWldm/bin/ldm list-devices -a mau ?
# 3  
Old 08-19-2009
- use vcpu for DR not mau

- remove memory with DR it's not possible

which hardware? y use TXXXX
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

LDOMS and memory (PA/RA)

If I do ldm ls l ldom1 the memory block is as follows:- MEMORY RA PA SIZE 0x20000000 0x20000000 64G 0x1420000000 0x1020000000 16G 0x1c20000000 0x1420000000 16G 0x2420000000 0x1820000000 16G 0x2c20000000... (1 Reply)
Discussion started by: psychocandy
1 Replies

2. Red Hat

Unable to remove shared memory in Redhat Linux

unable to remove shared memory using ipcrm -m in linux $ ipcs -m ------ Shared Memory Segments -------- key shmid owner perms bytes nattch status 0x00000000 32768 root 644 80 2 0x00000000 65537 root ... (4 Replies)
Discussion started by: LinuxLearner
4 Replies

3. Linux

change the memory address of ld.linux-so in a dynamically linked process

hi, For some special reason , I'd like to control the memory address for the shared libraries in my dynamically linked process. And it is the "ld" which interpret the dynamically linked library, and in my system, the "ld-linux.so.2" is put at 0x00812000. Then I use "prelink -r" command to... (3 Replies)
Discussion started by: zerocool_08
3 Replies

4. UNIX for Dummies Questions & Answers

change the memory address of ld.linux-so in a dynamically linked process

hi, For some special reason , I'd like to control the memory address for the shared libraries in my dynamically linked process. And it is the "ld" which interpret the dynamically linked library, and in my system, the "ld-linux.so.2" is put at 0x00812000. Then I use "prelink -r" command to change... (0 Replies)
Discussion started by: zerocool_08
0 Replies

5. UNIX for Advanced & Expert Users

cpus for especific users

hi, how can asignate in a multicore processor a number of core for especific users ? many thanks. (3 Replies)
Discussion started by: pixelmuerto
3 Replies

6. UNIX for Dummies Questions & Answers

Question: Help need to remove blank line & sed: Couldn't re-allocate memory error.

I've shell script where i used the below command to take the line which contains patterns. sed -n "/$year 05:/,/$year 17:/p" trace.log | grep -f patterns.txt > output.log This was working fine for long time, but now a days this script is not working with and throwing error like sed:... (8 Replies)
Discussion started by: senthil.ak
8 Replies

7. Solaris

Multiple CPUs

I have a Sun server with 4 CPUs. How can I verify if all 4 are being used? When I use top, it doesn't seem to break it down into 4 cpus, should it? example: load averages: 1.14, 1.06, 0.88; up 27+03:16:09 14:39:30 148 processes: 145 sleeping, 1 running, 2 on cpu... (3 Replies)
Discussion started by: FredSmith
3 Replies

8. Solaris

how can i know how many cpus i have?

installed in my mechine? or any info about the configuretion of the cpus? thanks (4 Replies)
Discussion started by: umen
4 Replies

9. SCO

Clear / Remove / Create Shared Memory...

Hi all... am not so much brilliant in this area... here i think many good hearted peoples around... so if anybody have intention to reply for my problem please give me a cut and clear picture of how... Thanks. ok comming to my problem... In our MHC server (Sco Unix 4.*) running 19 C process... (1 Reply)
Discussion started by: yocks
1 Replies

10. HP-UX

How Many CPUs? (Itanium)

I've got a dual CPU Itanium server that we use for hosting our Oracle database. It's been up and running fine for quite some time. So well, in fact, that I haven't even looked at 'top' in a while. Recently I needed to look at 'top' and I only see one CPU listed now. CPU0. Is there any other... (5 Replies)
Discussion started by: deckard
5 Replies
Login or Register to Ask a Question