ZFS iSCSI and free capacity in VMFS

Hi all,
I use ZFS in FreeNAS 8.0.4 and use iSCSI to provide a LUN to Vmware ESXi 5.0.
I post it at http://forums.freenas.org/showthread.php?10990-Memory-utilization-and-performance-problem/page4, but I believe people here may have more expertise on ZFS.
FreeNAS doesn't have iSCSI unmap. I have create / move / delete virtual machine between ZFS iSCSI. After a while, zpool list report 95% capacity used. However, Vmware shows VMFS only uses 50% capacity.
AFAIK, when creating a virtual machine, zvol allocated disk space.
However, when we moved / deleted virtual machine, zvol didn't update / didn't aware to update the free capacity.
[root@data1] ~# zpool listNAME SIZE USED AVAIL CAP HEALTH ALTROOT
data1 2.25T 2.07T 185G 95% ONLINE /mnt
Now, I believe due to the wrong free capacity reported in zpool list, the performance is deeply affected.
How I should do to let ZFS know the real free capacity.
Thanks million.
Edited by: user7759720 on Feb 10, 2013 6:40 AM
Edited by: user7759720 on Feb 10, 2013 7:10 AM

Unfortunately there is no easy solution. When you have a filesystem sitting ontop of the ZFS volume (i'm assuming you created a sparse volume), that filesystem may be placing blocks of data all over. Even if its not using the space anymore there was no way for the zfs volume to know that.
Only way I found to alleviate it, is to use utils on whatever filesystem is ontop of the zfs volume to zero out unused space.. Usually a defrag first if (ntfs or fat32) and then zero out the free space. If you are running linux in the VM, then zerofree is a nice utility.
One other thing I noticed. Is when zfs sending a volume to another server, it seems to deflate a bit. I am not sure why, probably because once the sparse volume has grown and claimed the blocks, it will not let go of them, but when zfs sending it may only be sending used blocks.
Also consider turning on compression, even light like lzjb. No reason to not run with it on, it does wonders when you have VM OSs using volumes. My volumes using gzip-5 for Windows 7 VMs typically run at 2.00x compression and Linux VMs run at 2.5x compression.

Similar Messages

  • LE-TRA utilization and free capacity

    hello, friends.
    i understand that in order to use the utilization and free capacity analyses in LE-Transportation, we must also implement HU Management.  what are the general concepts and procedures/steps for this?
    many thanks.

    Hi Jonathan,
    I don't know if I fully understand your question.
    From a planning view it is evaluated if a freight unit will fit into a resource. The optimizer will always evaluate if there is free space available. This is done based on the parameters that are in the freight unit and the parameters of the resource.
    If you want to evaluate the utilization of your resources this is designed to be done using BI. There is no monitor in TM 7.0. How this is done using BI I don't know. I think that there is not much standard available.
    For future releases it is considered to have a more user friendly overview of the resources. Also getting an overview on how much the resources are utilized at the moment. Also to make manual planning easier. Lets wait and see what SAP will produce.
    I hope this answers your question.
    Regards,
    Nico

  • ISCSI and ZFS Thin Provisioning Sparse Volumes - constraints?

    Hello,
    I am running an iSCSI target using COMSTAR.
    I activated Time Slider (Snapshot feature) for all pools.
    Now I want to set up an iSCSI target using thin provisioning, storing the data in a file system rather than a file.
    Is there any official documentation about thin p.?
    All I found was
    http://www.cuddletech.com/blog/pivot/entry.php?id=729
    http://www.c0t0d0s0.org/archives/4222-Less-known-Solaris-Features-iSCSI-Part-4-Alternative-backing-stores.html
    Are there any problems to be expected about the snapshots?
    How would I set up a 100 GByte iSCSI target with mentioned thin p.?
    Thanks
    n00b

    To create a thin provisioned volume:
    zfs create -V <SIZE> -s path/to/volume
    Where <SIZE> is the capacity of the volume and path/to/volume is the ZFS path and volume name.
    To create a COMSTAR target:
    stmfadm create-lu /dev/zvol/rdsk/path/to/volume
    You'll get a LU ID, which you can then use to create a view, optionally with target and host groups to limit access.
    -Nick

  • ZFS Mountpoints and iSCSI

    It seems when i create a ZFS file system with a command like 'zfs create -V 2g mypool/iscsi_vol_0' I can export it with iscsitadm. It also shows a mountpoint of '-' when I do a'zfs list'.
    -bash-3.00# zfs list
    NAME                       USED  AVAIL  REFER  MOUNTPOINT
    mypool                    4.00G  62.4G    18K  /mypool
    mypool/iscsi_vol_0     2G  62.6G  1.84G  -
    mypool/iscsi_vol_1      18K  10.0G    18K  none
    mypool/iscsi_vol_2     2G  64.4G    30K  -If I create a ZFS file system with a command like 'zfs create mypool/iscsi_vol_1 -o quota=10G' it gets mounted, so I issue a 'zfs set mountpoint=none mypool/iscsi_vol_1' and check if its mounted 'ls /mypool/' or 'mount' and its not, yet I still cant export it?
    -bash-3.00# iscsitadm create target -b /dev/zvol/dsk/mypool/iscsi_vol_1 name-tgt1
    iscsitadm: Error Failed to stat(2) backing for 'disk'What is the significance of the "-" as a mountpoint that allows the target to be exported via iSCSI?
    Thanks!

    jcasale wrote:
    It seems when i create a ZFS file system with a command like 'zfs create -V 2g mypool/iscsi_vol_0' I can export it with iscsitadm. It also shows a mountpoint of '-' when I do a'zfs list'.Right, the -V makes this a "volume". It's just an empty set of blocks (with a specific size). A normal filesystem allocates space in the pool as necessary depending on files that are added. Since it's a set of blocks, you can't access it directly through a mount point. You'd have to put a filesystem on it to do that.
    If I create a ZFS file system with a command like 'zfs create mypool/iscsi_vol_1 -o quota=10G' it gets mounted, so I issue a 'zfs set mountpoint=none mypool/iscsi_vol_1' and check if its mounted 'ls /mypool/' or 'mount' and its not, yet I still cant export it?iSCSI (and SCSI) give access to block devices, not filesystems. So only volumes can be used over iSCSI, not normal ZFS (or other) filesystems.
    Darren

  • How to delete Ubuntu virtual desktop and free up allocated space in windows 8?

    I have tried out Hyper-V for the first time to install Ubuntu desktop. During the installation process, 10GB of space is allocated. I believe this space would have been  created as a separate partition and formatted
    to linux file system. Please correct me if I am wrong.
    Now I would like to remove the Ubuntu virtual desktop and free up the allocated space. I have deleted the desktop from the Hyper-V manager. Is this sufficient to free up the space?
    Disk partition tool shows following partitions
    Volume
    Layout
    Type
    FS
    Status
    Capacity
    Free
    Volume (C;) Simple
    Basic NTFS
    Healthy(Boot, Page File ...) 218GB
    8GB 
    Volume <nolabel>  Simple
    Basic Healthy(Recovery Partition)
    450MB 450MB 
    Volume <nolabel> 
    Simple
    Basic
    Healthy(Recovery
    Partition)
    350MB
    350MB 
    Volume <nolabel> 
    Simple
    Basic
    Healthy(Recovery
    Partition)
    10.5GB
    10.5GB 
    Volume <nolabel> 
    Simple
    Basic
    Healthy(EFI
    System Partition)
    260MB
    260MB 
    Volume <nolabel> 
    Simple
    Basic
    Healthy(Primary
    Partition)
    8GB
    8GB
    I am not sure of the unnamed, unused volume. Hence I listed all.
    However Diskpart tool in command prompt does not show the last one [ 8gb]. Does this mean if this was allocated
    to Virtual desktop? Please help 

    You must delete the VHDx that you created when you created the VM.
    This is the virtual disk that Ubuntu was installed into - you will not see this as a volume, you will see this as a VHDx file.
    Brian Ehlert
    http://ITProctology.blogspot.com
    Learn. Apply. Repeat.

  • Is ther a way to speed up a Mac? Mine has gotten slower and slower over time.  When memory comes close to full would that have an effect on performance? Is there a way to determine unused programs/software to remove and free space?

    Is there a way to speed up a Mac (similar to de-fragging on a PC)? Mine has gotten slower and slower over time. 
    When memory/disc comes close to full would that have an effect on performance? How should I determine what programs/software to remove and free space?

    Things You Can Do To Resolve Slow Downs
    If your computer seems to be running slower here are some things you can do:
    Start with visits to:     OS X Maintenance - MacAttorney;
                                      The X Lab: The X-FAQs;
                                      The Safe Mac » Mac Performance Guide;
                                      The Safe Mac » The myth of the dirty Mac;
                                      Mac maintenance Quick Assist.
    Boot into Safe Mode then repair your hard drive and permissions:
    Repair the Hard Drive and Permissions Pre-Lion
    Boot from your OS X Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Utilities menu. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer.
    Repair the Hard Drive - Lion/Mountain Lion/Mavericks
    Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND and R keys until the Utilites Menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD disk icon and click on the arrow button below.
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported, then click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the main menu. Select Restart from the Apple menu.
    Restart your computer normally and see if this has helped any. Next do some maintenance:
    For situations Disk Utility cannot handle the best third-party utility is Disk Warrior;  DW only fixes problems with the disk directory, but most disk problems are caused by directory corruption; Disk Warrior 4.x is now Intel Mac compatible.
    Note: Alsoft ships DW on a bootable DVD that will startup Macs running Snow Leopard or earlier. It cannot start Macs that came with Lion or later pre-installed, however, DW will work on those models.
    Suggestions for OS X Maintenance
    OS X performs certain maintenance functions that are scheduled to occur on a daily, weekly, or monthly period. The maintenance scripts run in the early AM only if the computer is turned on 24/7 (no sleep.) If this isn't the case, then an excellent solution is to download and install a shareware utility such as Macaroni, JAW PseudoAnacron, or Anacron that will automate the maintenance activity regardless of whether the computer is turned off or asleep.  Dependence upon third-party utilities to run the periodic maintenance scripts was significantly reduced since Tiger.  These utilities have limited or no functionality with Snow Leopard or later and should not be installed.
    OS X automatically defragments files less than 20 MBs in size, so unless you have a disk full of very large files there's little need for defragmenting the hard drive.
    Helpful Links Regarding Malware Protection
    An excellent link to read is Tom Reed's Mac Malware Guide.
    Also, visit The XLab FAQs and read Detecting and avoiding malware and spyware.
    See these Apple articles:
              Mac OS X Snow Leopard and malware detection
              OS X Lion- Protect your Mac from malware
              OS X Mountain Lion- Protect your Mac from malware
              About file quarantine in OS X
    If you require anti-virus protection I recommend using VirusBarrier Express 1.1.6 or Dr.Web Light both from the App Store. They're both free, and since they're from the App Store, they won't destabilize the system. (Thank you to Thomas Reed for these recommendations.)
    Troubleshooting Applications
    I recommend downloading a utility such as TinkerTool System, OnyX, Mavericks Cache Cleaner, or Cocktail that you can use for removing old log files and archives, clearing caches, etc. Corrupted cache, log, or temporary files can cause application or OS X crashes as well as kernel panics.
    If you have Snow Leopard or Leopard, then for similar repairs install the freeware utility Applejack.  If you cannot start up in OS X, you may be able to start in single-user mode from which you can run Applejack to do a whole set of repair and maintenance routines from the command line.  Note that AppleJack 1.5 is required for Leopard. AppleJack 1.6 is compatible with Snow Leopard. Applejack does not work with Lion and later.
    Basic Backup
    For some people Time Machine will be more than adequate. Time Machine is part of OS X. There are two components:
    1. A Time Machine preferences panel as part of System Preferences;
    2. A Time Machine application located in the Applications folder. It is
        used to manage backups and to restore backups. Time Machine
        requires a backup drive that is at least twice the capacity of the
        drive being backed up.
    Alternatively, get an external drive at least equal in size to the internal hard drive and make (and maintain) a bootable clone/backup. You can make a bootable clone using the Restore option of Disk Utility. You can also make and maintain clones with good backup software. My personal recommendations are (order is not significant):
      1. Carbon Copy Cloner
      2. Get Backup
      3. Deja Vu
      4. SuperDuper!
      5. Synk Pro
      6. Tri-Backup
    Visit The XLab FAQs and read the FAQ on backup and restore.  Also read How to Back Up and Restore Your Files. For help with using Time Machine visit Pondini's Time Machine FAQ for help with all things Time Machine.
    Referenced software can be found at MacUpdate.
    Additional Hints
    Be sure you have an adequate amount of RAM installed for the number of applications you run concurrently. Be sure you leave a minimum of 10% of the hard drive's capacity as free space.
    Add more RAM. If your computer has less than 2 GBs of RAM and you are using OS X Leopard or later, then you can do with more RAM. Snow Leopard and Lion work much better with 4 GBs of RAM than their system minimums. The more concurrent applications you tend to use the more RAM you should have.
    Always maintain at least 15 GBs or 10% of your hard drive's capacity as free space, whichever is greater. OS X is frequently accessing your hard drive, so providing adequate free space will keep things from slowing down.
    Check for applications that may be hogging the CPU:
    Pre-Mavericks
    Open Activity Monitor in the Utilities folder.  Select All Processes from the Processes dropdown menu.  Click twice on the CPU% column header to display in descending order.  If you find a process using a large amount of CPU time (>=70,) then select the process and click on the Quit icon in the toolbar.  Click on the Force Quit button to kill the process.  See if that helps.  Be sure to note the name of the runaway process so you can track down the cause of the problem.
    Mavericks and later
    Open Activity Monitor in the Utilities folder.  Select All Processes from the View menu.  Click on the CPU tab in the toolbar. Click twice on the CPU% column header to display in descending order.  If you find a process using a large amount of CPU time (>=70,) then select the process and click on the Quit icon in the toolbar.  Click on the Force Quit button to kill the process.  See if that helps.  Be sure to note the name of the runaway process so you can track down the cause of the problem.
    Often this problem occurs because of a corrupted cache or preferences file or an attempt to write to a corrupted log file.

  • Incorrect size & quantity of photos and available capacity

    Hi,
    Recently, I imported and subsequently deleted many photos on my iPad. There're only 17 photos left (and as indicated in "General" under Settings). However, under iTunes Summary, it shows a total of 678 photos on my iPad. More strangely,
    - iPad: the 17 photos add up to 4.68MB in size, with 8.7GB available in capacity;
    - iTunes: the 678 photos add up to 3.6GB, with 12.3GB free space.
    How do I locate the rest of the 661 (678-17) photos that iTunes detected? I want to get rid of these "hidden" files as they're eating up my free space. I did a restoration to my iPad but the size of the photos and available capacity are still not showing right.
    Please help~~ I would greatly appreciate any advice given. Thanks!!

    Welcome to the Apple Discussions. It appears to be a bug. Be sure to report it to Apple via http://www.apple.com/feedback/iphoto.html. I get varied results when selecting multiple events or photos, deselecting and then adding them back. iPhoto then tells me the disk is full even though I've not selected enough to fill it.
    But we have to remember that there's a lot of overhead when burning via the Share->Burn option. In addition to the original files we also get the thumbnail, modified and many database files. That adds up fast. It's just not clear what's happening.
    Even though you get those screwy numbers does the burned disk contain the correct number of photos?

  • VoIP and Video capacity planning

    For 1000 users, what is the bandwidth for backbone to run VoIP and video?
    Thanks

    the above link is very good as it pertains to 'per call bandwidth consumption'
    you may need to use a little more to find your answer such as a capacity planning procedure(s). since you have voice and video, this will be two part.
    (minding that video if used for all users will require much more capacity than the voice; possibly upto 50 - 100 times more depending on your use/needs)
    some decent capacity planning providers, case studies and best practices are as follows:
    42U - obtain a free capacity planning consultation.
    http://www.42u.com/proj-eval.htm
    nice case study by cisco on capacity planning:
    http://www.writtenright.net/Portfolio/WrittenRightCaseStudy.pdf
    (for do it yourself)
    a very good 'best practices handbook' by wainhouse:
    http://www.wainhouse.com/files/papers/wr-best-net-vnvoip.pdf

  • I have 16GB Ipad and its capacity is only 13.8GB?

    I have 16GB Ipad and its capacity is only 13.8GB?

    Buy a 4 gig flash drive and you'll find that the actual storage is like 3.7 gig. that's part of the issue, the way computer memory is measured and rounding (it's the same with everything)
    And then like the other said, the operating system of the ipad takes up more space. I think my 32 gig Touch really has 27 gig and change in free space

  • No free capacity even though I've deleted many playlists/songs

    Help! I've deleted many songs but still my free capacity is still at Zero! How do I free up the space as I want to add on other new songs?

    Jeff is right, if you don't delete the songs directly from your music list, it will not free up any space. If you are still having problems, try ejecting your iPod, turn it off, let it sit for a few, then re-plug it back in and see if it helps. If it still doesn't work, then I suggest you call Apple and ask them.

  • A simple and free way of reducing PDF file size using Preview

    Note: this is a copy and update of a 5 year old discussion in the Mac OS X 10.5 Leopard discussions which you can find here: https://discussions.apple.com/message/6109398#6109398
    This is a simple and free solution I found to reduce the file size of PDFs in OS X, without the high cost and awful UI of Acrobat Pro, and with acceptable quality. I still use it every day, although I have Acrobat Pro as part of Adove Creative Cloud subscription.
    Since quite a few people have found it useful and keep asking questions about the download location and destination of the filters, which have changed since 2007, I decided to write this update, and put it in this more current forum.
    Here is how to install it:
    Download the filters here: https://dl.dropboxusercontent.com/u/41548940/PDF%20compression%20filters%20%28Un zip%20and%20put%20in%20your%20Library%20folder%29.zip
    Unzip the downloaded file and copy the filters in the appropriate location (see below).
    Here is the appropriate location for the filters:
    This assumes that your startup disk's name is "Macintosh HD". If it is different, just replace "Macintosh HD" with the name of your startup disk.
    If you are running Lion or Mountain Lion (OS X 10.7.x or 10.8.x) then you should put the downloaded filters in "Macintosh HD/Library/PDF Services". This folder should already exist and contain files. Once you put the downloaded filters there, you should have for example one file with the following path:
    "Macintosh HD/Library/PDF Services/Reduce to 150 dpi average quality - STANDARD COMPRESSION.qfilter"
    If you are running an earlier vesion of OS X (10.6.x or earlier), then you should put the downloaded filters in "Macintosh HD/Library/Filters" and you should have for example one file with the following path:
    "Macintosh HD/Library/Filters/Reduce to 150 dpi average quality - STANDARD COMPRESSION.qfilter"
    Here is how to use it:
    Open a PDF file using Apple's Preview app,
    Choose Export (or Save As if you have on older version of Mac OS X) in the File menu,
    Choose PDF as a format
    In the "Quartz Filter" drop-down menu, choose a filter "Reduce to xxx dpi yyy quality"; "Reduce to 150 dpi average quality - STANDARD COMPRESSION" is a good trade-off between quality and file size
    Here is how it works:
    These are Quartz filters made with Apple Colorsinc Utility.
    They do two things:
    downsample images contained in a PDF to a target density such as 150 dpi,
    enable JPEG compression for those images with a low or medium setting.
    Which files does it work with?
    It works with most PDF files. However:
    It will generally work very well on unoptimized files such as scans made with the OS X scanning utility or PDFs produced via OS X printing dialog.
    It will not further compress well-optimized (comrpessed) files and might create bigger files than the originals,
    For some files it will create larger files than the originals. This can happen in particular when a PDF file contains other optomizations than image compression. There also seems to be a bug (reported to Apple) where in certain circumstances images in the target PDF are not JPEG compressed.
    What to do if it does not work for a file (target PDF is too big or even larger than the original PDF)?
    First,a good news: since you used a Save As or Export command, the original PDF is untouched.
    You can try another filter for a smaller size at the expense of quality.
    The year being 2013, it is now quite easy to send large files through the internet using Dropbox, yousendit.com, wetransfer.com etc. and you can use these services to send your original PDF file.
    There are other ways of reducing the size of a PDF file, such as apps in the Mac App store, or online services such as the free and simple http://smallpdf.com
    What else?
    Feel free to use/distribute/package in any way you like.

    Thanks ioscar.
    The original link should be back online soon.
    I believe this is a Dropbox error about the traffic generated by my Dropbox shared links.
    I use Dropbox mainly for my business and I am pretty upset by this situation.
    Since the filters themsemves are about 5KB, I doubt they are the cause for this Dropbox misbehavior!
    Anyway, I submitted a support ticket to Dropbox, and hope everything will be back to normal very soon.
    In the meantime, if you get the same error as ioscar when trying to download them, you can use the link in the blog posting he mentions.
    This is out of topic, but for those interested, here is my understanding of what happened with Dropbox.
    I did a few tests yesterday with large (up to 4GB) files and Dropbox shared links, trying to find the best way to send a 3 hour recording from French TV - French version of The Voice- to a friend's 5 year old son currently on vacation in Florida, and without access to French live or catch up TV services. One nice thing I found is that you can directly send the Dropbox download URL (the one from the Download button on the shared link page) to an AppleTV using AirFlick and it works well even for files with a large bitrate (except of course for the Dropbox maximum bandwidth per day limit!). Sadly, my Dropbox shared links were disabled before I could send anything to my friend.
    I may have used  a significant amount of bandwidth but nowhere near the 200GB/day limit of my Dropbox Pro account.
    I see 2 possible reasons to Dropbox freaking out:
    - My Dropbox Pro account is wronngly identified as a free account by Dropbox. Free Dropbox accounts have a 20GB/day limit, and it is possible that I reached this limit with my testing, I have a fast 200Mb/s internet access.
    - Or Dropbox miscalculates used bandwidth, counting the total size of the file for every download begun, and I started a lot of downloads, and skipped to the end of the video a lot of times on my Apple TV.

  • Return Item and Free goods check box in purchase order

    Hi Guru:
    I just got the question regarding the return item and free goods check box,my question is that if I check the free good check box,then the price of the matieral will be charged to zero,however,if I want to issue the return purchase order to the vendor,does I need to check the return box first and then issue the return order to the vendor? Then go to MIGO transaction to select the movement type 122 to return the goods,what's the whole precedure for returning the goods to the vendor,can anybody tell me,very appriated!

    Hi,
    Retun to vendor through have two types....
    One is you have Po created, vendor send the item in that few items have rejected so you need to return the item to vendor......
    here in MIGo chose returrn to vendor selce the PO numbere.... system automaticaly take the movent type 122....
    sencond type is Retun PO..... In Po while creting the PO tick the return indication..
    If you do the GR system will pick 161mopvent type.. ( GR returns)...
    REgards
    anand

  • Using Aperture 3.51 I am having frequent crashes and freez ups when editing Canon raw files?

    HI,
         I have an IMac with 4 G of Ram and am using Apeture 3.51. When trying to edit CS2 raw files I experience frequent crashes and freez ups of the whole computer. Any suggestions?

    You didn't mention any color calibration being done on your monitor.  This is an essential part of any color-correct workflow.  What are you using to calibrate your monitor (and your printer)?
    Print profiles (for soft-proofing as well as printing) are for specific combinations of paper & printer.  The nine you have are each, most likely, for a common paper (perhaps mfr'd by Canon) to be used with your printer.
    I don't know what you mean when you say "I choose a high standard print option".
    Have you read the User Manual chapter on printing?
    Printing Your Images
    There is also a good appendix on calibration:
    Calibrating Your Aperture System

  • Download or upgrade current and free apps says there's a billing problem with previous purchase previous purchase what can I do to fix it

    Every time I try to download a free app or even upgrade any of my apps for free it tells me to put my Apple ID I do that then it say there a billing problem with previous purchases. So I click continue and put in my debit card information correctly but still won't work it always declines it and says he's different payment method. what can I do it's been like that for 3 months that's the only card I have.

    Hi ..
    I replied to you here >  Download or upgrade current and free apps says there's a billing problem with previous purchase previous purchase what can I do to fix it

  • Software update and DVR capacity

    I had recently updated softweare on FIOS Quantum box. On an old software DVR shows that I had used 90% or 92hrs of HD. After software update I have that is used 100% and used capacity spiked to 144 hrs of HD. Deleting anything it shows that still I have used 100%. Any idea what is going on? Thanks

    Ok, so this is a new Macbook Air that you migrated settings from another computer that had the same problem?
    First thought is that you may have the Airport network prefs set to require a proxy server. Open Network System Prefs and select Airport. Click on Advanced… then Proxies. Check that none are selected.
    If that's ok, then check Ethernet tab and make sure it is set to configure Automatically (or check the manual settings if appropriate).
    If that doesn't work, you might try removing all the network preferences and setting everything up from scratch.
    If you are not familiar with the Network settings in Network Preferences, you might want to look and see what they look like or take screen shots.
    Go to the Macintosh HD/Library/Preferences/System Configuration folder and remove these items.
    preferences.plist
    com.apple.airport.preferences.plist
    NetworkInterfaces.plist
    com.apple.network.identification.plist
    com.apple.nat.plist
    Then, open Network System Preferences and add all the Network Services that you need (Airport, Ethernet (I guess over USB--not sure of the name))

Maybe you are looking for

  • RFC Trace in SAP R/3

    Hello everybody, I would like to know how to log a RFC Call on SAP R/3 and the data flow from a RFC. Thanks for your helps,

  • ERP EIC & Org Structure Mapping - SAP HCM

    Hi All Can any one provide me information on Org Structure Model for EIC shared Service Centre and how to map with existing org structure? If we create 4 levels of SSC (Level 1 , 2,3 & 4) We will be creating 4 org units but do we need to create these

  • Do google maps still work in iweb 08?

    I just checked our website (randomly) and noticed that a google map that we had put up is no longer working.  We've used iWeb '08 to create and publish our website.  It appears that the google maps widget no longer works.  Is this a common thing?  Is

  • Forums here are hard to find NO LINK on your website to Forums?

    Hello, I was looking to purchase software and was surprised you did not have a support forum as most do. I almost gave up then did a google search and found your old forums, then clicked on a link that said your forums have moved. So here I am but fi

  • ReferenceUSA

    Has anybody managed to access ReferenceUSA using Safari and starting from their county library's web site? Entering your library card number on the library site is supposed to redirect you with authorization to access ReferenceUSA databases. It is su