Odd file access issues OES 11 SP1

Hello,
We're running a VMWare ESXi 5.1 cluster. On that we have an OES 11 cluster managing groupwise/iprint/nss/dhcp/dns services. Over the summer we updated to SP1 on the OES side.
This school year we have seen some odd issues, particularly with our NSS volumes. Occasionally, some users will report that they can't see their home directory or other shared folders. I actually had one user opening up a shared folder for our high school and was seeing a shared folder for a completely different school. If you created a new folder, it put it in the proper share. So, very weird behavior. Generally a client reboot fixes the issues, but it's becoming common enough that I feel there is some underlying issue.
Any thoughts about what could be causing this? I'm not even sure where to look as far as logs go when we see the problem.
-Ian

You've patched up SLES and OES to the current patch level? What client OS and protocol is in use? What Novell client version, if any?

Similar Messages

  • Is anyone else having random file access issues? including "Element not found" error?

    I don;t know what the @#$ is going on with this device, but for example:
    user A creates a folder in their area(under a share with RW rights)
    Everything is great..
    They come in on day2, and all of a sudden, they get "Access denied" on the (excel) file
    Typically, if I re-apply full rights for them using windows permissions, it "fixes" it.
    Today, I went to modify a excel spreasheet that I've been using for a week or so, and boom, access denied
    and effective permissions indicate that very thing: no rights.
    I attempted to re-apply rights to my home directory, and on that particulat .xls, got a "Element not found" message.
    I'm sad that I've had SO much trouble with this device.
    I re-sycned with A/D just for kicks, no help.
    It syncs with A/D daily
    I've had so many of these related permissions issues, we're likel;y scrapping the Lenovo for a windows server, but I figured I'll see if anyone else is dealing with this message..
    I'm  also open to the fact that it could be our A/D I suppose..

    Sorry to reply to such an old topic, but I am having exactly the same issue.  Did you ever find a fix?  We are reapplying all the parent folder settings every morning to bandaid the situation, but it is becoming a little ridiculous...
    We have our settings so that a file administrator has full access to everyone's files, and each individual has full access to their own folder.  The folder settings never change, but the files seem to lose the user's access permission periodically after being opened or edited (haven't narrowed down the exact cause, but has never happened to files that haven't been accessed, but doesn't always happen to files that have been accessed).  One odd thing that might have something to do with it, the ownership of files keeps defaulting to a generic 63353/UNIX instead of the creator of the file or the owner of the parent folder (which is set the way we want).  We are currently experiementing with changing it, but it seems ike if we set the owner to the user, the file administrator randomly loses access, if we set to the file admin, the user randomly loses access.  I think we might be can bandaid the situation from the user's perspective with this, but it doesn't seem to fix the initial issue, that the folder permissions won't stay set.

  • RAC-DATA FILE ACCESSING ISSUE FROM ONE NODE

    Dear All,
    We have a two node RAC (10.2.0.3)running on Hp Unix. From yesterday onwards, from one instance accessing data from a specific data file showing the below error, whereas accessing from other node to the same datafile is working properly.
    Errors in file /oracle/product/admin/tap3plus/bdump/tap3plus4_dbw0_24950.trc:
    ORA-01157: cannot identify/lock data file 75 - see DBWR trace file
    ORA-01110: data file 75: '/dev/vg_rac/rraw_tap3plus_temp_live05'
    ORA-27041: unable to open file
    HPUX-ia64 Error: 19: No such device
    Additional information: 2
    Tue Jan 31 08:52:09 2012
    Errors in file /oracle/product/admin/tap3plus/bdump/tap3plus4_dbw0_24950.trc:
    ORA-01186: file 75 failed verification tests
    ORA-01157: cannot identify/lock data file 75 - see DBWR trace file
    ORA-01110: data file 75: '/dev/vg_rac/rraw_tap3plus_temp_live05'
    Tue Jan 31 08:52:09 2012
    File 75 not verified due to error ORA-01157
    Tue Jan 31 08:52:09 2012
    Thanks in Advance

    user585870 wrote:
    We have a two node RAC (10.2.0.3)running on Hp Unix. From yesterday onwards, from one instance accessing data from a specific data file showing the below error, whereas accessing from other node to the same datafile is working properly.That would be due to some kind of failure in the shared storage layer.
    RAC needs the very same storage layer to be visible and available on each RAC node - thus this needs to be some form of shared cluster storage.
    Should a piece of it fails on one node, that node would not be able to access the RAC database files on that shared storage layer - and will throw the type of errors you are seeing.
    So how does this shared storage layer look like? Fibre channels (HBAs) connected to a Fibre Channel Switch and SAN - making SAN LUNs available as shared storage devices?
    Typically a shared storage failure would throw errors in the kernel log. This is because the error is not an Oracle error, but a kernel error. As it is in your case. The bottom error on the error stack points to the root cause:
    ORA-01157: cannot identify/lock data file 75 - see DBWR trace file
    ORA-01110: data file 75: '/dev/vg_rac/rraw_tap3plus_temp_live05'
    ORA-27041: unable to open file
    HPUX-ia64 Error: 19: No such device
    So HP-UX on that node is not seeing a specific shared storage device.

  • Temporary file access issues in 11gR2-AIX

    Hi,
    I am running 11g R2 database in AIX platform .I am getting the below ORA error message when try to access the temporary files and while run the expdp datapump backup.I have notes to solve this error as need to create the tempfile and drop the problematic file.
    But I want to know what cause for corrupt the tempfile . If get some details it would be worth to explain..
    SQL> select file_name from dba_temp_files;
    select file_name from dba_temp_files
    ERROR at line 1:
    ORA-01187: cannot read from file because it failed verification tests
    ORA-01110: data file 201: '/oracle/oradata/primary/temp01.dbf'
    Thanks,
    Robin

    [guru@myboss ~]$ oerr ora 1187
    01187, 00000, "cannot read from file %s because it failed verification tests"
    // *Cause:  The data file did not pass the checks to insure it is part of the
    // database. Reads are not allowed until it is verified.
    // *Action: Make the correct file available to the database. Then, either open
    // the database, or execute ALTER SYSTEM CHECK DATAFILES.

  • File access issue

    Hi friends,
    I have created program that creates file in Application server (Unix Servier) using Open DataSet and Close DataSet. File is Created in the directory
    /usr/app/sapudp/fi/temp perfectly.
    But the issue is some users are not able to read\write the file. As per Unix team, these users does not belong to the perticular group.
    By default the created files have the permissions for some Group only as shown below. But the my user does not belong to that group.
    -rw-rw----   1 user1   group1
    But by default it has to be as shown below
    -rw-rw-r--   1 user1   group1
    is there any way I can change this unix command in the program itself or unix guys have to change this every time the file is created.
    please help me.. <b><REMOVED BY MODERATOR></b>
    Thanks in advance
    Message was edited by:
            Alvaro Tejada Galindo

    Hi!,
    Please read this, maybe it will be usefull:
    http://help.sap.com/saphelp_47x200/helpdata/en/c4/3a8023505211d189550000e829fbbd/frameset.htm
    Regards,
    John.

  • Recent file access issue

    Hi all,
    Seemingly since the last round of updates from Microsoft, my users are seeing intermittent instances where existing Excel spreadsheets (and maybe Word documents, although that hasn't been reported,) are unable to be saved.  In two cases, after they closed Excel, the file disappeared from the file system (share on a 2008 Server.)
    Also, we've seen a few instances where multiple users can have write access to a sheet simultaneous.  No, they are not "Shared Documents" in Excel.
    Has anyone seen this, or better yet know the cause or solution?
    Thanks!
    Kendell
    This topic first appeared in the Spiceworks Community

    HiI had noticed a lot of stale outdated entries in my DNS and was cleaning it up with the intent of turning on scavenging, which i need to do some more research on yet. !!After cleaning up the old / stale entries i noticed some discrepancies with my forward and reverse lookup zones.I'm relatively "green" when it comes to DNS / DHCP so please be gentle :)Here's how i'm understanding it to work (possibly incorrect though)
    New pc gets added to domain, DHCP servers hands out IP. An entry is made and added to DNS manager.
    In Forward Lookup Zone for the domain i see computer name, IP and time stamp.
    In Reverse Lookup Zone for the domain i see computer name, IP and time stamp.1: Is that computer name / IP supposed to get automatically added to the Reverse Lookup Zone? Are both zones supposed to match?
    2: What would cause a couple of computers to...

  • HT201104 files access issues

    I upgraded iCloud on my iMac at work to 200 gb storage space and I still can see files I need to access on my Mac Book Pro.  What do I need to do to access files on this device?

    Hello Patty Flores,
    I understand you upgraded your iCloud account, and you want to be able to access files that you have on your MacBook Pro.  Have you enabled the iCloud Drive feature on both of your computers?   Take a look at the article below to see if this solution will work in your situation.  I've highlighted the key information here for you.  Click on the article for complete details.
    iCloud Drive FAQ - Apple Support
    https://support.apple.com/en-us/HT201104
    With iCloud Drive, you can safely store all your presentations, spreadsheets, PDFs, images, and any other kind of document in iCloud. Documents you store in iCloud Drive will be kept up to date across all of your devices, and you can access them from your iPhone, iPad, iPod touch, Mac, or PC.
    Here's what you can do with iCloud Drive:
    Store and access all of your documents in one place from any of your devices
    Keep files and folders up to date across all your devices
    Create new files and folders from iCloud-enabled apps
    Work on the same file across multiple apps
    What do I need to use iCloud Drive?
    Make sure you have iOS 8 or OS X Yosemite on all of your devices. Here are the requirements:
    iPhone, iPad, or iPod touch with iOS 8
    Mac with OS X Yosemite
    PC with Windows 7 or later and iCloud for Windows
    Safari 6 or later, Firefox 22 or later, or Google Chrome 28 or later
    An active Internet connection
    After you update to iOS 8 or OS X Yosemite, also update your iWork apps (Pages, Numbers, and Keynote) to the latest versions. Learn more about using iWork with iCloud Drive.
    Cheers,
    Judy

  • It's very slow to access file server after installed SP1 of Win7.

    I found it's become very slow to access shared files on file server after installed win7 SP1, (windows6.1-KB976932-X86.exe),  access same file, the win7 without sp1 is fast in 5 secs, but the pc with sp1 need more than 30 secs. And
    I tried to removed the sp1, everything goes fine, access fast as others.
    I don't understand what's the reason and which feature affected it, I believe the sp1 can help Win7 be more safety, but why the performance on it get worse.
    And I didn't find the same question or tips on forum or website, do you really haven't the issue?
    Arnold From Shanghai, China
    Arnold Yu

    Hi Arnold,
    Windows 7 Service pack and any other Windows Updates are released to improve the performance, reliability and security of the system.
    Firstly please run the performance troubleshooter:
    Open the Performance troubleshooter
    http://windows.microsoft.com/en-US/windows7/Open-the-Performance-troubleshooter
    If it doesn't resolve the issue, Put the computer in
    Clean Boot and then check to see if the issue persists.
    If it still persists, please use performance monitor to trace your computer's performance:
    Performance Monitoring Getting Started Guide
    http://technet.microsoft.com/en-us/library/dd744567(v=ws.10).aspx
    Karen Hu
    TechNet Community Support

  • Server 2008r2 and windows 7 pro slow to no networkshare file searching and file access (green progress bar)

    we are running a windows server 2008r2 sp1 domain controller and a 3com gigabit switch to which 7 windows 7 pro computers are connected. We are only using the windows server to distribute a few printers and as a network share (z drive).
    we are storing all files (word documents only) centrally on the server (z share), and files are accessed and written to the z share.
    Problem is that file access from the z share on the windows 7 client computers is at best buggy. we are able to browse the z-share, but as soon as we want to search the z-share for files (f.i. use file explorer with "content: memorandum") the green
    progress bar shows and no search is performed. something like alphabetically sorting a directory on map/file name on the z-share also shows a green bar with no sorting. manually going to the files works.
    One thing i noticed, sometimes not all files that one user created and stored on the server is visible and can be found by another user. I prefer to disable all offline file caching setting, because that feature is not used. no files should be made accessible
    offline. i don't know where to change that on the server side. 
    I am reluctant to experiment on the server end (2008r2 sp1), so i tried a few suggested solutions on the client end (windows 7 client)
    I tried disabling offline file caching
    i tried properties (z share) ==> advanced and map optimizing and several options there
    i tried disabling the smbv2 protocol and disabling the smbv1 protocol (using
    sc.exe config lanmanworkstation depend= bowser/mrxsmb10/nsi command etc. posted by microsoft)
    i tried disabling windows defender
    i tried accessing the z share via ip and server name (the share is mapped via its servername, e.g. dennis-dc1\share). still the same
    file searching on the clients c drive ('own harddrive') works much better, file searching on the server also works.
    any suggestions or solutions that i can test on the client side, as mentioned i am reluctant to change something on the server side. if a solutions works, i prefer to change it on the server side.

    Hi,
    The issue could be due to windows indexing service taking long time in sorting and searching in mapped drives. Please try the steps belwo to disable windows indexing service or search service on the windows 7 client to resolve the issue.
    You can click on Start and select Control Panel, click on
    Programs and Features, go into the Turn Windows Features on or off section Scroll down the list and uncheck the box next to Indexing Service or Windows Search.
    Best Regards,
    Mandy
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • File adapter issue in Linux enviornment

    hi'
    I am deploying BPEL in Linux enviornment, and with the file adapter read operation I am reading a test.xml file this file is internally refering to emp.xsd (files are below), now the issue is the file adapter is reading XML file even if it is invalid, this was not the case in windows XP enviornment, please advice why it is behaving like this.
    Also the path of my XSD is "/home/wsfbpel/public_html/XSD" and the file has all read write permission (chmod 777 filename)
    XSD
    *<?xml version="1.0" encoding="windows-1252" ?>*
    *<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"*
    xmlns="http://www.example.org"
    targetNamespace="http://www.example.org"
    elementFormDefault="qualified">
    *<xsd:element name="readfile">*
    *<xsd:complexType>*
    *<xsd:sequence>*
    *<xsd:element name="name" type="xsd:string"/>*
    *<xsd:element name="empid" type="xsd:string"/>*
    *</xsd:sequence>*
    *</xsd:complexType>*
    *</xsd:element>*
    *</xsd:schema>*
    XML (this is clearly invalid with respect to XSD it is refering to)
    *<?xml version="1.0" encoding="utf-8"?>*
    *<!-- Created with Liquid XML Studio Developer Edition (Trial) 8.1.2.2399 (http://www.liquid-technologies.com) -->*
    *<tns:readfile xmlns:tns="http://www.example.org"*
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.example.org /home/wsfbpel/public_html/XSD/emp.xsd">
    *     <tns:name>yatanveersingh</tns:name>     *
    *     <tns:empidname>6499</tns:empidname>* +(incorrect element name)+
    *</tns:readfile>*
    thanks
    Yatan

    Hi,
    My problem got resolved.
    There was some access issue to see the txt files at the File Directory.
    Thanks.

  • File Adapter Issue in SOA Suite11g

    Hi,
    I have been facing a strange issue while testing my BPEL process.
    I have a BPEL process which reads input as event listener and then does a small transformation
    At last its writing that output message into a txt file using FileAdapter.
    While testing the BPEL process, its showing success instance id but no files are generating.
    When I was checking at Audit Trail, its showing the output message is being passed into the FileAdapter.
    Same time I was checking the server log, but there was no error/exception.
    Can anyone help me to resolve the problem?
    Note:
    I have been using SOA Suite v11.1.1.4 & have configured FileAdapater with option of Logical Path
    Regards,
    Deba

    Hi,
    My problem got resolved.
    There was some access issue to see the txt files at the File Directory.
    Thanks.

  • File sharing issues make file sharing a pain!   Is there a fix?

    Noted since install of Snow Leopard, I'm having issues accessing, editing, or renaming files/folders in a "shared" folder.
    I work from multiple platforms in multiple locations, as does my staff. Typically I need to: create a file on my office iMac, edit it from my home iMac, edit again on the road from my MacBook Air, have an associate proof/edit/polish from a Windows desktop, and final edits from my office iMac.
    Formerly done on a shared folder on the office iMac, we ran into constant permission & access issues (see prior unresolved posts). We've abandoned that approach.
    We are now facing the same issues with a new shared folder on the office Windows based server. I can't rename folders I created, I'm not allowed access to files I've created.
    We believe this is related to changes to SMB software, but have not located a fix that lets us operate the way we used to, ..the way we need to.
    Appears Apple SMB is locking folders & files and not unlocking when appropriate - example create folder from office iMac and later with everything closed and only Finder running not being able to rename the folder.

    You can do this if you keep your wits about you and manage the unexpected additional complexity.
    Keep in mind:
    The sharing login screens presented each time you reach across to the other Mac request the name and password of a User on the REMOTE computer, but are on the screen of the local computer.
    If you are not connected to the User you need, or are connected as "Guest", break the connection and connect again as the specific user you need.

  • Problem with default file access permission

    Hi,
    I am accessing a common area '/NFS_DATA' by both my java and oracle codes by the users 'javaUsr' and 'oraUsr' respectively.
    As per the requirement, the oracle code (oraUsr) needs to create some file in the specified location and then the java code (javaUsr) needs to update those files (created by oraUsr) with some new data.
    At present scenario the 'oraUsr' creates files with default access permission 644, which does not permit 'javaUsr' to update them.
    Constraints : I am not supposed to set umask at the .profile of 'oraUsr'.
         Execution of any shell script from oracle procedure is not permitted.
    Is it possible to specify file-system specific default file access permissions??
    Any idea to overcome this issue??

    Hi,
    I am accessing a common area '/NFS_DATA' by both my
    java and oracle codes by the users 'javaUsr'
    and 'oraUsr' respectively.
    As per the requirement, the oracle code
    (oraUsr) needs to create some file in the
    specified location and then the java code
    (javaUsr) needs to update those files (created
    by oraUsr) with some new data.
    At present scenario the 'oraUsr' creates files
    with default access permission 644, which does
    not permit 'javaUsr' to update them.
    Constraints : I am not supposed to set
    umask at the .profile of 'oraUsr'.
    Execution of any shell script from oracle
    oracle procedure is not permitted.
    Is it possible to specify file-system specific
    default file access permissions??
    Any idea to overcome this issue??You might like to try using File ACLs
    man setfacl(1)
    as oraUsr
    setfacl -s user:oraUsr:rw-,user:javaUsr:rwx,group::r--,other:---,mask:rwx file
    This way the oraUsr can not execute file
    but javausr can
    getfacl will show the ACL
    user::rw-
    user:javaUsr:rwx #effective:rwx
    group::rw- #effective:rw-
    mask:rwx
    other:---
    hope this helps a bit

  • Remote file access doesn't work with Mac and Q10

    I'm running the latest BlackBerry Link (version 1.20, build 7) and Mac OS X (version 10.9) software on my Mac Mini computer. 
    I setup BlackBerry Link for remote file access.
    On my Q10 in File Manager I see my Mac computer but for some reason I don't see any folders. It's just a black blank screen. My carrier is Telus. 
    In link I chose folders to access. It seems like everything is setup properly and I still see only a black blank screen on my Q10. 
    Any Mac users have this issue?

    Me too. None of the sync functions/remote file access/wifi sync using BB Link are working for me. I have a Mac (10.8.5) and a BB Z10 (10.2.0.429). I hope BB comes up with a solution soon. 

  • File access/locking problems, most notably with AutoCAD

    A number of sporadic problems of AutoCAD users who've been working away
    suddenly not able to write to the file they've been working on. If
    multiple people try to use the same Xrefs, often some will get that the
    file is corrupted report by AutoCAD.
    What is reproducible is one of the Xref problems and it has given us a
    bit of a work around to keep working.
    To Reproduce:
    Start AutoCAD(2009), open a file with base(Xref)
    Save the base (no change needed) without closing, and refresh
    the base disappears from view, and when we look in the 'Xref Manager'
    we see that the Base has a status of 'Needs Recovery'. This applies
    even when multiple people had the Xref in read only view, that it is
    now unavailable, but when the full drawing is shut down and reopened
    by the one who had saved, the Xref is just fine.
    Autosave is not triggering the problem.
    This has been reproduced on the newest version of ACAD as well, just
    slightly different wording of errors.
    OES2 sp3 servers (in VMWare) with mostly XPsp3 clients but a few
    Windows 7 ones as well. The clients mostly have the newest clients
    installed, but there are some of the XP boxes with 4.91.4 still on
    them.
    Just migrated the main data volume from NetWare 6.5.8 to OES2 Linux and
    immediately started having the problem. 100% of file access is via
    NCP. no CIFS is configured, to the point we have cross-protocol-locks
    set to 0 (Zero, i.e. Off).
    I think I've been through every combination of file locking settings of
    server vs workstation without any apparent change.
    Still working out different tests to do to find what makes a
    difference.
    Observations that might just lead to clues toward the root cause:
    - On NetWare, if a user left files open over night, we could still see
    those being listed as opened in Monitor. Past history with these users
    is that there was always several showing as open every night even when
    we were sure they'd all been gone for hours. Now when we check the all
    the volumes late in the evening, they've been showing no files open.
    perhaps that is a clue to a problem in lock tracking.
    - While still at OES2 sp2, the pilot team kept giving vague
    descriptions of problems using ACAD against files on OES2, but those
    all went away after applying SP3, so after 2 months of one small group
    running ACAD against files stored on OES2-linux, we migrated the bulk
    of the data as the last volume from a failing NetWare 6.5.8 cluster
    (recreating SBDs was getting tiring).
    Andy Konecny
    KonecnyConsulting.ca in Toronto
    Andy's Profile: http://forums.novell.com/member.php?userid=75037

    Originally Posted by HvdHeuvel
    On Tue, 19 Jul 2011 14:19:33 +0000, Andy Konecny wrote:
    > In article <NvZTp.3150$[email protected]>, Hans van den
    > Heuvel wrote:
    >> This sounds as bug #691870
    >>
    > yup, it is, and that bug has actually been marked as a duplicate of
    > another and has been merged. The other related to opening and saving
    > PDF files, which we were also hitting as well. One user who had to
    > generate many PDFs off of a set of drawings was particularly nailed by
    > this.
    >
    > I have the FTF and applied it last night, just had to chase a few
    > stragglers to take a break to activate it since doing so does briefly
    > break links (reports/broadcasts as server 'down', but only for a
    > minute). The users are much happier this morning, got very nice
    > greetings as I arrived on-site. So far no sign of any other related
    > issues.
    Glad to hear that your (and our) customer's life became less complicated.
    Keep up doing the good work !
    Best regards
    Hans
    Hi Hans,
    i have just helped a customer to migrate their data from NW65SP8 to OES2SP3 and hit the same problem with the CAD group using AutoCAD 2004 on Windows XP with NC491SP3 + some Postpatches
    Do we have a release date for the next OES2 SP3 Scheduled Maintenace Patch?
    The last available is from May and has been apparently released the 31st of May.
    Do we have a chance to get the ftf in someway?
    Many thanks in advance and best regards,
    Stefano Barello
    LANworks AG - IT Engineering

Maybe you are looking for

  • ITunes Match is checking my music upload, and is stuck on the last song.

    I'm uploading 12,044 songs to iTunesMatch. It has checked 12,043 and then is stuck on the last one. How can I finish?

  • How to go from NW 7.0 (and 7.0 EhP1) to NW 7.0 EhP2 Java only.

    Hi, I'm trying to figure out the correct way to go from NW 7.0 (and 7.0 EhP1) to NW 7.0 EhP2 on a single stack system (Java Only). Some threads on the forum mention the use of SAPEHPI, however, when I go to see the SAPEHPI guide for Java (http://serv

  • Stopping tiling in a table background image

    I'm trying to stop the tiling of the background image within a table in Dreamweaver 8. It seems to be different then "no-repeat" for the general background. Was hoping someone could help me out. Thanks.

  • Assign to a specific participant

    Hello, I'm new to Oracle BPM suite. I have designed my process. what i'd like to do now, is for example an activity would be assigned to a participant and not to a role. which means an activity would be shown in the task list of a specific participan

  • Reset Password email:  subject line and body

    For an email that is sent from this page: Home>Manage Workspaces>Manage Developers and Users>Reset Password Question: Where/how can I change the subject line and message-body contents for this email