Roaming Profiles Implementation for SoftGrid-I
This challenge is addressed in Softgrid by maintaining Softrgid Application Profiles. In this topic I will discuss how softgrid helps in implementing a true roaming profile
Softgrid Application Profile maintains following information:
a. Application Settings: The most important information that is stored in SoftGrid profile is the settings specific to each application. These settings are maintained in the file UsrVol_sftfs_v1.pkg under the folder for the respective package. Every time an application is launched it picks up its setting from this file.
b. SoftGrid usage history: The usage of each application is tracked and maintained in a file named sfthistory.dat.
c. User Information: The information regarding each user’s identity is maintained in the file named userinfo.dat.
d. Shortcut information: All the applications that are available to the user are provided through shortcuts in various locations like Desktop, Start Menu, etc. The file shortcut_ex.dat maintains the details of all the shortcuts that are to be published to the user and their locations.
As the SoftGrid profile is a part of the user profile and is maintained on the shared location hence, when the user logs on and uses and application, the softgrid virtual environment reads all the settings for that application from the UsrVol_sftfs_v1.pkg file. Therefore irrespective of the machine the user logs on from, as opposed to the traditional system, all the applications along with user settings and files are carried to every location, thus implementing a "true Roaming Profile".



Comments
Great feature! Something similar to FLEX framework already being used.
Posted by: Shrirang Chhatre | February 28, 2007 5:52 AM