Check version in solaris 10

Hi guys. Would like to know which release of solaris 10 ,i am at.? Like i know uname -a
## uname -a
SunOS hes019 5.10 Generic_118822-25 sun4u sparc SUNW,Sun-Fire-V240
gives you only version 5.10, I would like to check release(level) >?
Any comments ..info.. help is greatly appreciated.

Please check the contents of "/etc/release" file

Similar Messages

  • Libraries in new version of Solaris functionally similar to suntools

    Please find a C++ program attached . This program was used by my Professor a few years back and it uses some libraries in Suntools: sunview, canvas, etc. Since Suntools is no longer in use in the present versions of Solaris, I am not able to run the program. Please have a look at the C++ program and provide me with some information about the libraries to be included which could carryout the same function as sunview,canvas etc.
    Thank You
    filename="sun.c"
    #include <stdio.h>
    #include <suntool/sunview.h>
    #include <suntool/canvas.h>
    #include <suntool/panel.h>
    #include <suntool/tty.h>
    static Frame frame;
    static Canvas canvas;
    static Panel panel;
    static Pixwin *pw;
    static Tty tty;
    Panel_item fname_item1, fname_item2;
    int screenxsize, screenysize;
    float factor;
    static void inputdata(), mesh(), pressure(), laser(), quit_proc(),
    resize_proc(),
    velocity(), horivel(), vertvel(), streamline(), vorticity();
    main(argc, argv)
    int argc;
    char **argv;
    char name, getenv();
    /* try to quick check that we are in suntools */
    name = getenv("WINDOW_ME");
    if (!name)
    fprintf(stderr, "Apparently not in suntools.\n");
    fprintf(stderr, "Are you running this on the machine in front of
    you?\n");
    exit(0);
    frame = window_create(NULL, FRAME,
    WIN_WIDTH, 640,
    WIN_HEIGHT, 693,
    FRAME_ARGS, argc, argv,
    FRAME_LABEL, "CFD Lab (Lin)",
    0);
    panel = window_create(frame, PANEL, 0);
    /* make a panel at the top that reads a file name and has "doit" and
    "quit" buttons */
    create_panel_items();
    /* create a canvas below to draw into */
    canvas = window_create(frame, CANVAS,
    CANVAS_RESIZE_PROC, resize_proc,
    0);
    /* make a pixwin */
    pw = canvas_pixwin(canvas);
    /* start the window up */
    window_main_loop(frame);
    exit(0);
    create_panel_items()
    fname_item1 = panel_create_item(panel, PANEL_TEXT,
    PANEL_LABEL_STRING, "Plot File: ",
    PANEL_VALUE, "plot.data",
    PANEL_VALUE_DISPLAY_LENGTH, 30,
    0);
    /* make the button that will cause execution */
    fname_item2 = panel_create_item(panel, PANEL_TEXT,
    PANEL_LABEL_STRING, "Result File: ",
    PANEL_VALUE, "result.data",
    PANEL_VALUE_DISPLAY_LENGTH, 30,
    0);
    panel_create_item(panel, PANEL_BUTTON,
    PANEL_LABEL_IMAGE, panel_button_image(panel,
    "inputdata", 15, 0),
    PANEL_NOTIFY_PROC, inputdata,
    0);
    panel_create_item(panel, PANEL_BUTTON,
    PANEL_LABEL_IMAGE, panel_button_image(panel, "mesh",
    15, 0),
    PANEL_NOTIFY_PROC, mesh,
    0);
    panel_create_item(panel, PANEL_BUTTON,
    PANEL_LABEL_IMAGE, panel_button_image(panel,
    "pressure", 15, 0),
    PANEL_NOTIFY_PROC, pressure,
    0);
    /* make the button that will delete the window when you are done */
    panel_create_item(panel, PANEL_BUTTON,
    PANEL_LABEL_IMAGE, panel_button_image(panel, "print",
    15, 0),
    PANEL_NOTIFY_PROC, laser,
    0);
    panel_create_item(panel, PANEL_BUTTON,
    PANEL_LABEL_IMAGE, panel_button_image(panel, "quit",
    15, 0),
    PANEL_NOTIFY_PROC, quit_proc,
    0);
    panel_create_item(panel, PANEL_BUTTON,
    PANEL_LABEL_IMAGE, panel_button_image(panel,
    "velocity", 15, 0),
    PANEL_NOTIFY_PROC, velocity,
    0);
    panel_create_item(panel, PANEL_BUTTON,
    PANEL_LABEL_IMAGE, panel_button_image(panel,
    "HoriVel", 15, 0),
    PANEL_NOTIFY_PROC, horivel,
    0);

    Hi ,
    Have you set UseAccounts=true in config.cfg for the new environment ?
    Thanks
    Srinath

  • Multiple jdk versions on solaris--best practices and advice

    I am a newcomer to solaris system administration (not by choice--I am normally just a Java programmer, but am now responsible for testing code on a new solaris box), so apologies for the newbie questions below.
    #1: is it typical for a brand new solaris install to have multiple versions of Java on it?
    After installation, which left me with this version of solaris:
         SunOS asm03 5.10 Generic_120011-14 sun4v sparc SUNW,SPARC-Enterprise-T5220I find from pkginfo, that their are 2 old versions of java installed:
         SUNWj3dev     J2SDK 1.4 development tools
    SUNWj3dmo     J2SDK 1.4 demo programs
    SUNWj3dvx     J2SDK 1.4 development tools (64-bit)
    SUNWj3irt     JDK 1.4 I18N run time environment
    SUNWj3jmp     J2SDK 1.4 Japanese man pages
    SUNWj3man     J2SDK 1.4 man pages
    SUNWj3rt      J2SDK 1.4 runtime environment
    SUNWj3rtx     J2SDK 1.4 runtime environment (64-bit)
    SUNWj5cfg     JDK 5.0 Host Config. (1.5.0_12)
    SUNWj5dev     JDK 5.0 Dev. Tools (1.5.0_12)
    SUNWj5dmo     JDK 5.0 Demo Programs (1.5.0_12)
    SUNWj5dmx     JDK 5.0 64-bit Demo Programs (1.5.0_12)
    SUNWj5dvx     JDK 5.0 64-bit Dev. Tools (1.5.0_12)
    SUNWj5jmp     JDK 5.0 Man Pages: Japan (1.5.0_12)
    SUNWj5man     JDK 5.0 Man Pages (1.5.0_12)
    SUNWj5rt      JDK 5.0 Runtime Env. (1.5.0_12)
    SUNWj5rtx     JDK 5.0 64-bit Runtime Env. (1.5.0_12)Both of these versions are years old; I am surprised that there is not just a single version of JDK 1.6 installed; it only came out, what, going on 2 years ago? I definitely need JDK 1.6 for all of my software to run.
    On my windows and linux boxes, I never usually have multiple JDKs; I always deinstall the current one before installing a new one. So, I went first to try and deinstall JDK 1.4 by executing
         pkgrm SUNWj3dev SUNWj3dmo SUNWj3dvx SUNWj3irt SUNWj3jmp SUNWj3man SUNWj3rt SUNWj3rtxThe package manager detected dependencies like
    WARNING:
         The <SUNWmccom> package depends on the package currently being removed.
    WARNING:
         The <SUNWmcc> package depends on the package currently being removed.
    [+ 8 more]and I decided to abort deinstallation because I have no diea what all these other programs are, and I do not want to cripple my system.
    If anyone has any idea what programs Sun is shipping that still depend on JDK 1.4, please enlighten me.
    #2: Is there any easy way to not only deinstall, say, JDK 1.4 but also deinstall all packages which depend on it?
    Maybe this is too dangerous.
    #3: Is there at least a way that I can find all the programs which depend on an entire group of packages like
         SUNWj3dev SUNWj3dmo SUNWj3dvx SUNWj3irt SUNWj3jmp SUNWj3man SUNWj3rt SUNWj3rtx?
    The above functionality would have come in real handy if I could have done it before doing what I describe next.
    I next decided to try removing JDK 1.5, so I executed
         pkgrm SUNWj5cfg SUNWj5dev SUNWj5dmo SUNWj5dmx SUNWj5dvx SUNWj5jmp SUNWj5man SUNWj5rt SUNWj5rtxI thought that this command would let me know of any dependencies of ANY of the packages that are listed. It doesn't. Instead, it merely checks the first one, and if no dependencies are found, then removes it before marching down the list. In the case above, it happily removed SUNWj5cfg because there were no dependencies on it. Then it stalled on SUNWj5dev because it found dependencies like:
    WARNING:
         The <SUNWmctag> package depends on the package currently being removed.
    WARNING:
         The <SUNWmcon> package depends on the package currently being removed.
    [+ 3 more]#4: Have I left my JDK 1.5 crippled by removing SUNWj5cfg? Or was this pretty harmless?
    #5: Was I fairly stupid to attempt the deinstallations above in the first place? Do solaris people normally leave old JDKs in place?
    #6: Or is it the case that those dependency warnings are harmless: I can go ahead and remove all old JDKs, because java programs will always find the new JDK and should run just fine with it?
    #7 Whats the deal with solaris and having multiple packages for something like the JDK? With Windows, for instance, the entire JDK has a single installer and deinstaller program. Its much easier to work with that the corresponding Solaris stuff. Do Solaris people simply need that much finer grained control over what gets installed and what doesn't? (Actually, with the Windows JDK, the gui installer program can let you install selected components should you wish; I am just not sure how scriptable this is versus the solaris stuff, which may be more sys admin friendly if you have to administer many machines.)

    The easiest thing to do is to just install the latest into a clean directoryI believe different versions of jdk install into their own separate directory by default. All one needs to do is recreate the symbolic links that point to the version they want to use. The java install documentation has the details.

  • How to change default Server NFS version in Solaris 10 ?

    How to change default Server NFS version in Solaris 10 ?
    I need to change default version of NFS server version, currently i have NFS_SERVER_VERSMAX=2, for changing NFS version i changed this variable in /etc/default/nfs, but still its using version 2,
    Please let me know where else i need to change./
    Thanks a lot in advance!!!

    Did you change the /etc/default/nfs on the server or on the client?
    What is NFS_SERVER_VERSMIN set to? The NFS server is allowed to use any version in the span of NFS_SERVER_VERSMIN and NFS_SERVER_VERSMAX.
    NFS_SERVER_VERSMAX=4
    The default of NFS_SERVER_VERSMIN is 2.
    And, as mentioned, you will have to restart your NFS server for changes to take effect.
    .7/M.

  • How to check if my solaris 10 os is up to date?

    how to check if my solaris 10 os is up to date?

    Current Kernel Patch can be displayed using
    -bash-3.2$ uname -a
    SunOS g0043 5.10 Generic_150400-13 sun4v sparc sun4v
    Solaris 10 Update 11 Kernel Patches are 150400-1 till -22
    150400-22 was released a few days ago
    Best regards,
    Marcel

  • Release date for commercial version of Solaris 10 (x86)?

    Hi
    Does anybody know when the commercial version of Solaris 10 (x86) will be released.
    This is rather urgent as the Oracle certification depends on this release date.
    thanks

    It's already released. (~ Feb 1st, 2005).
    http://www.sun.com/software/solaris/get.jsp
    (And it seems you can order Solaris 10 media kit now).That's what I thought but there seems to be a difference. According to the Oracle forums support for Solaris 10 will only happen once Sun announces the general availibility of the commercial version of Solaris 10 x86 (which aparrently hasn't happened yet), and that that date depends on Sun.

  • How to check version after i apply pacth

    Hi
    I'm going to apply patch with the ID# 9355677 - R12.1.2 UNABLE TO SAVE THE TAX CLASSIFICATION FOR A SUPPLIER TYPE EMPLOYEE
    my question is
    in the readme file
    there is a portion that i need to check the version of the following file
    $JAVA_TOP/oracle/apps/zx/schema/server/PartyTaxProfileEOImpl.class 120.17.12010000.4
    $ZX_TOP/patch/115/sql/zxcptytaxprfileb.pls 120.9.12010000.4
    $ZX_TOP/patch/115/sql/zxcptytaxprfiles.pls 120.3.12010000.2
    how do I know the version?
    do i need to execute command so that i can able to check version?
    thanks

    Hi,
    Use adident or strings command to get the v ersion.
    Use the strings command or adident to get the version and use the class file instead of the java file, thus:
    $ strings -a <file name> | grep Header
    You should find similar answer in old threads (search for: how to find file version).
    File Versions
    File Versions
    Thanks,
    Hussein

  • Free version of Solaris 10 - CPU limi (?)

    I can get a E4500 system with 14 CPUs pretty cheap but I'm wondering if the free version of Solaris 10 would utilize all the processors. Is there a CPU limit?
    TIA :)

    damdam, damdidumdum, dadidumdum, no there is no limit ;)
    Sorry, couldn't resist.
    There has never been any limits in the Solaris kernel as to how many CPUs you can use. Somewhere around the Solaris 2.6 timeframe there was a licensefee for systems with many CPUs, but that went away long ago.
    //Magnus

  • Latest Version of Solaris 8 ??

    I want to know whats the Latest Version of Solaris 8 available ??
    My system is running with Solaris 8.
    (root)# uname -a
    SunOS spring 5.8 Generic_108528-15 sun4u sparc SUNW,UltraAX-i2
    (root)#
    -Amit

    Your using a really old patch level 108528-15 on what Netra T1? Put that in the patchfinder and it'll give you the latest patches. sunsolve.sun.com
    I just looked there's 108528-29 from Feb 2004.
    Let me know how it works out. Regards Mark

  • What versions of Solaris should we support?

    What versions of Solaris are officially supported by Sun? I notice that there are patches available for older versions but the compiler tools are not supported on these platforms.
    We would like to drop support for 2.6 and possibly 7 but only if Sun no longer supports these versions.

    Well, if you are asking what supported Solaris OS that compiler tools will run on, here is the link:
    http://developers.sun.com/tools/cc/support/support_matrix.html
    However, if you are asking what versions of Solaris Sun support, you will need to ask the marketing or try 'Solaris OS' on http://forum.sun.com/
    Thanks.
    Rose

  • How to check version Oracle Datawarehouse Builder

    How to check version Oracle Datawarehouse Builder?
    thanks alot

    How do you check which version you have of the Oracle Datawarehouse Builder ?
    Opatch gave an error, so is there any other method to check it?

  • Download old versions of solaris OS

    Hi all,
    Is there a place I can download old versions of solaris 10? Specifically I'm looking into solaris 10 update 7, which isn't that old, but somehow I can't find it in sun's site (I get only the latest sol10-u8).
    TIA,
    N

    Assuming you have a support contract, your local sun contacts should be able to put them out there for you.
    Otherwise, you'll be relying on some kind soul out there that has a copy of 10u7 stored locally.

  • Latest version of Solaris for Netra FT1800

    What is the latest version of Solaris that I can load on an FT1800. It Originally had an enhanced version of 2.6.

    Based on Platform and Processor (assuming Ultra II 300 MHz or > ), I think Solaris 10 will run on it.
    However, as the system is fault tolerant and has additional hardware, the system needed additional software. (You referred to this as Solaris 2.6 enhanced.)
    As the system is EOL it is likely that this additional software is not maintained to support later OS versions.
    If the server does not serve a critical bussiness use than I suggest to copy the system disks to an other disk-set and start experimenting with (only) this other diskset to upgrade it to an higher OS, and if that succeeds to test the ft functionality. etc.
    If the server has a critical function, expertease is not available or the result/experiment time ratio is low, than I suggest to replace the machine ( :-( 4u) and sent the N1800 to my Sun EOL-HW TestLab & Museum ( :-) 4my )

  • JVM version check -version:1.4* does not always work

    Jdk1.5 (and later 1.4.2) has a version checking feature in java -version: flag.
    i.e.,
    [ronnc@bill ronnc]$ java -version:1.4.2_05-b04 -version
    java version "1.4.2_05"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_05-b04)
    Java HotSpot(TM) Client VM (build 1.4.2_05-b04, mixed mode)
    [ronnc@bill ronnc]$ java -version:1.4* -version
    java version "1.4.2_05"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_05-b04)
    Java HotSpot(TM) Client VM (build 1.4.2_05-b04, mixed mode)
    I have this working on some machine but on several machine it just refuses to work in a very perculia way.
    [builder@apollo builder]$ java -version:1.4.2_05-b04 -version
    java version "1.4.2_05"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_05-b04)
    Java HotSpot(TM) Client VM (build 1.4.2_05-b04, mixed mode)
    [builder@apollo builder]$ java -version:1.4* -version
    Unable to locate JRE meeting specification "1.4*"
    I've looked into the launcher source code (it checks version info from dir name or jre/RELEASE file) and I think i've setup everything right still having trouble understanding why it doesn't work on some machine. It seems to me that acceptable_release() function doesn't return correctly.
    Anyone have any idea why? Also does anyone know how I can get the source to libjvm.so so that I can look at what it's doing.
    rOnn c.

    It's not documented anywhere except from the command line help
    [ronnc@bill ronnc]$ java -showversion
    java version "1.4.2_05"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_05-b04)
    Java HotSpot(TM) Client VM (build 1.4.2_05-b04, mixed mode)
    Usage: java [-options] class [args...]
    (to execute a class)
    or java [-options] -jar jarfile [args...]
    (to execute a jar file)
    where options include:
    -client to select the "client" VM
    -server to select the "server" VM
    -hotspot is a synonym for the "client" VM [deprecated]
    The default VM is client.
    -cp <class search path of directories and zip/jar files>
    -classpath <class search path of directories and zip/jar files>
    A : separated list of directories, JAR archives,
    and ZIP archives to search for class files.
    -D<name>=<value>
    set a system property
    -verbose[:class|gc|jni]
    enable verbose output
    -version print product version and exit
    -version:<value>
    require the specified version to run
    -showversion print product version and continue
    -jre-restrict-search | -jre-no-restrict-search
    include/exclude user private JREs in the version search
    -? -help print this help message
    -X print help on non-standard options
    -ea[:<packagename>...|:<classname>]
    -enableassertions[:<packagename>...|:<classname>]
    enable assertions
    -da[:<packagename>...|:<classname>]
    -disableassertions[:<packagename>...|:<classname>]
    disable assertions
    -esa | -enablesystemassertions
    enable system assertions
    -dsa | -disablesystemassertions
    disable system assertions
    Do you see -version:<value> ? I've done my research please do yours.

  • IRecruiment: R12, check version number

    As some API of iRecruiment in R12 are changed a lot. How can we check version of iRecruiment in PL/SQL code?
    Thanks!
    Shirley

    You can use this query
    SELECT patch_level FROM FND_PRODUCT_INSTALLATIONS where application_id = 821;
    Thanks, Avaneesh

Maybe you are looking for