7410 Cluster Admin Guide (or decent documentation)?

I'm trying to install a clustered 7410 system. The documentation for doing this is bad or non-existent. On a different thread
(http://forums.sun.com/thread.jspa?threadID=5388662&tstart=0), the poster claimed that there's a Cluster Admin Guide available that clears up some of the questions about setting up the clustered 7410. Does anybody know if this is available online? Or any other good source of documentation for clustered 7410 systems?
Thanks,
Jorge

I am told that the cluster guide should be in the latest OS release online help facility (2009.Q2.05.x). If it is not then it will certainly be in the next major release to be out by the end of the month (2009.Q3.x). I don't see it in the 2009.Q2 release that we are running, so it may be a couple of weeks away in 2009.Q3.

Similar Messages

  • Storage 7410 cluster - separating "admin" traffic from "storage" traffic

    Please help me figure out a strategy here. We have a Storage 7410 cluster running in an active/passive mode. On each node, I have cabled nge0 and nge1 each to 100Mbps ports and nxge0 and nxge1 to 10Gbps ports. I have configured nge0 to be the "admin" interface for node 1, and nge1 the same for node 2. I have aggregated nxge0 and nxge1 via LACP and it's currently owned by node 1 (fails over to node 2 nicely). Here's the basic layout:
    Node 1
    nge0 -> active "admin" interface -> ip address 172.16.158.33
    nge1 -> inactive (owned by Node 2) "admin" interface
    nxge0/nxge -> active LACP aggregate "aggr1" -> ip address 172.16.158.32
    Node 2
    nge0 -> inactive (owned by Node 1) "admin" interface
    nge1 -> active "admin" interface -> ip address 172.16.158.41
    nxge0/nxge -> inactive (owned by Node 1) LACP aggregate
    What's confusing me is routing. Right now all interfaces have IPs on the same subnet. I can define a default route for the gateway on that subnet (172.16.158.1) on the "aggr1" LACP, but only Node 1 gets routed. So, I can add two additional default routes to the same gateway, reflecting each of the other NICs (nge0, nge1). But the way I understand it, there's no guarantee that IP traffic that originated on aggr1 will return via that same interface. Or am I mistaken? Essentially, I want to segregate "storage" traffic from "admin" traffic, and I want to make sure that any host connecting to the "storage" IP address takes full advantage of the 10Gbps aggregate.
    Any ideas are welcome.
    Charles

    My assumption above was correct. At some point, traffic was now favored over nge0, so my performance went down from ~200MB/s to about 60MB/s (expected results with Windows VMs on vmware with a NFS datastore). It looks like I may have to abandon the nge ports and lose the LACP (at least until I can get a second nxge NIC in each head). Is that all I can do? Any ideas are appreciated.
    Charles

  • Where can i find the UNIX Solaris Admin guide ?

    I've downloaded the distrib on edelivery (Solaris 10) but most of the admin guide to install Primavera is refering to windows commands !
    I've not really time to guess which is the replacement script in unix or whatever so ....
    Where can i find the Solaris version of the admin Guide ?
    Thanks a lot
    PS: I'm a newbie on Primavera so i'm sorry if i'm asking stupid questions ....

    You can use our documentation search page found at: http://otn.oracle.com/pls/db92/db92.federated_search
    I searched 'application developer' and got plenty of results for 8i.
    Regards,
    OTN

  • 7410 Cluster Recovery

    hi,
    I'm working on a Try-and-Buy configuration of a Unified Storage 7410 Cluster.
    After (intentionally) deleting the only storage pool via the GUI on the primary unit, the secondary cluster member wasn't responsive anymore. As such I tried a reboot. After the reboot, the serial console showed it trying to re-join the cluster with a spinning dash in ascii-art, but it would just carry on spinning and spinning..... As such, I removed the cluster configuration on the primary unit. Via the ssh cli, I told the second unit to factory-reset. Since that took a long time 20+ minutes, I suspected an error and rebooted.
    Then, after grub, I was shown the following:
    svc.configd: smf(5) database integrity check of:
    +/etc/svc/repository.db+
    failed.
    which I was able to fix by following the instructions and running
    /lib/svc/bin/restore_repository
    Now, the unit does boot again, however, it hangs at the following screen, that refreshes periodically:
    Sun Storage 7410 Configuration
    Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
    NET-0 <=>  NET-1 <X>  NET-2 <X>  NET-3 <X>
    SUNW-MSG-ID: AK-8000-2U, TYPE: Defect, VER: 1, SEVERITY: Major
    EVENT-TIME: Thu Apr 23 17:53:21 UTC 2009
    PLATFORM: i86pc, CSN: 0912QAF048, HOSTNAME: head2
    SOURCE: aktty, REV: 1.51
    EVENT-ID: 2c8d4cd4-5e88-ca68-e871-e1ef0af6c040
    DESC: The appliance experienced an unrecoverable protocol error while
    attempting to join a cluster of appliances.  Refer to
    http://sun.com/msg/AK-8000-2U for more information.
    AUTO-RESPONSE: No automated response is possible for this defect.
    IMPACT: The appliance cannot be configured into the cluster.
    REC-ACTION: Reboot the system and attempt to configure the cluster again.
    Contact your vendor for support.
    ESC-3: Halt   ESC-4: Reboot   ESC-5: Info
    For help, see http://www.sun.com/7410/
    I've rebooted the box several times, with the primary unit powered on and powered off, but this message stays the same.
    I would like to re-attempt the factory reset, however, this secondary unit, does not have an IP address and as such, I cannot log in to the webinterface and make it happen, nor can I access the CLI, as I'm locked inside this refreshing screen.
    Is there any way that I can get to the CLI from this screen (or anywhere during the boot sequence) so that I can re-try the factory reset ?
    Looking forward to your responses.
    Thanks,
    Frans

    Ok, since there isn't very much documentation on the topic yet, I've played around a bit more.
    I've rebooted and via grub I booted into single user mode.
    Sniffing around the fileystem, I found a number of ZFS snapshots.
    +# zfs list -t snapshot+
    NAME                                     USED  AVAIL  REFER  MOUNTPOINT
    system/home@install                       18K      -  21.5K  -
    system/stash@install                      16K      -    18K  -
    system/svc@install                      3.94M      -  4.78M  -
    system/[email protected]_1-1.1  19.0M      -  23.8M  -
    system/var@install                       844K      -  31.4M  -
    So I rolled back to the original (@install) versions:
    +# zfs rollback system/home@install+
    +# zfs rollback system/stash@install+
    +# zfs rollback system/svc@install+
    cannot rollback to'system/svc@install': more recent snapshots exist
    use '-r' to force deletion of the following snapshots:
    system/[email protected]_1-1.1
    +# zfs rollback -r system/svc@install+
    svc.configd: Fatal error: /etc/svc/repository.db: db error: database is locked
    +# zfs rollback -r system/var@install+
    And after a reboot, I see:
    Sun Storage 7410 Version ak/SUNW,[email protected],1-1.9
    Copyright 2009 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
    Configuring devices.
    Checking hardware configuration ... done.
    Starting appliance configuration .......... done.
    +Press any key to begin configuring appliance: [*]+
    Jay !
    Now, the version string after the reboot doesn't correspond to the 2008.11.20.0.1_1-1.1 that I was running upon installation, so it seems that I haven't completely restored the system to what it should be, but at least I have some form of control again. I'll try and upload the latest software again and see if we can get it all the way back up and running again.
    Frans

  • Workforce and Capital Asset Admin Guide v11.1.1.3

    Can someone direct me to the v11 admin guides for Workforce and Capital Asset Planning? They are not available on the documentation website, and I can not determine which download, if any, they are included in any of the downloads on the E-Delivery site.
    Thank you.

    I'm not aware that these items exist now (which is a little disappointing).
    The last workforce admin guide was from 9.3 it appears as if it were removed on purpose.
    The name of it is wfp_admin.pdf
    It used to exist in the downloadable 9.3 documentation which currently has a link that does not work.
    Suggest you log a ticket with support and escalate it as the first level folks will not be able to assist much on missing documentation.
    Regards,
    John A. Booth
    http://www.metavero.com

  • OS X Admin Guide

    I'm using OS X Admin Guide for 10.2.3
    Is there a more up to date version? I can't find it. I'm using 10.4.11 on my servers?
    Anyway in that guide under (page 161/162)
    To create an advanced AFP home directory using Workgroup Manager
    It talks about an "Advanced" button under the home tab in a users account...
    7 Click Accounts, then select the user in the user list.
    8 Click the Home tab, then select Advanced.
    I don't see an "Advanced" button? Is it because I'm reading an old admin guide?
    Thanks.
    Pat.

    Hi
    Yes, here you go:
    http://www.apple.com/server/documentation/
    These are all the latest admin manuals for Leopard Server.
    http://www.apple.com/support/manuals/macosxserver/
    http://www.apple.com/support/manuals/macosxserver/index_1.html
    Is pretty much everything else to do with earlier versions of the server.
    Tony

  • OVM user and admin guide

    Dear: I am new to OVM, and have successfully installed VM server and VM Manager. As per readme, I then installed OVM Manager Consol, as I was planned to use it from windows so I installed tightVNC and then paravirtulization drive on my windows machine.
    Now if I tried to access it from my windows ie exploere desktop machine, I cannot see it. I know for sure that there must be some sevices to start on OVM machine but have no clue. If some one please help me out and/or can send me link of OVM user and admin guide. Will be a great help
    Regards.

    You should find documentation at the below link:
    http://wiki.oracle.com/page/Oracle+VM
    Documentation, Best Practices and White Papers

  • User/Admin guide after upgrade database for recover db provided by Oracle?

    Does anyone has a user/admin guide which is provided by oracle about using RMAN and how to use RMAN to RECOVER database tailor make for after upgrade database? I have been searching for a long time and don't find this document.
    Anyone has this, please share.
    FAN

    Look in the Backup & Recovery section:
    http://www.oracle.com/pls/db102/portal.portal_db?selected=4

  • BPC NW Admin Guide and Office Guide Availability

    Dear All,
    Can Any one tell me how can I have the BPC NW Admin Guide and Office Guide ?
    Please do the needful and oblige.
    Regards,
    Sanjay Darji

    Got the helip from help.sap.com

  • SPA 3102 Admin Guide

    Where can I download the Admin-Guide for the Linksys SPA 3102 ?
    I don't remember how many times I tried to find such a link and how many hours I spent so far with it. I could find answers to this question but the provided links were not valid anymore.
    Thank you for your help.
    Solved!
    Go to Solution.

    Finally I managed to find a working link in this forum. Why can this document not be made easier avalable? It would have been an advantage if it could have beeen found by using the search on the Cisco home-page.

  • Hey Folks, can anyone help me with DB2 V9 admin guide

    Hyey Folks,
    I need DB2 V9 administration guide and
    also ZOS admin guide so that I can start work with SAP DB2 ZOS.
    Thanks,
    Sandeep

    Hi:
    This  link can help
    DB2 for z/OS - List of all documents [original link is broken]
    and the reedbooks:
    http://www.redbooks.ibm.com/abstracts/sg247239.html?Open
    http://www.redbooks.ibm.com/abstracts/sg246489.html?Open
    http://www.redbooks.ibm.com/abstracts/sg247644.html?Open

  • OID Admin Guide, Release 3.0.1

    Trying to locate OID Admin Guide Rel. 3.0.1 Chapter 27. This URL http://otn.oracle.com/products/ias/daily/may23.html has a listing at the bottom for this exact chapter. However, I get a Page Not Found error. Could you please help me locate this? Also, does OTN give you the capability anywhere to search by part number?? That sure would make this easier!
    Thanks!
    JZimmerman

    The following should do it:
    select tablespace_name, round(sum(bytes)/(1024*1024*1024),2) Gb
    from dba_segments
    group by tablespace_name
    If you have set up multiple tablespaces, you may find get errors when trying to add data to a table/index in some, but not all, tablespaces. That can happen when it is trying to grow one tablespace, but can't because the total taken up for all tablespaces is beyond the 4Gb limit, even though there may be lots of space free in the other tablespace(s). If you go that route, you can keep an eye on the data file sizes with this:
    select tablespace_name, round(sum(bytes)/(1024*1024*1024),2) Gb
    from dba_data_files
    group by tablespace_name

  • Flash Player 10.1 Admin Guide

    The Flash Player 10.1 Admin Guide is now available at
    http://www.adobe.com/devnet/flashplayer/articles/flash_player_admin_guide.html

    That's how it should work, but I also can not see or use the link.
    I tried IE8, Firefox 3.6 and Chrome 9.
    IE and firefox report "Error on page". Chrome tells nothing.
    But no browser shows the link.

  • KM 5.0 Admin Guide

    Hi all,
    I've got the link for the EP 5 SP 5, KM 5.0 end user guide, which is:
    http://help.sap.com/saphelp_ep50sp5/helpdata/en/a3/ab3a3cc7f5e866e10000000a11405a/frameset.htm
    However, I can't find the URL for the KM 5.0 admin guide. Do any of you all know where I can find that?
    Thanks!
    Stephen Spalding
    Web Developer
    Graybar

    Stephen,
    Perhaps in this link you can find suitable information:
    https://websmp101.sap-ag.de/instguides
    and "Current How-To Guides"     
    Patricio.

  • EP Admin Guide WAS6.40

    Hi all,
    is here any link to download the Admin Guide for 6.40 ?? Means not the http doc in the SAP help-forum - searching a *.pdf file..
    Have anybody a link / idee / or can mail me this ??
    Thanks in advance..
    Mario

    Hi Mario,
    grumbledumble...
    > I found no way to contact the guy
    > who has produced the doc out from the HTML
    That's why I suggested to ask within the thread. This guy will read your answer if he has not deactivated the thread watching. At least, there are very good chances...
    Hope it helps
    Detlev

Maybe you are looking for

  • Where is the Oracle XML Team ?

    Hi... Just wondering about where these guys from Oracle responsible for the XML tools are... Well I guessed there are the guys from ORacle responsible for the tools... but maybe I'm wrong... I'm asking this question cause I've posted some messages he

  • I Love Apple TV

    I just got an ATV last night. Installation was a snap - took like 2 minutes. Hooked it up via HDMI to my Phillips 37" LCD HDTV. Plugged in an optical line to my Denon 1801 AVR. Connected to my wireless network, then to my iMac easily. I encountered n

  • Ipod will not charge when using 30 pin to lighting connector

    Have a victory vision with a 30 pin connecter bought the apple lightning coverter and when hooked to the bike it will not charge

  • Export Adobe PDF (print ) BasicTextAdornment

    Hello, We have a plugin that uses Text Adornments very much like the BasicTextAdornment sample plugin. When we choose to export to PDF our adornments are not being printed, the sample plugin BasicTextAdornment does not print either. Does any one know

  • Popups not showing

    Hi there, have knocked myself silly trying to understand why the popups appeared just fine, made some changes to the contents of the popup menus - I added more, and they don't show up. I've tested with Firefox and IE, both programs are the most recen