• SoftGrid: Changing drive Q: assignment

    The recommended practice is to choose a virtual drive assignment and stick to it; commonly, this is drive Q: - so what happens if you want to change to something else, for example, V:

    If all applications were equal and followed recommended practice, then simply changing the environment variable %SFT_MNT% on the client would enable you to change the virtual drive at will and no applications would need to be re-sequenced; however, not all applications are equal and this can cause some issues.

    Some applications hard code the installation drive in the registry or configuration (INI) files - This means you have several options:-

    1. Re-sequence the application to the new virtual drive letter.
    2. Sequence the application to the C: drive (be aware of the performance impact of doing this)
    3. Manually edit the applications registry entries or configuration files

    As with all applications, if you decide to have a different client virtual drive compared to the sequencer then testing will be paramount.

     

    Technorati Tags: ,
  • Sequencing Games: PacMan

    Can you sequence games? You bet you can; although how useful that would be in business I don't know. In contrast, in my early days, I used games such as Solitaire to teach beginners the basic principles of the interface, mouse, drag n drop, etc.

    Pacman is one of my all time favourites and I spent many an hour playing this in the pub and so I decided to sequence the game to see how it coped.

    PacMan-2 I chose Pacman because it was a good starting point for two reasons.

    1.     It does not require any special hardware (DirectX10 for example) or disk protection systems.

    2.     It wasn’t designed to run on Vista, so to really test it, I used Vista virtual machines for the sequencer and client J

    The sequencing went very smoothly, Pacman Installed and ran without flaw, as it did on the Vista machine.

    PacMan-1 

    Although Pacman is a simply game it does demonstrate that even programs developed many years ago, not intended for the Vista platform, can easily be sequenced and deployed.

    Technorati Tags:
  • SoftGrid Applications: Can a SoftGrid application be infected by a virus or Malware?

    There is a simple answer to this, and of course, a more complex one.

     

    Simple answer.

    No. The virtual application is read only and cannot be infected once it has been sequenced.

     

    Complex answer.

    There are several places a virus or malware can be introduced, let’s take a look at each of those areas.

     

    The Sequencer. If the application media or the sequencer contains malware or a virus, then the sequenced application will probably be compromised, and as such will be distributed to the clients. Best practice for the sequencer is that it is in a known and consistent state, this means it is a base or core build, pre-scanned for viruses and malware (the scanner should be disabled for the install). You can scan the sequencer either online (using the latest signatures before any sequencing) or if it’s a virtual machine, it can be scanned offline by mounting the file system. The installation media should also be scanned, either by installing on a virtual machine and scanning or by using media that is already deployed in the environment.

    Therefore, the answer to, “can the sequenced application be infected” is No. Theoretically it can, but I’d be far more worried about the rest of the environment if the basics were flawed.

     

    SoftGrid Application Primary Cache. This cache is the local version of the streamed application; it is read only and in a proprietary format. This could only be infected by streaming a compromised application. See my point on The Sequencer.

    Therefore, the answer to, “can the client global cache be infected” is No.

     

    The Users Abstraction Cache. This is the machine global update cache and contains updates from the client machine (the PKG files; also known as the "personalisation abstraction layer"), for example, a user reads v-Outlook email and it wasn’t sequenced with RMS, they go to the Internet and install RMS – this component is kept in the update cache. This is read only once it has been created. This cache can be infected by one of two ways, 1. The source update was infected, or 2, the host machine was infected (see next section). Again assuming reasonable protection is in place and users are not downloading infected updates throughout the company, then point 1 is mute.

    Therefore, the answer to, “can the client global update cache be infected” is No.

     

    The host operating system. If the host operating system is infected with a virus or malware then several attacks try to happen. For a virus; if the application is not running, then the virus can not see it (as it’s not actually installed) and therefore can not attempt the infection; if the application is running, the virus will attempt to infect the application and fail as it cannot gain access to the systemguard environment, it may however add itself to the abstraction cache as an update. Another example, is a chain mail virus that kicks off and looks to attach to v-Outlook.  It tries to launch the .EXE but can’t as it cannot see it and it can’t connect to view it’s address book etc.

    If the attack is malware (for example, an macro) then it has the same restrictions as a virus, it cannot alter the contents of the systemgaurd environment and any changes to the binaries are stores in the abstraction cache, see picture below. The difference is that although the macro is instantiated by the virtualised application it can alter the host machine, for example, it can alter DLL or executables on the host. It should also be noted that any Malware running within a virtual environment  would still be a real Process in Windows;  Thus, that process will be monitored by the Active Anti-Virus/Malware scanner and all the malware attempts at writes would also be monitored.

    This type of infection is actually nothing to do with SoftGrid, however, in these scenarios, SoftGrid offers additional protection and several new recovery abilities, namely the resetting of the application to the core cache and the ability to re-populate machine instantly.

     

    But what if something goes wrong and all your risk mitigation and precautions fail. Then, If the host is infected and has infected the Abstraction cache, you can simply clean the PC and reset the SoftGrid client cache (user can do this if required). If the sequenced application is infected, simply resequence, replace the virtual application file on the server or increment the version.

     

     

    Technorati Tags: , ,
  • SoftGrid Client: Is upgrade from 4.2 to 4.5 supported (updated)

    Yes, When v4.5 is released we will support the client upgrade from 4.2 and respect the settings.

    [update 8th Nov]

    Ok, so what about your sequenced applications, will they work? Yes, we expect applications sequenced in 4.2 to work just fine on the new 4.5 client, however, there will always be some edge cases and in those circumstances it might require the application to be unpacked to a 4.5 sequencer, and then saved again (not re-sequenced).

    As with previous updates, it is recommended practice to upgrade all the clients first, then the servers. 4.2 clients will not connect to 4.5 servers, 4.5 clients will connect to 4.2 servers.

    An application would also need to be re-sequenced (or upgraded) if you wanted to use some of the new features of 4.5, for example, multi-language support, dynamic suite composition, etc.

     

    Technorati Tags: ,
  • SoftGrid Client Cache: How can I pre-load the cache for offline use?

    StfTray.
    This is the primary mechanism for preloading the cache and has several options, all of which can be used from the command line and therefore via scripts, login scripts, .net code, and most other forms of application launching. The main commands are (TIP: Get a full list using "sfttray /?")

    • /load <OSD> /sftfile <SFT>
    • /load <OSD>
    • /loadall

    Examples:

    • sfttray.exe /load "SoftGrid Example Application"
    • sfttray.exe /load "\\SGVAS01\CONTENT\sft_ea70.v1_ea.osd"