Solaris 8 : how to find CPU / core info.

Hi,
We are using Solaris 8.
How do i find the number of physical CPUs in the server?
And how many cores per physical server?
How to identify if the CPU is a dual/quad core type?
Thanks.

prtdiag -v / psrinfo -v
if you can't find prtdiag its probably in /usr/platform/sun4u/sbin/prtdiag (on SPARC at least)
.7/M.

Similar Messages

  • How to find out the info regarding Solaris, server hang or shutdown.

    Hi
    As I am handling the Solaris 9 Server remotely.
    As in last week the server has stopped to respond suddenly, we have tried to ping, ssh which was not working. As ultimately we have asked the Data Centre Team to hard reboot the same, to resolve the issue.
    In the same ref I would like to know how we come to know the reason, what caused to reboot the same, i.e . any log file, etc..
    I have check /var/adm/messages, but not found any detail for the same.
    Thanks
    Rajan
    I

    No core files?
    No hope for an answer.
    As you learned in the other Internet forum.
    http://www.linuxquestions.org/questions/solaris-opensolaris-20/how-to-find-out-the-info-regarding-solaris-server-hang-or-shutdown.-621500/
    To get such corefiles analyzed,
    you would need to use your service contract and log a support case with Sun.
    They have the special software tools to do that.

  • How to find CPU and Memory Utilization

    Hi,
    How to find CPU and Memory Utilization of my application which is
    running in solaris workstation.My application has a management console in which we need to update the cpu and memory periodically.
    (Notr : Usage of JNI is restrcited)
    Thnx and Rgds,
    Mohan

    There is no CPU usage API in Java. You need some JNI code. For memory usage see the Runtime methods:
         * Get information of memory usage: max, total, free and (available/used).
         * <ul>
         * <li>Max is the maximum amount of bytes the application can allocate (see also java options -Xmx). This value is fixed.
         * If the application tries to allocate more memory than Max, an OutOfMemoryError is thrown.
         * <li>Total is the amount of bytes currently allocated from the JVM for the application.
         * This value just increases (and doesn't decrease) up to the value of Max depending on the applications memory
         * requirements.
         * <li>Free is the amount of memory that once was occupied by the application but is given back to the JVM. This value
         * varies between 0 and Total.
         * <li>The used amount of memory is the memory currently allocated by the application. This value is always less or equal
         * to Total.
         * <li>The available amount of memory is the maximum number of bytes that can be allocated by the application (Max - used).
         * </ul>
         * In brief: used <= total <= max
         * <p>
         * The JVM can allocate up to 64MB (be default) system memory for the application. If more is required, the JVM has to be started with the Xmx option
         * (e.g. "java -Xmx128m" for 128 MB). The amount of currently allocated system memory is Total. As the JVM can't give back unallocated memory
         * to the operating system, Total can just increase (up to Max).
         * @return Memory info.
        static public String getMemoryInfo() {
            StringBuilder sb = new StringBuilder();
            sb.append("Used: ");
            sb.append(toMemoryFormat(getUsedMemory()));
            sb.append(", Available: ");
            sb.append(toMemoryFormat(getAvailableMemory()));
            sb.append(" (Max: ");
            sb.append(toMemoryFormat(Runtime.getRuntime().maxMemory()));
            sb.append(", Total: ");
            sb.append(toMemoryFormat(Runtime.getRuntime().totalMemory()));
            sb.append(", Free: ");
            sb.append(toMemoryFormat(Runtime.getRuntime().freeMemory()));
            sb.append(")");
            return sb.toString();
        }//getMemoryInfo()

  • I reformated my computer to sell and now I cannot figure out how to find the system info and specs of the computer

    I had Apple wipe my computer clean and now it's at the "Welcome" page but I need to find out all the specs like RAM/Hardrive space how can I get that info without running the welcome intro?

    if you know the year and CPU speed of this macbook - go to everymac.com and match your specs from the year it was released.
    if you can see your serial number - go to the link below and enter the last 3 characters of your serial number and you'll get the specs.
    http://www.everymac.com/ultimate-mac-lookup/

  • How to find list of Info Sets

    Hi ,
    Can you please tell me how to find out the list of Info Sets which are either active or inactive in the system.
    Regards,
    Vishnu

    Hello frnd,
    Check out this tables for InfoSets
         RSQISET                          Directory of all InfoSets
         RSQISETLOC                    Local Properties InfoSets
         RSQISETT                        Texts for InfoSets
         RSQISETX                        Directory of all InfoSets (Technical Enhancements)
    Cheers,
    Shana
    Assigning pts is the way of saying thanks in SDN

  • How to find Onsite & Offshore Info and Progression Module in ECC 6.0

    Hi Experts,
    How to find the Onsite & Offshore information of an employee..
    Is progression module is available in ECC 6.0
    Thanks in Advance.
    Regards,
    IFF

    SELF ANSWERED

  • 4 virtual CPUs are how much physical CPU core

    Hi Everybody,
    I've two VMs with 4 VCPU per VM.
    First VM is created on VMware the second VM is on Oracle Virtual Server 3.1.1.
    The VMware server is on the same HW architecture as Oracle VM Server (two blade as twins).
    I've created Oracle database server 11gR2 on both VM.
    The Enterprise Manager Cloud Control "Database - Performance Home" page shows 4 CPU Cores in case of VMware VM,
    but only 1 CPU Core in case of Oracle VM.
    I'd like to understand why.
    Help me please.
    Regards,
    Battila

    Did you set processors and the max processors the same on the VM guests?
    One CPU is one CPU core. If you do not use CPU pinning..... CPU core allocation is load balanced across all cores in the system. When you use CPU pinning. (Which you must do in a oracle database to adhere to licensing requirements where they apply) CPU cores are dedicated to the VM guest and not load balanced. You can overcommit CPU resources in Oracle VM. In other words. You can set max CPU across all VM guests on a single VM server to be greater than the total amount of CPU cores available in the system. Check out article 464754.1

  • How to find the right info on maximum ram expansion

    I have a MacBook Pro model 3,1 identified by the support pages also as MacBook Pro 15" /2.2/2.4 GHz. I would like to increase its system memory capacity maximally (presently 2 Gb). On the page MacBook Pro (Late 2006) - Technical Specifications which I found by entering the serial number (W87445ASX91) it says that max capacity is 3 Gb. On the other hand, on the page MacBook Pro: How to remove or install memory - Apple Support it says that maximum capacity for "MacBook Pro (15-inch 2.4/2.2 GHz)" is 4 Gb. Which one is correct? How can I find out?
    Regards
    Dan

    Hello danbae and welcome to Apple Support Communities,
    When I run your serial number here:
    http://www.chipmunk.nl/cgi-fast/applemodel.cgi
    I get:
    "Nice Name: MacBook Pro 15 inch Core 2 Duo SR (Mid/Late 2007)
    Machine Model: MacBookPro3,1
    Please visit our facebook page
    Name: MacBook Pro (Mid 2007)
    ModelCode: mbp_mid_07
    Family name: A1226
    Model Number: MA895
    Group1: MacBook
    Group2: Pro
    Generation: 31
    CPU speed: 2.2GHz
    Screen size: 15 inch
    Screen resolution: 1440x900 pixels
    Colour: Aluminium
    Return Key: Please tell us what model keyboard this model has. Do you have a US style HORIZONTAL, or ISO style VERTICAL return key on the keyboard?
    Production year: 2007
    Production week: 44 (November)
    Production number: 6146 (within this week)
    Model introduced: 2007
    Capacity: 120GB
    Memory - flavour: DDR2-S-667
    Memory - number of slots: 2
    Memory - maximum total: 6GB
    Memory - largest module: 4GB
    Factory: W8 (Shanghai China)"
    And
    Low End Mac says:
    "RAM: 2 GB, expandable to 6 GB using PC2-5300 DDR2 RAM"
    But call OWC:
    https://www.macsales.com/
    They are very dependable and always stand behind what they sell you.

  • How to find out user info for a forecasted value

    Hi Experts,
    Suppose, a user plans on a planning application and consequently creates some forecast values. How do i find out which user did the planning? Is there any way to know this? Please let me know of this if anybody knows.
    Regards
    Swaroop

    Hi, I'm using BPS so can't say forIP. But if you really want to see who posted which data, the planning application has to be set up that way in order to capture the user, time, date details, as indicated by the previous post. This will ptentially of course create very many more records in some cases, where data is amended.
    But your post also requested info about who ran which planning functionality, and when. You can get this sort of information in BPS from the transactions BPS_STAT0 and BPS_STAT1. You may want to narrow the amount of analysis using the username/ date /time filters.
    Stephen

  • How to find out more info about an existing fault

    Hi there,
    The whole village of Luib on Skye has been cut off because the main road was being resurfaced and the machine digging up the tarmac ripped up and mangled the main phone cable on 30th March. (Not the road menders' fault, but BT's because they never buried the cable properly. In fact, they didn't bury it at all, just hid it in the verge.)
    I have logged the fault on my line and can get a standard amount of info using the online fault tracker. The thing is that all that's available is a standard message saying the phone is expected to be fixed in 3 working days. We (the villagers) don't think this is likely: It's happened before and BT need to order up a supply of the thick cable AND arrange traffic lights etc. We fear it's more likely to be a couple of weeks at best.
    How can we find out more useful information? I tried phoning BT and pressing various buttons, just got the standard fault info, then was asked if I wanted to continue. When I pressed 2 for "yes" a voice said "Thank you for calling BT - Goodbye."  That wasn't the sort of continuation I wanted!
    I have to say that we are heartily sick of the poor treatment we get here on Skye. BT seem to think that because we in a remote place we are not a priority. But consider this: Luib has both private houses and businesses, including mine, that need a phone service and broadband, credit card faciilities etc. and WE DO NOT HAVE ANY MOBILE PHONE SIGNAL.  This means we are totally cut off. What if there is a medical emergency?
    OK: Rant over. But can anyone suggest how I might escalate this and/or find out some solid information. If it turns out there's a wait of a couple of weeks is there any way of putting pressure on to speed things up?
    Many thanks.

    I take it you've tried this - http://community.bt.com/t5/Phones/How-do-I-track-an-existing-fault/td-p/6
    Not sure if contacting the mods would help you further than the faults team could.
    Check your exchange or major service outagesIf someone has given a helpful answer, please click on their Ratings star on the left-hand side. ***

  • How to find master data info objects. Partner function and customer class.

    hi,
    Can you please tell me what are the available extractors for Partner Function (PARVW from VBPA)and Customer Class (KUKLA from KNA1).
    I hope these fields are master data. I checked in 0customer. But I didn't find it. There is a info object (Business partner). Is it the same?
    pls reply

    I will admit that I am not familiar with ECC and there may be different interpretations of what KUKLA means and different means of extracting Customer information to/from ECC.
    However, for us, when extracting Customer Attributes using the 0CUSTOMER_ATTR datasource in R/3, we map KUKLA to 0CUST_CLASS.  They are both set up as 2 CHAR.  That is not to say that you should also.  You can map it to a custom infoobject in BW as long as you set it up as an attribute of 0CUSTOMER.  KUKLA is available in the standard datasource 0CUSTOMER_ATTR in R/3.  When looking at what is available in the infosource for 0CUSTOMER in BW, 0CUST_CLASS is a logical choice to map.
    As far as VBPA-PARVW, VBPA is not a source for master data for 0BPARTNER.  VBPA contains the business partners associated with Sales documents.  So if you are going to create a data provider (cube/ODS) in BW and VBPA-PARVW is part of the transactional datasource in R/3, the you can map it to 0BPARTNER in your cube/ODS.
    Hope this helps.

  • How to find the session info using the Unix PID

    Hi Guys
    We found in alert log that Some process with Unix pid 3416182 makes some transaction fail. It happened on weekend and now when we try to find it in v$process we did not find any info. Is there any place where oracle stores the PID History where in i would be able to find which process,session,user caused the transaction failure.
    Kindly help me. I m using oracle 10G R2.
    Thanks in advance
    Ram
    Edited by: user448837 on Jun 29, 2009 2:04 AM

    We found the transaction failure because of an online rebuild.This rebuild is with a PID which none of the DBA's ran.From trace we can just see the unix PID.With this we need to find the user who ran this rebuild

  • How to find memory stepping info

    i wanted to know were can i find out my memory stepping info is it in my info on my IHS
    on my chip thx guys

    CG is more robust than CO. I believe it to be better. There are a few added options in BIOS concerning memory and they seem to overclock better.

  • How to find CPU patch applied on database server

    Hello Gurus,
    Is there any way to find out which cpu patch is applied on database server ?
    Output of select from registry$history :*
    sql> select * from registry$history;
    ACTION_TIME
    ACTION NAMESPACE VERSION
    ID
    COMMENTS
    22-AUG-07 02.18.53.701711 PM
    UPGRADE SERVER 10.2.0.3.0
    Upgraded from 10.2.0.2.0
    Output of opatch lsinventory
    Invoking OPatch 10.2.0.3.0
    Oracle interim Patch Installer version 10.2.0.3.0
    Copyright (c) 2005, Oracle Corporation. All rights reserved..
    Oracle Home : /u01/app/oracle/product/10.2.0
    Central Inventory : /u01/app/oracle/oraInventory
    from : /etc/oraInst.loc
    OPatch version : 10.2.0.3.0
    OUI version : 10.2.0.3.0
    OUI location : /u01/app/oracle/product/10.2.0/oui
    Log file location : /u01/app/oracle/product/10.2.0/cfgtoollogs/opatch/opatch2009-04-21_09-24-53AM.log
    Lsinventory Output file location : /u01/app/oracle/product/10.2.0/cfgtoollogs/opatch/lsinv/lsinventory2009-04-21_09-24-53AM.txt
    Installed Top-level Products (2):
    Oracle Database 10g 10.2.0.1.0
    Oracle Database 10g Release 2 Patch Set 2 10.2.0.3.0
    There are 2 products installed in this Oracle Home.
    Interim patches (22) :
    Patch 6375952 : applied on Mon Mar 17 18:28:31 GMT+01:00 2008
    Created on 28 Sep 2007, 15:37:38 hrs PST8PDT
    Bugs fixed:
    6375952
    Patch 6069085 : applied on Sun Mar 02 18:13:16 GMT+01:00 2008
    Created on 25 Oct 2007, 22:54:52 hrs US/Pacific
    Bugs fixed:
    4684070, 6069085, 5190392
    Patch 6069074 : applied on Sun Mar 02 18:13:10 GMT+01:00 2008
    Created on 14 Jun 2007, 06:11:35 hrs US/Pacific
    Bugs fixed:
    6069074, 5677680, 5584790, 5770059
    Patch 5744428 : applied on Sun Mar 02 18:12:56 GMT+01:00 2008
    Created on 14 Jun 2007, 06:07:38 hrs US/Pacific
    Bugs fixed:
    5744428
    Patch 5472702 : applied on Sun Mar 02 18:12:51 GMT+01:00 2008
    Created on 14 Jun 2007, 06:07:00 hrs US/Pacific
    Bugs fixed:
    5472702
    Patch 5287523 : applied on Sun Mar 02 18:12:45 GMT+01:00 2008
    Created on 14 Jun 2007, 06:05:20 hrs US/Pacific
    Bugs fixed:
    5287523
    Patch 6010833 : applied on Sun Mar 02 18:09:03 GMT+01:00 2008
    Created on 22 Jun 2007, 02:29:22 hrs US/Pacific
    Bugs fixed:
    6010833
    Patch 5998544 : applied on Sun Mar 02 18:08:57 GMT+01:00 2008
    Created on 22 Jun 2007, 02:25:59 hrs US/Pacific
    Bugs fixed:
    5238386, 5934150, 4690705, 4538727, 5998544, 5399901, 5951587, 5089522
    Patch 5844945 : applied on Sun Mar 02 18:08:45 GMT+01:00 2008
    Created on 22 Jun 2007, 02:28:39 hrs US/Pacific
    Bugs fixed:
    5844945
    Patch 5209867 : applied on Sun Mar 02 18:08:38 GMT+01:00 2008
    Created on 22 Jun 2007, 02:27:14 hrs US/Pacific
    Bugs fixed:
    5209867
    Patch 6607968 : applied on Sun Mar 02 17:45:29 GMT+01:00 2008
    Created on 14 Nov 2007, 03:22:55 hrs PST8PDT
    Bugs fixed:
    5640593, 5093060, 6607968
    Patch 6500033 : applied on Sun Mar 02 17:42:03 GMT+01:00 2008
    Created on 13 Nov 2007, 10:19:47 hrs PST8PDT
    Bugs fixed:
    6500033
    Patch 6267873 : applied on Sun Mar 02 17:35:48 GMT+01:00 2008
    Created on 7 Feb 2008, 04:26:52 hrs PST8PDT
    Bugs fixed:
    5723260, 6067600, 6267873, 5575674, 5370578, 5883622, 6017440, 6064864
    5087369, 5865842, 5602452, 5581472, 5206649, 5225733, 5170394, 5512840
    5515703, 5867943
    Patch 6043052 : applied on Sun Mar 02 17:33:28 GMT+01:00 2008
    Created on 24 Sep 2007, 21:04:29 hrs PST8PDT
    Bugs fixed:
    6043052
    Patch 5857313 : applied on Sun Mar 02 17:10:49 GMT+01:00 2008
    Created on 5 Nov 2007, 05:25:04 hrs PST8PDT
    Bugs fixed:
    5857313
    Patch 5623403 : applied on Sun Mar 02 17:05:36 GMT+01:00 2008
    Created on 28 Sep 2007, 15:30:46 hrs PST8PDT
    Bugs fixed:
    5623403
    Patch 5201883 : applied on Sun Mar 02 17:00:06 GMT+01:00 2008
    Created on 23 Apr 2007, 23:28:22 hrs PST8PDT
    Bugs fixed:
    5201883
    Patch 5029334 : applied on Sun Mar 02 16:54:20 GMT+01:00 2008
    Created on 13 Jul 2007, 05:37:35 hrs US/Pacific
    Bugs fixed:
    5029334
    Patch 4475206 : applied on Sun Mar 02 16:44:04 GMT+01:00 2008
    Created on 6 Nov 2007, 09:02:16 hrs PST8PDT,M3.2.0,M11.1.0
    Bugs fixed:
    4475206
    Patch 5728380 : applied on Fri Sep 21 13:56:57 GMT+01:00 2007
    Created on 25 Jul 2007, 02:24:32 hrs PST8PDT
    Bugs fixed:
    5728380
    Patch 5556081 : applied on Wed Aug 22 15:21:54 GMT+01:00 2007
    Created on 9 Nov 2006, 22:20:50 hrs PST8PDT
    Bugs fixed:
    5556081
    Patch 5557962 : applied on Wed Aug 22 15:17:01 GMT+01:00 2007
    Created on 9 Nov 2006, 23:23:06 hrs PST8PDT
    Bugs fixed:
    4269423, 5557962, 5528974
    I am confused with output of registry$history and opatch lsinventory.
    Any kind of help is very beneficial for me.
    Thanks in advance.
    Edited by: user7632087 on Apr 21, 2009 2:07 AM

    Please read if it helps:
    http://kr.forums.oracle.com/forums/thread.jspa?threadID=629696

  • How do find out failure in invoking a partner service from BPEL

    Helllo,
    When running my SOA composite I encountered the following error. I haven't found out how to find out what exact host:port it is trying to hit and failed. Does anyone know how to find out this info or from which deployment/admin interface can I find out information related to the partner service, such as wsdl, host/port, and other parameters?
    thanks,
    Joe
    Non Recoverable System Fault :
    <bpelFault><faultType>0</faultType><remoteFault xmlns="http://schemas.oracle.com/bpel/extension"><part name="summary"><summary>oracle.fabric.common.FabricInvocationException: Unable to find the WSDL port defined for service {http://xmlns.oracle.com/scheduler}ESSWebService and port {http://xmlns.oracle.com/scheduler}SchedulerServiceImplPort. Please make sure that the port attribute for the binding defined in the composite file is correct by checking the namespace, service name, and port name. In addition, check that the WSDL associated with the binding namespace is imported and currently reachable (check the import nodes at the top of the composite file). Finally, validate any HTTP proxy settings for the server.</summary></part><part name="detail"><detail>Unable to find the WSDL port defined for service {http://xmlns.oracle.com/scheduler}ESSWebService and port {http://xmlns.oracle.com/scheduler}SchedulerServiceImplPort. Please make sure that the port attribute for the binding defined in the composite file is correct by checking the namespace, service name, and port name. In addition, check that the WSDL associated with the binding namespace is imported and currently reachable (check the import nodes at the top of the composite file). Finally, validate any HTTP proxy settings for the server.</detail></part><part name="code"><code>null</code></part></remoteFault></bpelFault>

    Your SOA project should have a somethingRef.wsdl where you can find the location of your WSDL.
    <wsdl:import namespace="http://www.example.com" location="http://example.com/example.do?wsdl"/>
    In the actual WSDL (not the ref) you may have your actual servername/portname in the tag address at the end of the file...
    <WL5G3N0:service name="example">
    <WL5G3N0:port name="exampleSoap" binding="WL5G3N2:exampleSoap">
    <WL5G3N3:address location="http://example.com:6011/services/example"/>
    </WL5G3N0:port>
    </WL5G3N0:service>

Maybe you are looking for

  • TS4268 I still can't get my Apple ID to sign in so I can use iMessage or FaceTime

    I have spent hours trying to get FaceTime and iMessage to work on my iPhone. I had no problems whatsoever with OS6, but as soon as I updated to os7.0.4 FaceTime and iMessage have become non-functional. I can't seem to sign in using an Apple ID. Error

  • IPhone 3.0 MMS not sending

    is there new settings i need for mms so i can send messages.

  • I accidentally deleted the "Utilities Folder"

    I deleted the Utilities Folder by mistake. Does anyone have any advice on how i can retrieve this folder back ?

  • IBook G4 will not go to sleep

    Hello Everyone, This is a problem I've been having for about a year but now I'm finally trying to fix it. My iBook G4 will not go to sleep. It doesn't matter what method of putting it to sleep I use. Using software to select sleep, or the power butto

  • 975x wont boot - new parts

    Hi all, im new to this forum but it seems great, i read around abit and found some useful posts. However, i have the following setup : Msi 975x c2d 6400 2gb corsair xms 6400 c4 ( 2*1gb ) 7900gs PoV Aspire 550 psu I just put the parts toghether again,