The following conditions must be met in order to use multiple cores:
Below is a sample core.asp that includes multiple servers.
<?xml version="1.0" ?>
<core>
<cores>
<item name="Core_Host_Name_1" rollup="0"/>
<item name="Core_Host_Name_2" rollup="0"/>
<item name="Rollup_Core_Host_Name_3" rollup="1"/>
</cores>
</core>
When using a Web console server that isn't on the core, or if you want to use domain groups inside the LANDesk Management Suite group on the core server, there is some additional server configuration you must do for Management Suite authentication to work correctly. Remote Web console servers must get database connection information and user information from the core server, but since remote Web console servers use impersonated Web credentials on IIS, they can't communicate with the core server directly.
To solve this issue, the Web console server and core server use a COM+ application to communicate via HTTPS, allowing the Web console server to get core server database and user information. You need to configure this COM+ application on the Web console server to use an account that has the necessary rights, such as the domain administrator account. The account that you provide needs to be in the LANDesk Management Suite group on the core server (this allows it to access core server database connection information), and it needs to have rights to enumerate Windows domain members.
If you're using domain groups inside the core server's LANDesk Management Suite group, Management Suite also needs to be able to enumerate Windows domain members. In this case, you also need to provide an account for the core server's LANDesk1 COM+ application.