VMware Cloud Community
santunez2275
Enthusiast
Enthusiast
Jump to solution

Error Deployment vROPS 6.6.0

Hello Guys

I installed vROPS 6.6.0 and when is running the New Installation show the following messages

Previous installation attempt failed with the following errors:Node is not part of the cluster.

It has made 3 installations with different versions and always shows the same message.

Search in many sites, but the problem persist.

someone knows what this problem is due?

Regards

Sebastian

Tags (1)
0 Kudos
1 Solution

Accepted Solutions
santunez2275
Enthusiast
Enthusiast
Jump to solution

I resolved the issue

I run a script in vcenter al clean all register of old vRops. it seems that they had installed a trial version before and they removed the VM.

This is the script

logfile=/var/log/rem_ngc.log

echo "===================starting===================="
        array1[0]="dsexporter-service-*"
        array1[1]="monitoring-ui-war-*"
        array1[2]="om-rsls-war-*"
        array1[3]="planning-service-*"
        array1[4]="vcops-api-service-*"
        array1[5]="com.vmware.vcops-*"
        echo "jar files to be deleted :" >> $logfile
        echo " ${array1[*]}" >> $logfile
        for i in "${array1[@]}"

        do
                `find / -name $i > /tmp/dirs_to_rem 2> /dev/null`
                dirs=`cat /tmp/dirs_to_rem`
                echo "` date ` : deleting file : $i from location : $dirs"  >> $logfile
                echo "deleting file : $i from location : $dirs"
                rm -rf $dirs

        done


echo "================completed=========================="

echo "check /var/log/rem_ngc.log for complete log"

Thanks

Sebas

View solution in original post

0 Kudos
7 Replies
daphnissov
Immortal
Immortal
Jump to solution

Are you using forward and reverse DNS records? Can you post the settings you used when you deployed the appliance as well as those you used when starting the configuration?

0 Kudos
santunez2275
Enthusiast
Enthusiast
Jump to solution

Hello.

In the deployment the options:

Domain name of this machine: 192.168.1.5, 192.168.1.6

IP Gateway: 192.168.1.1

Network IP: 192.168.1.100

Mask: 255.255.255.0

Now in the New Installation:

Password; Admin123

Cluster Master Node: prd01vrops01

NTP: 192.168.1.220

Thanks for your help

0 Kudos
daphnissov
Immortal
Immortal
Jump to solution

What you have for the domain name is invalid. That needs to be you actual domain name and not IPs.

0 Kudos
santunez2275
Enthusiast
Enthusiast
Jump to solution

Hello

I changed the Domain name by the suffix name (domain.local) but persist the error.

Also I checked mob and not show components of VCOP.

I am very confused with this issue because I have never had problems installing vrops

Regards

Sebastian

0 Kudos
daphnissov
Immortal
Immortal
Jump to solution

Could you perhaps post some screenshots of your installation process? I want to see what's going on. Also, you won't see anything in the mob on this version so that's normal.

0 Kudos
santunez2275
Enthusiast
Enthusiast
Jump to solution

I resolved the issue

I run a script in vcenter al clean all register of old vRops. it seems that they had installed a trial version before and they removed the VM.

This is the script

logfile=/var/log/rem_ngc.log

echo "===================starting===================="
        array1[0]="dsexporter-service-*"
        array1[1]="monitoring-ui-war-*"
        array1[2]="om-rsls-war-*"
        array1[3]="planning-service-*"
        array1[4]="vcops-api-service-*"
        array1[5]="com.vmware.vcops-*"
        echo "jar files to be deleted :" >> $logfile
        echo " ${array1[*]}" >> $logfile
        for i in "${array1[@]}"

        do
                `find / -name $i > /tmp/dirs_to_rem 2> /dev/null`
                dirs=`cat /tmp/dirs_to_rem`
                echo "` date ` : deleting file : $i from location : $dirs"  >> $logfile
                echo "deleting file : $i from location : $dirs"
                rm -rf $dirs

        done


echo "================completed=========================="

echo "check /var/log/rem_ngc.log for complete log"

Thanks

Sebas

0 Kudos
KwansuLim
VMware Employee
VMware Employee
Jump to solution

I have a same issue on vCenter for Windows. 

Could you advise me how to resolve it on vCenter for windows?

0 Kudos