Sponsored Content
Operating Systems Solaris Solaris sun4v - how do you determine physical RAM? Post 302429768 by thomn8r on Tuesday 15th of June 2010 12:42:13 PM
Old 06-15-2010
You might be onto something there; this box does have LDOMs, and the primary partition is only 1Gb, so that makes sense. I would still expect prtconf/prtdiag to tell me how much physical RAM is in the box, though.

Code:
# ldm list
NAME             STATE      FLAGS   CONS    VCPU  MEMORY   UTIL  UPTIME
primary          active     -n-cv-  SP      2     1G       1.3%  23h 31m
litsun01-d01     active     -n----  5000    4     2G       0.4%  1d 22m
litsun01-d02     active     -n----  5001    4     2G       0.2%  1d 22m
litsun01-d03     active     -t----  5002    4     2G        25%  1d 22m
litsun01-d04     active     -n----  5003    4     2G       0.2%  1d 22m
litsun01-d05     active     -t----  5004    4     2G        25%  19h 41m
litsun01-d06     inactive   ------          4     2G             
litsun01-d07     inactive   ------          4     2G             
litsun01-d08     inactive   ------          4     2G


Last edited by Scott; 06-15-2010 at 01:44 PM.. Reason: Code tags, PLEASE!
 

10 More Discussions You Might Find Interesting

1. Solaris

getting available physical RAM

What command should I be using on Solaris 9 to get an accurate representation of the available physical RAM? (4 Replies)
Discussion started by: dangral
4 Replies

2. HP-UX

determine the physical size of the hard disk

Hi is there a cmd in hpux 11 to determine the physical size of the hard disk. not bdf command. i have searched the other threads here but cant find an answer. thank you guys (4 Replies)
Discussion started by: hoffies
4 Replies

3. Solaris

RAM Physical Memory usage by each Process.

Hi All, I am trying to find the physical memory usage by each process/users. Can you please let me know how to get the memory usage?. Thanks, bsraj. (12 Replies)
Discussion started by: bsrajirs
12 Replies

4. UNIX for Dummies Questions & Answers

How to accurately determine memory (RAM) information

I'm writing a shell script to display as much useful information on physical and virtual memory availability and usage as possible. I need a CLI tool to print these numbers for me. The utilities that I know to give out some statistics are the following: free top vmstat sysctl In Linux... (1 Reply)
Discussion started by: fiori_musicali
1 Replies

5. Red Hat

red hat Linux 5.0 is detecting 3gb ram but physical ram is 16gb

Hi, On server 64bit Hw Arch , Linux 5.0(32bit) is installed it is showing only 3gb of ram though physical is 16gb can u give me idea why? (4 Replies)
Discussion started by: manoj.solaris
4 Replies

6. AIX

How to determine the physical volume fo the disks

This is the report I got running the comand rptconf, but I would like to know what is the capacity of the disks installed into our server power 6 with AIX System Model: IBM,7778-23X Machine Serial Number: 1066D5A Processor Type: PowerPC_POWER6 Processor Implementation Mode: POWER 6... (6 Replies)
Discussion started by: cucosss
6 Replies

7. Red Hat

Physical RAM

Hi, I have a server (BL460c) with 32G of physical RAM. It currently only uses approx 5% its capacity but will use more (not sure how much more) pending the launch of further applications. If I need to build another node of similar functionality should I consider downgrading the physical... (2 Replies)
Discussion started by: Duffs22
2 Replies

8. Solaris

ZFS : Can arc size value exceed Physical RAM ?

Hi, kstat -p -m zfs -n arcstats -s size returns zfs:0:arcstats:size 8177310584 this values is approx (7.61 GB) but my Physical Memory size is only 6144 Megabytes. Can this happen ? if yes, then how can I find free memory on the system. BTW, I ran the kstat commands from a Non... (2 Replies)
Discussion started by: sapre_amit
2 Replies

9. Solaris

T5220 How to determine physical memory installed?

Hi, looking to upgrade memory on a pair of T5220's from 32GB to 64GB. Cannot determine current DIMM size and slots used. i.e. not sure if Qty 16 x 2GB or Qty 8 x 4GB. If there are no empty slots, i need to go with higher density DIMMs and retire exsisting the 2GB prtdiag follows. #... (3 Replies)
Discussion started by: edrew
3 Replies

10. Solaris

Solaris 10 virtual disk (ramdisk) create for sun4v (T-2000 simulator) architecture

have been trying to create a 2 GB ramdisk (virtual) to run on my T-2000 simulator (Legion) which has sun4v architecture. I have a SPARC workstation which runs on sun4u architecture with Solaris 10. I have created a ramdisk image using dd command, newfs, then used ufsrestore to restore the... (3 Replies)
Discussion started by: Zam_1234
3 Replies
GETLIST(1)						      General Commands Manual							GETLIST(1)

NAME
getlist - get a list from an NNTP server SYNOPSIS
getlist [ -h host ] [ list [ pattern [ types ] ] ] DESCRIPTION
The getlist program obtains a list from an NNTP server and sends it to standard output. The list may be one of active, active.times, distributions, or newsgroups. These values request the active(5), active.times, /etc/news/distributions, or /var/lib/news/newsgroups files, respectively. OPTIONS
-h If the ``-h'' flag is used, then the program connects to the server on the specified host. The default is to connect to the server specified in the inn.conf(5) file. If the list parameter is active, then the pattern and types parameters may be used to limit the output. When pattern is used, only active lines with groups that match according to wildmat(3) are printed. When types is also given, only active lines that have a fourth field starting with a character found in types are printed. For example, the following command will obtain the one-line descriptions of all newsgroups found on UUNET: getlist -h news.uu.net newsgroups The following line lists all groups where local postings are permitted, are moderated or aliased: getlist active '*' ym= Note that the listing files other than the active file is a common extension to the NNTP protocol and may not be available on all servers. HISTORY
Written by Landon Curt Noll <chongo@toad.com> for InterNetNews. SEE ALSO
active(5), nnrpd(8), wildmat(3). GETLIST(1)
All times are GMT -4. The time now is 02:25 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy