Commands to Know the System Info

On UNIX, how can we get system information such as CPU, LISTENER etc related to oracle database. Please provide commands.
Message was edited by:
Jafar Ali

CPU
Different unix flavour has different method to get that information, for example, on Linux
more /proc/cpuinfoon Solaris
/usr/sbin/prtconfLISTENER
That's not OS dependent, it's Oracle related
lsnrctl status

Similar Messages

  • Can we know the geographical info(country, region, city,...etc) using java

    Hello Everyone,
    I'd like to know the geographical info(country, region, city,...etc) of client using java API.Is this possible?
    I have searched on the web.However, I could not get any info.
    Could someone let me know whether it is possible or not,Please?
    Any help would be appreciated.
    Thanks.

    Albert_EINstEIN wrote:
    Thank you friends for your replying.We know that default language is English.In some cases client may belong to another country other than US.In this case we get the country US if we use below code.
    java.util.Locale.getDefault().getCountry();
    I am afraid this is not always correct.It obtains the info from the underlying operating system. There's no other way around this, other than asking your users themselves. Why do you need this?

  • How to know the system configuration using Java.

    Hello Everyone,
    I wanna know the system configuration (Hard Disk size,Ram capacity,Processor speed) .Can we know it using Java API? Or else is there any API which makes my life easier?
    Can someone let me know,please?
    All ur answers r most welcome.
    Thanks

    --> provides you with some basic info on os user and os but my best bet is to find a windows system file that maintains this information and then read the data from it
    import com.sun.servicetag.SystemEnvironment;
    SystemEnvironment se = SystemEnvironment.getSystemEnvironment();
            System.out.println(se.getCpuManufacturer());
            System.out.println(se.getHostId());
            System.out.println(se.getHostname());
            System.out.println(se.getOsArchitecture());
            System.out.println(se.getOsName());
            System.out.println(se.getOsVersion());
            System.out.println(se.getSerialNumber());
            System.out.println(se.getSystemModel());
            System.out.println(se.getSystemManufacturer());Edited by: emmanuel.putti on Nov 11, 2008 6:43 AM

  • How to know the system generated password when reseting users password?

    Dear All,
    I have reset password using "genarated new password" in the portal from User admin,but dont want to send a e-mail notification  to end users, instead of that i want to know the system generated password.
    But system doses't shows it.How can I tell what the password is and give it to the user?
    I have a All super admin rols.
    Pleas guide.
    Thanks in advance.

    Basically you can't! If you tell it to generate one, then that's only sent to the user. Why not enter your own random password or let the user pick their own through some sort of self service function?

  • Need to know the System ID of the R/3 System in ABAP

    Hi,
    I would like to know the System ID of the ABAP R/3 system in the ABAP code.
    Is there a parameter to get this requirement.
    Best Regards
    Sid

    Hi,
    Use sy-sysid.

  • Command to know the Memory utlization

    Is there is a command to know the Memory utilization for a particular process ID. I can get this for USERNAME basis using prstat -a.

    ps

  • I lost 3 GB storage capacity of my iPad mini2,the system says I have used 10.1 GB, I count it by myself, the actual usages of storage is 6.4 GB, I know the system it self count some space,I hate the iOS 7.1,I didn't encounter this kind of problem in ios6

    I lost 3 GB storage capacity of my iPad mini2,the system says I have used 10.1 GB, I count it by myself, the actual usages of storage is 6.4 GB, I know the system it self count some space,I hate the iOS 7.1,I didn't encounter this kind of problem in ios6

    How much space is used by your Other? You may be able to reduce.
    How Do I Get Rid Of The “Other” Data Stored On My iPad Or iPhone?
    http://tinyurl.com/85w6xwn
    How to Remove “Other” Data from iPhone, iPad and iPod Touch
    http://www.igeeksblog.com/how-to-remove-other-data-from-iphone/
    With an iOS device, the “Other” space in iTunes is used to store things like documents, settings, caches, and a few other important items. If you sync lots of documents to apps like GoodReader, DropCopy, or anything else that reads external files, your storage use can skyrocket. With iOS 5/6/7, you can see exactly which applications are taking up the most space. Just head to Settings > General > Usage, and tap the button labeled Show All Apps. The storage section will show you the app and how much storage space it is taking up. Tap on the app name to get a description of the additional storage space being used by the app’s documents and data. You can remove the storage-hogging application and all of its data directly from this screen, or manually remove the data by opening the app. Some applications, especially those designed by Apple, will allow you to remove stored data by swiping from left to right on the item to reveal a Delete button.
    What is “Other” and What Can I Do About It?
    https://discussions.apple.com/docs/DOC-5142
    iPhone or iPad Ran Out of Storage Space? Here’s How to Make Space Available Quickly
    http://osxdaily.com/2012/06/02/iphone-ipad-ran-out-of-available-storage-space-ho w-to-fix-quick/
    6 Tips to Free Up Tons of Storage Space on iPad, iPhone, and iPod Touch
    http://osxdaily.com/2012/04/24/6-tips-free-up-storage-space-ipad-iphone-ipod-tou ch/
    Also,
    How to Clear Message/iMessage Cache on iPhone & iPad And Reclaim Lots of Free Space
    http://www.igeeksblog.com/how-to-clear-message-imessage-cache-on-iphone-ipad/
     Cheers, Tom

  • Bought IMAC sept2012 after updates gray screen shows up with logo at start up. Please help! I don't know the system as I just start using it and the package did not come with CD to reinstall system. I tried to reboot holding shift but it does not work.

    Please help.
    I bought the IMAC 21.5" /2.5QC /2X2GB /500GB /6750M sept2012. After the automatic update run when restart computer the screen is on the gray screen with the logo and wont' do anything else. I tried to reboot holding the shift key without success. The package did not come with a CD so I can not reinstall the previous system. I even don't know what is the system that came with the computer because I just start using it. I bought in the US but am in Brazil. HELP PLEASE, how can I get the previous system so I can reinstall it? I do not mind loosing data but I need to work on it. PLEASE HELP! Thanks!

    Try booting into the Recovery HD which is on the HD. Restart holding down Command+r and at the screen with four choices select Disk Utility>Macintosh HD and click on 'repair disk'. If any changes are made click on repair disk again until you get a clear pass. Restart as normal from the Apple menu.
    More about the Recovery HD:
    http://support.apple.com/kb/HT4718

  • How to get the system info in a network

    Hi to all.
    can any one tell me how to get the system related,like system name and logged user ,info in a network using java...
    thnx in advance,
    ashok

    There is quite a bit of data that is stored in the System Properties. Run this little test app and it'll display all of the System Properties, what you are looking for may be contained in there:
    public class Test {
        public static void main(String[] args) {
            System.getProperties().list(System.out);
    }

  • How to know the System State in java

    Hi
    I would like to know ,is there a way to get the System status in java, like whether System is idle or any browser is opened or any application is running?
    this information is required to run the screensaver as we know Screen saver will run when System is idle.
    This is very Urgent
    Thank U
    Dharma

    You cannot get the systems status without running something.
    Then when you run something it will say, something is running.
    You cannot implement this functionality in Java.
    You may be able to get this information in JNI but you will need to have a good low level understanding to do it.
    I would suggest you write a Windows screensaver (there should be examples on the web) and then have it run a Java application when it is active.

  • 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/

  • Know the created info objects which are used in which info providers.

    Hi Experts,
    How can we know the zinfo objects which are used in which info providers.

    Hi,
    Either you can check the where used list of Infoobject as suggested by Gaurav, or you can goto transaction SE16 and put the table name as RSDCUBEIOBJ and put the Infoobject name.
    You will get the list of all Infoproviders in which the infoobject is used.
    Regards,
    Durgesh.

  • How to reset ipad if i dont know the icloud info

    help

    If it is Activation locked, there is no way around that without knowing the Apple ID and password. If you aren't the original owner and it is the prior owner's information, you will need to contact that person. If you have just forgotten the following can help with that:
    https://iforgot.apple.com/appleid

  • How to know the system priviledges??

    I want to use SQL plus to retrieve the system priviledges that I owned. What can I do?
    Thanks

    You may have system privs directly or through roles.
    select your system privs from following tables
    1. user_role_privs
    2. user_sys_privs
    3. role_role_privs
    4. role_sys_privs

  • Is there a command to know the current throughput fo an IPS

    Hi guys
    I need to get some information from my CISCO IPS. I need to get the current throughput from the IPS but I cannot find any command that could bring such information.
    If somebody know how to get this information it will be great.
    Regards!

    I had a script that would log in, run a "show stat analysis" twice, 60 seconds apart. Then it would pull the byte count from the interfaces, subtract the smaller number from the larder, device by 60 (seconds) and multiply by 8 (bytes to bits).
    Results in b/s for each interface.
    - Bob

Maybe you are looking for