Solaris 10 x86  -  32/64 bit question

I have a Sun X4500 running Solaris 10 x86. I am having problems installing a third party application because the vendor says their application only runs on the 64 bit platform. They say their application installer runs "uname -a" to determine the platform and our output says we are running 32 bit only. The application vendor went on the say that uname should indicate something like x86_64 or i386_64 to indicate that 64 bit support was installed. Our uname output is as follows:
# uname -a
SunOS storage1 5.10 Generic_125101-09 i86pc i386 i86pc
The person who installed this server says he installed the 64 bit. I ran isainfo -v and got the following result which shows 64 bit was included at install.
# isainfo -v
64-bit amd64 applications
sse3 sse2 sse fxsr amd_3dnowx amd_3dnow amd_mmx mmx cmov amd_sysc cx8
tsc fpu
32-bit i386 applications
sse3 sse2 sse fxsr amd_3dnowx amd_3dnow amd_mmx mmx cmov amd_sysc cx8
tsc fpu
So my questions are: 1) Why doesn't uname indicate that 64 bit support was installed? and 2) What can I do after the fact to make uname indicate that 64 bit support really is installed so that I can get this application installed.

Your uname output is already correct.
You have Solaris on x86 architecture.
That is all it will ever describe, no more and no less.
Your isainfo output is correct.
It confirms you are in an environment that can function on 32-bit and 64-bit "stuff" as needed.
Your application vendor needs to re-think how their application confirms the environment and not just the underlying architecture.
Perhaps they should not use uname
but rather should parse from the more complex isainfo output.

Similar Messages

  • Solaris 10 - x86 - migrating from Linux - question?

    Hi,
    We have a C++ application that uses libpcap to read packets as they arrive on the interface. We are trying to set up a more secure environment on Solaris 10 x86 by having this application run inside of a Solaris Container. The application runs properly when run on the machine outside of the container. However, when we try to start the application when inside the container, the call to pcap_open_live fails with the error "'/dev/iprb0:1: No such file or directory'".
    Is there a way in which we can set up the Solaris Container so that it can have access to the interfaces (devices) in /dev?

    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

  • DNS and Static IP Address Question on Solaris v10 X86

    I�ve recently installed Solaris v10 X86 and have two questions. The system is a Dell E521 with 4GB RAM and 1GB SysKonnect NIC, and internet is provided via a cable modem, that�s plugged into a Netgear router, and the Solaris 10 box is plugged into the Netgear router via a CAT5 ethernet cable.
    1. I can connect to my router login page using the following URL:
    http://192.168.1.1/start.htm and I can also connect to various web pages such as yahoo, if I first "ping yahoo.com" (on another machine that�s internet enabled) and then plug the web site�s ip address into the Solaris/Mozilla browser. So it appears that I haven�t been successful at pointing the Solaris x86 at a DNS server to resolve the DNS name.
    2. I've purchased a commercially available software package and it requires a static ip address for this Solaris x86 server. If the ip address changes, it�ll stop working by design and require that I reacquire the license file. When connecting through this Netgear router, how do I lock this Solaris v10 x86 server into a specific ip address? (the ip address floats presently when cycling my PC�s on/off) presently, and assume the Solaris box will too, usually through an ip range of 192.168.1.<1 through 5>
    # ifconfig -a
    lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
    inet 127.0.0.1 netmask ff000000
    skge0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
    inet 192.168.1.3 netmask ffffff00 broadcast 192.168.1.255
    ether 0:0:5a:9b:1f:10
    # netstat -rn
    Routing Table: IPv4
    Destination Gateway Flags Ref Use Interface
    192.168.1.0 192.168.1.3 U 1 1 skge0
    224.0.0.0 127.0.0.1 U 1 0 lo0
    default 192.168.1.1 UG 1 0
    127.0.0.1 127.0.0.1 UH 8 163 lo0
    Some of the present Netgear router settings:
    Internet IP Address
    Get Dynamically From ISP (yes)
    Use Static IP Address      (no)
    IP Address           75.185. CROSSED-OUT3
    IP Subnet Mask      255.255.248.0
    Gateway IP Address      75.185.CROSSED-OUT4
    Domain Name Server (DNS) Address
    Get Automatically From ISP (yes)
    Use These DNS Servers (blank)
    Primary DNS      ... (blank)
    Secondary DNS      ... (blank)
    Netgear Router Status Page:
    Account Name      WGT624v3
    Hardware Version      V3H1
    Firmware Version      V2.0.16_1.0.1NA
    Internet Port
    MAC Address      00:40:ca:a8:CROSSED-OUT2
    IP Address           75.185.CROSSED-OUT3
    DHCP           DHCPClient
    IP Subnet Mask      255.255.248.0
    Domain Name Server      65.24.7.3
              65.24.7.6
    LAN Port
    MAC Address      00:18:4D:85:CROSSED-OUT1
    IP Address           192.168.1.1
    DHCP                ON
    IP Subnet Mask      255.255.255.0
    Excerpt from doing a prtconf -D command:
    pci10de,26f, instance #0 (driver name: pci_pci)
    pci1028,8010, instance #0 (driver name: hci1394)
    pci1148,5021, instance #0 (driver name: skge)
    pci1028,1ed
    pci1022,1100
    The NIC is a SysKonnect 9821 1GB Ethernet card. The drivers in Solaris 10 were apparently very old and didn't install drivers or configure/plumb when I installed Solaris 10, so I downloaded the
    latest drivers (hard to find!), followed the instructions and got the NIC drivers installed and then plumbed.
    My router's ip address appears to be 192.168.1.1 and in one of the articles I've read, there is a recommendation to create a file (touch) within /etc named defaultrouter and enter the router's ip address. I did this, and the file now contains:
    192.168.1.1
    I also read where another file called resolv.conf needed to be pointed to a DNS server, which in this case, according to my Netgear router, and according to ipconfig/all on another WinBox on the same network, also shows the same 192.168.1.1 address for the DNS, so I created that file too (wasn't there) and it contains:
    nameserver 192.168.1.1
    There is a host name file called hostname.skge0 and it contains one line:
    INTHOST
    There is a hosts file, and it contains:
    127.0.0.1 localhost loghost homex86
    192.168.1.3 INTHOST
    There is a netmasks file, and other than the commented out lines, it appears to contain one relevant line:
    192.168.1.0 255.255.255.0
    There is a nsswitch.conf file and other than the commented out lines, it contains:
    passwd: files
    group: files
    hosts: files
    ipnodes: files
    networks: files
    protocols: files
    rpc: files
    ethers: files
    netmasks: files
    bootparams: files
    publickey: files
    netgroup: files
    automount: files
    aliases: files
    services: files
    printers: user files
    auth_attr: files
    prof_attr: files
    project: files
    tnrhtp: files
    tnrhdb: files
    There is an nsswitch.dns file:
    passwd: files
    group: files
    ipnodes: files dns
    networks: files
    protocols: files
    rpc: files
    ethers: files
    netmasks: files
    bootparams: files
    publickey: files
    netgroup: files
    automount: files
    aliases: files
    services: files
    printers: user files
    auth_attr: files
    prof_attr: files
    project: files
    tnrhtp: files
    tnrhdb: files
    Finally, I've also seen some advice using the folling command (and I tried it):
    "route add default 192.168.1.1" as an alternative method of setting up route table
    The only other command I've tried is:
    "ifconfig skge0 192.168.1.1 netmask 255.255.255.0 up" but I suspect that was redundant as the plumb command I used to get the NIC functioning earlier probably already provided what was needed.
    Finally, on this small network, I ran an ipconfig/all on a Windows based PC, to see what network settings were reported through the wireless connection, and this is an excerpt of that information:
    C:\Documents and Settings\mark_burke>ipconfig/all
    Windows IP Configuration
    Ethernet adapter Local Area Connection:
    Media State . . . . . . . . . . . : Media disconnected
    Description . . . . . . . . . . . : Broadcom NetXtreme 57xx Gigabit Controller
    Physical Address. . . . . . . . . : (withheld)
    Ethernet adapter {xxxxxxxx}:
    Connection-specific DNS Suffix . :
    Description . . . . . . . . . . . : Nortel IPSECSHM Adapter - Packet Scheduler Min
    iport
    Physical Address. . . . . . . . . : (withheld)
    Dhcp Enabled. . . . . . . . . . . : No
    IP Address. . . . . . . . . . . . : 0.0.0.0
    Subnet Mask . . . . . . . . . . . : 0.0.0.0
    Default Gateway . . . . . . . . . :
    Ethernet adapter Wireless Network Connection:
    Connection-specific DNS Suffix . :
    Description . . . . . . . . . . . : Dell Wireless 1370 WLAN Mini-PCI Card
    Physical Address. . . . . . . . . : (withheld)
    Dhcp Enabled. . . . . . . . . . . : Yes
    Autoconfiguration Enabled . . . . : Yes
    IP Address. . . . . . . . . . . . : 192.168.1.2
    Subnet Mask . . . . . . . . . . . : 255.255.255.0
    Default Gateway . . . . . . . . . : 192.168.1.1
    DHCP Server . . . . . . . . . . . : 192.168.1.1
    DNS Servers . . . . . . . . . . . : 192.168.1.1

    I�ve recently installed Solaris v10 X86 and have two
    questions. The system is a Dell E521 with 4GB RAM
    and 1GB SysKonnect NIC, and internet is provided via
    a cable modem, that�s plugged into a Netgear router,
    and the Solaris 10 box is plugged into the Netgear
    router via a CAT5 ethernet cable.
    1. I can connect to my router login page using the
    following URL:
    http://192.168.1.1/start.htm and I can also connect
    to various web pages such as yahoo, if I first "ping
    yahoo.com" (on another machine that�s internet
    enabled) and then plug the web site�s ip address into
    the Solaris/Mozilla browser. So it appears that I
    haven�t been successful at pointing the Solaris x86
    at a DNS server to resolve the DNS name.You can either copy nsswitch.dns to nsswitch.conf, or you can modify nsswitch.conf so that 'dns' is used for hostname lookups.
    2. I've purchased a commercially available software
    package and it requires a static ip address for this
    Solaris x86 server. If the ip address changes, it�ll
    stop working by design and require that I reacquire
    the license file. When connecting through this
    Netgear router, how do I lock this Solaris v10 x86
    server into a specific ip address? (the ip address
    floats presently when cycling my PC�s on/off)
    presently, and assume the Solaris box will too,
    usually through an ip range of 192.168.1.<1 through
    5>One method is setting the router so that the server's MAC address is tied to a specific IP.
    Otherwise you can edit /etc/hostname.<interface> and place a static address there, forgoing DHCP services from the router. You may want the address to appear outside the router's DHCP range.
    Darren

  • Solaris 10 X86 - Hardware RAID - SMC/SVM question...

    I have gotten back into Sun Solaris System Administration after a five year hiatus... My skills are a little rusty and some of the tools have changed, so here is are my questions...
    I have installed Solaris 10 release 1/06 on a Dell 1850 with an attached PowrVault 220v connected to a Perc 4 Di controller. The RAID is configured via BIOS interface to my liking, Solaris is installed and see's all my partitions which I created during install.
    For testing purposes, the servers internal disk is used for the OS, the PowerVault is split into 2 RAID's - one is a mirror, one is a stripe...
    The question is; do I manage the RAID using Sun Management Console and the tools OR do I use SMC?
    When I launch SMC and go into Enhanced Storage... I do not see any RAID's... If I select "Disks" I do see them, but when I select them, it wants to run "FDISK" on them... now this is OK since they are blank but I want to ensure I am not doing sometinhg I should not be concerned with...
    If the PERC controller is controlling the RAID, what do I need SMC for?

    You can use SMC for other purposes but it won't help your with RAID.
    Sol 10 1/06 has raidctl which handles LSI1030 and LSI1064 RAID�enabled controllers (from raidctl(1M)).
    Some of the PERCs (most?) are LSI but I don't know if they are chipsets used by your PoweEdge (I doubt it).
    Generally you can break it down like this for x86:
    If you are using hardware RAID with Solaris 10 x86 you have to use pre-Solaris (i.e. on the RAID controller) managment or hope that the manufacturer of the device has a Solaris managment agent/interface (good luck).
    The only exception to this that I know of is the RAID that comes with V20z, V40z, X4100, X4200.
    Otherwise you will want to go with SVM or VxVM and manage RAID within Solaris (software RAID).
    SMC etc are only going to show you stuff if SVM is involved and VxVM has its own interface, otherwise the disks are controlled by PERC and just hanging out as far as Solaris is concerned.
    Hope this helps.

  • Grid Control Agent for Solaris 10 x86 32bit (not 64 bit)

    Hi,
    I am trying to locate the 32 bit version of Solaris 10 x86 agent for Grid Control OEM 11g (11.1.0.1.0).
    There is only a X86 64 bit version listed at the download site.
    My isainfo shows that solaris install is 32 bit.
    Does anybody know if a 32 bit version of the agent for Grid Control 11g is available.

    No ..Its not available yet.
    Please contact Oracle Support.
    Regards
    Rajesh

  • 64-bit JRE for Solaris 10 x86

    I understand that this is not one of the supported configurations at this time. Could anyone comment if there are plans to support 64-bit Java on Solaris 10 x86?
    Cheers,
    ~george

    On the x86 solaris 10 system I'm looking at there is
    a client VM
    /bin/java -client -version
    java version "1.5.0_12"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_12-b04)
    Java HotSpot(TM) Client VM (build 1.5.0_12-b04, mixed mode)
    and a server VM
    /bin/java -server -version
    java version "1.5.0_12"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_12-b04)
    Java HotSpot(TM) Server VM (build 1.5.0_12-b04, mixed mode)
    For the client the 64bit VM is still in development. I don't
    think there are dates established for that yet.
    If you can use the server VM, then you need to down
    load the 64bit binaries. Then you will see
    /bin/java -server -d64 -version
    java version "1.5.0_12"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_12-b04)
    Java HotSpot(TM) 64-Bit Server VM (build 1.5.0_12-b04, mixed mode)
    The downloads are at (look for the release you want)
    http://java.sun.com/javase/downloads/index.jsp
    Hope that helps.

  • Solaris 10 x86 64-bit wireless connection problem

    I installed Solaris 10 x86 32-bit on my laptop together with Fedora 10 (Linux) and Windows XP.
    When I boot up Fedora 10 and WinXP, these two OS are able to find the wireless driver automatically, but Solaris 10 failed.
    When I do prtconf -pv, I saw my wireless card is listed in the output.
    So I update the /boot/solaris/devicedb/master and /etc/driver_aliases with my wireless card id - pci168c,001a
    Then do sys-unconfig and reboot
    But after reboot, Solaris still only tries to configure the ethernet card (NIC) rather than checking out the wireless connection.
    I think this might be a design flaw for Solaris 10. If it runs on x86, most users would have wireless connection, not just land line connection.
    Does anyone here have a solution for this problem?
    Thanks a lot!

    I assume that when solaris 10 boots up, it only checks the land line NIC card, not the wireless card. If there is no lan connection, then so be it.
    Is that right?No! :-)
    nwam only supports one device but the device is selectable. physical should activate all devices regardless. So if your Wifi isn't working then I would use wificonfig to see what it can see. Check the man page for scan and showstatus options. Then you'll know what it's seeing.
    alan

  • Solaris 10 x86 64 bit Software

    Hello,
    I'm looking for Solaris 10 x86 64 bit OS. I downloaded one from OTN and appearently it is 32 bit. Can anybody let me know where to download 64 bit version?
    Thanks a lot.

    gbyte2001 wrote:
    I'm looking for Solaris 10 x86 64 bit OS. I downloaded one from OTN and appearently it is 32 bit. Can anybody let me know where to download 64 bit version?
    From
    [URL: http://www.oracle.com/technetwork/server-storage/solaris/downloads/index.html]
    Oracle Solaris 10 (x86) (2,009,606,091 bytes) (md5sum: cb55f4b7af194f6378aa5f304f3ea8fc)
    Starting with the Solaris 10 3/05 release, packaging has been simplified with the delivery of most 32-bit components and 64-bit components in a single package. The combined packages retain the names of the original 32-bit packages, and the 64-bit packages are no longer delivered.
    The removal of the 64-bit packages simplifies installation and increases performance:
    Reduces the number of packages, which simplifies Custom JumpStart scripts that contain lists of packages
    Simplifies the packaging system with only one package that groups software functions
    Reduces installation time because fewer packages are installed
    The 64-bit packages are renamed with the following conventions:
    If a 64-bit package has a 32-bit counterpart, the 64-bit package is named with the 32-bit package name. For example, a 64-bit library such as /usr/lib/sparcv9/libc.so.1 previously would have been delivered in SUNWcslx, but now is delivered in SUNWcsl. The 64-bit SUNWcslx package is no longer delivered.
    If a package does not have a 32-bit counterpart, the “x” suffix is removed from the name. For example, SUNW1394x becomes SUNW1394.
    This change means that you might need to modify your custom JumpStart script or other package installation scripts to remove references to the 64-bit packages.
    Please let me know if this helps.
    </SQ>
    Edited by: Sergio Quiroz on Jun 22, 2011 9:34 AM

  • Java upgrade over solaris 10 x86 32 bit for weblogic installation

    Hi All I need to install weblogic over solaris 10 x86, for that i need following configuration :-
    JDK Sun Java 2 JDK 6.0 Update 05 with the Java HotSpot™ Client and Server
    VMs (32-bit) and all later service packs of 6.0
    How can i update this java over solris or is it actually required.Can someone please help??
    Sharad

    I have solaris 10 x86 32 bit installed over my system and i have got this weblogic installer :-
    Oracle WebLogic Server 11gR1 (10.3.4) Generic and Coherence V24338-01 1.1G
    Would it be gud. or i would need something else. Actually thing is I am having windows machines over which i have installed solaris 10 x86 running over VM ware, i also upgraded java to 7 update. Now would it go fine with the mentioned file or I am going wrong somewhere,
    Please suggest as i am running out of resources here.
    Thanks in advance.

  • Solaris 8 x86: Webstart launcher causes reboot

    Hello,
    My x86 PC has:
    - Elitegroup K7S5A mainboard
    - AMD Athlon K7 XP 2400+ Socket A thoroughbred CPU
    - AmiBIOS
    - 256 MB SDRAM
    - 2 Hard Disks with 40 GB each
    There was a resource conflict caused by SiS chipset. However, with a DCA floppy where the ata.bef file was patched, I was able to install the Solaris 8 x86 system successfully.
    During installation process, on the question whether there is a network connected to the computer, I checked "No". This is because my network card is not detected by the system and I will investigate on that later.
    Now, when I boot the system, the graphical system is coming up, but shortly after that the graphical system is terminated with the following message:
    The Webstart launcher has terminated unexpectedly.
    The Webstart launcher will restart following a system reboot.
    Is there any idea about this error?
    Thank you in advance!
    Thomas

    Did you configure the video card to use the "VGA" black&white driver?
    B&W video isn't supported with the Webstart installer. You need either a 8-bit pseudo-color or 24-bit
    true-color video mode. The workaround is to install in text mode, bypassing the configuration of the video
    card when you install from the "1 of 2" CD.
    Or try the following workaround:
    http://groups.google.de/groups?selm=wy3d1826y0.fsf%40tools.de

  • Retain SAMBA permissions while migrating from linux to solaris 10 x86

    Hello,
    We are migrating a system from Redhat to Solaris 10 x86 and this has brought up a question on how we can restore our SAMBA files and retain our permissions that are associated by the users name rather then their numeric ID(UID/GID). So far my research hasnt produced anything that gives a solid answer to how we do this and is it even possible.
    The problem is that Windows user and group accounts are mapped locally per host by default. That mapping is defined as the accounts are referenced, so unless there is a way to guarantee the order of accounts being referenced, the mappings from Windows SIDs to Unix UIDs will be different between old and new.
    If the data restoration option we choose for the new server is naive and restores only by UID and GID, the permissions in the ACLs will not map to the correct Windows accounts. We either must find a restoration option which restores permissions by name rather than ID or we must create a script which can automate pushing the ACLs into the restored filesystem correctly by name.
    Initially I thought ufsdump could handle this but we are on ext3 filesystem going to vxfs. I have read a little on star but havent heard about it before. Has anyone used star for backup/restore for the purpose of retaining ACL ownership/permissions? It seems like its an old utility, maybe not used much anymore. Does anyone have a utility they have used for this purpose?
    Your help is much appreciated!!
    LR

    The problem is that Windows user and group accounts are mapped locally per host by default. That mapping is defined as the accounts are referenced, so unless there is a way to guarantee the order of accounts being referenced, the mappings from Windows SIDs to Unix UIDs will be different between old and new.Is there anyway that you can sanitize and post a small snippet of what's going on with the mapping files? I think I can follow this but I'm a bit confused by the username/UID thing since usually if a username is defined in /etc/passwd than the files will display the username. If a username is not defined in /etc/passwd then the ls command will revert to just showing the numbers which I take it is what you don't want to happen.
    If you could also sanitize and post even one of the acl's that might help clear up that portion of the problem as well.
    alan

  • OCS 10.1.2 on Solaris 10 x86 Platform

    Can any one tell me whether OCS 10.1.2 supports Solaris 10 x86 Platform?
    On the download page it says;
    Oracle Collaboration Suite 10g Release 1 (10.1.2) for Solaris Operating System (SPARC 32-bit)
    But we all know SPARC is 64-bit. Can someone clarify this.
    Thanks!
    Ravin

    Hi,
    Yes - that's a little confusing; Oracle Collaboration Suite 10g is certified on a 64b Solaris SPARC. (The story behind the 32b is a long one, but it's related to client libraries vs. database servers and how 32b/64b liibraries are distinguished).
    To answer your real question, though, No - it's not supported on Solaris x86.
    richard

  • Alt Graph dead on swedish Solaris 10 x86, jdk 1.5.x

    Hello!
    I posted this on the Solaris JRE forum first but there is not much activity there. Perhaps anyone that reads this forum can assist me.
    I'm having a peculiar problem and I'm at loss as of how to fix it.
    I have a fresh Solaris 10 x86 installed on an HP nx9420 laptop and it is localized to sv_SE.UTF8. All native X clients work perfectly, accepting keyboard input as expected.
    But java clients do not. My swedish keyboard layout is respected and all the 'normal' characters are properly read when typed. But the Alt Graph key seems to be ignored.
    Example: To type the character '[' on a swedish keyboard I need to press AltGraph-8.This works in xterm, mozilla and other clients but when done in a java client (smc, javaws or netbeans to name a few) I only get the character '8'. It is as if the JRE doesn't even care if I press Alt Graph or not. The JRE installed is 1.5_06. I've tested other minor versions under 1.5 without improvement.
    Please advise me how to solve this. I have not experienced this problem before when running various Linux distributions as well as different Windows versions. I'm very happy that I finally got Solaris to work on my laptop and it would be a bit harsh to have it go down the drain because of this.
    Note: The problem is solved in 1.6 beta 2. Unfortunately I need to get 1.5 working. :(
    /Drougge

    Thanks Mike. Problem solved.
    Now I run into another error which I think I had in a past installation I have done on a suse machine:
    SAPCAR is unable to extract SAP kernel executables from the installationmaster directory even though permissions are right:
    MUT-03011  Execution of the command "/tmp/sapinst_exe.25861.1160659612/SAPCAR -x -v -g -i -f /UCKernel/DBINDEP/SAPEXE.SAR, instance.lst" finished with return code 29. Output:
    SAPCAR: no archives specified for extracting (error 29). No such file or directory
    I have tried calling SAPCAR from the command line and the SAPEXE.SAR is upacked fine.
    Tried to shorten the absolute path and the error is the same.
    Damien

  • How to Reorganize CSM200 Shared Storage in Solaris 10 x86 Oracle 10gR2

    I could use some guidance from those who are more experienced in RAC administration in a Solaris environment with ASM. I have a three-node RAC with Oracle 10gR2 instances on top of Solaris 10 x86 where the shared storage is a Sun CSM200 disk array which looks like a single disk to the rest of the world. I'm not very familiar with the CSM200 Common Array Manager but I do have access to use it.
    During initial setup, I followed the Oracle cookbook and defined a storage slice for each of the following: OCR, OCR mirror, three voting disks, and +DATA, for a total of six slices. I brought up the RAC and we've used it for a couple of weeks.
    This is a Dev and QA environment, so it changes pretty fast. The new requirement is to add a +FRA and to add a mount point for a file system on the shared storage, so that all three Oracle instances can refer to the same external table(s).
    However, I've already used all the available slices in the VTOC on the shared logical drive. I'm not sure how to proceed.
    1) Is it necessary to use the CAM to create two logical disks out of the single existing logical disk?
    2) If so, how destructive is that? I don't need to keep the contents of the database, but I do not want to reinstall CRS or ASM or the DB instances.
    3) Is it possible to combine the OCR and its mirror on the same slice, thus freeing a slice for reuse?
    4) Is it possible to combine all three voting disks on the same slice, thus freeing two slices for reuse?
    Edited by: user12006221 on Mar 29, 2011 3:30 PM
    Another question: Under 10.2.0.4, is it possible for the OCR and voting disks to be managed by ASM? I know it would be possible under 11g, but that's not an option as I am trying to match a customer's environment and they aren't going to 11g any time real soon.

    What you see is what happens when the Java runtime running on Solaris 10 x86 tries to load a library which is compiled for SPARC.
    Because of the native parts in SAP GUI for Java, compilations and installers are required for each OS - HW combination.
    The supported platforms can be seen in SAP note 954572. For Solaris only SPARC is currently supported.
    Because of the effort needed for compiling, testing, support etc. it is required to focus on OS - HW combinations widely used on desktop machines and Solaris 10 on x86 currently does not seem to be one of those.

  • Solaris 10 x86 - software RAID boot

    What I can write in eeprom : - for boot form 1-st, and if it absent - from 2-nd disk ? (2 disks in soft raid). two bootpath ?
    In Solaris 9/sparc for boot with one working HDD in mirror (2 disks in mirrir) I wrote in /etc/system : set md:mirrored_root_flag=1
    What I can wrote for this in solaris 10/ x86 ?

    Just for the record: The problem is solved.
    I went on looking for more info on this message:
    Oct 14 00:07:09 schille gda: [ID 107833 kern.notice] Sense Key: ICRC error during UDMAAnd then found an interesting post from 2004 by Juergen Keil:
    The "bad block detected" message appears to be an old/obsolete error
    message text, somewhere in the Solaris "ata" driver.
    The ATA-1 standard (1997?) defined the 0x80 bit in the IDE
    controller's error register as "bad block detected". (See page 32 on
    <URL:http://www.t13.org/project/d0791r4c-ATA-1.pdf>)
    The 0x80 bit seems to be "reserved" (undefined, not used any more)
    with ATA-2 and ATA-3.
    ATA-4 and newer now defines this bit 0x80 as ICRC "interface CRC error
    has occurred during an Ultra DMA data transfer" when using ultra dma
    transfers. (see the description of the "READ DMA" or "WRITE DMA"
    command in <URL:http://www.t13.org/project/d1153r18-ATA-ATAPI-4.pdf>).
    The Solaris ata driver seems to interpret the 0x80 bit according to
    the old / obsolete 1997 ATA-1 standard.
    So the "bad block detected" message seems to be a hint that some sort
    of data corruption is happening on the IDE interface during UDMA data
    transfers with the HDD. With UDMA capable disks it apparently does
    not mean "the disk drive is dying".
    I went to search what could cause a hardware datacorruption on my system and found that my internal removeable disktray was making bad contact.
    After replacement everything worked as expected.

Maybe you are looking for

  • How do I stop NEF images changing colour when I click on them in adobe bridge

    Windows 7 Photoshop CS3 Nikon DX40 Photos shot as NEF files I am experiencing a problem when I look at my NEF images in Adobe Bridge. When I load them in and look at the thumb nails without clicking on them or opening them, the images look fine. As s

  • Lightroom 5 glitching photos on import.

    I've been using Lightroom 5 for about a week without problems. Today I went to import two photo shoots and the images come in fine until LR does a second pass and then they are all glitched. I'm not doing anything differently with this import than I

  • Iweb '09 slideshow not working on website

    I have created a photo page in iweb that includes a slideshow with downloading of pictures as an option. I used Fetch to put the webpage on my host. I've done this many times before and not had an issues. This time, the "play slideshow" button is vis

  • Can't view all computers on a network

    I'm at a university and when I log onto my area network I get a list of some 1750 computers (up to IF-H, I lose everyting after IF-I to Z). Is there a way to view all, or view a subset? I can't access my department server without viewing J and above.

  • Images into wad

    Hi Everyone, any body tell me how I insert images into a report wad? I need to see images of materials in a list that displays a top ten of materials. Thanks in advance Massimiliano Edited by: Toto' Massimiliano on Jan 17, 2008 11:14 AM