root@<vidm_hostname>[ ~ ]# ifconfig eth0:0 inet delegateIP netmask ##.##.##.##
root@<vidm_hostname>[ ~ ]# ifconfig -aeth0 Link encap:Ethernet HWaddr ##:##:##:##:##:## inet addr:##.##.##.## Bcast:##.##.##.## Mask:##.##.##.## UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
.....
eth0:0 Link encap:Ethernet HWaddr ##:##:##:##:##:## inet addr:##.##.##.## Bcast:##.##.##.## Mask:##.##.##.## UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
lo Link encap:Local Loopback inet addr:##.##.##.## Mask:##.##.##.## inet6 addr: ::1/128 Scope:Host .....
root@<vidm_hostname>[ ~ ]# ifconfig -aeth0 Link encap:Ethernet HWaddr ##:##:##:##:##:## inet addr:##.##.##.## Bcast:##.##.##.## Mask:##.##.##.## UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 .....
lo Link encap:Local Loopback inet addr:##.##.##.## Mask:##.##.##.## inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:65536 Metric:1
.....
This "^M" character is seen while tailing the /var/log/pgService/auto-recovery.log besides the variables (like so):
PRIMARY_IP="#.#.#.#^M"
SECONDARY_1_IP="#.#.#.#^M"
SECONDARY_2_IP="#.#.#.#^M"
VMware Identity Manager 3.3.x
This can cause if the pgpool.conf file encoding has changed from LF to CRLF encoding.
Below resolution is applicable for VMware identity Manager with 3 nodes.
cd /usr/local/etc/pgpool.confcp /usr/local/etc/pgpool.conf /usr/local/etc/pgpool.conf.bakvim /usr/local/etc/pgpool.conf:set fileformat=unix:wq!/etc/init.d/pgService startIf you suspect any corruption of the /usr/local/etc/pgpool.conf file and the cluster was working before, you can restore the original configuration using the command:
cp /usr/local/etc/.backup/pgpool.conf /usr/local/etc/pgpool.conf