Version of solaris to download

i am installing Oracle 10g on solaris. But, there is a problem to know whether the
solaris server is SPARC or x86. How to know, which version is the solaris server.
Please, do the needful as i need it very urgently.
regards

You can get the version information by using the following commands....
/bin/isainfo -kv
64-bit sparcv9 kernel modules
uname -r
5.9
bash-2.05# uname -a
SunOS inban-csb 5.9 Generic_122300-22 sun4u sparc SUNW,Sun-Fire-V490

Similar Messages

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

  • OLite502 Solaris version Can't be download

    OLite502 Solaris version Can't be download. Please have a look at it.

    Unfortunately, this sort of trouble has gotten more complicated to deal with ever since Microsoft pulled the Windows Installer CleanUp utility from their Download Center. First we have to find a copy of the utility.
    Let's try Googling. (Best not to use Bing, I think.) Look for a working download site for at least version 3.0 of the Windows Installer CleanUp utility. (The results from mydigitallife and Major Geeks are worth checking.)
    After downloading the utility installer file (msicuu2.exe), scan the file for malware, just in case. (I use the free version of Malwarebytes AntiMalware to do single-file scans for that.)
    If the file is clean, to install the utility, doubleclick the msicuu2.exe file you've downloaded.
    Now run the utility ("Start > All Programs > Windows Install Clean Up"). In the list of programs that appears in CleanUp, select any Bonjour entries and click "Remove".
    Quit out of CleanUp. Restart the PC, and try another iTunes install. Does it go through properly this time?

  • HT5022 I'm trying to add a "new client" to my wireless network using Airport Utility, but I can't find that option in the new version.  I've downloaded all available updates of the OS and the utility..  Help!

    I'm trying to add my HP wireless printer as a "new client" to my wireless network using Airport Utility, but I can't find that option in the new version.  I've downloaded all available updates of the OS and the utility..  Help!

    Why would you need to ADD a new Client. Unless the APE sytem is completely different then any other Wireless router the printer should get an IP address from the router. That is IF the printer is setup to get an IP from the LAN DHCP server.
    Now you may want to make that IP it does get a Staticly assign IP address so it never changes, which will screw up printing if it does change. But i don't know if you can do that with APE routers.

  • Was trying to update to latest version; i uninstall to download new version because it wasn't letting me update. Now it wouldn't open at all because "The file"iTunes.Library.itl"cannot be read because it was created by a newer version of iTunes".:( ?

    I Was trying to update to the latest version; i uninstall to download new version because it wasn't letting me update. Now it wouldn't open at all because "The file"iTunes.Library.itl"cannot be read because it was created by a newer version of iTunes".:(  How do i go back to last install or make this new version works?

    Empty/corrupt library after upgrade/crash
    Hopefully it's not been too long since you last upgraded iTunes, in fact if you get an empty/incomplete library immediately after upgrading then with the following steps you shouldn't lose a thing or need to do any further housekeeping. In the Previous iTunes Libraries folder should be a number of dated iTunes Library files. Take the most recent of these and copy it into the iTunes folder. Rename iTunes Library.itl as iTunes Library (Corrupt).itl and then rename the restored file as iTunes Library.itl. Start iTunes. Should all be good, bar any recent additions to or deletions from your library.
    See iTunes Folder Watch for a tool to catch up with any changes since the backup file was created.
    When you get it all working make a backup!
    tt2

  • How can I revert to a previous version that allows youtube download?

    how can I revert to a previous version that allows youtube download?

    Also, if I can do that without destroying my library and files, it would be great!!

  • Got an iMac and used migration tool (PC to Mac). When I try iTunes i get The file "iTunes Library.itl" cannot be read because it was created by a newer version.... download iTunes now? but i have it already???

    I just got an iMac and used migration tool (PC to Mac). When I try to then open iTunes i get the message
    <The file "iTunes Library.itl" cannot be read because it was created by a newer version.... download iTunes now?>
    ...but i have it already downloaded, when I press download now, it tells me I already have it, but it still won't let me open iTunes???

    Unless you've tried to install an older version of iTunes that message likely indicates a corrupt library file. See Empty/corrupt library after upgrade/crash...
    tt2

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

  • 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

  • HT1386 The SD version of my tv download didnt sync & I have an iPod. I can play it in iTunes but it won't sync with my iPod. I've never had this problem before, the other tv episodes have worked/downloaded both versions fine. How do I fix this?

    The SD version of my tv download didnt sync & I have an iPod. I can play it in iTunes but it won't sync with my iPod. I've never had this problem before, the other tv episodes have worked/downloaded both versions fine. How do I fix this?

    The SD version of my tv download didnt sync & I have an iPod. I can play it in iTunes but it won't sync with my iPod. I've never had this problem before, the other tv episodes have worked/downloaded both versions fine. How do I fix this?

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

  • I need to first download os x version 10.6, I can't find it. Where can i find os x version 10.6 to download?

    I need to first download os x version 10.6, I can't find it. Where can i find os x version 10.6 to download so i can get the app store?

    You don't download it, you purchase it by calling the Apple Store.

  • I am registered  for adobe premiere elements ver 3 . .Any body know where I can find it to down load ? Or is there a newer version that I can download that my serial number will work with ?

    I am registered  for adobe premiere elements ver 3 . .Any body know where I can find it to down load ? Or is there a newer version that I can download that my serial number will work with ?

    There is no download available for version 3 that I am aware of - version 9 is the oldest available offered by Adobe.  Serial numbers are only valid for the version they were purchased for.

  • Where can i locate the latest version of Bridge to download and work within Photoshop CC?

    Where can I locate the latest version of Bridge to download and work with Photoshop CC?

    Nuphotoguy you will want to install Bridge CC using the Adobe Creative Cloud Desktop application.  You can find more details at Install and update apps - https://helpx.adobe.com/creative-cloud/help/install-apps.html.

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

Maybe you are looking for