earthgecko
02-25-2009, 03:42 PM
From the documentation it would seem that:
uid= An ID assigned to the application at the time it was installed. This ID is an integer value in the range 1..254 and is unique among the applications installed on the same cluseter of servers.
(http://doc.3tera.com/AppLogic24/AdvADLPackageDescriptor.html)
So this means if I scipt an application build, then I need to know what uids exist on the cluster (srv1,srv2) correct? How do I find this out, without looking through each object in the ADL for the entire grid?
What happens if I mistakenly add a uid that exists... or wil it not let me...
I have a feeling this uid is quite fundamental to the grid... how fundamental... I would rather not guess..
grid_shell> uid list --all (--verbose)
Maybe?? Or is that off base..?
Thanks
uid= An ID assigned to the application at the time it was installed. This ID is an integer value in the range 1..254 and is unique among the applications installed on the same cluseter of servers.
(http://doc.3tera.com/AppLogic24/AdvADLPackageDescriptor.html)
So this means if I scipt an application build, then I need to know what uids exist on the cluster (srv1,srv2) correct? How do I find this out, without looking through each object in the ADL for the entire grid?
What happens if I mistakenly add a uid that exists... or wil it not let me...
I have a feeling this uid is quite fundamental to the grid... how fundamental... I would rather not guess..
grid_shell> uid list --all (--verbose)
Maybe?? Or is that off base..?
Thanks