How to monitor Alert file large in EM Grid

Hello,
In Enterprise Manager 9 we used to monitor Alert File Large.
I am not able find this in Grid Control.
Can anybody tell me how to monitor this metric in OEM 10 GRid?
Best regards,
Jvries

You must to select the host target and metric and policy issues
Select all metrics and search File or Directory size MB
You can to add the file when you want to monitor the size and
you must to enable a response action when the critical theshold appear
The response action must be a shell script like this
#/bin/ksh
#if you want backup
cp /directory/file.log /backup_destination/file.log.bak
#for clean the file and his size was empth
/directory/file.logRemember that you want enable the credentials for host and the owner of agent had rights of read and write in the location of file
Regards

Similar Messages

  • How do i get files larger than 2 gigs on a usb drive and still be able to use on a mac and pc?

    how do i get files larger than 2 gigs on a usb drive and still be able to use on a mac and pc?

    You can format the drive using ExFAT or you can format the drive NTFS then use third-party software on the Mac to enable writing to it: NTFS 11.2.443.
    Disk Utility 12.x- Format a disk for Windows computers

  • HANA DB - what if db goes down, how to monitor/alerting using Studio

    I have configured mail alerts for my hana db instance (for certain / all events).
    If I stop my db (instance) I still do not get any alerts because I assume there are no specific events to be set for monitoring/alerting purpose in case hana db itself goes down. Is this a normal behavior in HANA as the db itself has monitoring/alerting capability? If yes then how will a DBA get to know if the db goes down.
    Please correct me if I am missing something while setting alerting mechanism. 

    Also would want to know if there are issues with the latest rev. SP7 w.r.t alerts and hdbstatisticsserver service under Landscape?
    I have observed the hdbstatisticsserver (and daemon.ini) doesnt come up on its own after db instance is restarted.
    FYI: I have HANA Instance on Linux VM (sandbox). 

  • How to monitor a file in oracle

    Hi,
    I am running a job using DBMS_job package where the job should look for a file.If the file exists only job should run.Can i use these dependencies in dbms_job package??
    What is the syntax for utl_file to monitor a file wehter it exists or not
    Thanks

    What you want is to resubmit the job by adding n number of seconds to the original job.
    Let us say your job starts at 1 AM and the file is not there yet, so the job should reschedule itself
    to run at 1:30 and then at 1:30 it will check the existence of file, if the file is not there it should further reschedule itself.
    There is a way to do it. Search in metalink forums .

  • How to monitor a file?

    I want my program to monitor a file or directory. whenever the file or the directory is modificated, it will send an event to my program.
    I use a thread to check the last modification time ever 5 seconds, but i don't think this is a good design.

    This should help ....
    class FileChangeEventManager extends Thread
         List<FileChangeEventListener> lst = new ArrayList<FileChangeEventListener>();
         List<String> lstFiles = new ArrayList<String>();
         public void fileToMonitor(String file)
              lstFiles.add(file);
         public void addListener()
              // add to list
         public void removeListener()
              // add to list
         public void run()
              while(true)
                   try
                        Thread.sleep(2000);
                   catch(InterruptedException e)
                   // if filechanged
                         * 1. create file change event object
                         * 2. set filename
                         * 3. loop through all the listener
                         * 4. inovke filechanged(filechangeevent obj) on all listeners
    class FileChangeEvent
         String fileName;
         public FileChangeEvent()
         public String getFileName() {
              return fileName;
         public void setFileName(String fileName) {
              this.fileName = fileName;
    class FileChangeEventListener
         public void fileChanged(FileChangeEvent e)
    }you event listeners should extends FileChangeEventListener to handle events..
    enjoy !

  • How to monitor specific file size in SCOM 2012

    Dear Experts,
    In our environment we need to SCOM have monitor profile of NTuser.dat file growth in all citrix servers, This file is presented in the path of  “C:\Documents and Settings\ctx_cpsvcuser\NTuser.dat”. when this profile is reached 10 MB
    size then SCOM has to trigger the alert, So can you please help me out to achieve this Task. I have tried many scripts and no luck.. So please provide me step by steps to configure this.
    Saravana Raja

    Hi Yan,
    I have followed with Kevin steps with below model scripts and does not work it seems.Also I didn,t get any errors also.. I don't understand whats wrong there...
    Set objFSO = CreateObject(“Scripting.FileSystemObject”)
    Set objFile = objFSO.GetFile(“C:\Documents and Settings\ctx_cpsvcuser\ntuser.dat”)
    varSize = objFile.Size
    Dim oAPI, oBag
    If varSize > 52428800 Then
    Set oAPI = CreateObject(“MOM.ScriptAPI”)
    Set oBag = oAPI.CreatePropertyBag()
    Call oBag.AddValue(“Status”,”Bad”)
    Call oBag.AddValue(“Size”, varSize)
    Call oAPI.Return(oBag)
    Else
    Set oAPI = CreateObject(“MOM.ScriptAPI”)
    Set oBag = oAPI.CreatePropertyBag()
    Call oBag.AddValue(“Status”,”Ok”)
    Call oAPI.Return(oBag)
    End If
    Saravana Raja

  • How to monitor RAC services and nodeapps in Grid Control

    Hi,
    I have created a number of RAC service names such as GL on a 2-node RAC and would like to use Grid control 10.2.0.2 to monitor the availability of those services and nodeapps. I was not able to find anything in Grid Control that would allow me to configure that. What are being monitored now are the listeners, database instances and nodes. Would it be possible to monitor more than just the RAC listeners, instances and nodes?
    thanks.

    I don&acute;t think that there is an out-of-the-box metric. However, CRS monitors your services and Grid Control monitors CRS errors. If you need more granular monitoring, I have 2 suggestions:
    1) user callouts:
    [http://download.oracle.com/docs/cd/B28359_01/rac.111/b28254/hafeats.htm#RACAD7133]
    2) extending oracle enterprise manager
    I have written a paper on how to extend oem at [http://www.ora-solutions.net/web/papers/]
    "Extending Oracle Enterprise Manager to collect HP-UX glance data"
    You can follow the instructions to build a new target type called "RAC_SERVICE" and add your serivces as targets, e.g. S_BATCH, S_ONLINE, S_HR.
    Best regards,
    Martin Decker
    www.ora-solutions.net
    Edited by: mdecker on Jan 2, 2009 10:57 AM
    Edited by: mdecker on Jan 2, 2009 10:59 AM

  • How can NI FBUS Monitor display very large recorded files

    NI FBUS Monitor version 3.0.1 outputs an error message "Out of memory", if I try to load a large recorded file of size 272 MB. Is there any combination of operating system (possible Vista32 or Vista64) and/or physical memory size, where NI FBUS Monitor can display such large recordings ? Are there any patches or workarounds or tools to display very large recorded files?

    Hi,
    NI-FBUS Monitor does not set the limitation on the maximum record file size. The physical memory size in the system is one of the most important factors that affect the loading of large record file.  Monitor will try loading the entire file into the memory during file open operation.
    272MB is a really large file size. To open the file, your system must have sufficient physical memory available.  Otherwise "Out of memory" error will occur.
    I would recommend you do not use Monitor to open a file larger than 100MB. Loading of a too large file will consume the system memory quickly and decrease the performance.
    Message Edited by Vince Shen on 11-30-2009 09:38 PM
    Feilian (Vince) Shen

  • BPM File monitoring - Alerts not triggered.

    Hi All,
    we have defined the application monitor for file monitoring in BPM.
    the problem is we are not getting any alerts so far,
    the file monitoring paramaters we gave are
    1. file path, filename * and pattern: az*
    we are actually monitoring the availablity of the incoming file, there are also files existing of the same name, the only differentiator is the time stamp.
    As per logic, we will be monitoring the latest file that reaches the folder. but no oupt till now.
    can any one pls tell how can we proceed further, for the requirement mentioned above, all the necassary authorizations are provided.
    kindly advice  on

    Hi Ragu,
    Thanks for the reply.
    The status is gray in RZ20. But when i see in dswp it is in green only.
    I tried activating the file size and filae age parameters, according to setup guide it is mentioned that
    After activating, the most recent file is considered for creation time of file.
    for file size and file age , the existing file details are considered.
    but in my case, creation time of file getting some alerts.....eventhogh no file has come after activation.
    And file size and file age are still in gray when old file are there available in the specified folder.
    kinldy advice on why this is happening.
    Thanks and Regards,
    Subhashini.

  • How rman backup messages printed in alert file?

    surprised how the messages of rman getting printed in alert file?
    i am using 10.2.0.4 on AIX and using veritas net backups.....from rman.....
    ORA-19624: operation failed, retry possible
    ORA-19506: failed to create sequential file, name="c-1650503797-20091118-0c", parms=""
    ORA-27028: skgfqcre: sbtbackup returned error
    ORA-19511: Error received from media manager layer, error text:

    Raman wrote:
    Well. i agree. we have logs to capture media backups....so wanted to cut only these media backups failure out of alert file...else what is happening here is our monitoring reports these as alerts as already we know from media backup logs...So why not modify your monitoring of the alert log to exclude that particular error?
    Personally, I'd allow both systems to continue to report the error from their perspective.
    >
    in nutshell...just exploring any options to turn off the media backup failures like any rman parameters or can anything to do with veritas parameters?
    Anyway thanks to all for your valuable opinions.
    Thanks,
    Raman.

  • How to monitor OSD TS failure and get alert or report?

    How to monitor OSD TS failure and get some alert or generate an report?
    We have SCCM 2012 R2 CU1 with MDT 2013.
    I have checked the OSD reports in SCCM and everyone is emty, where do SCCM get data to the what to activate?
    (I thinking of "Task Sequence - Deployment Status" reports)
    I am not sure people read report manually or lock at the MDT monitor view. So best I think that generate an email or incident in Service Manager when an TS fails.
    We do have SCOM, SCSM, SCO.
    Is there anyone that can point what way or what option I have?
    /SaiTech

    Specifically you could use this Status Message Query syntax to monitor your Task Sequences for errors:
    select stat.*, ins.*, att1.*, att1.AttributeTime from SMS_StatusMessage as stat left join SMS_StatMsgInsStrings as ins on stat.RecordID = ins.RecordID left join SMS_StatMsgAttributes as att1 on stat.RecordID = att1.RecordID inner join SMS_StatMsgAttributes
    as att2 on stat.RecordID = att2.RecordID where att2.AttributeID = 401 and att2.AttributeValue = "DOJ200A1" and stat.SiteCode = "DOJ" and att2.AttributeTime >= ##PRM:SMS_StatMsgAttributes.AttributeTime## order by att1.AttributeTime desc
    Just replace DOJ200A1 with the Deployment ID of your Task Sequence and DOJ with your SiteCode.
    If you want to generate an alert if the TS fails then you could run a script that calls a utility (or similar) which sends a pre-configured email to a specified address (as an alternative to Torten's response). This could be placed in the built in error
    logging section of the SCCM integrated MDT Task Sequence when it fails which I assume you are using (right at the bottom, called Gather Logs and StateStore on failure).
    There are heaps of ways of generating an email from a TS and controlling error logging just do a search - as you have Service Manager you could even use your instance of Orchestrator and call a run book in your TS which does the email?
    Cheers
    Damon

  • How to create one ISO file large than 2G

    hi,
    here when I create one ISO with 3G(larger than 2G) on solaris 10 machine, I met below error:
    mkisofs: File too large. cannot fwrite 32768*1
    Anyone has suggestion for this problem? How to create one ISO files larger than 2G?
    See the detail logs information:
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
    mkisofs -o my.iso -A "Software DVD" -D -L -P "Study "-p CBC/XLE -r -T -V R50 -v iso
    mkisofs: The option '-L' is reserved by POSIX.1-2001.
    mkisofs: The option '-L' means 'follow all symbolic links'.
    mkisofs: Mkisofs-2.02 will introduce POSIX semantics for '-L'.
    mkisofs: Use -allow-leading-dots in future to get old mkisofs behavior.
    mkisofs: The option '-P' is reserved by POSIX.1-2001.
    mkisofs: The option '-P' means 'do not follow symbolic links'.
    mkisofs: Mkisofs-2.02 will introduce POSIX semantics for '-P'.
    mkisofs: Use -publisher in future to get old mkisofs behavior.
    Warning: creating filesystem that does not conform to ISO-9660.
    mkisofs 2.01 (sparc-sun-solaris2.10)
    Scanning iso
    Scanning iso/rac_stage3
    Using RAC_S000 for /rac_stage2 (rac_stage1)
    Using RAC_S001 for /rac_stage1 (rac_stage3)
    Using INSTA000.1;1 for ..
    Writing: The File(s) Start Block 48
    0.42% done, estimate finish Thu Feb 1 16:12:35 2007
    0.84% done, estimate finish Thu Feb 1 16:12:36 2007
    1.26% done, estimate finish Thu Feb 1 16:12:36 2007
    1.69% done, estimate finish Thu Feb 1 16:12:36 2007
    2.11% done, estimate finish Thu Feb 1 16:12:36 2007

    87.65% done, estimate finish Thu Feb 1 16:14:54 2007
    88.07% done, estimate finish Thu Feb 1 16:14:54 2007
    mkisofs: File too large. cannot fwrite 32768*1
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Thanks!

    does it matter "copy protection" ? for the problem that i have?
    my computer is alwyes get stuck while i trying to made a dvd or image
    i made few disks wite menu in the past & i had not problems at all

  • How do I delete a large file without my computer crashing?

    I am playing around with HD video and have a very large Quicktime File (12.5GB) that froze my computer while rendering.  I need to delete it.  (CRASH: screen freezes and dark line slowly comes from top to bottom and once entire screen is slightly darker, a post in the middle pops up and tells me to turn off computer by holding power button).
    After a lot of trial and error, it seems the problem is that the computer can't handle the massive deletion.  Unlike a lot of other similar issues on this forum, this is a single file and not hundreds, so i can't delete portions at a time and be done with it.  I have run through all my ideas and need help on how to delete this file from my computer and have come up with two possible ways:
    1 - Split this video into smaller files.  I dont know how to do this: I have SPLIT-CONCAT but that duplicates (then splits) and does not actually split the original.  I tried "replacing" the video with the same-named smaller file and it crashed the computer.
    2 - Change preferences on this computer somehow to allow this massive deletion. I tried a force empty through terminal and it did the same crash.  I dont know if there is a preference (disk manager) or otherwise to get rid of this file. 
    I am on a 2006 Intel iMac running 10.7.4

    Sun May 13 21:33:15 2012
    panic(cpu 0 caller 0xffffff80003224be): "jnl: transaction too big (1831424 >= 1834496 bytes, bufsize 4096, tr 0xffffff800b327f48 bp 0xffffff807a5b20e0)\n"@/SourceCache/xnu/xnu-1699.26.8/bsd/vfs/vfs_journal.c:262 3
    Backtrace (CPU 0), Frame : Return Address
    0xffffff807ee632b0 : 0xffffff8000220792
    0xffffff807ee63330 : 0xffffff80003224be
    0xffffff807ee63370 : 0xffffff80004d56a3
    0xffffff807ee63390 : 0xffffff800050dc0d
    0xffffff807ee63460 : 0xffffff800050926c
    0xffffff807ee63540 : 0xffffff80005101da
    0xffffff807ee637a0 : 0xffffff8000510294
    0xffffff807ee63860 : 0xffffff8000510d6c
    0xffffff807ee63930 : 0xffffff80004e9d74
    0xffffff807ee639e0 : 0xffffff80004e9fe0
    0xffffff807ee63a40 : 0xffffff80004de46c
    0xffffff807ee63ad0 : 0xffffff80004dea22
    0xffffff807ee63b10 : 0xffffff8000319b82
    0xffffff807ee63b50 : 0xffffff80002ffb53
    0xffffff807ee63b80 : 0xffffff80002ffc3c
    0xffffff807ee63ba0 : 0xffffff800030bc67
    0xffffff807ee63d90 : 0xffffff800030bd20
    0xffffff807ee63f50 : 0xffffff80005cd61b
    0xffffff807ee63fb0 : 0xffffff80002daa13
    BSD process name corresponding to current thread: Finder
    Mac OS version:
    11E53
    Kernel version:
    Darwin Kernel Version 11.4.0: Mon Apr  9 19:32:15 PDT 2012; root:xnu-1699.26.8~1/RELEASE_X86_64
    Kernel UUID: A8ED611D-FB0F-3729-8392-E7A32C5E7D74
    System model name: iMac8,1 (Mac-F227BEC8)
    System uptime in nanoseconds: 2062336604249
    last loaded kext at 46331332223: com.apple.filesystems.msdosfs          1.7.1 (addr 0xffffff7f8137a000, size 57344)
    loaded kexts:
    com.seagate.driver.PowSecLeafDriver_10_5          5.1.1
    com.Logitech.Control Center.HID Driver          3.4.0
    com.seagate.driver.PowSecDriverCore          5.1.1
    com.apple.filesystems.msdosfs          1.7.1
    com.apple.driver.AppleHWSensor          1.9.5d0
    com.apple.driver.AppleTyMCEDriver          1.0.2d2
    com.apple.driver.AudioAUUC          1.59
    com.apple.driver.AppleHDAHardwareConfigDriver          2.2.0f3
    com.apple.driver.AppleHDA          2.2.0f3
    com.apple.driver.AppleUpstreamUserClient          3.5.9
    com.apple.driver.AppleMCCSControl          1.0.26
    com.apple.GeForce          7.1.8
    com.apple.filesystems.autofs          3.0
    com.apple.driver.AppleSMCPDRC          5.0.0d0
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.iokit.IOBluetoothSerialManager          4.0.5f11
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AudioIPCDriver          1.2.2
    com.apple.driver.ACPI_SMC_PlatformPlugin          5.0.0d0
    com.apple.driver.AppleMuxControl          3.0.16
    com.apple.driver.AppleBacklight          170.1.9
    com.apple.driver.AppleLPC          1.5.8
    com.apple.driver.BroadcomUSBBluetoothHCIController          4.0.5f11
    com.apple.driver.AppleIRController          312
    com.apple.driver.AppleFireWireStorage          3.0.1
    com.apple.driver.initioFWBridge          3.0.1
    com.apple.driver.IOFireWireSerialBusProtocolSansPhysicalUnit          3.0.1
    com.apple.driver.LSI_FW_500          3.0.1
    com.apple.driver.Oxford_Semi          3.0.1
    com.apple.driver.StorageLynx          3.0.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          33
    com.apple.iokit.SCSITaskUserClient          3.2.0
    com.apple.driver.XsanFilter          404
    com.apple.iokit.IOAHCIBlockStorage          2.0.3
    com.apple.driver.AppleFWOHCI          4.8.9
    com.apple.iokit.AppleYukon2          3.2.2b1
    com.apple.driver.AppleUSBHub          4.5.0
    com.apple.driver.AirPortBrcm43224          501.36.15
    com.apple.driver.AppleEFINVRAM          1.5.0
    com.apple.driver.AppleAHCIPort          2.3.0
    com.apple.driver.AppleIntelPIIXATA          2.5.1
    com.apple.driver.AppleUSBEHCI          4.5.8
    com.apple.driver.AppleUSBUHCI          4.4.5
    com.apple.driver.AppleHPET          1.6
    com.apple.driver.AppleACPIButtons          1.5
    com.apple.driver.AppleRTC          1.5
    com.apple.driver.AppleSMBIOS          1.8
    com.apple.driver.AppleACPIEC          1.5
    com.apple.driver.AppleAPIC          1.5
    com.apple.driver.AppleIntelCPUPowerManagementClient          193.0.0
    com.apple.nke.applicationfirewall          3.2.30
    com.apple.security.quarantine          1.3
    com.apple.driver.AppleIntelCPUPowerManagement          193.0.0
    com.apple.driver.DspFuncLib          2.2.0f3
    com.apple.nvidia.nv50hal          7.1.8
    com.apple.NVDAResman          7.1.8
    com.apple.kext.triggers          1.0
    com.apple.iokit.IOFireWireIP          2.2.4
    com.apple.driver.AppleHDAController          2.2.0f3
    com.apple.iokit.IOHDAFamily          2.2.0f3
    com.apple.iokit.IOSurface          80.0.2
    com.apple.iokit.IOSerialFamily          10.0.5
    com.apple.iokit.IOAudioFamily          1.8.6fc17
    com.apple.kext.OSvKernDSPLib          1.3
    com.apple.driver.ApplePolicyControl          3.0.16
    com.apple.driver.AppleSMC          3.1.3d8
    com.apple.driver.IOPlatformPluginLegacy          5.0.0d0
    com.apple.driver.AppleGraphicsControl          3.0.16
    com.apple.driver.AppleBacklightExpert          1.0.3
    com.apple.iokit.IONDRVSupport          2.3.2
    com.apple.iokit.IOGraphicsFamily          2.3.2
    com.apple.driver.AppleSMBusPCI          1.0.10d0
    com.apple.driver.IOPlatformPluginFamily          5.1.0d17
    com.apple.driver.AppleFileSystemDriver          13
    com.apple.driver.AppleUSBHIDKeyboard          160.7
    com.apple.driver.AppleHIDKeyboard          160.7
    com.apple.driver.AppleUSBBluetoothHCIController          4.0.5f11
    com.apple.iokit.IOBluetoothFamily          4.0.5f11
    com.apple.iokit.IOUSBMassStorageClass          3.0.1
    com.apple.iokit.IOFireWireSerialBusProtocolTransport          2.1.0
    com.apple.iokit.IOUSBHIDDriver          4.4.5
    com.apple.driver.AppleUSBMergeNub          4.5.3
    com.apple.driver.AppleUSBComposite          4.5.8
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          3.2.0
    com.apple.iokit.IOBDStorageFamily          1.6
    com.apple.iokit.IODVDStorageFamily          1.7
    com.apple.iokit.IOCDStorageFamily          1.7
    com.apple.iokit.IOATAPIProtocolTransport          3.0.0
    com.apple.iokit.IOFireWireSBP2          4.2.0
    com.apple.iokit.IOSCSIBlockCommandsDevice          3.2.0
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.2.0
    com.apple.iokit.IOFireWireFamily          4.4.5
    com.apple.iokit.IOUSBUserClient          4.5.8
    com.apple.iokit.IO80211Family          420.3
    com.apple.iokit.IONetworkingFamily          2.1
    com.apple.iokit.IOAHCIFamily          2.0.8
    com.apple.iokit.IOATAFamily          2.5.1
    com.apple.iokit.IOUSBFamily          4.5.8
    com.apple.driver.AppleEFIRuntime          1.5.0
    com.apple.iokit.IOHIDFamily          1.7.1
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          177.5
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.DiskImages          331.6
    com.apple.iokit.IOStorageFamily          1.7.1
    com.apple.driver.AppleKeyStore          28.18
    com.apple.driver.AppleACPIPlatform          1.5
    com.apple.iokit.IOPCIFamily          2.6.8
    com.apple.iokit.IOACPIFamily          1.4

  • How can I send a large .MOV file to a USB?

    We had an event a few days ago, and made a movie with iMovie, when I finally finished making it and adding what i wanted and edited to my like I exported it. The file is currently 9.86GB. I have a 32GB USB thumbdrive but everytime I try to "drag and drop" it tells me the file is too large for the volumes format. Now, I'm confused. I also tried exporting it directly to my USB but that didn't work also. I've tried sending the movie through an ethernet cable I had, and I succeeded but the quality downgraded and the movie was converted to a 8.42GB movie. I want the full HD video I took and edited, and thats on my mac. By the way I'm trying to send this movie to my VAIO PC. So does anyone know how to copy .MOV files to a USB? It's a PNY 32GB USB thumbdrive.

    Here's how I did it: 
    1.  Open disc utility
    2.  Select the USB drive on the left
    3.  Click the "erase" button
    4.  It will give you a "Format" pull down bar, select "Mac extended journaled." That will give you the complete USB to use. I don't suggest case sensitive journaled.
    5.  Click "Erase and Reformat"
    Success!

  • How do I share a large file between accounts on my imac

    How do I share a large file between accounts on my imac?

    Put the file in a folder that both users have access to, such as /Users/Shared or one user's Public folder. You may also need to change its permission settings in the Finder Info window.

Maybe you are looking for

  • Tables missing in SQL Server 2008 for Hyperion Application

    Hello Experts, I am cuurently working on Hyperion Finacial close management (Account Reconciliation Manager) application version 11.1.2.3, O.S is Windows 2008 R2 and relational database is SQL Server 2008. When I am trying to copy Account Profiles to

  • Toolbar icons are greyed out

    Hi there, I am a Flash newbie and am following the Adobe 'classroom in a book' course, but I am encountering a simple problem. All I want to do is to draw some shapes using the 'pen' tool. However I suddenly find that all the tools beneath the 'magni

  • Iphoto slideshow Turned slides when exported to iDVD

    Some photos are turned after export to iDVD, how can that be? More importantly how to fix, the slide show looks fine in iPhoto. The image quality is another issue and I'll follow the iMovie thread because I have 353 slides using 19GB in iPhoto. Why a

  • Slow moving 6230i

    Anyone else having problems with delayed functionality on their phones? Both my wife and I have recently upgraded from the 6230 to the 6230i, and although I love my phone, it tends to move from function to function quite slowly. I called Nokia and th

  • My best photo-video app for iPhone6, anything better ?

    Hi guys, these are the best apps I found (both ipad and iphone), do you know anything better and with some more "professional like" features (e.g.: custom k° white balance) ? Photo: PureShot (by Michael Hardaker) Why: Max quality jpeg (lowest compres