NAS 5320

Sometimes users cant access cifs shares in NAS 5320. We've re-joined this as computer account in domain. At the same time there were no issues for accessing cifs shares in windows workstation.
Domain Controller - Windows 2003 SP1
12/11/12 14:38:09 I NetrSamLogon[TAI3D\TAI3DHP-008$]: tai3dstorage-01 NOLOGON_W
ORKSTATION_TRUST_ACCOUNT (0x00000199)
12/11/12 14:38:09 N SmbToken: invalid user info
12/11/12 14:38:09 D SmbSessionSetupX[TAI3D\TAI3DHP-008$]: unable to build acces
s token
12/11/12 14:38:22 D SMBGetToken: HEAD2\nobody
12/11/12 14:38:22 D SMBLogon: HEAD2\nobody, 0
12/11/12 14:38:22 D SMBGetToken: HEAD2\nobody
12/11/12 14:38:56 D SMBGetToken: TAI3D\TAI3DHP-008$
12/11/12 14:38:56 D SMBLogon: TAI3D\TAI3DHP-008$, 2
12/11/12 14:38:56 I NetrSamLogon[TAI3D\TAI3DHP-008$]: tai3dstorage-01 NOLOGON_W
ORKSTATION_TRUST_ACCOUNT (0x00000199)
12/11/12 14:38:56 N SmbToken: invalid user info
12/11/12 14:38:56 D SmbSessionSetupX[TAI3D\TAI3DHP-008$]: unable to build acces
s token

Hi,
Sorry I don't have the answer to your question but I'm sure by now you've found your answer and maybe you can help me? I'm having similar problems with my 5320 appliance where it loses connection to the DC. The strange thing is I have a local DC and others in the company network but it will not join the local one. It joins a DC located in another network in a remote location. Because of my limited access I can't compare to determine a difference so my question is more generic: is there any reason or what is the likely reason my NAS device will not connect to the local DC (on the same network) and go to one that is in a remote location?
Any help is appreciated!

Similar Messages

  • Close() over NFS hangs for 15 seconds on NAS 5320

    Summary: We are experiencing long pauses waiting for files to close on NAS 5320.
    Hardware:
    NFS Server: 5320 NAS S/N ST5320200609190020 Version 4.20 M0 (Build 78)
    NFS Clients: SunOS 5.10 Generic_118833-17 sun4u sparc SUNW,Sun-Fire-V240
    SunOS mnemo 5.6 Generic_105181-20 sun4u sparc SUNW,Ultra-4
    (Various other Solaris & Linux clients)
    Symptom:
    User copies a tiny file using "cp". The "cp" program hangs for 15 seconds before
    normal exit and successful completion. Running "truss" on the "cp" command
    reveals that the copy happens nearly instantaneously, and the program goes into
    a sleep state waiting for the close() of the output file.
    The problem is reproducible regardless of whether the filesystem is NFS hard
    mounted or automounted. The problem seems to occur most often if the output
    file being written previously existed under the same name, was recently deleted,
    and is being recreated by the copy operation.
    The problem is reproducible from every NFS client I've tried, both Solaris and Linux.
    The problem is only exhibited for filesystems served by the NAS 5320.
    Here's a typical truss output exhibiting the behavior. The 15-second hang occurs
    after truss prints the line that says "close(4) (sleeping...)":
    touch ../../xx ; rm ../../xx
    truss cp -p trav_op.c ../../xxexecve("/bin/cp", 0xEFFFF738, 0xEFFFF74C) argc = 4
    open("/dev/zero", O_RDONLY) = 3
    mmap(0x00000000, 8192, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0xEF7B0000
    open("/usr/openwin/lib/libc.so.1", O_RDONLY) Err#2 ENOENT
    open("/usr/lib/libc.so.1", O_RDONLY) = 4
    fstat(4, 0xEFFFF2D4) = 0
    mmap(0x00000000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE, 4, 0) = 0xEF7A0000
    mmap(0x00000000, 704512, PROT_READ|PROT_EXEC, MAP_PRIVATE, 4, 0) = 0xEF680000
    munmap(0xEF714000, 57344) = 0
    mmap(0xEF722000, 28504, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 4, 598016) = 0xEF722000
    mmap(0xEF72A000, 2664, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 3, 0) = 0xEF72A000
    close(4) = 0
    open("/usr/openwin/lib/libdl.so.1", O_RDONLY) Err#2 ENOENT
    open("/usr/lib/libdl.so.1", O_RDONLY) = 4
    fstat(4, 0xEFFFF2D4) = 0
    mmap(0xEF7A0000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 4, 0) = 0xEF7A0000
    close(4) = 0
    open("/usr/platform/SUNW,Ultra-4/lib/libc_psr.so.1", O_RDONLY) = 4
    fstat(4, 0xEFFFF0B4) = 0
    mmap(0x00000000, 8192, PROT_READ|PROT_EXEC, MAP_PRIVATE, 4, 0) = 0xEF790000
    mmap(0x00000000, 16384, PROT_READ|PROT_EXEC, MAP_PRIVATE, 4, 0) = 0xEF780000
    close(4) = 0
    close(3) = 0
    munmap(0xEF790000, 8192) = 0
    stat64("trav_op.c", 0x00024200) = 0
    acl("trav_op.c", GETACLCNT, 0, 0x00000000) = 4
    stat64("../../xx", 0x00024168) Err#2 ENOENT
    open64("trav_op.c", O_RDONLY) = 3
    creat64("../../xx", 0644) = 4
    stat64("../../xx", 0x00024168) = 0
    chmod("../../xx", 0100644) = 0
    mmap64(0x00000000, 38425, PROT_READ, MAP_SHARED, 3, 0) = 0xEF770000
    memcntl(0xEF770000, 38425, MC_ADVISE, 0x0002, 0, 0) = 0
    write(4, " / * - - - - - - - - - -".., 38425) = 38425
    munmap(0xEF770000, 38425) = 0
    close(3) = 0
    close(4) (sleeping...) *** HANGS APPROX 15 SEC ***
    close(4) = 0
    chown("../../xx", 2048, 525) = 0
    chmod("../../xx", 0100644) = 0
    utime("../../xx", 0xEFFFEB08) = 0
    llseek(0, 0, SEEK_CUR) = 23915
    _exit(0)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Hello,
    are you aware that this isn't official Sun Support but a user-to-user forum ?
    Michael
    When will the deficencies/bugs in the Forums software be fixed ?

  • Module for StorageTek NAS 5320

    Hi All,
    Is there any module that can monitor a StorageTek NAS 5320 appliance via Sun Management Center ?
    Thanks for answers or advices,
    Quentin.

    Hello.. I have done searching and see that our NAS has some lookup errors which I see with nfsstat.
    I am not able to find out much about these errors. In particular what percent of these errors are "ok" and how
    can one find out what server is causing them.
    Thanks

  • Unable to Add LUN in NAS 5320

    Hi,
    I've just upgraded the OS of my NAS 5320 unit to ver. 4.22 M0 (Build 160). When I try to create LUNs, I get the error message "Add LUN failed - invalid command argument".
    Does anyone know what gives?
    Short of calling support, I've not been able to garner any clues as of yet.
    I'd really appreciate any help I can get.
    Thanks!
    Eric
    Edited by: heavenice on Apr 16, 2008 12:34 PM

    Hi,
    I've just upgraded the OS of my NAS 5320 unit to ver. 4.22 M0 (Build 160). When I try to create LUNs, I get the error message "Add LUN failed - invalid command argument".
    Does anyone know what gives?
    Short of calling support, I've not been able to garner any clues as of yet.
    I'd really appreciate any help I can get.
    Thanks!
    Eric
    Edited by: heavenice on Apr 16, 2008 12:34 PM

  • 5320 Nas gateway license

    Dear All,
    We have NAS 5320 appliance with 6140 controller tray (CSM200).Is having tow LUNS which is mapped 5320 appliance.Not a cluster storage
    Admin console is showing Gateway license is expired .Currently we are not faceing any problem .Is it need to be activate immediately.please suggest me what we need to be done.
    Regards
    Das
    Edited by: kkdas on Sep 21, 2009 5:37 AM

    Document ID: 90567
    Verifying reasons for unavailability of known luns on the Sun StorageTek[TM] 5000 Series NAS arrays
    http://sunsolve.sun.com/search/document.do?assetkey=1-9-90567-1

  • CSM200-EU as a standalone array

    Hello,
    Can CSM200 expansion units be used as an array directly connected to the fibre channel controller on an oracle server  (T5120, T5220, T5140, etc..)  running solaris.  The goal is to use the CSM200 with sata interposer cards to create a budget array for  a video storage library, using  1-3TB sata disks.    I am not sure if the CSM200's need to be connected to an array controller (6140, NAS 5320, etc..) in order to function or  if the fibre channel controller I/O module (375-3336)  is smart enough to work as a stand alone array.   Not looking for advanced hardware raid functions, going to use zfs to manage raid redundancy, so the arrays disks will either be a jbod  of physical disks, or a bunch of raid 0 devices. 
    Thanks,

    The CSM200 is the expansion tray that can only be connected to a controller tray like the 6140, 6540, 6180, 6580, ...  It is not supported to connect a CSM200 directly to a server.
    As for the drive, I cannot answer this question right now. If you receive no official response from a colleague in this discussion, you can open a Service Request and provide the exact drive details so that we can confirm if the drives you have are qualified with the CSM200. In any case, the drives must be Oracle official one you cannot buy non Oracle qualified drives and plug them into the tray.
    Not all the drives are qualified with the CSM200, it also depends on the firmware on the drives.
    Regards
    Nicolas

  • 5320 NAS appliance Connection to AD environment

    I'm having a problem with my 5320 appliance where it loses connection to the DC. The strange thing is I have a local DC and others in the company network but it will not join the local one. It joins a DC located in another network in a remote location. Because of my limited access I can't compare to determine a difference so my question is more generic: is there any reason or what is the likely reason my NAS device will not connect/ignore the local DC (on the same network) and go to one that is in a remote location on another network? Our local DC is running Server 2003 Enterprise.
    Any help is appreciated!

    And if RicE11's suggestion doesn't work, then you may need to point your DNS server to the DC that you want the NAS to use. Read sunsolve document 205770 for DNS records that are necessary for a NAS to join an AD domain. In the Windows DNS snap in, you can just expand it all out to see if those records exist.

  • 5320/10 NAS Gateway

    I've looked at all the tech specs, and done a web search, but can't find a definitive answer to this question...
    Can either (or both of) the 5320 or 5310 use iSCSI targets?
    I know it can be a iSCSI target, but I have iSCSI SAN storage I would like to share vi CIFS/NFS...
    Thanks

    I have iTunes 10 on a Netgear READYNAS with the identical symptoms including very slow (unusable) performance.
    ReadyNAS contains all iTunes directories and data
    MacBook connects to NAS via CIFS and Wi-Fi
    Help before I abandon iTunes for Songbird or something else.

  • Read-only CIFS share--5320 NAS Gateway Cluster

    Is it possible to share CIFS shares read-only using Active Directory authentication, then revert to normal read-write operation? We would like to make information available while we are finishing an incremental copy from an old data source.

    I have the same problem so I think I will try to explain it from my point of view and see if we get any comments.
    I have a Real Strorage 7110 (Try & Buy)
    What my windows guys would like and what they do already on Windows Systems:
    Real Disk Layout = G:\shome\username
    share "shome" => G:\shome (Default ACL)
    User (Owner) = Full Access=rwx+inheritance
    Other = x+inheritance
    Domain Admin = Full Access=rwx+inheritanceshare "username" => G:\shome\username (Default ACL)
    Inherit from above (shome)
    Group Staff = rx+inheritanceBy the looks the Sun way is to setup up every share with all the relevant ACL, since you can not setup ACL on the directory above (project). Am I correct
    Real Disk layout /export/shome/username
    share "username"
    User (Owner) = Full Access=rwx+inheritance
    Other = x+inheritance
    Domain Admin = Full Access=rwx+inheritance
    Group Staff = rx+inheritanceThanks
    Andrew

  • Can ST5320 NAS connect to Mac ???

    Hi All,
    First of all the Sun homepage mention that ST5320 NAS is able to simplied file sharing across Unix, Linux and Windows platform. So how about Macintosh platform?
    Can Mac client connect and talk to 5320??
    Anybody had experience apply storage with mac?? Please share your view. Tks
    Best Regards
    Apha13 ^.^
    -Nothing is Impossible because the word itself is "I M Possible"-

    It sounds like your Vista PC is not getting DNS information when connected wirelessly.
    Try the following to confirm...
    From the Start button
    - All Programs > Accessories > Command Prompt
    - At the ">" prompt, enter "ipconfig /all" (without the quotation marks) and then press the <Enter> key.
    - Look at the value for "IPv4 Address." It should be in the range of IP addresses that your AEBS's DHCP service is providing. What is your value?
    - Look at the value for "DNS Servers." These should be the one your ISP is providing. Are they correct?
    - When done, enter "exit" and then press <Enter> to close the Command Prompt window.
    Remember that this worked when you connected your PC with Ethernet. You can also run the ipconfig command again while connected via Ethernet to see what these values are in this configuration. (They should be same when connected wirelessly.)

  • Sun StorageTek 5320C NAS, SNMP and hot spare

    Hello,
    We have 5320 NAS cluster system, and one Controller Unit with 16 FC 300 GB hard drives. Drives are as follows:
    from 1 to 8 hard drive -> RAID5
    from 9 to 15 had drive -> RAID5
    16 hard drive -> Global hot spare
    SNMP query for hard disk status:
    $ snmpwalk -O n -v 2c -m "/home/nierka/st5320c_.mib" -c <comunity_not_shown> <IP_not_shown> st5320CRaidPhysicalDriveStatus
    .1.3.6.1.4.1.42.2.28.13.3.16.1.2.3.4.1.3.1.2.2 = INTEGER: online(4)
    .1.3.6.1.4.1.42.2.28.13.3.16.1.2.3.4.1.3.1.2.3 = INTEGER: online(4)
    .1.3.6.1.4.1.42.2.28.13.3.16.1.2.3.4.1.3.1.2.4 = INTEGER: online(4)
    .1.3.6.1.4.1.42.2.28.13.3.16.1.2.3.4.1.3.1.2.5 = INTEGER: online(4)
    .1.3.6.1.4.1.42.2.28.13.3.16.1.2.3.4.1.3.1.2.6 = INTEGER: online(4)
    .1.3.6.1.4.1.42.2.28.13.3.16.1.2.3.4.1.3.1.2.7 = INTEGER: online(4)
    .1.3.6.1.4.1.42.2.28.13.3.16.1.2.3.4.1.3.1.2.8 = INTEGER: online(4)
    .1.3.6.1.4.1.42.2.28.13.3.16.1.2.3.4.1.3.1.2.9 = INTEGER: online(4)
    .1.3.6.1.4.1.42.2.28.13.3.16.1.2.3.4.1.3.1.2.10 = INTEGER: online(4)
    .1.3.6.1.4.1.42.2.28.13.3.16.1.2.3.4.1.3.1.2.11 = INTEGER: online(4)
    .1.3.6.1.4.1.42.2.28.13.3.16.1.2.3.4.1.3.1.2.12 = INTEGER: online(4)
    .1.3.6.1.4.1.42.2.28.13.3.16.1.2.3.4.1.3.1.2.13 = INTEGER: online(4)
    .1.3.6.1.4.1.42.2.28.13.3.16.1.2.3.4.1.3.1.2.14 = INTEGER: online(4)
    .1.3.6.1.4.1.42.2.28.13.3.16.1.2.3.4.1.3.1.2.15 = INTEGER: online(4)
    .1.3.6.1.4.1.42.2.28.13.3.16.1.2.3.4.1.3.1.2.16 = INTEGER: online(4)
    $
    Where is hot spare status "stand by(5)"? Using "raidctl" command we get these lines:
    head1 > raidctl get type=lsi target=profile ctlr=0
    ........<cut>...........
    Total hot spare drives: 1
    Standby: 1
    In use: 0
    ........<cut>...........
    Why SNMP can't get hot spare status? Where to report this issue? Thanks in advice.
    Nerijus

    Thanks.
    To answer your question, the disk FW upgrade doesn't erase/destroy the data. However the disk FW upgrade can ONLY be done while there is NO IO activity, hence you need to stop the IO before proceeding with such upgrade.
    As for the FW, it seems that your drive has the FW 0892 which is a newer FW than what your CAM version has (0791). The FW 0891 was supported with CAM 6.0 + patches. Starting from CAM 6.1.0_15 we introduced the FW 0B92.
    The recommendation is to upgrade CAM to 6.4.1, then you will get an alarm because your drive will have 0892 whereas CAM brings 0B92, however you can plan a maintenance window at your convenience in order to upgrade the drive FW.
    Regards
    Nicolas

  • How to Replace battery Sun Storagetek NAS 5220

    Hi, i have one problem: i need to replace the battery in my NAS5220 (with firmware 4.22 M1).
    I think that is hot swap and i need the procedure to reset the battery age.
    Can you help me?
    Thanks!!

    solarispro wrote:
    Try having a look at the administration document here. It contains the battery age reset procedure.
    http://docs.sun.com/source/819-4284-11/index.html
    Ok, thanks.
    In this manual i have found only this procedure:
    Setting the Controller Time and Battery Age
    To set the redundant array of independent disks (RAID) controller time and battery age for Sun StorageTek 5310 and Sun StorageTek 5320 NAS appliances and gateway systems. Specify the controller variable as a particular controller number, or 0..N to request all controllers.
    * To reset the battery age for one or more controllers, enter:
    raidctl set type=lsi target=battery-age ctlr=controller
    * To synchronize the time with the server's time for one or more controllers, enter:
    raidctl set type=lsi target=ctlr_time-age ctlr=controller
    To obtain Help on subcommands, enter raidctl help at the command line.
    It's the same for the NAS 5220?
    Another question: these batteries are hotswap without any procedure?
    Because in this manual i don't have found any procedure.
    Thanks!

  • NAS/SAN commands to be used in a script

    Hi
    I have a requirement where in scripts/binaries need to manage the NAS/SAN storage for mirroring or failover issues. Are there any commands for NAS/SAN that can be used as part of scripts or in compiled code?
    Regards

    Hi Stephen
    Thanks for the mail and apologizes for being vague. The below are my requirement details (in brief)
    1. Working on solaris 10 OS with Sun StorageTek 5320 NAS/SAN,
    2. Do not have any volume manager like Veritas
    3. Some of the application directories are defined and stored and mirrored in the SAN/NAS
    4. running a real-time system with multiple nodes of which couple of nodes will act as active/standby and the NAS filesystems will be mounted on these.
    5. In the event the active fails, standby takes over and continues to read-write the NAS directories as they are mirrored.
    6. If the Primary NAS goes kaput, the secondary will take over seamlessly.
    What I have is a requirement where in I keep monitoring the health and accessibility of the FS defined in NAS. In the event of a primary NAS failure, I should be able to mount, using commands, the secondary NAS FS seamlessly. That is should umount these and mount those to continue to be able to give unbroken access to the applicaitons. In case the primary NAS is back, need to promote those disks and directories so that they become accessible again for the applications and start mirroring again. To do all this, I need to write a script which will connect to the NAS device is able to run scirpts or such to achieve the above.
    Hope I am clear. Else please feel free to shoot back the query here.
    Regards

  • 5320 performance

    Hi.
    Whats is the expected performance of a 5320 Cluster?
    We are experiencing between 20 to 25 MB/s in the tests between Oracle server and 5320 NAS.
    We have about 10 x 300GB FC in two vols raid 5 config.
    Are these regular values?
    Thanks,
    Telmo

    How are you testing speed? Just using dd? bonnie++?

  • Ripping tracks from a CD do not show up on my NAS drive

    I have an IOMEGA IX200 1TB NAS for backup and an IOMEGA 1TB Media Player that I have transferred my Itunes library to for storage and playing music. I have checked the setting to move all imported songs to the Itunes library located on my IOMEGA Media player that is attached to my home network. Purchased songs from Itunes store will be inserted into the NAS Media drive, but I rip songs from a CD, they will not be placed there, I can't find them anyplace. My IOMEGA IX200 NAS drive that i use for backups is lasted as 'shared' on my Itunes window, but
    my IOMEGA Media NAS drive is not. Should the Media player be listed as shared?
    Why do Itunes bought songs get placed in the proper place but not CD ripped songs? Has anyone else had success transferring all the Itunes music to an external storage drive on their home network?

    Can you see the CD ripped songs in iTunes itself? Can you then right-click and select "Show in Windows Explorer"?

Maybe you are looking for

  • Rough Cut Planning Profile-by Capacity category

    Hai, I am creating Rough Cut Planning Profiles in ECC6.0 for use in Standad SOP (S076). In MC35, I don't see a place where I can enter by Work center category- like I want both Machine and Labour categories as I have different times for each category

  • Report Navigation / Drill Down

    I am anticipating building an OBI report based on the following scenario: I have a database table with 15 columns. Column 1 is a product number. Column 2 is a unique lot number. Column 3 is a period name. Columns 4 - 15 are months JAN - DEC. This wil

  • Deployed updates not being downloaded by clients - Error = 0x87d00692 is in the WUAHandler.log

    Hi, I've been setting up SCCM 2012 and mostly following the instructions and guides at http://www.windows-noob.com/forums/index.php?/topic/4045-system-center-2012-configuration-manager-guides/.  We used to use a WSUS server to deploy our updates but

  • BED not flowing for import po in migo

    Dear all, I am doing import po.while doing migo i am getting the excise tab.in excise BED is not flowing where as Ecess and se cess are flowing.In spro in excise defaults i have maintained cvd condition type JCV1same as in calculation schema.When i a

  • SCENARIO IN ID AND INTEGRATION SCEANARIO IN IR

    Hi experts,                     Pl let me know   "What is the difference between SCENARIO  in ID and INTEGRATION SCENARIO in IR.  When and where we opt one among them.   How they r not same."