Skip to content
Discussion options

You must be logged in to vote

@KuasarCloud All the public IP's are maintained user_ip_address table and as per the query output you shared there are free IP's.

>>I think it's because the free IP are for the System Pool,

This could be the issue.. Did you dedicate or reserve public IP's for systemVM's? Can you share the output of below queries

select count() from user_ip_address where allocated is null and state='Free' and data_center_id=2 and forsystemvms=1;
select count(
) from user_ip_address where allocated is null and state='Free' and data_center_id=2 and forsystemvms=0;
select count(*) from user_ip_address where allocated is null and state='Free' and data_center_id=2;

If query 2 returns count as 0 then you have no …

Replies: 1 comment 13 replies

Comment options

You must be logged in to vote
13 replies
@prashanthr2
Comment options

@KuasarCloud
Comment options

@KuasarCloud
Comment options

@prashanthr2
Comment options

Answer selected by KuasarCloud
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants