Error in mount FAT in Solaris 10 x86.

Hi all,
I did try mount an FAT partition in Solaris, but I receive an error, see:
# /usr/bin/prtpart /dev/rdsk/c1d0p0 -ldevs
Fdisk information for device /dev/rdsk/c1d0p0
** NOTE **
/dev/dsk/c1d0p0 - Physical device referring to entire physical disk
/dev/dsk/c1d0p1 - p4 - Physical devices referring to the 4 primary partitions
/dev/dsk/c1d0p5 ... - Virtual devices referring to logical partitions
Virtual device names can be used to access EXT2 and NTFS on logical partitions
/dev/dsk/c1d0p1 IFS: NTFS
/dev/dsk/c1d0p2 WIN95 Extended(LBA)
/dev/dsk/c1d0p5 IFS: NTFS
/dev/dsk/c1d0p6 IFS: NTFS
*/dev/dsk/c1d0p7 WIN95 FAT32(Upto 2047GB)*
in bold is the partition that I want mount.
dir that I want mount in:
# pwd
/mnt/windows
# mount -F pcfs /dev/dsk/c1d0p7 /mnt/windows
mount: /dev/dsk/c1d0p7 is already mounted or /mnt/windows is busy
/dev/dsk/c1d0p7 is not mounted, when I navigate to mnt/windows it is void..
what is wrong?
thanks to all...

Well, you can't stand in the directory you are trying to mount, if you stand in '/mnt/windows' you will not be able to mount anything over it. (thats what 'busy' means in this context).
Basically your pwd can be anything except the mountpoint.
Hence, try a 'cd /' first, then try again.
.7/M.

Similar Messages

  • Error when install wlss22 on solaris 10 x86

    encountered error during installation of wlss22 (solaris build) on my solaris 10 x86
    pls help
    $./wlss220_solaris32.bin
    bash: ./wlss220_solaris32.bin: Invalid argument

    As per the installation guide:
    http://e-docs.bea.com/wlcp/wlss22/install/quickstart.html
    # Execute the installation program for your operating system. To execute the Linux or Solaris binary installation program:
    chmod a+x ./wlss220_linux32.bin
    ./wlss220_linux32.bin

  • Tt_open() Fail, no Error code too.. from solaris 10 x86  to solaris 8 spac

    when i try remote tt_open() alway fail. in solaris10 x86
    between solaris10 x86 and solaris8 spac. it is version problem?
    but strange one is solaris8-spac can be open to solaris10-x86.
    this is my test list.
    1. solaris 8(spac) can be tt_open() to solaris10(x86).. : Sucess (solaris8->solaris10)
    2. solaris10(x86) can be tt_open() to solaris10(x86).. : Sucess(solaris10->solaris10)
    3. solaris8(spac) can be tt_open() to solaris8(spac) : Sucess(solaris8->solaris8)
    4. solaris10(x86) can not tt_open() to solaris8(spac) : Fail (solaris10->solaris8)
    plese some body tell me how can do that.. it is each version problem? or not..
    getting session is sucess but can not be tt_open..
    here is source code and log file. this code almost same to tooltalk reference document.
    and before the system (solaris 8-spac) we are normally use like this.
    somebody any solution?
    /////////////////////////////////// code  ////////////////////////////////////////
    tt_status status;
    char* sessid;
        sessid = findRemoteSession(remHostId);
        cout << "RemHostId: " << remHostId << endl;
        cout << "sessid: " << sessid << endl;
        if( !sessid )
            throw PDPBException("Requested Host Not Responsive");
        status = tt_default_session_set(sessid);
        cout << "status: " << status << endl;
        if( status != TT_OK )
           throw PDTTException(status);
    title = tt_open();
    cout << "Try tt_Open() => title : " << title << endl;  // << this return is Null  when i try remote tt_open() to (solaris10->solaris8)
    if(TT_OK != (status = tt_ptr_error(title)))
       cout << "tt_ptr_error" << endl;       ///// ERROR alwasy..................
       throw PDTTException(status);
    zip = tt_fd();
    if(TT_OK != (status = tt_int_error(zip)))
       throw PDTTException(status);
    /////////////////////////////////// Code end  ///////////////////////////////////////////////////////////////////////////// log ////////////////////////////////////////
    master is alive
    looking for master:0:
    located master:0 (P 01 862 1289637086 1 1 102 10.10.104.165 5 master)
    RemHostId: master
    sessid: P 01 862 1289637086 1 1 102 10.10.104.165 5 master
    status: 0
    Try tt_Open() => title : N.18KZFF 01 862 1289637086 1 1 102 10.10.104.165 5 master
    init Func()
    init Func() End
    End init masterHostId: master
    sourceName: RECEIVER_REMOTE
    Start init masterHostId: client1
    RemHostId: client1
    client1is alive
    looking for client1:0:
    located cc60:0 (P 01 585 1289637086 1 1 102 10.10.104.164 5 client1)
    RemHostId: client1
    sessid: P 01 585 1289637086 1 1 102 10.10.104.164 5 client1
    status: 0
    Try tt_Open() => title :
    tt_ptr_error
    ///////////////////////////////////// log End ////////////////////////////////////////

    No. Packet capturing is not working in non-global zones.
    You can not manipulate network interfaces in a non global zones at all. You can add some types of devices to the non global zones, but no network adapters.
    All ip filtering, packet capturing business can only be done in the global zone.
    regards,
    Imre

  • Java.Lang Error while installing SMC on Solaris 8 x86

    Hi
    I am sukrut and I am facing one problem during installation of Solaris Management Console.
    When I am executing the installlation script by #sh Solaris_Management_Console.shar then
    in my system is showing following error at console.
    Stack trace failed with exception: java.lang.NullPointerException
    SIGSEGV 11* segmentation violation
    si_signo [11]: SIGSEGV 11* segmentation violation
    si_errno [0]: Error 0
    si_code [1]: SEGV_MAPERR [addr: 0x20]
    stackpointer=DB2BFF3C
    Inconsistent thread : best efforts attempt (may fail)
    "AWT-EventQueue-0" (TID:0x832b978, sys_thread_t:0x832b8c8, state:R, thread_t: t@8, threadID:0xdb2c0d68, stack_bottom:0xdb2c0d68, stack_size:0x1fd68) prio=6 current thread
    [1] java.awt.EventDispatchThread.pumpOneEvent(EventDispatchThread.java:100)
    [2] java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:91)
    [3] java.awt.EventDispatchThread.run(EventDispatchThread.java:83)
    Inconsistent thread : best efforts attempt (may fail)
    <null>./installer[186]: 662 Segmentation Fault(coredump)
    Removing temporary files...

    Thanks Thiru.
    It was a trivial issue. The cfgenv.sh file was not executed properly and that was causing all the issues. Thanks for your reply. Issue has been resolved on this server.
    But on another server I am getting a different error while trying to configure the gateway server. Please if anybody has faced this issue before kindly provide the solution.
    Running InstallShield Wizard...
    Loading Configuration wizard File,
    "/siebel/install_ini/8.1.1.0/gateway_response.xml" with configuration wizard
    "<NULL>" failed.
    [Press Enter to close Siebel Configuration Wizard]

  • Installation of  Solaris 10 x86 9/10 on  Dell Optiplex 780 machine.

    Hi All,
    I am gettting the below error while trying to install Solaris 10 x86 9/10 on Dell Optiplex 780 machine.
    Error: The disk you inserted is not a Solaris OS CD/DVD
    Any suggestions how to resolve this.
    Thanks

    I have modified the BIOS settings as below to resolve this issue.
    BIOS menu -> Setup -> Drives -> SATA Operation -> check the "Legacy" box
    I suspect that Solaris installation not detecting the Hard disk of DELL Optiplex 780 machine.

  • Could not mount USB drive on Solaris 10 x86 system

    Hi All,
    I am having difficulty mounting a USB drive on Solaris 10 x86 system with the following different unsuccessful attempts:
    # uname -a
    SunOS venus 5.10 Generic_139556-08 i86pc i386 i86pc
    # rmformat
    Looking for devices...
         1. Volmgt Node: /vol/dev/aliases/cdrom0
            Logical Node: /dev/rdsk/c0t0d0s2
            Physical Node: /pci@0,0/pci-ide@4/ide@0/sd@0,0
            Connected Device: TEAC     DV-28E-V         1.AC
            Device Type: DVD Reader
         2. Logical Node: /dev/rdsk/c4t0d0s2
            Physical Node: /pci@0,0/pci108e,534b@2,1/storage@9/disk@0,0
            Connected Device: WD       My Book 1140     1007
            Device Type: Removable
         3. Volmgt Node: /vol/dev/aliases/rmdisk0
            Logical Node: /dev/rdsk/c4t0d0p0
            Physical Node: /pci@0,0/pci108e,534b@2,1/storage@9/disk@0,0
            Connected Device: WD       My Book 1140     1007
            Device Type: Removable
    # svcs volfs
    STATE  STIME    FMRI
    online Apr_13   svc:/system/filesystem/volfs:default# ls -lt /mnt
    total 0
    # mount -F pcfs /dev/dsk/c4t0d0p0:c /mnt
    mount: I/O error
    # mount -F pcfs /dev/rdsk/c4t0d0p0:c /mnt
    mount: Block device required
    # mount -F pcfs /dev/dsk/c4t0d0s2:c /mnt
    mount: I/O error
    # mount -F pcfs /dev/rdsk/c4t0d0s2:c /mnt
    mount: Block device required
    # fsck /dev/dsk/c4t0d0p0
    Can't open /dev/rdsk/c4t0d0p0: I/O error
    # fsck /dev/rdsk/c4t0d0p0
    Can't open /dev/rdsk/c4t0d0p0: I/O error
    # fsck /dev/dsk/c4t0d0s2
    Can't open /dev/rdsk/c4t0d0s2: I/O error
    # fsck /dev/rdsk/c4t0d0s2
    Can't open /dev/rdsk/c4t0d0s2: I/O errorSecond try,
    # svcadm disable volfs
    # svcs volfs         
    STATE          STIME    FMRI
    disabled       20:47:00 svc:/system/filesystem/volfs:default
    # mount -F pcfs /dev/dsk/c4t0d0p0:c /mnt
    mount: I/O errorLast try,
    # mkdir /rmdisk
    mkdir: Failed to make directory "/rmdisk"; File exists
    # ls -lt /rmdisk
    total 4
    lrwxrwxrwx   1 root     nobody        16 Oct  1  2009 rmdisk0 -> ./unnamed_rmdik
    drwxr-xr-x   2 root     nobody       512 Sep 30  2009 unnamed_rmdisk
    # cd /rmdisk
    # ls -lt
    total 4
    lrwxrwxrwx   1 root     nobody        16 Oct  1  2009 rmdisk0 -> ./unnamed_rmdik
    drwxr-xr-x   2 root     nobody       512 Sep 30  2009 unnamed_rmdisk
    # ls -lt unnamed_rmdisk
    total 0
    # ls -lt rmdisk0
    lrwxrwxrwx   1 root     nobody        16 Oct  1  2009 rmdisk0 -> ./unnamed_rmdik
    # df -h
    Filesystem             size   used  avail capacity  Mounted on
    /dev/dsk/c1t0d0s0      5.1G   4.0G   1.1G    78%    /
    /devices                 0K     0K     0K     0%    /devices
    ctfs                     0K     0K     0K     0%    /system/contract
    proc                     0K     0K     0K     0%    /proc
    mnttab                   0K     0K     0K     0%    /etc/mnttab
    swap                   5.9G   984K   5.9G     1%    /etc/svc/volatile
    objfs                    0K     0K     0K     0%    /system/object
    sharefs                  0K     0K     0K     0%    /etc/dfs/sharetab
    /usr/lib/libc/libc_hwcap2.so.1
                           5.1G   4.0G   1.1G    78%    /lib/libc.so.1
    fd                       0K     0K     0K     0%    /dev/fd
    swap                   5.9G   148K   5.9G     1%    /tmp
    swap                   5.9G    32K   5.9G     1%    /var/run
    /dev/dsk/c1t0d0s7      129G   1.7G   126G     2%    /export/home
    # /etc/init.d/volmgt stop
    # svcs volfs            
    STATE          STIME    FMRI
    disabled       21:02:31 svc:/system/filesystem/volfs:default
    # pwd
    /rmdisk
    # cd /
    # ls -lt /rmdisk
    total 4
    lrwxrwxrwx   1 root     nobody        16 Oct  1  2009 rmdisk0 -> ./unnamed_rmdik
    drwxr-xr-x   2 root     nobody       512 Sep 30  2009 unnamed_rmdisk
    # /etc/init.d/volmgt st  
    # svcs volfs
    STATE          STIME    FMRI
    disabled       21:02:31 svc:/system/filesystem/volfs:default
    # /etc/init.d/volmgt start
    volume management starting.
    # svcs volfs             
    STATE          STIME    FMRI
    online         21:04:44 svc:/system/filesystem/volfs:default
    # svcs volfs
    # mount | grep rmdisk
    # pwd
    # ls -lt /rmdisk
    total 4
    lrwxrwxrwx   1 root     nobody        16 Oct  1  2009 rmdisk0 -> ./unnamed_rmdik
    drwxr-xr-x   2 root     nobody       512 Sep 30  2009 unnamed_rmdisk
    # ls -lt /rmdisk/unnamed_rmdisk
    total 0
    # iostat -En   
    c0t0d0           Soft Errors: 3 Hard Errors: 0 Transport Errors: 0
    Vendor: TEAC     Product: DV-28E-V         Revision: 1.AC Serial No: 
    Size: 0.00GB <0 bytes>
    Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
    Illegal Request: 3 Predictive Failure Analysis: 0
    c1t0d0           Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
    Vendor: HITACHI  Product: HUS1514SBSUN146G Revision: SA04 Serial No: 0921B2Y3PC
    Size: 146.81GB <146810535936 bytes>
    Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
    Illegal Request: 0 Predictive Failure Analysis: 0
    c1t1d0           Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
    Vendor: HITACHI  Product: HUS1514SBSUN146G Revision: SA04 Serial No: 0921B2Z5NC
    Size: 146.81GB <146810535936 bytes>
    Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
    Illegal Request: 0 Predictive Failure Analysis: 0
    c4t0d0           Soft Errors: 21 Hard Errors: 0 Transport Errors: 0
    Vendor: WD       Product: My Book 1140     Revision: 1007 Serial No: 
    Size: 2000.37GB <2000365289472 bytes>
    Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
    Illegal Request: 21 Predictive Failure Analysis: 0
    #This is a working production system with 2 146.81GB mirrored hard disks. There is no disk error for either local or external 2TB Western Digital USB disks that works on Windows 7 or XP.
    Any idea on what else to look for?
    Thanks in advance,
    Jack
    Edited by: 797805 on 6/06/2012 04:48

    Hi All,
    Looks like it was a driver / incompatibility / unsupported issue since 2 other much smaller USB keys (Lexar USB Flash Drive – 32GB, SanDisk Cruzer Colors – 4GB) were successfully mounted automatically by volfs service as follows:
    # df -h
    Filesystem             size   used  avail capacity  Mounted on
    /dev/dsk/c1t0d0s0      5.1G   4.0G   1.1G    78%    /
    /dev/dsk/c1t0d0s7      129G   1.7G   126G     2%    /export/home
    /vol/dev/dsk/c3t0d0/unnamed_rmdisk#1:c   3.7G   2.4G   1.3G    65%    /rmdisk/unnamed_rmdisk#1
    /vol/dev/dsk/c2t0d0/unnamed_rmdisk:c    29G    96K    29G     1%    /rmdisk/unnamed_rmdiskIt also appears that the Device status of Not Ready from “iostat –En” below may not be correct either since both smaller drives are working fine:
    # iostat -En
    c4t0d0           Soft Errors: 23 Hard Errors: 0 Transport Errors: 0
    Vendor: WD       Product: My Book 1140     Revision: 1007 Serial No: 
    Size: 2000.37GB <2000365289472 bytes>
    Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
    Illegal Request: 23 Predictive Failure Analysis: 0
    c2t0d0           Soft Errors: 7 Hard Errors: 0 Transport Errors: 0
    Vendor: Lexar    Product: USB Flash Drive  Revision: 1100 Serial No: 
    Size: 31.41GB <31406948352 bytes>
    Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
    Illegal Request: 7 Predictive Failure Analysis: 0
    c3t0d0           Soft Errors: 60 Hard Errors: 8 Transport Errors: 0
    Vendor: SanDisk  Product: Cruzer Colors+   Revision: 8.02 Serial No: 
    Size: 4.02GB <4022337024 bytes>
    Media Error: 0 Device Not Ready: 0 No Device: 8 Recoverable: 0
    Illegal Request: 0 Predictive Failure Analysis: 0In other word, the same question remains on whether it is possible to install a driver to overcome this issue and where to such driver?
    It is necessary to install additional driver that came with the disk on Windows XP platform. However,
    Thanks again,
    Jack

  • 10g installation error on Solaris 10 X86

    Dear All,
    i have downloded a 10g( solaris x86) from oracle site to install Solaris 10 x86..
    After following installation document steps when i execute command ./runinsta follwing error occurs.
    **********************************output**************************
    $ ./runinsta
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be 5.10. Actual 5.10
    Passed
    Checking Temp space: must be greater than 250 MB. Actual 1555 MB Passed
    Checking swap space: must be greater than 500 MB. Actual 1715 MB Passed
    Checking monitor: must be configured to display at least 256 colors. Actual 16777216 Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2010-03-31_08-38-33PM. Please wait ...unzip: cannot find ../stage/Components/oracle.swd.jre/1.4.2.0.0/1/DataFiles/*.jar, ../stage/Components/oracle.swd.jre/1.4.2.0.0/1/DataFiles/*.jar.zip or ../stage/Components/oracle.swd.jre/1.4.2.0.0/1/DataFiles/*.jar.ZIP.
    Error in writing to directory /tmp/OraInstall2010-03-31_08-38-33PM. Please ensure that this directory is writable and has atleast 69 MB of disk space. Installation cannot continue.
    : Error 0
    $
    but there is sufficient space for /tmp.
    Please suggest how to resolve issue.
    Thanks.
    Rajesh.
    Edited by: user12071799 on Apr 2, 2010 6:15 AM

    Hi,
    $ ls
    actions oracle13.bak oracle26.bak oracle39.bak oracle_6.bak oracle_s.18 oracle_s.pro
    componen oracle14.bak oracle27.bak oracle40.bak oracle_7.bak oracle_s.19 oracle_s.xml
    config.xml oracle15.bak oracle28.bak oracle41.bak oracle_8.bak oracle_s.2 ouiconfi.xml
    dialogs oracle16.bak oracle29.bak oracle42.bak oracle_9.bak oracle_s.20 prereq
    fastcopy oracle17.bak oracle30.bak oracle43.bak oracle_s.1 oracle_s.21 products.xml
    fastcopy.xml oracle18.bak oracle31.bak oracle44.bak oracle_s.10 oracle_s.3 properti
    install1.jar oracle19.bak oracle32.bak oracle45.bak oracle_s.11 oracle_s.4 queries
    install2.jar oracle20.bak oracle33.bak oracle46.bak oracle_s.12 oracle_s.5 shiphome.pro
    invdetai.pro oracle21.bak oracle34.bak oracle_2.bak oracle_s.13 oracle_s.6 shiphome.xml
    libs.xml oracle22.bak oracle35.bak oracle_2.pro oracle_s.14 oracle_s.7
    oracle10.bak oracle23.bak oracle36.bak oracle_3.bak oracle_s.15 oracle_s.8
    oracle11.bak oracle24.bak oracle37.bak oracle_4.bak oracle_s.16 oracle_s.9
    oracle12.bak oracle25.bak oracle38.bak oracle_5.bak oracle_s.17 oracle_s.bak
    $ pwd
    /database/stage
    $
    there is no directory with name Components.But on directory is present with name componen.
    pwd
    /database/stage
    # ls -l
    total 9332
    dr-xr-xr-x 23 oracle oinstall 512 Apr 1 22:08 actions
    dr-xr-xr-x 116 oracle oinstall 2560 Apr 1 22:12 componen
    -r-xr-xr-x 1 oracle oinstall 3344 Apr 1 22:12 config.xml
    dr-xr-xr-x 7 oracle oinstall 512 Apr 1 22:13 dialogs
    dr-xr-xr-x 2 oracle oinstall 512 Apr 1 22:13 fastcopy
    -r-xr-xr-x 1 oracle oinstall 1581 Apr 1 22:13 fastcopy.xml
    -r-xr-xr-x 1 oracle oinstall 3097662 Apr 1 22:13 install1.jar
    -r-xr-xr-x 1 oracle oinstall 595911 Apr 1 22:13 install2.jar
    -r-xr-xr-x 1 oracle oinstall 198 Apr 1 22:13 invdetai.pro
    -r-xr-xr-x 1 oracle oinstall 15430 Apr 1 22:13 libs.xml
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle10.bak
    -r-xr-xr-x 1 oracle oinstall 580 Apr 1 22:13 oracle11.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle12.bak
    -r-xr-xr-x 1 oracle oinstall 580 Apr 1 22:13 oracle13.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle14.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle15.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle16.bak
    -r-xr-xr-x 1 oracle oinstall 580 Apr 1 22:13 oracle17.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle18.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle19.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle20.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle21.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle22.bak
    -r-xr-xr-x 1 oracle oinstall 580 Apr 1 22:13 oracle23.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle24.bak
    -r-xr-xr-x 1 oracle oinstall 580 Apr 1 22:13 oracle25.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle26.bak
    -r-xr-xr-x 1 oracle oinstall 580 Apr 1 22:13 oracle27.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle28.bak
    -r-xr-xr-x 1 oracle oinstall 580 Apr 1 22:13 oracle29.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle30.bak
    -r-xr-xr-x 1 oracle oinstall 580 Apr 1 22:13 oracle31.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle32.bak
    -r-xr-xr-x 1 oracle oinstall 580 Apr 1 22:13 oracle33.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle34.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle35.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle36.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle37.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle38.bak
    -r-xr-xr-x 1 oracle oinstall 580 Apr 1 22:13 oracle39.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle40.bak
    -r-xr-xr-x 1 oracle oinstall 580 Apr 1 22:13 oracle41.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle42.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle43.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle44.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle45.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle46.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle_2.bak
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_2.pro
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle_3.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle_4.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle_5.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle_6.bak
    -r-xr-xr-x 1 oracle oinstall 580 Apr 1 22:13 oracle_7.bak
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle_8.bak
    -r-xr-xr-x 1 oracle oinstall 580 Apr 1 22:13 oracle_9.bak
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.1
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.10
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.11
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.12
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.13
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.14
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.15
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.16
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.17
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.18
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.19
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.2
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.20
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.21
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.3
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.4
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.5
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.6
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.7
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.8
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.9
    -r-xr-xr-x 1 oracle oinstall 580 Apr 1 22:13 oracle_s.bak
    -r-xr-xr-x 1 oracle oinstall 656 Apr 1 22:13 oracle_s.pro
    -r-xr-xr-x 1 oracle oinstall 4869 Apr 1 22:13 oracle_s.xml
    -r-xr-xr-x 1 oracle oinstall 5237 Apr 1 22:13 ouiconfi.xml
    dr-xr-xr-x 5 oracle oinstall 512 Apr 1 22:13 prereq
    -r-xr-xr-x 1 oracle oinstall 801088 Apr 1 22:13 products.xml
    dr-xr-xr-x 2 oracle oinstall 512 Apr 1 22:13 properti
    dr-xr-xr-x 43 oracle oinstall 1024 Apr 1 22:13 queries
    -r-xr-xr-x 1 oracle oinstall 67 Apr 1 22:13 shiphome.pro
    -r-xr-xr-x 1 oracle oinstall 237 Apr 1 22:13 shiphome.xml
    i have kept SW at location /database.
    Thanks.
    Edited by: user12071799 on Apr 2, 2010 5:42 AM

  • Error installing SOA in Solaris 10 x86 VM

    I am trying to install SOA 11.1.1.2.0 on Solaris 10 x86 VM machine. When the runInstaller is invoked from Disk1, i get the following error and the installer quits. Any clues?
    -bash-3.00$ ./runInstaller
    ./runInstaller: /export/home/oracle/ofm_soa_generic_11/Disk1/install/solaris/runInstaller: cannot execute
    ./runInstaller: syntax error at line 299: `count1=$' unexpected

    Can you try with jreLoc parameter -
    ./runInstaller -jreLoc <path of JRE 1.6>
    You may refer -
    SOA Suite Installation
    Regards,
    Anuj

  • Solaris 10  x86 mod_jk for Apache to Tomcat compilation error

    Hi,
    I try to figure it out how to compile the sources of mod_jk under Solaris 10 x86 on v20z server. The configuration goes right. But when I try to use make. This error appears. The version of mod_jk is 1.1.14. Can anybody help with this probleme?
    Here is the result of the make:
    gcc: .libs/mod_jk.o: No such file or directory
    gcc: ../common/.libs/jk_ajp12_worker.o: No such file or directory
    gcc: ../common/.libs/jk_connect.o: No such file or directory
    gcc: ../common/.libs/jk_msg_buff.o: No such file or directory
    gcc: ../common/.libs/jk_util.o: No such file or directory
    gcc: ../common/.libs/jk_ajp13.o: No such file or directory
    gcc: ../common/.libs/jk_pool.o: No such file or directory
    gcc: ../common/.libs/jk_worker.o: No such file or directory
    gcc: ../common/.libs/jk_ajp13_worker.o: No such file or directory
    gcc: ../common/.libs/jk_lb_worker.o: No such file or directory
    gcc: ../common/.libs/jk_sockbuf.o: No such file or directory
    gcc: ../common/.libs/jk_map.o: No such file or directory
    gcc: ../common/.libs/jk_uri_worker_map.o: No such file or directory
    gcc: ../common/.libs/jk_ajp14.o: No such file or directory
    gcc: ../common/.libs/jk_ajp14_worker.o: No such file or directory
    gcc: ../common/.libs/jk_md5.o: No such file or directory
    gcc: ../common/.libs/jk_shm.o: No such file or directory
    gcc: ../common/.libs/jk_ajp_common.o: No such file or directory
    gcc: ../common/.libs/jk_context.o: No such file or directory
    gcc: ../common/.libs/jk_status.o: No such file or directory
    make[1]: *** [mod_jk.la] Error 1
    make[1]: Leaving directory `/install/jakarta-tomcat-connectors-1.2.14.1-src/jk/native/apache-1.3'
    make: *** [all-recursive] Error 1
    Anybody can help???

    You have to run "make clean" and then make.
    Probably the files could not be compiled because of errors in the first place.
    Try to download the source for apache and compile it for the current platform, otherwise you could get wrong settings.

  • Mounting Sol 8 SPARC disk on Solaris 10 x86

    I have been having a very difficult time mounting a Solaris 8 (SPARC) SCSI disk on a Solaris 10 x86 box. The disk is recognized (it shows up under format as c2t2d0). I cannot mount it at all.
    The individual slices will mount under another Sol 8 machine. I can also boot the x86 machine with System Rescue CD, and it will mount the individual SunOS slices as UFS with the -o ro option.
    I have look extensively on the web for a solution, with no luck so far. I am clearly missing something very basic. I'd appreciate any pointers.
    Thanks!
    Tom

    UFS on Solaris is endian-specific. Solaris does not support mounting big-endian UFS (SPARC) on a little-endian host (x86). I don't know that anyone was trying to work on a converter.
    The other problem you'll run into is that x86 drivers expect an MBR label on the disk with a VTOC inside a Solaris partition, while SPARC disks usually have only the VTOC label.
    See also this thread:
    [UFS-discuss Endian|http://mail.opensolaris.org/pipermail/ufs-discuss/2007-April/000857.html]
    Darren

  • Solaris 10 x86 failed to reboot after initial installation due to display error

    Hi everyone,
    i just finished installing solaris 10 x86 on my computer, and the installation process went smoothly. However, when the system tried to reboot, i got some error related to the display of the monitor, which caused no desktop login can be displayed and no access to the console. I had no way to proceed with the any other operations. The error read as:
    " Out of range<br />
    Hf 30KHz - 70KHz<br />
    Vf 30Hz - 160 Hz<br />
    Current frequency<br />
    Hf 90.3KHz "
    I tried to boot to solaris failsafe mode and run "kdmconfig"
    command to reconfigure video and monitor, but it did not work, since kdmconfig is not supported under that mode.
    Because i have no way to login, the currently available solution seems not working with my situation. Dose anyone have idea or suggestion to figure it out, without reinstalling the OS from the very beginning?
    Very appreciate your time and help.

    Solution found:
    First tried to login using "console login" when solaris booted up, before the desktop login window appeared. Then, run command "kdmconfig", changed the video device to X86 VESA compatible device, which is from the x86 driver and porting kit for solaris, then test/save and exit. After that, reboot the system. Now it is working, not perfect though (due to my old monitor) :)-

  • Solaris 10 x86 shared drive mount issues

    I have an XP installation, a recently-installed Solaris 10 x86 partition, and a FAT32 partition shared between them.
    The issue is this:
    When I have /share mounted (using mount -o rw) and listed in the /etc/vfstab, the super-user owns everything and can write there. No other user can own a file or write anything on that partition. I've been getting a "chown: invalid argument" type message on every attempt.
    Any ideas?
    Thanks in advance.

    Just an update, I just reloaded the server with Solaris 9 x86 and the same problem on it as well. Now I am not 100% that this card/drive configuration did work on solaris 9 before, maybe it was a different SCSI card.
    The server has been loaded with Windows Server and it works ok on that, so I know that the card/drive combination works ok, just not with Solaris.
    Any ideas anyone ? Do I need a different SCSI adapter ?

  • Error compiling GCC 4.3.1 on Solaris 10 x86 (Update 5)

    I am getting error when building GCC 4.3.1 on Solaris 10 x86.
    Have any of you built GCC 4.3.1 on Sol 10 x86?
    Here's the background:
    $ cat /etc/release
    Solaris 10 5/08 s10x_u5wos_10 X86
    Copyright 2008 Sun Microsystems, Inc. All Rights Reserved.
    Use is subject to license terms.
    Assembled 24 March 2008
    $ isainfo -x
    amd64: cx16 mon sse3 sse2 sse fxsr mmx cmov amd_sysc cx8 tsc fpu
    i386: cx16 mon sse3 sse2 sse fxsr mmx cmov sep cx8 tsc fpu
    $ isalist
    amd64 pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86
    $ echo $PATH
    /usr/sfw/bin:/usr/local/bin:/usr/X/bin:/etc:/sbin:/usr/sbin:/usr/local/bin:/usr/ccs/bin:/usr/bin
    $ ../gcc-4.3.1/configure program-suffix=-4.3.1 enable-languages=c,c++
    with-mpfr=/usr/local with-gmp=/usr/local
    with-gnu-as with-as=/usr/sfw/bin/gas
    without-gnu-ld with-ld=/usr/ccs/bin/ld
    And here's the failure:
    /usr/local/src/gcc-4.3.1/s10i/./gcc/xgcc
    -B/usr/local/src/gcc-4.3.1/s10i/./gcc/
    -B/usr/local/i386-pc-solaris2.10/bin/
    -B/usr/local/i386-pc-solaris2.10/lib/
    -isystem /usr/local/i386-pc-solaris2.10/include
    -isystem /usr/local/i386-pc-solaris2.10/sys-include
    -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall
    -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
    -Wold-style-definition -isystem ./include -fPIC -g
    -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2
    -D__GCC_FLOAT_NOT_NEEDED -shared
    -nodefaultlibs -Wl,-h,libgcc_s.so.1
    -Wl,-z,text -Wl,-z,defs -Wl,-M,libgcc.map
    -o amd64/libgcc_s.so.1.tmp -g -fkeep-inline-functions
    -m64 -B./ muldi3s.o negdi2s.o lshrdi3s.o ashldi3s.o
    ashrdi3s.o
    cmpdi2s.o ucmpdi2s.o clearcache_s.o enableexecute_stack_s.o
    trampolines.o __main_s.o absvsi2s.o absvdi2s.o addvsi3s.o
    addvdi3s.o subvsi3s.o subvdi3s.o mulvsi3s.o mulvdi3s.o negvsi2s.o
    negvdi2s.o ctorss.o ffssi2s.o ffsdi2s.o clzs.o clzsi2s.o clzdi2s.o
    ctzsi2s.o ctzdi2s.o popcounttab_s.o popcountsi2s.o popcountdi2s.o
    paritysi2s.o paritydi2s.o powisf2s.o powidf2s.o powixf2s.o powitf2s.o
    mulsc3s.o muldc3s.o mulxc3s.o multc3s.o divsc3s.o divdc3s.o
    divxc3s.o divtc3s.o bswapsi2s.o bswapdi2s.o fixunssfsis.o
    fixunsdfsis.o fixunsxfsis.o fixsfdis.o fixdfdis.o fixxfdis.o fixtfdis.o
    fixunssfdis.o fixunsdfdis.o fixunsxfdis.o fixunstfdis.o floatdisfs.o
    floatdidfs.o floatdixfs.o floatditfs.o floatundisfs.o floatundidfs.o
    floatundixfs.o floatunditfs.o divdi3s.o moddi3s.o udivdi3s.o umoddi3s.o
    udivw_sdiv_s.o udivmoddi4s.o unwind-dw2_s.o unwind-dw2-fde_s.o unwind-sjlj_s.o
    gthr-gnat_s.o unwind-c_s.o emutls_s.o -lc && rm -f amd64/libgcc_s.so
    && if [ -f amd64/libgcc_s.so.1 ]; then mv -f amd64/libgcc_s.so.1 amd64/libgcc_s.so.1.backup; else true; fi
    && mv amd64/libgcc_s.so.1.tmp amd64/libgcc_s.so.1
    && ln -s libgcc_s.so.1 amd64/libgcc_s.so
    ld: fatal: unwind table: file /usr/local/src/gcc-4.3.1/s10i/./gcc/amd64/crtend.o: section .eh_frame:
    bad cie version 0: offset 0xfffffd7fffdfb700
    How do I build GCC 4.3.1 on Solaris x86?
    Thanks

    The bootstrap compiler is GCC 3.4.3.
    I tried Sun's assembler (/usr/ccs/bin/as) too and got another error (below)
    I also tried bootstrapping with Sun's Studio 12 compiler but that too failed.
    *$ pkginfo -x SUNWbinutils SMCbinut*
    SMCbinut binutils
    (x86) 2.17
    SUNWbinutils binutils - GNU binutils
    (i386) 11.10.0,REV=2005.01.08.01.09
    *$ whence gcc*
    /usr/sfw/bin/gcc
    *$ gcc -v*
    Reading specs from /usr/sfw/lib/gcc/i386-pc-solaris2.10/3.4.3/specs
    Configured with: /builds/sfw10-gate/usr/src/cmd/gcc/gcc-3.4.3/configure prefix=/usr/sfw with-as=/usr/sfw/bin/gas with-gnu-as with-ld=/usr/ccs/bin/ld without-gnu-ld enable-languages=c,c++ --enable-shared
    Thread model: posix
    gcc version 3.4.3 (csl-sol210-3_4-branch+sol_rpath)
    The error this time is:
    /big1/usr.local.src/gcc-4.3.1/s10i/./gcc/xgcc -B/big1/usr.local.src/gcc-4.3.1/s10i/./gcc/ -B/usr/local/i386-pc-solaris2.10/bin/ -B/usr/local/i386-pc-solaris2.10/lib/ -isystem /usr/local/i386-pc-solaris2.10/include -isystem /usr/local/i386-pc-solaris2.10/sys-include -g -fkeep-inline-functions -m64 -O2 -O2 -g -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -I. -I. -I../../.././gcc -I../../../../gcc-4.3.1/libgcc -I../../../../gcc-4.3.1/libgcc/. -I../../../../gcc-4.3.1/libgcc/../gcc -I../../../../gcc-4.3.1/libgcc/../include -DHAVE_CC_TLS -o gcov.o -MT gcov.o -MD -MP -MF gcov.dep -DLgcov -c ../../../../gcc-4.3.1/libgcc/../gcc/libgcov.c
    Assembler: libgcov.c
    "/var/tmp//ccYcw90K.s", line 1936 : Syntax error
    Near line: " repz cmpsb"

  • "Short read error" after patching solaris 10 x86?

    We recently bought an Ultra 20 with Solaris 10. The first thing we did was attempt to patch it with smpatch. Specifically, we did the following steps:
    > smpatch update
    > shutdown -i s -g 0
    > smpatch add -x idlist=/var/sadm/disallowed_patch_list
    > reboot
    When the machine rebooted we got a "short read error" message when trying to load in various drivers and wouldn't boot. We assumed that the disk had crashed and we reinstalled solaris from the DVDs. After the reinstallation, we went to patch the machine again, with the same steps, and exactly the same thing happened!
    So is there something wrong with patching solaris 10 on x86? Has anybody else experienced this problem where the patching corrupts the disks (or the drivers)?
    Thanks.
    Karl

    There have always been "short read error"s during boot on <b>some</b> systems with Solaris 10 x86 since the release.
    http://groups.yahoo.com/group/solarisx86/message/29310
    http://groups.yahoo.com/group/solarisx86/message/29358
    Do you get the error every time during boot? Sometimes it helps to
    press <RETURN> at the boot prompt, and not let the system wait for
    the five second timeout.

  • Not able to create database in Solaris 10 x86 Oracle 10.1.0.3

    I have installed Oralce 10.1.0.3 in Solaris 10 X86 using the procedure given without creating the database.(Installing the binaries)
    Hardware:Sun fire V20z.
    When i tried creating Database using DBCA,it was throwing lots of error.
    The errors are:
    1) ORA-03113: end-of-file on communication channel
    2) ORA-03114: not connected to oracle
    3) ORA-27100: shared memory realm already exists.
    Any help on creating a database in Solaris 10 x86 Oracle 10.1.0.3
    Thanks in Advance.

    Hi.
    Are You read documentation ?
    [http://download.oracle.com/docs/cd/E19680-01/html/821-1255/babhabac.html#z40000471052274]
    Guidelines for the /globaldevices File System
    Oracle Solaris Cluster software offers two choices of locations to host the global-devices namespace:
    A lofi device
    A dedicated file system on one of the local disks
    This section describes the guidelines for using a dedicated partition. This information does not apply if you instead host the global-devices namespace on a lofi.
    The /globaldevices file system is usually located on your root disk. However, if you use different storage on which to locate the global-devices file system, such as a Logical Volume Manager volume, it must not be part of a Solaris Volume Manager shared disk set or part of a VxVM disk group other than a root disk group. This file system is later mounted as a UFS cluster file system. Name this file system /globaldevices, which is the default name that is recognized by the scinstall(1M) commandSo:
    >I have mounted one (1) common 2gb LUN for both the nodes, so it is creating the problem...?
    It source of problem.
    Every node require have it's own separate slice for globaldevice.
    Shared Lun can be mounted with option global for access from both nodes at same time, but it will be second step - configure data-services.
    Regards.

Maybe you are looking for

  • I can only add 5 songs at a time on itunes!

    Every time i need to put a lot of songs in itunes, i highlight the whole folder that i need to add to my library, it doesnt go into itunes, so i tried highlighting only 10 songs, then 7, then 5 and all five go in! it only lets me put in around 5 song

  • My MacbookPro will not recognize when a flash drive is put into the USB port. It does not show in finder at all.

    I put a HP flash drive into a USB port and it never shows in finder under devices. I want to copy photos to it to load onto a electronic picture frame. Why doesn't the flash drive show in finder?

  • Can't add Drafts to Mailbox view

    Hi Guys, Had my iPhone 5S a few days and I've come up with an issue in the Mail app, if I try to add "Drafts" to the Mailbox view at the top the app crashes, any other mailbox works, Trash, Junk, Sent etc but just not Drafts. Anyone else experienced

  • Updated to 7.1 and websites load blank

    I just updated my firmware on my new Airport Extreme and now various sites load blank. Has anyone else experienced this problem and do you know a work around?

  • Business graphic chart display

    Hi, I am facing the problem of the chart is automatically resize to the value plotted instead of the minumum and maximum value (automatic is turn off) as set in the value axis property section. Eg. the min is 0 and max is 21. When the value plotted i