Relocating virtual disks to file systems other than dom0:/OVS/running_pool

It looks like the best approach for having multiple large file systems mounted within a domU is by:
1.) Use VM Mgr to create dummy virtual disk (within dom0:/OVS/running_pool/domU)
2.a) if size of dummy is large enough, cp it to a different file system within domU
2.b) if size of dummy is too small, create a new file on different file system within domU using dd
3.) Replace dummy virtual disk file (within dom0:/OVS...) with symbolic link that reference the new replacement file.
Are others doing this? Is there a better way?
Does it cause problems?
is there a way to update VM Mgr to show the correct size if the virt disk is enlarged from the size of the original dummy virtual disk?
Thx...
Edited by: twtuck on Mar 9, 2009 8:29 AM

You can use the /usr/lib/ovs/ovs-makerepo script to add additional repositories under the /OVS mount point. The script takes a block device as a parameter. For example, to create a new shared location on /dev/mapper/mpath1p1, you would run:
# /usr/lib/ovs/ovs-makerepo /dev/mapper/mpath1p1 1 "Shared Storage"
These repositories are then visible to Oracle VM and VM Manager. It will use the repository with the most amount of available space to create your guests for you.

Similar Messages

  • Why do PDF's offset use decimal system other than Hex?

    Hi,
    I  found PDF format's byte offset in xref table using decimal system other than hex ,so I feel it which is really special because many file format use hex offset,e.g. tiff,PE,etc.
    so I want to know why PDF format's byte offset choose to use decimal system?
    Thanks!

    Not a known problem. And the "already launched" problem points to an issue with Reader.
    Please submit some samples with a bug report for Reader to debug.
    Here is what the issue looks like (click to zoom) :
    On the left side is the PDF file opened with no other instances of Adobe Reader open. On the right side is what the exact same file looks like when opened after another instance of Reader (displaying another PDF file) was already open.
    It's as if the font rendering engine was incapable of multi-threading. Like Reader can only render the font properly if the PDF file in question is the only one it's got in RAM.
    Worth noting :
    Opening a 2nd PDF file with distorted fonts does not affect the first open PDF. That one continues to display normally. Only every subsequent instance of Reader will have this issue.
    Files were saved normally via Photoshop CS5, although this issue has been present for at least 2-3 versions if not more (only started saving PDF's around that time - it's quite possible this was ALWAYS an issue).
    This is strictly a SCREEN RENDERING ISSUE. The PDF file prints to paper just fine with uncorrupted fonts no matter how it looks on-screen.
    As mentioned earlier in the thread, this happens across multiple computers. Whether I create the PDF via Photoshop CS3 in WinXP or via Photoshop CS5 in Windows 7 on a completely different computer... it will have the same issues. Tried it at work, too -- miles away from home. Same issues. Graphic cards are also from different makes, and display the same issue.
    This happens to every single font in the document, regardless of how common or obscure a font it is. In this case, it's Helvetica Neue.
    Again, because this important : even if the fonts look distorted on-screen, they will print out on paper just fine. This is a screen rendering issue.
    Default PDF settings, no layers, vector data non-rasterized.
    Hope this helps.

  • Problems emailing any other file format other than a .jpg

    I am having problems emailing any other file format other than a .jpg in mac Mail in Leopard. Is anyone else having this problem?
    I have tried PDF, .tif and .doc documents, and they are small files, less than 150 kb. I have checked to ownership on the images and it says that I can read and write to them. I have also checked with my ISP and my mailbox capacity is 10 MB and was recently emptied. I am able to log into my ISP's webmail portal and send these types of attachments through there successfully, which has made me convinced that it has to do with Leopard or Mac Mail because I did not have these problems in Tiger.
    When I send a message like this, Mail says, "Sending" for a while, and then says "Cannot send message using server:(Name of my server) Sending the message content to the server failed. Select a different outgoing mail server."

    I've been sending .doc files with/without also .jpg as attachments without problems so it is possibly not a Leopard problem. I know this doesn't solve your problem though. Someone else may be able to solve the problem.

  • Renaming files with invalid characters in their names on NTFS partitions, introduced by operating systems other than Windows

    Essentially, Linux created some files with colons (:) in the name on a NTFS partition where I have Windows installed. I have since uninstalled Linux, but now I can only view these files in Windows Explorer. I can't open them, I can't even rename them to
    correct the problem. It's as if they don't exist, because of the invalid search paths.
    If I try to rename them in Windows Explorer I get following message.
    The file name you specified is no valid or too long.
    Specify a different file name.
    Well isnt' that something?... isn't that nice? Windows is able to display these files, but it doesn't allow me to open them and it certainly doesn't like me to rename them. So why is it whining about it then, when I'm trying to help? It says "try a different
    file name". Yeah, right! Like I haven't tried that one already! It doesn't matter what file name I input it will never accept it.
    So what am I supposed to do now? Ditch Windows and go back to Linux? Surely, Microsoft doesn't like the sound of that. Sure, I could reinstall Linux or run a Linux live system to correct the problem. But what good is Windows then? I might as well switch to
    Linux altogether.
    After doing some research I now know by fact that it's (kind of) possible to rename files from UNIX and UNIX-like operating systems to those compliant with Windows by using something called file name character translation. To some level this is essential and
    necessary for Windows interoperability with other operating systems (Windows is not the only operating system in the world). But this seems to be very complicated and I can't get my head around it. My brain is in overload. I don't know where to start.
    Once there was a...
    There's the Windows Services for UNIX (SFU) 1.0, 2.0, 3.0, 3.5. The first two versions were based on MKS Toolkit, a package licensed by Microsoft from MKS Inc. The later versions were based on the similar Interix product, after Microsoft purchased the company
    that made it.
    Then there's the new Subsystem for UNIX-based Applications (SUA). These are services for UNIX components. They are supposed to have Client for NFS v3 included as well. But the server components from the SFU line is missing (e.g. Server for NFS). These are included
    in Server editions of Windows.
    Then there's the Microsoft Knowledge Base article
    289627: "How to Enable File Name Character Translation". This article seems to describe exactly my situation.
    Windows and UNIX operating systems have restrictions on valid characters that can be used in a file name. The list of illegal characters for each operating system, however, is different. For example, a UNIX file name can use a colon (:), but a Windows
    file name cannot use a colon (:). If a UNIX user attempts to create a file with a Windows illegal character on a Windows Services for UNIX network file system (NFS) share, the attempt is unsuccessful and the UNIX client computer receives an input or output
    error.
    It goes further than that. At first glance, this KB article also seems to offer a solution to this exact problem, with examples as shown below.
    For example, the following maps the UNIX colon (:) to a Windows dash (-):
    0x3a : 0x2d ; replace client : with - on server
    I checked these values in charmap.exe and they are correct. Except for 2D not being a "dash", it's rather a hyphen ("hyphen minus" to be exact), but these two have pretty much the same appearance and they get interchanged a lot, I'm sure
    they are used to it by now. (Yes, the characters! They don't mind.)
    Then there's this registry key.
    HKEY_LOCAL_MACHINE\Software\Microsoft\Server For NFS\CurrentVersion\Mapping
    Well, of course, I don't have Server for NFS. So this is a dead end. Well, actually, it was a dead end from the beginning...
    1. First of all, I'm not working with a network share on a NAS or SAN storage. The files are on the local disk drive where Windows is installed, so that's a DAS for you.
    2. I don't have SFU! Well obviously, I'm on Windows Vista! So that means SUA!
    3. SUA are service components only. No server components. Can you guess what that means? Yeah... no "Server for NFS" since it's a server component.
    4. Windows Vista is a client side operating system! Server for NFS is only offered for use with Windows Server systems.
    5. Back to square one!
    So there you have it. They all lived happy for the rest of their lives...
    I'm stuck here. Can someone tell me what to do? I mean beyond the obvious option to use Linux to fixa a Windows problem? The NTFS file system itself supports colons in file names. It's Windows that doesn't, and so by default it proclaims it invalid character.
    Surely, even a Windows client operating system like Windows Vista should be able to allow the user to at least rename files with invalid characters to something more sensible (from the system point of view) and valid, if not being able to open them as they
    are. Just add some crazy voodoo code to it and it will work. If you can make it possible on Windows Server with UNIX user-mode subsystem on NT kernel, then what's stopping you from giving the Windows client system the same benefit?
    So what now? Purchase a Windows Server 2012 R2 license, copy my invalid files to a NAS share with NFS on a UNIX or Linux system, and have a go at the Windows registry and Server for NFS? Yeah... you're right, it's probably a bit over the top...
    On a second thought... I might as well install Linux again. There are countless situations where Linux has helped me solve problems related to, and more often than not caused by Windows.

    Essentially, Linux created some files with colons (:) in the name on a NTFS partition where I have Windows installed. I have since uninstalled Linux, but now I can only view these files in Windows Explorer. I can't open them, I can't even rename them to
    correct the problem. It's as if they don't exist, because of the invalid search paths.
    If I try to rename them in Windows Explorer I get following message.
    The file name you specified is no valid or too long.
    Specify a different file name.
    Well isnt' that something?... isn't that nice? Windows is able to display these files, but it doesn't allow me to open them and it certainly doesn't like me to rename them. So why is it whining about it then, when I'm trying to help? It says "try a different
    file name". Yeah, right! Like I haven't tried that one already! It doesn't matter what file name I input it will never accept it.
    So what am I supposed to do now? Ditch Windows and go back to Linux? Surely, Microsoft doesn't like the sound of that. Sure, I could reinstall Linux or run a Linux live system to correct the problem. But what good is Windows then? I might as well switch to
    Linux altogether.
    After doing some research I now know by fact that it's (kind of) possible to rename files from UNIX and UNIX-like operating systems to those compliant with Windows by using something called file name character translation. To some level this is essential and
    necessary for Windows interoperability with other operating systems (Windows is not the only operating system in the world). But this seems to be very complicated and I can't get my head around it. My brain is in overload. I don't know where to start.
    Once there was a...
    There's the Windows Services for UNIX (SFU) 1.0, 2.0, 3.0, 3.5. The first two versions were based on MKS Toolkit, a package licensed by Microsoft from MKS Inc. The later versions were based on the similar Interix product, after Microsoft purchased the company
    that made it.
    Then there's the new Subsystem for UNIX-based Applications (SUA). These are services for UNIX components. They are supposed to have Client for NFS v3 included as well. But the server components from the SFU line is missing (e.g. Server for NFS). These are included
    in Server editions of Windows.
    Then there's the Microsoft Knowledge Base article
    289627: "How to Enable File Name Character Translation". This article seems to describe exactly my situation.
    Windows and UNIX operating systems have restrictions on valid characters that can be used in a file name. The list of illegal characters for each operating system, however, is different. For example, a UNIX file name can use a colon (:), but a Windows
    file name cannot use a colon (:). If a UNIX user attempts to create a file with a Windows illegal character on a Windows Services for UNIX network file system (NFS) share, the attempt is unsuccessful and the UNIX client computer receives an input or output
    error.
    It goes further than that. At first glance, this KB article also seems to offer a solution to this exact problem, with examples as shown below.
    For example, the following maps the UNIX colon (:) to a Windows dash (-):
    0x3a : 0x2d ; replace client : with - on server
    I checked these values in charmap.exe and they are correct. Except for 2D not being a "dash", it's rather a hyphen ("hyphen minus" to be exact), but these two have pretty much the same appearance and they get interchanged a lot, I'm sure
    they are used to it by now. (Yes, the characters! They don't mind.)
    Then there's this registry key.
    HKEY_LOCAL_MACHINE\Software\Microsoft\Server For NFS\CurrentVersion\Mapping
    Well, of course, I don't have Server for NFS. So this is a dead end. Well, actually, it was a dead end from the beginning...
    1. First of all, I'm not working with a network share on a NAS or SAN storage. The files are on the local disk drive where Windows is installed, so that's a DAS for you.
    2. I don't have SFU! Well obviously, I'm on Windows Vista! So that means SUA!
    3. SUA are service components only. No server components. Can you guess what that means? Yeah... no "Server for NFS" since it's a server component.
    4. Windows Vista is a client side operating system! Server for NFS is only offered for use with Windows Server systems.
    5. Back to square one!
    So there you have it. They all lived happy for the rest of their lives...
    I'm stuck here. Can someone tell me what to do? I mean beyond the obvious option to use Linux to fixa a Windows problem? The NTFS file system itself supports colons in file names. It's Windows that doesn't, and so by default it proclaims it invalid character.
    Surely, even a Windows client operating system like Windows Vista should be able to allow the user to at least rename files with invalid characters to something more sensible (from the system point of view) and valid, if not being able to open them as they
    are. Just add some crazy voodoo code to it and it will work. If you can make it possible on Windows Server with UNIX user-mode subsystem on NT kernel, then what's stopping you from giving the Windows client system the same benefit?
    So what now? Purchase a Windows Server 2012 R2 license, copy my invalid files to a NAS share with NFS on a UNIX or Linux system, and have a go at the Windows registry and Server for NFS? Yeah... you're right, it's probably a bit over the top...
    On a second thought... I might as well install Linux again. There are countless situations where Linux has helped me solve problems related to, and more often than not caused by Windows.

  • How to add disk to disk group File System in oracle windows

    Hi all
    Please any body can help ... I need to know how can I add disk to disk group
    I have Oralce 11g Database RAC Setup with 2 nodes node1 and node2 , ASM not enabled , Windows OS 2003 , I have shared storage (G, H and O ) My system administrator add additional SAN Storage (R) to my setup, how can I add the new disk to disk group.
    Please help

    I have Oralce 11g Database RAC Setup with 2 nodes node1 and node2 , ASM not enabled , Windows OS 2003 , I have shared storage (G, H and O ) My system administrator add additional SAN Storage (R) to my setup, how can I add the new disk to disk group.If ASM is not enabled that mean, Database is running on normal file system?
    Hi thanks for you help.,,, But my system admnistrator already did thies steps,... I think my question was not clear enough
    I mean after I add the disk group from O.S side what shall I do from Oracle Side? Since From windows explorer I can see the new drive.If the volumes are ready, you can use ASMCA to configure diskgroups.

  • Replicate virtual folders to file system

    Hi,
    I want to replicate virtual folders and its content items, created in UCM 11g, to file system.
    I can do it using Local folder feature of Folder Configuration. I want instead of native files, webviewable files to be replicated.
    Can it be done using config value or should i develop my own export. If so any ideas how to develope it are highly appreciated
    Thanks in advance

    user10960252 wrote:
    Hi,
    I want to replicate virtual folders and its content items, created in UCM 11g, to file system.
    I can do it using Local folder feature of Folder Configuration. I want instead of native files, webviewable files to be replicated.
    Can it be done using config value or should i develop my own export. If so any ideas how to develope it are highly appreciatedTo my best knowledge, no. Thinking aloud, you could probably use Content Publisher (your export definition would look like a web site), or somehow configure Archiver, but it might be faster to create your own export (this should be a relatively easy component).
    >
    Thanks in advance

  • Read flat file form other than sapserver(not in sapser) in background mode

    Dear Friends,
    I want to upload data from flat file to sap in background mode.
    I know how to read file for application server in background mode, but my requirement is , i need to read the flat file data from other than sap server in backgound mode.
    please help me,
    Regards,
    prabhu

    hi
    you can do like this way.
    fist should get de directory file name.
      CALL FUNCTION 'RZL_READ_DIR_LOCAL'
        EXPORTING
          NAME           = FILE_PATH
        TABLES
          FILE_TBL       = I_FILES
        EXCEPTIONS
          ARGUMENT_ERROR = 1
          NOT_FOUND      = 2
          OTHERS         = 3.
      IF SY-SUBRC EQ 0.
        FILES_TAG = 1.
      ENDIF.
    second
       LOOP AT I_FILES.
    open datafilenaem.
    close datafilename.
    endloop.

  • JSP file extension: other than .jsp

    Is it possible with Tomcat to have a JSP file with an extension any other than .jsp? If it is what should I do to make it possible?
    Please point me to the right direction.
    Cheers,
    Alexei

    In the default web.xml the.jsp extension is mapped to the jsp servlet. You can override this or add your own mapping:
      <!-- The mapping for the JSP servlet -->
      <servlet-mapping>
        <servlet-name>jsp</servlet-name>
        <url-pattern>*.jsp</url-pattern>
      </servlet-mapping>Change the url-pattern to what you want and add to the web app's web.xml.

  • Windows 8.1 and Disk and Files Systems Repair Failure Issues

    Recently I have seen issues with many customers computers showing a "Windows needs to restart to fix disk issues" error reported from the action center. In all of the computers since the release of Windows 8.1 that have received this error, upon
    restarting, have either locked or continued to give the same error as before. The way we have been fixing it is backing up the data, reloading windows then restoring the data from an external (as UEFI will not keep file integrity in 8 or 8.1) while the OS
    is up and running. Most of the time I have noticed that when a customer installs any 3rd party software the error returns. Is their a patch for this or is the easiest way just to disable notifications from action center?

    Hi,
    You can first try to use Startup Repair option in WinRE to check the issue.
    If you just would like to hide such notification, refer to this guide:
    How to Turn On or Off Action Center Messages in Windows 8
    http://www.eightforums.com/tutorials/22285-action-center-messages-turn-off-windows-8-a.html
    Kate Li
    TechNet Community Support

  • How can I save preview files to other than C: drive?

    My development machine has multiple drives and network drives. The C:/ drive is the oldest, slowest and fullest. I am using Elements, but have used Premiere over the years. Back then, we could make the program work better by off-loading files from C:. I do not see how to do so with P Elements 9.

    Go to Edit>Preferences and change the location of the program's Scratch Disks.
    I use a lot of FW-800 externals, to migrate my Projects between computers, and keep my full set of Scratch Disks on that external.
    I would NOT choose one of the networked drives, because of speed.
    Good luck,
    Hunt

  • Is there anything backing up my system other than Time Machine?

    I have a Mac Pro & recently had to reinstall the OS. I didn't setup Time Machine because I didn't have another external drive to back things up to. I made some changes to my system that resulted in it not being able to boot up. Is there anything in SL that will allow me to restore my system to earlier today?

    I did a bunch dumb stuff. Stuff that I won't be doing again. I was able to get back to where I started. I basically did what was stated above. I just installed SL over the top of stuff & miracualously, my apps were saved. MAN, you gotta love this OS.
    I really apprecaite everyone's help with this. I always get help on this forum & usually nobody tells me how dumb I am. Thank you for not pointing that out. I know that was dumb. I didn't need to be reminded. You guys are great!
    This time. I'll implement Time Machine & this won't be an issue.

  • Alternative to specify the jar file location other than server classpath.

    Hi,
    We use weblogic 8.1 for our development purpose... and mostly work on ejb's. Every time a new ear file is created and deployed we need to specify the jar files needed to run that application in server classpath.... is there any alternate way so that v can avoid specifying these jar files in server classpath...

    vinod hadlee wrote:
    Hi,
    We use weblogic 8.1 for our development purpose... and mostly work on ejb's. Every time a new ear file is created and deployed we need to specify the jar files needed to run that application in server classpath.... is there any alternate way so that v can avoid specifying these jar files in server classpath...One alternative is you could bundle the jars in the EAR itself in APP-INF/lib.
    Gerald

  • Viewing IBR converted files in other than Content server

    Hi,
    If any image which is converted using Inbound refinery can be seen in content server with different renditions. But I am not able to see the same in Webcenter Spaces using Document Explorer.
    Is there any possible way for users to download different renditions/ different types of qualities of image in Spaces. Please let me know if this is possible in any other taksflow/ in Webcenter Portal.
    Thanks in advance for your help,
    Kumar

    Hi Kumar ,
    To be able to get specific renditions of images on another application , you will have to use the entire url for the item along with the Rendition to be specified .
    For eg :
    http://hostname:port/cs/idcplg?IdcService=GET_FILE&dDocName=<content id>&dID=<dID>&RevisionSelectionMethod=specific&Rendition=Thumbnail&allowInterrupt=1
    Hope this helps .
    Thanks,
    Srinath

  • File system error while creating a virtual server

    Hi
    I get the following error when I create a virtual server:
    File System Error: Could not create directory /opt/SUNWwbsvr/https-web-content (permission denied)
    The admin server is owned by root but the instance that I want to create should be owned by webservd - like the other instance that is installed.
    this error shows that web server is unable to create a directory under SUNWwbsvr folder. Any hints pls?
    thanks!

    sorry this error is while creating a new server instance - not a new virtual server.
    File System Error: Could not create directory /opt/SUNWwbsvr/https-web-content (permission denied)

  • Adobe announced it won't keep old files other than jpegs (in Elements) after June 15, 2013. What

    What shall we do?

    Here is the email from Adobe:
    ensure future delivery of email, please add  <http://click.mail.adobesystems.com/?qs=4641a91e2abb5aa89ed41618950b7b8aeacd9f1a16856f9ed33 f46a3381a4b3550d9e627971b7256> [email protected] to your address book, contacts or safe sender list.
    Adobe Logo
    <http://click.mail.adobesystems.com/?qs=4641a91e2abb5aa8868b1c12527a9771435cf4ccf9f24ff1a13 2af0906cac87b13cdfbeaf40ae391> Read online
    Adobe Photoshop Elements & Adobe Premiere Elements
    Dear Customer,
    Your current Adobe® Photoshop® Elements or Adobe Premiere® Elements storage and sharing membership on Photoshop.com will move to a new service called Adobe Revel™.
    Your photos mean a lot to you. And making sure they're backed up and easy to access means a lot to us.
    That's why starting April 2, 2013, we'll automatically move your photos to their new home –  <http://click.mail.adobesystems.com/?qs=4641a91e2abb5aa846bdceac9ade098103a802099370f8a8047 af2b83c62b539f4316d9d208e250f> Adobe Revel.
    You don't have to do a thing.
    http://image.exct.net/lib/fefc17747c6704/m/1/spacer.gif
    By doing nothing, you are saying it's okay for us to move your JPEG photos and your Elements membership/Photoshop.com account to Revel. We'll handle your photos with care and keep you updated along the way.
    If your library contains file formats other than JPEG photos, please be sure to download your complete Photoshop.com library before June 18, 2013, as Revel doesn't yet support the following file types – any video, PSD, RAW, ACR, PNG, TIFF.  <http://click.mail.adobesystems.com/?qs=4641a91e2abb5aa8eb42363555523a9cb5acd214062891e3913 51165c236d0cd59c6a3015caef92f> Archive now.
    The move will start after April 2, but if you want to start using Revel sooner, you can  <http://click.mail.adobesystems.com/?qs=4641a91e2abb5aa88e742bf1dcc5ab36204002eb17b32eab099 3c1119e82dcc0d355909a379b6540> start your move now.
    Rather not have us move your photos? Simply  <http://click.mail.adobesystems.com/?qs=4641a91e2abb5aa84d88db10e16d58aac5b8253e99cecaea491 7ad2dceff2fcac844058f5b9b6259> opt out by April 2, 2013 and download your complete library before we close on June 18, 2013.  <http://click.mail.adobesystems.com/?qs=4641a91e2abb5aa8eb42363555523a9cb5acd214062891e3913 51165c236d0cd59c6a3015caef92f> Archive now.
    We are committed to supporting you throughout this transition to a new technology – Adobe Revel. Currently, Revel gives you more access to your photos than ever before – on the web, iPhone, iPad, and Mac. And this is just the beginning – we are planning to support additional platforms, as well as, popular file formats beyond JPEG and video. We are committed to delivering frequent Revel updates and to continually pushing the envelope to create the best experience for reliving your memories wherever you are.
    Questions?
    Get answers in the  <http://click.mail.adobesystems.com/?qs=4641a91e2abb5aa8ef9817411673ac868563de749c38ed57d77 f2824e7b96e74ad65a508667060a9> FAQ.
    Thank you for your patience during the move.
    The Elements team
    Dates to remember
    http://image.exct.net/lib/fefc17747c6704/m/1/spacer.gif
    Today: Don't do a thing.
    April 2 - June 18, 2013: We'll be moving your JPEG photos to Revel.
    June 18, 2013: Photoshop.com storage and sharing services will close.
    Important information
    http://image.exct.net/lib/fefc17747c6704/m/1/spacer.gif
    Be sure to archive your complete Photoshop.com library before we close on June 18, 2013, as Revel doesn't yet support all  <http://click.mail.adobesystems.com/?qs=4641a91e2abb5aa86b3d8ea61b0640dd551611fea3da517a4f6 2b7a647f2efb30d70878f386c08a9> file types.  <http://click.mail.adobesystems.com/?qs=4641a91e2abb5aa8eb42363555523a9cb5acd214062891e3913 51165c236d0cd59c6a3015caef92f> Archive now.
    Questions? Get answers in the  <http://click.mail.adobesystems.com/?qs=4641a91e2abb5aa8ef9817411673ac868563de749c38ed57d77 f2824e7b96e74ad65a508667060a9> FAQ.
    See  <http://click.mail.adobesystems.com/?qs=4641a91e2abb5aa84d76025016b4df4fff78b5fdc82a5cb3e05 0f5d29607cd19fe14761a76cb4c9b> more about the move.
    Adobe, the Adobe logo, Photoshop, and Revel are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States and/or other countries. Mac is a trademark of Apple Inc., registered in the U.S. and other countries.
    © 2013 Adobe Systems Incorporated. All rights reserved.
    http://click.mail.adobesystems.com/open.aspx?ffcb10-fecd167071640c79-fe581273726107747015- fe9d157073640c7e75-ff971272-fe59167070630c7c721c-ff67177171&d=40021

Maybe you are looking for