List all resources on physical host LDOM server


 
Thread Tools Search this Thread
Operating Systems Solaris List all resources on physical host LDOM server
# 1  
Old 03-18-2009
List all resources on physical host LDOM server

Hello,

I have a SUN T5240 running Solaris 10 with Logical Domain Manager (v 1.0.3). You can use the "ldm" command to display current resources on the box. Is there away to display all the "physical resources" on the box(i.e.,used and unused). For example, "ldm ls" will tell me what the primary and guest domains are currently using in terms of cpu and memory . It won't tell me the total number of cpus or total memory on the physical. If the physical box has 64 GB memory and 8 CPU's, I would never know that via the "ldm ls" command. Thanks for any tips.

Steve
# 2  
Old 03-20-2009
why not you connect to the system serial (using the SC>), from there type "showenvironment".
# 3  
Old 03-20-2009
Hello Incredible,

Thanks for the reply. Two reasons. First I am running a script on all servers and and going through the SC or ILO port would not work for me. Second, there is no command like "showenvironment or show environment" that I am aware of.

Steve
# 4  
Old 03-21-2009
showenvironment does not work on the OS level. It works from the system controller/ALOM level.
Will prtdiag -v be an alternative option for you?
# 5  
Old 06-17-2009
Just came across this. For completeness, the way to display all physical devices is, from the control domain:

Code:
ldm ls-devices -a

# 6  
Old 06-17-2009
Thanks. I will try when I get back from vacation.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Sharing a physical disk with an LDOM

I have a guest LDOM running Solaris 10U11 on a Sun T4-1 host running Solaris 11.4. The host has a disk named bkpool that I'd like to share with the LDOM so both can read and write it. The host is hemlock, the guest is sol10. root@hemlock:~# zpool list NAME SIZE ALLOC FREE CAP DEDUP ... (3 Replies)
Discussion started by: Michele31416
3 Replies

2. Solaris

Exporting physical disk to ldom or ZFS volume

Generally, this is what we do:- On primary, export 2 LUNs (add-vdsdev). On primary, assign these disks to the ldom in question (add-vdisk). On ldom, created mirrored zpool from these two disks. On one server (which is older) we have:- On primary, create mirrored zpool from the two LUNs.... (4 Replies)
Discussion started by: psychocandy
4 Replies

3. Solaris

Solaris 10 virtual - how do I tell physical host?

uname -a reports type Generic so I know its virtual. Assume its an ldom somewhere. How do I find out what physical host server is? (4 Replies)
Discussion started by: psychocandy
4 Replies

4. Solaris

Migrate physical host to zone

Hi guys I need to migrate some physical sparc server to zones (M4000) and i know that this is possible wit Oracle OpsManager. But is there also another way to do that work? Has someone experience with migrating a physical system to a zone? Regards beta17 (6 Replies)
Discussion started by: beta17
6 Replies

5. HP-UX

Vendor of physical host with HP-UX OS

What makes you think the machine was not built by HP? As far as I know HP_UX only runs on HP platforms. (11 Replies)
Discussion started by: fpmurphy
11 Replies

6. UNIX for Dummies Questions & Answers

vendor of physical host with Solaris OS

I have a machine with Solaris OS 10 installed. What command/file can give me the vendor of physical machine. I have a machine with AIX OS installed. What command/file can give me the vendor of physical machine. I have a machine with Linux OS installed. What command/file can give... (1 Reply)
Discussion started by: epriya2003
1 Replies

7. UNIX for Advanced & Expert Users

How install the HOST RESOURCES MIB

Hello to all, I need monitor some AIX servers version 5.3 it, would want to know how if these servers or bring installed HOST RESOURCES MIB, is necessary to compile it, if I can unload it or of it could obtain where it, since I take with this problem around 2 weeks… I am trying to collect data... (0 Replies)
Discussion started by: julius_MIB
0 Replies

8. Virtualization and Cloud Computing

Virtualization and physical resources

Hello everyone I would like to hear your opinions about virtualization and physical resources On aix we can create micropartitions with virtual ethernet and scsi resources. We can move partitions on line with partition mobility (here all have to be virtual). But hear I have a comment.... (3 Replies)
Discussion started by: lo-lp-kl
3 Replies

9. AIX

Host Resources Problem

I still trying to monitorice an AIX server. hrSWRun is defined on mib.defs but I don't know why there is no data below the hrSWRun branch (1.3.6.1.2.1.25.4) What can i do??? (2 Replies)
Discussion started by: MikelCV
2 Replies

10. Solaris

Any Idea about (SNMP) HOST-RESOURCES-MIB

Hello , I am using (Application Manager 7) software for monitoring. I want to add the servers to monitored using SNMP but it shows this error HOST-RESOURCES-MIB is not implemented in the Snmp Agent. your help is highly appreciated ..... :) (4 Replies)
Discussion started by: adel8483
4 Replies
Login or Register to Ask a Question