Proble with 9i install on Solaris 10

I am running into an issue installing Oracle 9i on Solaris 10. The installer can't access directories just created by the /tmp/orainstroot.sh file, the folder /export/home/oracle/oraInventory. There error message is: The oracle universal installer inventory on thie system does not exist or is not writable The possible causes are:
1. The /tmp/orainstRoot.sh script was not executed with root priveledges, or an error occured during execution
(It was executed as root, and there were no errors)
2.You are not a member of the specified Installer group (the installer group is the primary group for the id "oracle" that i am using to install.
If anyone has encoutered this particular issue and resovled it I'd really appreciate your assistance

You have to run the script with root to set up the proper directories

Similar Messages

  • How to install Apache Web Server with PHP on Sun Solaris Sparc machine

    Hi,
    We are trying to install the Apache Web Server and the PHP package on a Sun Solaris Sparc machine running on SunOS 5.8. We are having compilation problems with the source code of both these packages.
    Does anybody know if there are ready solaris packages for Apache and PHP available from where we can download and install instead of source code compilation?
    Or any instructions / things to watch for when installing Apache with PHP (if anybody has tried installing Apache with PHP on Sun Solaris earlier) is most welcome.
    Thanks,
    Harish

    Apache should be bundled along with Solaris check in "/var/apache" in Solaris 8 and Solaris 9
    php is available at www.php.net
    I found an old document for installing PHP maybe this will help.
    Cheers
    -Dhruva
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++Installing PHP 3.x for Apache 1.x.x on Solaris
    Introduction
    This document describes how to install PHP for Apache on Solaris.
    You should have Apache installed before trying to install PHP.
    If you want to use PHP with MySQL then you must install MySQL first.
    Before we Begin
    1. These instructions assume that you have Apache installed according to instructions.
    Getting PHP
    1. You must be logged in as root to perform this installation.
    su root
    2. I save all my downloads in:
    /usr/local/dist
    If you don't already have one, you may need to create that directory now:
    mkdir /usr/local/dist
    3. You can get PHP 3.0.14 from here(www.php.net).
    cd /usr/local/dist
    ftp ftp.php.net
    cd pub/distributions
    bin
    get php-3.0.14.tar.gz
    bye
    Installing PHP
    1. We will install PHP in /usr/local/build, but use a tricky tar command
    to do it in on hit from the download directory:
    cd /usr/local/dist
    tar xvfz php-3.0.12.tar.gz -C ../build
    Compiling PHP
    1. First let's get where the action is:
    cd /usr/local/build/php-3.0.14
    2. You now have 3 options:
    * Simple PHP install without MySQL - goto step 3
    * Simple PHP install with MySQL - goto step 4
    * Custom PHP install - goto step 5
    3. Simple PHP install without MySQL. Next, jump to step 6.
    ./configure --with-apache=../apache_1.3.12
    4. Simple PHP install with MySQL. MySQL must be installed before you can configure PHP to use it. I recommend that MySQL should always be reachable with /usr/local/mysql. Even if you install it else where you
    should create a symbolic link from /usr/local/mysql. Otherwise the compiler can have problems finding the mysqlclient library. The command
    should look like this:
    ./configure with-mysql=/usr/local/mysql with-apache=../apache_1.3.12
    Next, jump to step 6.
    5. Custom PHP install. Take a look at the available configuration directives by using this command:
    ./configure --help
    6. Now we can make the PHP executable. This may take a while.
    make
    7. Now we install the PHP module with:
    make install
    Adding the PHP Module to Apache
    1. Now we have to setup Apache to include the PHP module:
    cd ../apache_1.3.12
    2. Re-configure Apache to use the PHP module. You should use your previous Apache configure command along with the PHP activate module directive.
    You can see your previous Apache configure command by doing:
    cat config.status
    You can configure Apache using the previous command with the added PHP module by doing:
    ./config.status --activate-module=src/modules/php3/libphp3.a
    If you used the simple Apache install from instructions the command will look like this:
    ./configure prefix=/usr/local/apache activate-module=src/modules/php3/libphp3.a
    3. Make and install Apache with PHP enabled:
    make
    4. We need to stop the server before installing the files:
    /usr/local/apache/bin/apachectl stop
    5. Now we can install the new binaries:
    make install
    6. Start apache again (now running the new php enabled version):
    /usr/local/apache/bin/apachectl start
    Setting Up PHP
    1. We have to tell Apache to pass certain file extensions to PHP. We do this in Apache's httpd.conf file.
    cd /usr/local/apache/conf
    2. Edit the httpd.conf file. If you do a search for php you will find a couple of commented out lines telling Apache to use the PHP module. You should uncomment them to look like this.
    AddType application/x-httpd-php3 .php3
    AddType application/x-httpd-php3-source .phps
    3. I prefer to use the extension .phtml, you can use whatever extension you like (even .html) by adding lines to httpd.conf like this:
    AddType application/x-httpd-php3 .phtml
    Check that it Works
    1. We have to restart Apache to make these changes take effect on the running server.
    cd /usr/local/apache/bin
    ./apachectl restart
    2. Apache should now be running with PHP enabled. The server version should include PHP/3.0b2.
    ./apachectl status
    Apache Server Status for dev.synop.com
    Server Version: Apache/1.3.9 (Unix) PHP/3.0.12
    Server Built: Oct 25 1999 00:37:07
    3. Now it is time to test PHP with a page. The simplest thing to do is create a page called test.php3. My file is here. This file contains the
    following text:
    <?php phpinfo(); ?>
    4. Point your browser at this file on the virtual host which you used:
    http://localhost/test.php3

  • Help with Video Card Install on Solaris 8

    I have a video card with nvidia4 chipset. After installing solaris 8 on my system I get a screen that is too big to fit on the monitor, so I have to scroll down to see everything. Plus it displays 16 colors. I tried to install the FreeBSD drivers that are availble on the nvidia site but could not run "make" command. Anyone know how to solve this?

    There are two options:
    1. Install the latest Solaris 8 x86 video driver patch109401-14
    available at:
    http://sunsolve.sun.com/pub-cgi/show.pl?target=patches/xprod-Solaris_x86IntelDrivers&nav=pub-patches
    This may add native support for your nvidia chipset. If it doesn't,
    then you have the option to try the new VESA driver which is
    included with this patch as well - the VESA driver is supposed to work
    on all cards that have the necessary VESA support bios routines.
    2. Install the "Solaris XFree86 Video Drivers and Porting Kit"
    http://soldc.sun.com/developer/support/driver/tools/video/video-index.html
    It adds support for many video cards by using XFree 4.2.0 video
    driver modules. It also includes another variant of the VESA driver.

  • Unable to install a Solaris OS in a Single disk slice

    Hi,
    We are unable to install the Solaris-OS on a single slice disk.
    We found that, only "Solaris 10 10/08 (U6)" release can support the single slice disk installation, prior release are not. Is it true ?
    We found it from "LDoms Community Cookbook " , from given link
    http://wikis.sun.com/display/SolarisLogicalDomains/Section+2+-VirtualDevices
    Paragraph is
    " Before Solaris 10 10/08 (U6), when a backend is exported to a domain as a single slice disk, it will appear in that domain as a disk with a single partition (s0). Such a disk is not visible with the format(1m) command and its partition table can not be changed. A single slice disk will not be visible from the Solaris installer and can not be select as a disk device on which Solaris can be installed. "
    Our Configuration are
    sc> showhost
    System Firmware 6.6.4 Sun Blade[TM] T6300 2008/07/01 02:03
    Host flash versions:
    OBP 4.28.9 2008/06/30 21:26
    Hypervisor 1.6.4 2008/06/06 04:57
    Sun Blade T6300 Server Module POST 4.28.6 2008/05/23 12:35
    -bash-3.00# cat /etc/release
    Solaris 10 8/07 s10s_u4wos_12b SPARC
    Copyright 2007 Sun Microsystems, Inc. All Rights Reserved.
    Use is subject to license terms.
    Assembled 16 August 2007
    We Installed a 127127-11 patch also.
    -bash-3.00# ldm -V
    Logical Domain Manager (v 1.0.3)
    Hypervisor control protocol v 1.1
    Using Hypervisor MD v 1.1
    System PROM:
    Hypervisor v. 1.6.4 @(#)Hypervisor 1.6.4 2008/06/06 04:57\015
    OpenBoot v. 4.28.9 @(#)OBP 4.28.9 2008/06/30 21:26
    Use below command to add single slice disk
    *# ldm add-vdsdev options=slice /dev/dsk/c0t1d0s3 vol3@primary-vds0*
    Getting error in between installation,
    ERROR: No disks found
    - Check to make sure disks are cabled and powered up
    Please help us to, resolve this issue. Thanks a lot.
    Best Regards,
    Parvez Memon.

    Hi,
    Whenever i try to installed the patch 137137-09, it required a below patch
    0 For patch 137137-09, required patch 138866-01 does not exist.
    And try this then
    # patchadd 138866-01
    The following requested patches will not be installed because
    the packages they patch are not installed on this system.
    0 No Packages from patch 138866-01 are installed on the system.
    No patches to install.
    I am not able to install this patch 138866-01, even i try with 138866-02 but not success.
    Thanks for your reply, please help to resovle the same.
    Regards,
    Parvz Memon

  • Problem with native ldapsearch in Solaris 10

    Hi all,
    someone could tell me please why native ldapsearch in Solaris 10 do not work with SSL connection when same command comes with Sun Directory Server 5.2 works perfectly ?
    With native ldapsearch in Solaris 10, I get the error message "Can't contact LDAP server":
    # /bin/ldapsearch -v -h ldapserver -p 636 -Z -P /var/ldap -b dc=exemple,dc=fr -s base objectclass=\*
    ldap_init( ldapserver, 636 )
    filter pattern: objectclass=*
    returning: ALL
    filter is: (objectclass=*)
    ldap_search: Can't contact LDAP server
    When, on the same host, on which Directory server is installed, there's no problem:
    # /var/opt/mps/serverroot/shared/bin/ldapsearch -v -h ldapserver -p 636 -Z -P /var/ldap -b dc=exemple,dc=fr -s base objectclass=\*
    ldap_init( exemple, 636 )
    ldaptool_getcertpath -- /var/opt/mps/serverroot/alias
    ldaptool_getkeypath -- /var/opt/mps/serverroot/alias
    ldaptool_getdonglefilename -- (null)
    filter pattern: objectclass=*
    returning: ALL
    filter is: (objectclass=*)
    version: 1
    dn: dc=exemple,dc=fr
    nisDomain: exemple.fr
    objectClass: top
    objectClass: domain
    objectClass: nisDomainObject
    1 matches
    What can I do to bind to ldap server with SSL connection from an ordinary work station?
    Thank you in advance.
    Dra

    Hi :
    "The /usr/bin/ldapsearch is an old version that does not support the "-Z" and "-P" flags to test SSL connection on port 636, use the ldapsearch command from SUN DS5.0/5.1 that comes bundled with Solaris9 and usually installed at /usr/iplanet/ds5 (DS5.0/5.1) or /var/Sun/mps (DS5.1/5.2) or /var/opt/mps/serverroot (DS5.2)"
    Source : http://forums.sun.com/thread.jspa?threadID=5089467
    Hope this can help,
    Regards,
    Groucho_fr

  • Dell Inspiron 8100 with W2K installed

    Dear all:
    I've just bought a new Dell Inspiron 8100 notebook with W2k installed. I configure the HD in a way that there is 6G space left unallocated and unformatted. Initially I plan to install solaris on that space. However when I search in this board I found many issues about Solaris install, not to mention for those notebooks.
    Well, I'm still in hope, has anyone ever successfully installed Solaris 8.0 on same platform? Or can suggest me a backup plan before I give it a try. Anyway, I won't like to waste $45 once I buy one.
    thanks,
    -Jun

    One workaround I have seen for laptop keyboards not funtioning correctly during install it to connect a USB keyboard to the system. I cannot guarantee it will work on this particular system, but its worth a try.
    ct

  • Network install from solaris 10 x86 server to x86 client

    My setup is:
    install server OS: Solaris 10, i86pc .
    The install server is also boot server using tftpboot.
    The dhpc server is configured according to the instructions which are
    given when adding an install client in Solaris 10.
    The client can communicate with the install and boot server but fails
    to load the boot image. The snoop output is
    Using device /dev/iprb0 (promiscuous mode)
    cdm3 -> cdm2 ICMP Echo request (ID: 48130 Sequence number: 0)
    cdm2 -> cdm3 TFTP Read "nbp.cdm2" (octet)
    cdm3 -> cdm2 UDP D=2070 S=39122 LEN=22
    cdm2 -> cdm3 TFTP Error: not defined
    cdm2 -> cdm3 TFTP Read "nbp.cdm2" (octet)
    cdm3 -> cdm2 UDP D=2071 S=39123 LEN=23
    cdm2 -> cdm3 TFTP Ack block 0
    cdm3 -> cdm2 TFTP Data block 1 (1456 bytes)
    cdm2 -> cdm3 TFTP Ack block 1
    cdm3 -> cdm2 TFTP Data block 2 (1456 bytes)
    cdm2 -> cdm3 TFTP Ack block 2
    cdm3 -> cdm2 TFTP Data block 3 (1456 bytes)
    cdm2 -> cdm3 TFTP Ack block 3
    cdm3 -> cdm2 TFTP Data block 4 (1456 bytes)
    cdm2 -> cdm3 TFTP Ack block 4
    cdm3 -> cdm2 TFTP Data block 5 (1456 bytes)
    cdm2 -> cdm3 TFTP Ack block 5
    cdm3 -> cdm2 TFTP Data block 6 (1456 bytes)
    cdm2 -> cdm3 TFTP Ack block 6
    cdm3 -> cdm2 TFTP Data block 7 (1456 bytes)
    cdm2 -> cdm3 TFTP Ack block 7
    cdm3 -> cdm2 TFTP Data block 8 (1456 bytes)
    cdm2 -> cdm3 TFTP Ack block 8
    cdm3 -> cdm2 TFTP Data block 9 (1456 bytes)
    cdm2 -> cdm3 TFTP Ack block 9
    cdm3 -> cdm2 TFTP Data block 10 (1456 bytes)
    cdm2 -> cdm3 TFTP Ack block 10
    cdm3 -> cdm2 TFTP Data block 11 (1456 bytes)
    cdm2 -> cdm3 TFTP Ack block 11
    cdm3 -> cdm2 TFTP Data block 12 (172 bytes) (last block)
    cdm2 -> cdm3 TFTP Ack block 12
    cdm2 -> BROADCAST DHCP/BOOTP DHCPDISCOVER
    cdm2 -> BROADCAST DHCP/BOOTP DHCPDISCOVER
    cdm3 -> cdm2 ICMP Echo request (ID: 48130 Sequence number: 0)
    cdm3 -> cdm2 DHCP/BOOTP DHCPOFFER
    cdm2 -> BROADCAST DHCP/BOOTP DHCPDISCOVER
    cdm3 -> cdm2 ICMP Echo request (ID: 48130 Sequence number: 0)
    cdm3 -> cdm2 DHCP/BOOTP DHCPOFFER
    cdm2 -> BROADCAST DHCP/BOOTP DHCPDISCOVER
    cdm3 -> cdm2 ICMP Echo request (ID: 48130 Sequence number: 0)
    cdm3 -> cdm2 DHCP/BOOTP DHCPOFFER
    And then fails: i.e. it seems not to find the boot image.
    Any suggestions???
    Lydia

    I can't tell exactly what's wrong, since you attached only
    snoop log.
    But since you're using DHCP, I guess you are trying to
    do PXE boot to install. When you use PXE boot, you need
    to configure some vendor options (like SrootIP4, SrootNM
    etc) and also create macros with dhcpmgr.
    there is documentation at
    http:docs.sun.com
    so check the documentation to see what is missing.
    If you've already done these, check NFS configuration
    if all directory are correctly shared.

  • SAP NW CE 7.2 Distributed Install on Solaris/Oracle Issues

    Hi,
    has anyone used the current Installation DVD (51038030) to install a distributed CE 7.2 system. SAPInst fails to install the SCS instance and doesn't unpack the kernel etc as part of the process. The CE 7.1 DVD for Solaris/Oracle installs ok after I downloaded the new control xml which was atached to OSS 1249364. I've got a high priority message open with SAP on the problems with the CE 7.2 installation but thought I'd see if anyone else has encountered any issues with the 7.2 Solaris/Oracle installation.
    Regards,
    Brian.

    Hi,
    has anyone used the current Installation DVD (51038030) to install a distributed CE 7.2 system. SAPInst fails to install the SCS instance and doesn't unpack the kernel etc as part of the process. The CE 7.1 DVD for Solaris/Oracle installs ok after I downloaded the new control xml which was atached to OSS 1249364. I've got a high priority message open with SAP on the problems with the CE 7.2 installation but thought I'd see if anyone else has encountered any issues with the 7.2 Solaris/Oracle installation.
    Regards,
    Brian.

  • How to install Trusted solaris 2.5.1on Enterprise Sever 420R

    Hello,
    We r doing the installation of Trusted Solaris 2.5.1 and facing some difficulties.
    Please tell me whether Trusted Solarise 2.5.1 is supported on Enterprise 420R? if YES then is there any specific procedure for installing the Trusted Solaris 2.5.1.
    We have done the installation of trusted Solaris 2.5.1 on Enterprise 420R but after installation ,when we rebooted the server it doesn't find the kernal file to boot the system.
    The Error Mesg. at ok prompt is "file not found kernel/unix"
    Thanks & Regards,
    Nitin mahadik.

    Hi,
    As per data sheet on E420R, the following operating systems are supported on E420R.
    Solaris 2.6, 5/98 or Solaris 7,8/99.
    Kindly check system with same vesion of Solaris.
    I guess this will help you.
    Thanks,
    SdD

  • Installing gcc solaris 8 sparc

    Please help - I'm going nuts! I've installed the software via pkgadd, verified it's all where it should be. Altered the path manually on the command line (I'm unsure how/where to permanently change the path), however I'm still getting the errors:
    checking for gcc... no
    checking for cc... no
    configure: error: no acceptable cc found in $PATH
    Please help as I'm going insane! Any assistance would be greatly appreciated!
    Newbie Sys Admin (chucked in the deep end!)

    Instead of a pkgadd for gcc, you may want to try compiling it for the version and platform of Solaris you need to use it for.
    Obtain the *.gz version of gcc and unzip it. (If you obtained the application that has "local" somewhere in the name, this is the pkgadd version). Next you will need to untar it (should have *.tar on the end). After its been untar'd, there should be a "configure" script... run it. After that, you will need to run "make", and then follow with "make install".
    I experiences problems using pkg'd versions of certain types of software. Compiling them has worked out better!
    I haven't compiled gcc in a long time, however, I believe my instructions are correct. To find out what you need to do, check the "README" file in the directory after you un-tar the *.tar file.

  • How to install Sun solaries 9 or 10.

    Hi,
    I am trying to install Sun solaries 9 or 10.over AMD 64.
    Please guide me to install sun on AMD.
    Any help greatly appreciated.
    Thanks,
    Chandan.

    The very first thing you should do is go over the HCL or Hardware Compatability List. The most likely problems you will run into are the show stoppers, first and most likely will be the network card, if you have an onboard card that is part of the mainboard find out what kind it is and then check the HCL, if it is not there then pickup a PCI network card that is on the HCL list. Second will be the video, again find out with the HCL, worst case is you will get it installed and the X server won't work right. Again you may end up picking up an AGP or PCI video card that is supported.
    As far as installing it's just a matter of booting of the installer CD and following the directions, take all the defaults first then do a bit of research on drive slicing and install it a second time.
    I have not had good luck with the DVD's no matter whether they are going on a Intel, AMD or a SUN platform.

  • Unable to install open solaris

    Dear all,
    We have sun sparc T5220 server with solaris 10/U7.we are trying to install open solaris.But geting error can not open boot device,using same cd we are able to install normal sparc server.please help me.
    Regards
    kk

    Uninstall iTunes and all related components. You may need to do this more than once.
    (99935)

  • LMS 4.0 - Install on Solaris 10 aborts after DHCP-check

    Hi all,
    on solaris 10 (HW T5140) I tried to install from orignal DVD, suddenly after
    answering the licensing questions with [y] setup.sh aborts with no error-message
    directly after checking DHCP.
    INFO: Checking DHCP..
    INFO: DHCP not enabled in this machine.
    INFO: BUILD_ID is SOL_LMS4_0_20100906_0753
    INFO: ITOOLS_BUILD_ID is SOL_ITOOLS4_0_MAIN_20100905_1742
    <abort>
    Are there any known issues with install on solaris?
    Thanks a lot
    Lothar
    This is output of install-log
    ======================================================================
    Started :  Tue Jul 5 07:41:20 CEST 2011 ======================================================================
    ================- Software Installation Tool Started -================
    Welcome to CiscoWorks LAN Management Solution 4.0 Applications   setup program.
    ======================================================================
    INFO: Executing /cdrom/lms4_0_sol/install/correctnmsver.sh
    Press ENTER to read/browse the following License Agreement:
    INFO: You must accept this License Agreement to proceed with the installation.
    INFO: If you enter N/n, the installation will exit.
    Do you accept all the terms of the License Agreement? (y/n) [n]:
    INFO: Environment variables in this machine
    AIX_MIN_RAM=131072
    AIX_MIN_SWAP=262144
    AIX_OS_VERSION=5.5
    ANILOG=/var/adm/CSCOpx/log/ani.log
    CSCO_ADM_FILE=/tmp/cscotmp/CSCO.admin
    CWLOG=/var/adm/CSCOpx/log/dmgtd.log
    DEBUG=0
    DEF_IU_ROOT=/opt/CSCOpx
    DISKSPACE=0
    DO_UPGRADE_FILE=/var/tmp/csco_do_upgrade
    EDITOR=vi HISTLOGFILE=/var/tmp/Ciscoworks_install_20110705_074119.log
    HOME=/
    HPX_OS_VERSION=5.5
    HP_MIN_RAM=262144
    HP_MIN_SWAP=1048576
    HZ=100
    INSTALL_MODE=NEW
    IU_DBDIR=/db/data
    IU_NAME=CSCOpx
    IU_ROOT=/opt/CSCOpx
    LC_ALL=C
    LC_OS=sol
    LD_LIBRARY_PATH= LOGFILE=/var/tmp/Ciscoworks_install_20110705_074119.log.new
    LOGNAME=root
    LOG_NAME=Ciscoworks_install_20110705_074119.log
    MAIL=/var/mail/root
    MESSAGES=/var/adm/messages
    OS=SOL
    PATH=/usr/sbin:/usr/bin:/usr/ucb:/usr/sbin:/usr/bin:/usr/etc:/usr/ucb:/usr/sbin:
    /usr/bin:/usr/etc:/usr/ucb
    PRODUCT=CSCO NM
    PROFILE=0
    PWD=/cdrom/cdrom0
    REQ_OS=SunOS
    SERVER_EXP=[C]SCOpx
    SETUPDIR=/cdrom/lms4_0_sol/install
    SHELL=/bin/bash
    SHLVL=2
    SINGLEINSTALLER=TRUE
    SOL_MIN_RAM=131072
    SOL_MIN_SWAP=131072
    SOL_OS_VERSION=5.10
    SWMODOPTS=-xloglevel=0
    SWOPTIONS=-x reinstall=true -x reinstall_files=true -x allow_multiple_versions=t rue -x write_remote_files=true -x autoselect_dependencies=false -x match_target= false TERM=vt100 THREADS_FLAG=native TOC=disk.toc TZ=Europe/Berlin
    UPGRADE_VERSIONS=2.* 3.0 YES_PUMP=/cdrom/lms4_0_sol/install/install/yes.sol
    _=/sbin/sh
    INFO: Checking DHCP..
    INFO: DHCP not enabled in this machine.
    INFO: BUILD_ID is SOL_LMS4_0_20100906_0753
    INFO: ITOOLS_BUILD_ID is SOL_ITOOLS4_0_MAIN_20100905_1742

    Hi Joe,
    thanks a lot for your hint, the problem is solved with editing /etc/release.
    There should be a user-information pointing to the source of the problem, just aborting
    the install-script is not very nice.
    Do you know whether this "/etc/release-abort" is present with update to LMS 4.01 install-script
    and other patches?
    I like this forum
    Lothar

  • Issues with the install

    Hi, ALL,
    I successfully perform an install the system on my laptop.
    But now I have 2 issues:
    1. I can't become "root" on the installed system. I tried to enter "solaris" as the password - the one from the DVD - it does not work. I tried to not to enter anything - leave password as blank it does not work. And during the install it didn't ask me to change the "root" password. I did make a user with the password, but I can't do anything system-wise.
    2. This laptop has a Broadcom wireless NIC. - BCM4312 802.11b/g LP-PHY. There is no driver for this NIC. Doing some googling, I see there is a driver for Solaris 10 from Broadcom and there was an effort to use an NDISwrapper with Windows driver on Solaris that is from 5-6 years ago.
    Is there any chance to have a working solution right now? Is it possible to try Linux driver from Broadcom's site?
    Thank you.

    Hello
      the root is a role please check this link I think it can help.
    Taking Your First Steps with Oracle Solaris 11
    Installation Considerations - Oracle Solaris 11.1 Release Notes
    --snip --
    Initial Root Password Expires After Live Media Installation
    After a Live Media installation, the root password is initially set to the same password as the user account that is created during installation, but it is created in an expired state. The first time you assume the root role, you should authenticate using your own password. At this point, you will receive a message that the password for the user root has expired, and you will be requested to provide a new one.
    About the NIC driver you can use if it works but it won't be supported as it is not a Solaris one.
    there is and HCL for solaris 11 that can help with your card too
    Oracle Solaris OS: Hardware Compatibility Lists
    Regards
    Eze

  • Is there any way how i can download and run Window based games, with out installing Windows-thus Bootcamp? and if so, is it free?

    is there any way how i can download and run Window based games, with out installing Windows-thus Bootcamp? and if so, is it free?

    No, you must install Windows to run Windows software. You do not need to use Boot Camp (yes, it's free because it comes with OS X.)
    Windows on Intel Macs
    There are presently several alternatives for running Windows on Intel Macs.
    Install the Apple Boot Camp software.  Purchase Windows XP w/Service Pak2, Vista, or Windows 7.  Follow instructions in the Boot Camp documentation on installation of Boot Camp, creating Driver CD, and installing Windows.  Boot Camp enables you to boot the computer into OS X or Windows.
    Parallels Desktop for Mac and Windows XP, Vista Business, Vista Ultimate, or Windows 7.  Parallels is software virtualization that enables running Windows concurrently with OS X.
    VM Fusionand Windows XP, Vista Business, Vista Ultimate, or Windows 7.  VM Fusion is software virtualization that enables running Windows concurrently with OS X.
    CrossOver which enables running many Windows applications without having to install Windows.  The Windows applications can run concurrently with OS X.
    VirtualBox is a new Open Source freeware virtual machine such as VM Fusion and Parallels that was developed by Solaris.  It is not as fully developed for the Mac as Parallels and VM Fusion.
    Note that Parallels and VM Fusion can also run other operating systems such as Linux, Unix, OS/2, Solaris, etc.  There are performance differences between dual-boot systems and virtualization.  The latter tend to be a little slower (not much) and do not provide the video performance of the dual-boot system. See MacTech.com's Virtualization Benchmarking for comparisons of Boot Camp, Parallels, and VM Fusion. Boot Camp is only available with Leopard or Snow Leopard. Except for Crossover and a couple of similar alternatives like DarWine you must have a valid installer disc for Windows.
    You must also have an internal optical drive for installing Windows. Windows cannot be installed from an external optical drive.

Maybe you are looking for