Sparc Storage not visible

Hi,
I bought an E4000 and Storage array 100. But the system doesn't
recognise the array. When I try to install Solaris 10, it says no
storage devices found.
I tried probe-fcal-all but it didn't give any output and didn't work.
The LCD on array shows lines as follow
Does the missing lines are problem?
What does missing lines mean?
How can E4000 recognise the array? I have changed the optical cable
also but no luck.
Thanks in advance.

Solaris 10 doesn't support the SSA. Also, it looks like you might have an issue with the SSA in general but it's hard to tell.

Similar Messages

  • SAN Transfer - Virtual Machine resides on a LUN, which is not visible to any of the storage providers._

    Hi,
    i'm trying to migrate a vm from a Windows Server 2008 R2 Hyper-V host to a Windows Server 2012 R2 Hyper-V host with VMM 2012 R2 using SAN Transfer. We use a Fujitsu Eternus DX60 Storage Unit. The Fujitsu VDS HW Provider is installed on
    the VM that hosts VMM 2012 R2 and is configured to connect to the storage.
    The Migration wizard Shows the following info in the "Deployment and Transfer Explanation" and only allows LAN Transfer: 
    Virtual Machine XXX resides on a LUN, which is not visible to any of the storage providers.
    I know that i have done this successfully before i upgraded to VMM2012 R2 using VMM2008R2 on a Windows Server 2008 R2.
    I'm very thankful for any ideas on how to enable SAN Transfer.
    Thanks in advance!
    Timo

    So, I fixed it - Kinda...
    I had to remove the SMI-S provider to my SAN (Again). Ensure I put a valid and signed CA Cert for the SMI-S provider (5989 = SSL 5988 no_ssl) in a PEM format (Base 64).
    I then added this to the storage providers section along with a storage classification.
    Now, when I run the 'Store in Library' option again and now even though I get the same error - The next button isn't greyed out and the migration works!?!
    Weird, yes, workable, yes....

  • "error: thread-local storage not supported for this target"

    I have a program that uses the __thread specifier, to be run on a Solaris 9/UltraSprac.
    I am not able to compile it using gcc 3.4.4 or 4.0.4, it emits the msg "error: thread-local storage not supported for this target".
    xz@gamera% gcc -v -Wall -D_REENTRANT -c -o func_stack.o func_stack.c
    Reading specs from /opt/gcc/3.4.4/lib/gcc/sparc-sun-solaris2.8/3.4.4/specs
    Configured with: ../srcdir/configure --prefix=/opt/gcc/3.4.4 --disable-nls
    Thread model: posix
    gcc version 3.4.4
    /opt/gcc/3.4.4/libexec/gcc/sparc-sun-solaris2.8/3.4.4/cc1 -quiet -v -D_REENTRANT -DMESS func_stack.c -quiet -dumpbase func_stack.c -mcpu=v7 -auxbase-strip func_stack.o -Wall -version -o /var/tmp//cc0poHSN.s
    ignoring nonexistent directory "/usr/local/include"
    ignoring nonexistent directory "/opt/gcc/3.4.4/lib/gcc/sparc-sun-solaris2.8/3.4.4/../../../../sparc-sun-solaris2.8/include"
    #include "..." search starts here:
    #include <...> search starts here:
    /opt/gcc/3.4.4/include
    /opt/gcc/3.4.4/lib/gcc/sparc-sun-solaris2.8/3.4.4/include
    /usr/include
    End of search list.
    GNU C version 3.4.4 (sparc-sun-solaris2.8)
            compiled by GNU C version 3.4.4.
    GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
    func_stack.c:16: error: thread-local storage not supported for this target
    func_stack.c:17: error: thread-local storage not supported for this target
    func_stack.c:19: error: thread-local storage not supported for this target
    xs@gamera% gcc -v -D_REENTRANT  -c -o func_stack.o func_stack.c
    Using built-in specs.
    Target: sparc-sun-solaris2.9
    Configured with: /net/clpt-v490-0/export/data/bldmstr/20070711_mars_gcc/src/configure --prefix=/usr/sfw --enable-shared --with-system-zlib --enable-checking=release --disable-libmudflap --enable-languages=c,c++ --enable-version-specific-runtime-libs --with-cpu=v9 --with-ld=/usr/ccs/bin/ld --without-gnu-ld
    Thread model: posix
    gcc version 4.0.4 (gccfss)
    /pkg/gcc/4.0.4/bin/../libexec/gcc/sparc-sun-solaris2.9/4.0.4/cc1 -quiet -v -I. -iprefix /pkg/gcc/4.0.4/bin/../lib/gcc/sparc-sun-solaris2.9/4.0.4/ -D__sparcv8 -D_REENTRANT -DMESS func_stack.c -quiet -dumpbase func_stack.c -mcpu=v9 -auxbase-strip func_stack.o -version -m32 -o /tmp/ccjsdswh.s -r /tmp/cc2w4ZRo.ir
    ignoring nonexistent directory "/pkg/gcc/4.0.4/bin/../lib/gcc/sparc-sun-solaris2.9/4.0.4/../../../../sparc-sun-solaris2.9/include"
    ignoring nonexistent directory "/usr/local/include"
    ignoring nonexistent directory "/usr/sfw/lib/gcc/sparc-sun-solaris2.9/4.0.4/include"
    ignoring nonexistent directory "/usr/sfw/lib/../sparc-sun-solaris2.9/include"
    #include "..." search starts here:
    #include <...> search starts here:
    /pkg/gcc/4.0.4/bin/../lib/gcc/sparc-sun-solaris2.9/4.0.4/include
    /usr/sfw/include
    /usr/include
    End of search list.
    GNU C version 4.0.4 (gccfss) (sparc-sun-solaris2.9)
            compiled by GNU C version 4.0.4 (gccfss).
    GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
    func_stack.c:16: error: thread-local storage not supported for this target
    func_stack.c:17: error: thread-local storage not supported for this target
    func_stack.c:19: error: thread-local storage not supported for this targetJust as comparison, the corresponding output of compiling another file which does not have __thread declaration is as follows:
    xz@gamera% gcc -v -Wall -D_REENTRANT -c -o common.o common.c
    Reading specs from /opt/gcc/3.4.4/lib/gcc/sparc-sun-solaris2.8/3.4.4/specs
    Configured with: ../srcdir/configure --prefix=/opt/gcc/3.4.4 --disable-nls
    Thread model: posix
    gcc version 3.4.4
    /opt/gcc/3.4.4/libexec/gcc/sparc-sun-solaris2.8/3.4.4/cc1 -quiet -v -D_REENTRANT -DMESS common.c -quiet -dumpbase common.c -mcpu=v7 -auxbase-strip common.o -Wall -version -o /var/tmp//cc4VxrLz.s
    ignoring nonexistent directory "/usr/local/include"
    ignoring nonexistent directory "/opt/gcc/3.4.4/lib/gcc/sparc-sun-solaris2.8/3.4.4/../../../../sparc-sun-solaris2.8/include"
    #include "..." search starts here:
    #include <...> search starts here:
    /opt/gcc/3.4.4/include
    /opt/gcc/3.4.4/lib/gcc/sparc-sun-solaris2.8/3.4.4/include
    /usr/include
    End of search list.
    GNU C version 3.4.4 (sparc-sun-solaris2.8)
            compiled by GNU C version 3.4.4.
    GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
    /usr/ccs/bin/as -V -Qy -s -xarch=v8 -o common.o /var/tmp//cc4VxrLz.s
    /usr/ccs/bin/as: Sun WorkShop 6 update 2 Compiler Common 6.2 Solaris_9_CBE 2001/04/02Note that the last 2 lines seem to suggest that a Sun assembler is used as the back-end of gcc. I am not sure whether the failure to compile the first file (with __thread) was due to the incompatibility of this Sun assembler. In the first case, the error msg was emitted before these 2 lines are printed.
    I further read a post about gcc 3.3.3's inability to compile code that has __thread in it, on a HP-UX 11.11: http://forums12.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1216595175060+28353475&threadId=1148976 The conclusion seems to suggest that "the 2.17 GNU assembler did not support thread local storage" and gcc sees that and thus disallows TLS.
    If the assembler is the culprit, then does anyone know whether this "Sun WorkShop 6 update 2" assembler in my installation can work with TLS? And how come a Sun assembler becomes the back-end of gcc? I read that gas (the GNU assembler) is the default backend of gcc. (How) can one specify the assembler to be used for gcc?
    As an aside, I am able to compile my file on this same Solaris 9/UltraSparc platform using the Sun Studio 12 C Compiler:
    xz@gamera% cc -V -# -D_REENTRANT  -c -o func_stack.o func_stack.c
    cc: Sun C 5.9 SunOS_sparc Patch 124867-01 2007/07/12
    ### Note: NLSPATH = /pkg/SUNWspro/12/prod/bin/../lib/locale/%L/LC_MESSAGES/%N.cat:/pkg/SUNWspro/12/prod/bin/../../lib/locale/%L/LC_MESSAGES/%N.cat
    ###     command line files and options (expanded):
    ### -c -D_REENTRANT  -V func_stack.c -o func_stack.o
    /pkg/SUNWspro/12/prod/bin/acomp -xldscope=global -i func_stack.c -y-fbe -y/pkg/SUNWspro/12/prod/bin/fbe -y-xarch=generic -y-xmemalign=8i -y-o -yfunc_stack.o -y-verbose -y-xthreadvar=no%dynamic -y-comdat -xdbggen=no%stabs+dwarf2+usedonly -V -D_REENTRANT  -m32 -fparam_ir -Qy -D__SunOS_5_9 -D__SUNPRO_C=0x590 -D__SVR4 -D__sun -D__SunOS -D__unix -D__sparc -D__BUILTIN_VA_ARG_INCR -D__C99FEATURES__ -Xa -D__PRAGMA_REDEFINE_EXTNAME -Dunix -Dsun -Dsparc -D__RESTRICT -xc99=%all,no%lib -D__FLT_EVAL_METHOD__=0 -I/pkg/SUNWspro/12/prod/include/cc "-g/pkg/SUNWspro/12/prod/bin/cc -V -D_REENTRANT  -c -o func_stack.o " -fsimple=0 -D__SUN_PREFETCH -destination_ir=yabe
    acomp: Sun C 5.9 SunOS_sparc Patch 124867-01 2007/07/12Interestingly, the output no longer mentions the "/usr/ccs/bin/as: Sun WorkShop 6 update 2" assembler.

    Just as another comparison, I compiled a file without __thread on the Solaris 9/UltraSparc platform using gcc 4.0.4. Not surprisingly it worked. But I no longer see the mention of the Sun assembler as in the case of gcc 3.4.4. Nor did I see the mention of "GNU assembler" as in the case of gcc 4.0.4/Solaris 10/x86. Instead, I saw something called "iropt" and "cg". Does anyone know what they are?
    xz@gamera% gcc -v -Wall -D_REENTRANT -c -o common.o common.c
    Using built-in specs.
    Target: sparc-sun-solaris2.9
    Configured with: /net/clpt-v490-0/export/data/bldmstr/20070711_mars_gcc/src/configure --prefix=/usr/sfw --enable-shared --with-system-zlib --enable-checking=release --disable-libmudflap --enable-languages=c,c++ --enable-version-specific-runtime-libs --with-cpu=v9 --with-ld=/usr/ccs/bin/ld --without-gnu-ld
    Thread model: posix
    gcc version 4.0.4 (gccfss)
    /pkg/gcc/4.0.4/bin/../libexec/gcc/sparc-sun-solaris2.9/4.0.4/cc1 -quiet -v -iprefix /pkg/gcc/4.0.4/bin/../lib/gcc/sparc-sun-solaris2.9/4.0.4/ -D__sparcv8 -D_REENTRANT -DMESS common.c -quiet -dumpbase common.c -mcpu=v9 -auxbase-strip common.o -Wall -version -m32 -o /tmp/ccSGJIDD.s -r /tmp/ccKuJz76.ir
    ignoring nonexistent directory "/pkg/gcc/4.0.4/bin/../lib/gcc/sparc-sun-solaris2.9/4.0.4/../../../../sparc-sun-solaris2.9/include"
    ignoring nonexistent directory "/usr/local/include"
    ignoring nonexistent directory "/usr/sfw/lib/gcc/sparc-sun-solaris2.9/4.0.4/include"
    ignoring nonexistent directory "/usr/sfw/lib/../sparc-sun-solaris2.9/include"
    #include "..." search starts here:
    #include <...> search starts here:
    /pkg/gcc/4.0.4/bin/../lib/gcc/sparc-sun-solaris2.9/4.0.4/include
    /usr/sfw/include
    /usr/include
    End of search list.
    GNU C version 4.0.4 (gccfss) (sparc-sun-solaris2.9)
            compiled by GNU C version 4.0.4 (gccfss).
    GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
    /pkg/gcc/4.0.4/SUNW0scgfss/4.0.4/prod/bin/iropt -F -xarch=v8plus -xchip=generic -O1 -xvector=no -xbuiltin=%none -xcache=generic -Qy -h_gcc -o /tmp/ccUl4mVM.ircg /tmp/ccKuJz76.ir -N/dev/null -is /tmp/ccSGJIDD.s
    /pkg/gcc/4.0.4/SUNW0scgfss/4.0.4/prod/bin/cg -Qy -xarch=v8plus -xchip=generic -OO0 -T3 -Qiselect-C0 -Qrm:newregman:coalescing=0 -xcode=abs32 -xcache=generic -xmemalign=8i -il /pkg/gcc/4.0.4/bin/../lib/gcc/sparc-sun-solaris2.9/4.0.4//gccbuiltins.il -xvector=no -xthreadvar=no%dynamic -xbuiltin=%none -Qassembler-ounrefsym=0 -Qiselect-T0 -Qassembler-I -Qassembler-U -comdat -h_gcc -is /tmp/ccSGJIDD.s -ir /tmp/ccUl4mVM.ircg -oo common.o

  • E5 memory card images and videos are not visible i...

    am using nokia e5,it was working all well but few days before i tranferred files from laptop to my cell(images) using Mass Storage option by data cable.soon after that images and videos saved in memory card is not visible on phone.test mesgs and music files are visible but phone isnt showing my images and video files which ive recievd through bluetooth and saved in memory card.why is this so???plzzz help me am in mess cant help it

    Hi saaraaz,
    Welcome to the forum! I tried to transfer pictures via bluetooth and they were saved to gallery like they should. Please try the following actions and between them test if it works.
    Firstly please make a back up with Nokia Suite. Then type in *#7780# = soft reset, no data lost.
    If it's still the same, type in *#7370# = hard reset, the phone memory will be wiped. Restore back up. You can also try to make the back up without settings and then format and restore.
    Reinstall the software. The process is the same when updating, but at the end select "reinstall". 
    Hope you get the device working again, please let me know if this is not the case.
    Jampe
    If the answer solves your issue, please click the ACCEPT AS SOLUTION button so other users can benefit from it as well. Giving a kudos (the white star) if my answer has helped will be appreciated.

  • Sparc Storag Array 102 needs to run under solaris 10

    I need to get a Sparc Storage Array to run under solaris 10. The soc driver that is needed is not supportted under solairs 10. I took the packages needed off of solari 9 cd and installed them but no luck. I tried to to do a modload and modinfo but it was not there.
    The package loaded a file into /kernel/drv/sparcv9/soc. I have solaris 9 onanother disk on the same system and looked at the system trying to copy and edit the files on 10 but not device paths show up in the system. I copyied a file called soc that was in /kernel/drv/ I edited the /etc/device_aliases and path_to_inst but no good.
    There are no entries in the /devices/ dir that reference the soc path. I do not if than can work but really would like to get this working.

    The fibre interface on that beast is NOT a Gigabit connection,
    such as is common on current systems.
    It was a 100Mbps connection through an array controller,
    running with a 40MHz microSPARC II control module.
    You'd exceed its throughput capabilities in any attempt
    to read or write data at or beyond that 100Mbps rate.
    I don't anticipate much assistance in these forums for a technology that goes back a decade-and-a-half.
    Contributors familiar with products from that era stopped posting in 2006
    when the previous supportforum.sun.com was merged into this one.
    We'll all look forward to your guidance after you succeed.
    You'll teach the rest of us.

  • Sparc storage Array woring under solaris 10.

    I need to get a Sparc Storage Array to run under solaris 10. The soc driver that is needed is not supportted under solairs 10. I took the packages needed off of solaris 9 cds and installed them but no luck. I tried to to do a modload and modinfo but it was not there.
    The package loaded a file into /kernel/drv/sparcv9/soc. I have solaris 9 onanother disk on the same system and looked at the system trying to copy and edit the files on 10 but not device paths show up in the system. I copyied a file called soc that was in /kernel/drv/ I edited the /etc/device_aliases and path_to_inst but no good.
    There are no entries in the /devices/ dir that reference the soc path. I do not if than can work but really would like to get this working.

    Don't cross-post.
    You already have an active thread on this topic in the other forum.
    Cross-posting fragments any responses all over the universe.
    As time passes and the threads get separated by time,
    the responses become irrelevant.
    That's why it's poor forum etiquette.
    You end up diluting the information.

  • NAS not visible in Windows Explorer!

    I seem to be the most stupid person here but why is my newly installed NAS (Buffalo LS220D) not visible from the Windows Explorer?

    Hi,
    First, please make sure that you have setup the NAS corretly, you can refer to the user manual I found on the
    Buffalo offical website
    http://www.buffalotech.com/products/network-storage/home-and-small-office/linkstation-220
    Meanwhile, please mak sure to turn on network discovery under Control Panel\All Control Panel Items\Network and Sharing Center\Advanced sharing settings
    Make sure that"client for microsoft network" is installed under the network connection\properties
    If issue persists, please temporarily turn off firewall and anti-virus porgram since incorrect setting can block the connection.
    NOTE
    This
    response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you.
    Microsoft
    does not control these sites and has not tested any software or information found on these sites.
    Yolanda Zhu
    TechNet Community Support

  • Phone not visible in Windows Explorer - post 10.3 upgrade

    I installed 10.3 on my Q10 no problem, saw the Blend icon and decided to install (having used it on the work Passports) so a couple of things....
    1. Blend now downloaded - but wants to install on an F:drive - which would be the Q10.
    2. When connected via USB (or wifi) the Q10 is not visible in Windows Explorer (it was fine in 10.2)
    3. Can see the drivers begin to install, but then it rolls back and a 'Install failed, cannot find F:drive' appears.
    4. Is Blend intended for use on the Q10.
    Anyone got any ideas I can try?
    Solved!
    Go to Solution.

    Found it, you have to go into Settings > Networks and Connections > Connection Services > USB and slide the USB Mass Storage Mode to the on position. It will then show as an ext. hdd in Windows Explorer.

  • Gen2 ATV not visible in ITUNES 10.1.54, any others?

    Cable-connected.
    Have opened port 3689TCP and 5353UDP in NETGEAR FIREWALL.
    I can see ATV in the firewall, it gets syncronized, it has an IP,
    but not visible in ITUNES, Weird.
    I can see my library in ATV etc..my computer..
    The ICON ATV in ITUNES was there when I had Gen 1.
    HAve done a total factory reset, entered all info and such, started homelibrary etc.

    ATV2 won't show up on your library list as it does not store any media on the internal storage other than buffering. Where as the ATV1 had a hard drive with media stored on it would appear in the pane as shared media.

  • 3510 Not visible  in Solris 8

    Dear ALL,
    I have a 3510 storedge with sun fire 490 server.i installed solaris 8 ,recommended os patches,san packages,san patches.i have created one ld in storedge ,but it is not visible in Solaris server.
    OK prompt it is detecting,but in solaris 8 it is not dectecting.My solaris is 2/04 .please give some suggestions.

    You said you installed the necessary "san packages, san patches". Are these the packages to be found in "Sun StorEdge &#91;tm&#93; 3000 Family Storage Products--Related Software V2.x"? I have worked with 3310s and these are not SAN, but directly attached and need the above drivers to work.
    Cheers,
    Arty

  • Files saved to iomega NAS device from Mac not visible to PCs

    I'm using my MacBook in a primarily Windows environment at work. We have an Iomega NAS device for our network file sharing.
    Some, but not all, of the files I save to the network share from my Mac are not visible to PCs. Am able to see all the files out there saved by the PCs via the Mac, but not all files saved by the Mac are visible by PCs (ie, they show up in Finder/Mac but not in Explorer/PC).
    Details:
    - Mac OS X 10.6.2
    - iomega StorCenter ix2 Network Storage Device (NAS)
    - Netgear Router (details unknown)
    All other network works fine from the Mac -- can see shared PCs, can use network attached printer, access the Internet, see all the shared folders on the NAS device.
    Happens with all types of files (MS Office documents, JPGs, GIFs, PDFs), but not for every documents. Probably 3 out of 4 documents saved to NAS device from Mac are visible to PCs on the network, and 1 out of 4 is not visible.
    Any ideas? Thanks.

    OS X 10.4.8 update has not altered the behavior of this bug. The Office 2004 11.30 update seems to have caused the problem to happen less frequently. I would say it now happens half as frequently.

  • WDMyCloud NAS drive not visible

    Hi,
    on new Win8.1 pro PC, my NAS drive, WDMyCloud, is not visible in Network as a computer. It is visible under Media Devices and under Storage section though. So I can play media from it and access the management console but not access/transfer files and map
    a drive to it. The WDMyCloud drive is accessible via my Android smart phone. Also my Windows 8.1 laptop can see it as computer (though sometimes takes a while now - until I connected the new PC all was working fine). The drive is connected to WiFi
    router by ethernet cable and I can ping it from all devices. Please help me map the drive.
    peter

    Hi Fangzhou,
    disabling the firewall had no effect. The link you provided did not provide a solution either. I don't use Norton antivirus, just the default Windows Defender. The fact that "unspecified error" mostly means "access denied" is interesting
    though. I therefore investigated further and found 2 errors in the system event log which might point to the cause. The pc17 is the computer where I am having the problem, pc8 is another computer on my network. They seem to be having some kind
    of dispute though lol. Not being able to join WORKGROUP and the NAS, as the settings indicate, would have made itself part of WORKGROUP, this may well prevent the NAS being visible and cause the "unspecified error". If this is the
    cause then not really sure how to make these two combatants be nice to each other :-D.  
    Log Name:      System
    Source:        BROWSER
    Date:          10/04/2015 12:52:44 AM
    Event ID:      8019
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      pc17
    Description:
    The browser was unable to promote itself to master browser.  The browser will continue to attempt to promote itself to the master browser, but will no longer log any events in the event log in Event Viewer.
    Event Xml:
    <Event>
      <System>
        <Provider Name="BROWSER" />
        <EventID Qualifiers="49152">8019</EventID>
        <Level>2</Level>
        <Task>0</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2015-04-09T14:52:44.000000000Z" />
        <EventRecordID>2295</EventRecordID>
        <Channel>System</Channel>
        <Computer>pc17</Computer>
        <Security />
      </System>
      <EventData>
        <Binary>34000000</Binary>
      </EventData>
    </Event>
    Log Name:      System
    Source:        NetBT
    Date:          10/04/2015 12:52:44 AM
    Event ID:      4321
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      pc17
    Description:
    The name "WORKGROUP      :1d" could not be registered on the interface with IP address 10.0.0.17. The computer with the IP address 10.0.0.8 did not allow the name to be claimed by this computer.
    <Event>
      <System>
        <Provider Name="NetBT" />
        <EventID Qualifiers="49152">4321</EventID>
        <Level>2</Level>
        <Task>0</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2015-04-09T14:52:44.164199800Z" />
        <EventRecordID>2296</EventRecordID>
        <Channel>System</Channel>
        <Computer>pc17</Computer>
        <Security />
      </System>
      <EventData>
        <Data>
        </Data>
        <Data>WORKGROUP      :1d</Data>
        <Data>10.0.0.17</Data>
        <Data>10.0.0.8</Data>
        <Binary>000000000400320000000000E11000C001010000010000C033000000000000000000000000000000</Binary>
      </EventData>
    </Event>

  • Sparc Storage Array 200: HOWTO?

    Hi, I have a sun enterprise 5000 machine up and running with Solaris 10. I also have a Sparc Storage Array 200 which connects via a fibre channel to the machine. I have tried to search for documentation online, but can�t seem to find any on Sun�s website. What I was able to find out is that that there is a program called ssaadm which might help me talk to the array. However that program is not installed and when I do pkgadd it tells me that no packages were found in /var/spool/pkg. I�m very use to the some GNU/linux package management systems (such as apt (debian) or emerge (gentoo)), and they just get the packages online from the repository and download, (compile), and install them. I also cant find any info as what the dev nodes will be for the fibre card (I dont even know if solaris has drivers for it). If anyone could either tell me what needs to be done or point me in the direction of documentation I would greatly like that. Thanks.

    drop down to Solaris 9... if you really want to use the SSA, then Solaris 9 was the last OS that supported it...
    I doubt there is any support in Linux...
    haroldkarl
    oh yes... documentation... docs.sun.com...
    ftp://192.18.109.11/802-2041/802-2041.pdf
    Message was edited by:
    haroldb

  • Mac mini (Server) 2010 - 2nd HDD not visible

    I have a Mac mini (Server) running Mavericks Server. The second HDD is visible on Disk Utility and About\MoreInfo\Storage, but is not visible on the finder or desktop (the preferences are set correctly).
    I can see the ammoutn of files/folders in the drive via Disk Utility. Other users in the network can see the drive. I can verify the disk, but I cant seem to verify perfmision. Its grayed out.
    If I try to unmount/mount the drive via Disk Utility it fails.
    Any idea?

    Triple-click anywhere in the line below on this page to select it:
    ls -@Oaen /V* | open -ef
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window by pressing the key combination command-V. I've tested these instructions only with the Safari web browser. If you use another browser, you may have to press the return key after pasting.
    Wait for a new line ending in a dollar sign (“$”) to appear.
    A TextEdit window will open with the output of the command. If the command produced no output, the window will be empty. Post the contents of the TextEdit window (not the Terminal window), if any — the text, please, not a screenshot. The title of the window doesn't matter, and you don't need to post that.
    If any personal information appears in the output, anonymize before posting, but don’t remove the context.

  • Files on time capsule not visible in Finder window

    I copied files to my time capsule.  The time machine app works fine but only if it is running can I see the files I copied to time capsule.  I would like to use this disk for media storage for iTunes but if it is not visible a lot of the time then it isn't useful for that purpose

    The Time Capsule is for your backups.
    Three things....all bad...happen when you try to move the iTunes Media Folder to the Time Capsule disk.
    1) Access to media becomes much slower....typically 15-20 seconds before you will hear the song that you selected.
    2) The iTunes Media Folder tends to get lost, so you will have to manually reset the path to the folder frequently.
    3) When.....not if....the Time Capsule disk has a problem, you will lose all of your iTunes data.....because you have no backup of the ITunes Media Folder.
    I've learned each of these things the hard way. If you still want to do this.....here are the instructions:
    http://support.apple.com/kb/ht1449

Maybe you are looking for

  • Windows 8.1 to 8.1 Pro

    I have purchased a laptop with Windows 8.1 pre-installed. I also purchased a Windows 8.1 Pro disc and license but every time I run a custom install it reverts back to the 8.1 Home edition with the OEM license and never allows me to install the 8.1 Pr

  • ITUnes not syncing video form iPhoto

    Hi, Since iTunes 10.1 has been installed on my iMac (with IOS 4.2.1) videos from iPhoto do not sync anymore, despite the setting in iTunes 'include video' being selected. Anybody else experiences the same? Thanks! JP.

  • Help! Macbook wont shut down, i have a grey screen and nothing happening! It wont even respond to turn off button

    Help! Macbook wont shut down, i have a grey screen and nothing happening! It wont even respond to turn off button

  • Vibe connector:

    Hi everyone, i'm having an error configuring the GroupWise <--datasync--> vibe. The following problem is in the vibe app interface log. Code: ERROR [Thread-9] [calsync:95] [userID:user-x] [eventID:] [objectID:] [Outbound Sync] Outbound Team Calendar

  • Persistent Behavior Tracking (Portal4.0) problem with MSSQL 2000

    Hi, We are having some problems with the Presistent Behavior Checking fucntion. When we turned that on, we found out that once we add the 'com.bea.b13n.trackig.listeners.BehaviorTrackingListener class' to the event service, navigating the samples tem