ERROR V-5-52-12

book

Article ID: 100012086

calendar_today

Updated On:

Cause

Localhost entries are commented on /etc/hosts file

[root@server103 ~]# cat /etc/hosts
#127.0.0.1   localhost localhost.localdomain localhost4 localhost4.localdomain4
#::1         localhost localhost.localdomain localhost6 localhost6.localdomain6
192.168.10.103    server103 # NIC

[root@server103 ~]# vradmin -g sbdg printvol
VxVM VVR vradmin ERROR V-5-52-12 vradmind server not running on this system
 

Resolution

Ensure that the localhost entries are not commented out

[root@server103 ~]# cat /etc/hosts
127.0.0.1   localhost localhost.localdomain localhost4 localhost4.localdomain4
::1         localhost localhost.localdomain localhost6 localhost6.localdomain6
192.168.10.103    server103 # NIC


[root@server103 ~]# vradmin -g sbdg printvol
Replicated Data Set: sbrvg
TY  SECONDARY
h   192.168.10.70
dg  sbdg
rv  sbrvg
v   datavol
sz  2097152
pn  3
fl  DCM


Applies To

Tested on RedHat
Storage Foundation 6.0.x and 6.1

Issue/Introduction

vradmin commands fail with:
VxVM VVR vradmin ERROR V-5-52-12 vradmind server not running on this system