Axel Gebauer <[EMAIL PROTECTED]> wrote: > Thank You! That was the right hint: I put the host into SG0 instead > of SGx. But when I tried to fix the problem the next problem > followed: When I tried to put the host into SGx Asgard always told me > "Access denied" when logged in as "admin!sitegroupname".
correct , because SG is some kind of virtual database, so moving host from one SG to another one is like move host out of databse for SG admin > When being > logged as admin Asgard always put the host into SG0. Asgard doesn't support setsitegroup function(AFAIK). Either use Spider admin for that , or just run manual mysql query. update host set sitegroup='what you need' where host name='your host'; Piotras --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
