Products
Applications
Support
Company
How To Buy
Skip to main content (Press Enter).
Sign in
Skip auxiliary navigation (Press Enter).
Register
Skip main navigation (Press Enter).
Toggle navigation
Home
Communities
All Communities
Application Networking and Security
Carbon Black
Enterprise Software
Mainframe Software
Symantec Enterprise
Tanzu
VMware {code}
VMware Cloud Foundation
Blogs
All Blogs
Enterprise Software
Mainframe Software
Symantec Enterprise
VMware
Events
VMware Explore 2025
All Events
Enterprise Software
Mainframe Software
Symantec Enterprise
VMware Cloud Foundation Events
Water Cooler
Betas
Flings
Education
Groups
Enterprise Software
Mainframe Software
Symantec Enterprise
VMware
Members
VMware vSphere
View Only
Community Home
Threads
703K
Library
2.7K
Blogs
0
Events
0
Members
100K
Back to discussions
Expand all
|
Collapse all
sort by most recent
sort by thread
Platform import problem
cheitun
Nov 20, 2006 04:56 AM
Hello @all, I have installed a fresh server on Linux with two agents each on HP-UX system (Version ...
admin
Nov 20, 2006 11:18 PM
Hi Ami, The HQ Enterprise Subscription trial is limited to 3 platforms, with an additional platform ...
cheitun
Nov 21, 2006 11:32 AM
Thanks for the info! Maybe hyperic should mention in their docs that each CPU is counted as a Platform ...
john_hyperic
Nov 22, 2006 09:25 PM
Actually, each agent installation is AT LEAST 1 licensed platform. If the platform has >2 physical ...
1.
Platform import problem
Recommend
cheitun
Posted Nov 20, 2006 04:56 AM
Reply
Reply Privately
Options Dropdown
Hello @all,
I have installed a fresh server on Linux with two agents each on HP-UX system (Version 2.7.5-EE). Now when I try to add the second client to the server I get following error:
Unable to import platform : Cannot register new platform due to licensing restrictions. Contact support to license additional platforms. Current license permits a maximum platform count of 4
I don't understand why I get this error. I only have 2 agents and this is a "fresh" install. No other clients have been added to the server before. When I put a select on the eam_agents table I only see my two agents which have registered their auththokens:
id | address | port | authtoken | agenttoken | version | agent_type_id | ctime | mtime
-------+---------------+------+-------------------------------------------------------+-------------------------------------------------------+----------+---------------+---------------+---------------
10001 | 195.146.50.30 | 2144 | 1163968434489-808719251555349095-3045519077715786058 | 1163949807076-4330896529770758306-53730608425052884 | 2.7.5-EE | 1 | 1163949807184 | 1163949807183
10002 | 195.146.50.36 | 2144 | 1163968746411-5024302173070116043-3774955733965147527 | 1163950042771-4068474840055147562-1999535715267775828 | 2.7.5-EE | 1 | 1163950042776 | 1163950042776
My eam_platform table gives me following output:
hqdb=# select * from eam_platform;
id | cid | name | sort_name | certdn | fqdn | platform_type_id | description | comment_text | ctime | mtime | config_response_id | agent_id | modified_by | owner | location | cpu_count
-------+-----+-------------------+-------------------+----------------------------------------------------------------+-------------------+------------------+-------------+--------------+---------------+---------------+--------------------+----------+-------------+---------+----------+-----------
10001 | | server.name.com | server.name.COM | CAM-AGENT-1163968265959-190295423585519562-4972451138860462411 | server.name.com | 10008 | HP-UX 11 | | 1163949948052 | 1163949949163 | 101 | 10001 | hqadmin | hqadmin | | 6
(1 row)
Does anyone have an idea?
Best Regards,
AMI
2.
RE: Platform import problem
Recommend
admin
Posted Nov 20, 2006 11:18 PM
Reply
Reply Privately
Options Dropdown
Hi Ami,
The HQ Enterprise Subscription trial is limited to 3 platforms, with
an additional platform for the server itself. Each pair of CPUs is
counted as one platform. Looks like you have already imported a
platform that has 6 CPUs, so that would account for the license
restriction.
The open source HQ does not have any platform restrictions.
Charles
On Nov 19, 2006, at 8:56 PM, ami wrote:
> Hello @all,
>
> I have installed a fresh server on Linux with two agents each on HP-
> UX system (Version 2.7.5-EE). Now when I try to add the second
> client to the server I get following error:
> Unable to import platform : Cannot register new platform due to
> licensing restrictions. Contact support to license additional
> platforms. Current license permits a maximum platform count of 4
>
> I don't understand why I get this error. I only have 2 agents and
> this is a "fresh" install. No other clients have been added to the
> server before. When I put a select on the eam_agents table I only
> see my two agents which have registered their auththokens:
>
> id | address | port |
> authtoken |
> agenttoken | version | agent_type_id |
> ctime | mtime
> -------+---------------+------
> +-------------------------------------------------------
> +-------------------------------------------------------+----------
> +---------------+---------------+---------------
> 10001 | 195.146.50.30 | 2144 |
> 1163968434489-808719251555349095-3045519077715786058 |
> 1163949807076-4330896529770758306-53730608425052884 | 2.7.5-EE
> | 1 | 1163949807184 | 1163949807183
>
> 10002 | 195.146.50.36 | 2144 |
> 1163968746411-5024302173070116043-3774955733965147527 |
> 1163950042771-4068474840055147562-1999535715267775828 | 2.7.5-EE
> | 1 | 1163950042776 | 1163950042776
>
> My eam_platform table gives me following output:
>
> hqdb=# select * from eam_platform;
> id | cid | name | sort_name
> | certdn
> | fqdn | platform_type_id | description | comment_text
> | ctime | mtime | config_response_id | agent_id |
> modified_by | owner | location | cpu_count
> -------+-----+-------------------+-------------------
> +----------------------------------------------------------------
> +-------------------+------------------+-------------+--------------
> +---------------+---------------+--------------------+----------
> +-------------+---------+----------+-----------
> 10001 | | server.name.com | server.name.COM | CAM-
> AGENT-1163968265959-190295423585519562-4972451138860462411 |
> server.name.com | 10008 | HP-UX 11 | |
> 1163949948052 | 1163949949163 | 101 | 10001 |
> hqadmin | hqadmin | | 6
> (1 row)
>
> Does anyone have an idea?
>
> Best Regards,
>
> AMI
3.
RE: Platform import problem
Recommend
cheitun
Posted Nov 21, 2006 11:32 AM
Reply
Reply Privately
Options Dropdown
Thanks for the info!
Maybe hyperic should mention in their docs that each CPU is counted as a Platform and not each agent platform installation.
Best Regards,
AMI
4.
RE: Platform import problem
Recommend
john_hyperic
Posted Nov 22, 2006 09:25 PM
Reply
Reply Privately
Options Dropdown
Actually, each agent installation is AT LEAST 1 licensed platform. If the platform has >2 physical processors (multiple cores and HT does not count), then it will count as more than 1 licensed platform. Each 2 CPU is counted as 1 licensed platform. So if you have an 8 processor box, you would need a license for 4 platforms just for that box.
Another thing to consider is that network devices are counted as a platform and therefore take up a license. So even though you do not install an agent on the device, it counts as a platform for licensing purposes.
Hope this clears things up.
×
New Best Answer
This thread already has a best answer. Would you like to mark this message as the new best answer?
Copyright 2024. All rights reserved.
Powered by Higher Logic