Unsolved
This post is more than 5 years old
35 Posts
0
8710
February 8th, 2011 19:00
MetaProfile howto?
Hi all,
Env:
vWorkspace 7.2 + Parallel Virtuozzo 4.6 VDI (with pntools64)
What needs to happen before data is written to the D:\MetaProfiles folder structure on logon/logoff?
The connection broker created a Global folder there, as well as upgrade.txt with "OK!" in it. So that part seems OK.
Could not find much documentation on this part...
No Events found!
laur3ns
35 Posts
0
February 8th, 2011 19:00
Nothing in the Global folder. No Silo folder created either.
I dont have to configure anything like actual SMB share or permissions right?
DELL-David Y
228 Posts
0
February 8th, 2011 19:00
Hi,
Have you configured any profile properties, registry keys and/or folders to watch and capture on log off?
If you check the event log on the container there will be entries in the Application log that record the event off log on or log off for the MetaProfile service.
Please check these entries to see if errors are being recorded, such as unable to locate user object.
Do you see any files being created or modified in the Global folder?
laur3ns
35 Posts
0
February 8th, 2011 19:00
Yes, Desktop configured for the profile server. From the broker log:
08-Feb-2011 22:33:52 - 7788 : 10340 - MetaProfiles DEBUG:
MPM> GetMPConfig: PRunSQL:47BF64 PFreeResult:477855
MPM> GetMPConfig: MDG_GUID:{CBA6E095-1313-9242-9657-FE00B340348C} UserName:VDI\lvalphen UserGroups:VDI\Domain Users;BROKER01\Everyone;BROKER01\Users;NT AUTHORITY\NETWORK;NT AUTHORITY\Authenticated Users;NT AUTHORITY\This Organization;VDI\Labs Users;Mandatory Label\Medium Mandatory Level IPAddress:192.168.1.49 ClientName:W7TWO OUs:OU=Labs,OU=Desktops,DC=vdi,DC=dots,DC=local;OU=Desktops,DC=vdi,DC=dots,DC=local
MPM> ExecuteCommand SELECT DmStorageServers.ServerName AS StorageServer, DmStorageServers.TCPPort, DmSiloMembership.SiloGUID FROM ((DmStorageServers LEFT JOIN DmSilos ON DmSilos.MPStorageServerGUID = DmStorageServers.RecordGUID) LEFT JOIN DmSiloMembership ON DmSiloMembership.SiloGUID = DmSilos.RecordGUID) LEFT JOIN DmVDIVMPools ON DmVDIVMPools.RecordGUID = DmSiloMembership.MemberGUID WHERE (DmSiloMembership.MemberType = 1) AND (DmVDIVMPools.RecordGUID = '{CBA6E095-1313-9242-9657-FE00B340348C}') FieldCount:3
MPM> Result:.PROFILE01
MPM> ExecuteCommand select MPMLogLevel,MPMCompressionLevel,MPMHiveUnloadTimeout from DMSystem FieldCount:3
MPM> Result:.2
MPM> ExecuteCommand select ClientName from DmClients where ClientType='I' order by Ordinal FieldCount:1
MPM> Result:
MPM> ExecuteCommand select ClientName from DmClients where ClientType='C' order by Ordinal FieldCount:1
MPM> Result:
MPM> ExecuteCommand SELECT Path, Type, Scope, Synchronous, SiloGUID FROM DmProfileData WHERE RecordGUID IN(SELECT DISTINCT DmClientProfiles.ProfileGUID FROM DmClientProfiles WHERE ClientGUID IN(SELECT RecordGUID FROM DmClients WHERE (ClientType='U' AND ClientName='VDI\lvalphen') OR (ClientType='G' AND ClientName IN ('VDI\Domain Users','BROKER01\Everyone','BROKER01\Users','NT AUTHORITY\NETWORK','NT AUTHORITY\Authenticated Users','NT AUTHORITY\This Organization','VDI\Labs Users','Mandatory Label\Medium Mandatory Level')) OR (ClientType='O' AND ClientName IN ('OU=Labs,OU=Desktops,DC=vdi,DC=dots,DC=local','OU=Desktops,DC=vdi,DC=dots,DC=local')))) FieldCount:5
MPM> Result:.Desktop
But the container eventlog doesnt say anything other than the USB redirection startup. I shall try updating pntools?
laur3ns
35 Posts
0
February 8th, 2011 19:00
Getting somewhere:
Server 'LABS47' is currently not a member of any MetaProfiles-IT Agent Server Group. It must be added to an Agent Server Group, otherwise user profile settings will not be saved on logoff. Please refer to the MetaPtofiles-IT documentation for further information.
Debug information:
(Database=. SQL:SELECT DmStorageServers.ServerName AS StorageServer, DmStorageServers.TCPPort AS TCPPort, DmSiloMembership.SiloGUID AS SiloID FROM ((DmStorageServers LEFT JOIN DmSilos ON DmSilos.MPStorageServerGUID = DmStorageServers.RecordGUID) LEFT JOIN DmSiloMembership ON DmSiloMembership.SiloGUID = DmSilos.RecordGUID) LEFT JOIN DmServers ON DmServers.RecordGUID = DmSiloMembership.MemberGUID WHERE (DmSiloMembership.MemberType = 0) AND (DmServers.ServerName = 'LABS47'))
laur3ns
35 Posts
0
February 8th, 2011 20:00
Labs47 = Container... the corresponding group has been added to the Silo.
Damn...
DELL-David Y
228 Posts
0
February 9th, 2011 18:00
Hi Laurens,
Is this now working for you?
laur3ns
35 Posts
0
February 9th, 2011 18:00
Hi David,
No and I've moved to GPOs, roaming profiles and folder redirection. And that _is_ actually working for me.