Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

Oracle vipca error

Vipca is not opening new configuration window and is giving error
[root@node1 bin]# ./vipca
Error 0(Native: listNetInterfaces:[3])
 [Error 0(Native: listNetInterfaces:[3])]
 To resolve this issue
Perform two steps
[root@node1 bin]# ./oifcfg setif -global bond0/192.168.0.0:public
[root@node1 bin]# ./oifcfg setif -global eth2/192.168.1.0:cluster_interconnect
[root@node1 bin]# ./oifcfg getif
bond0 192.168.0.0 global public
eth2 192.168.1.0 global cluster_interconnect
[root@node1 bin]#
 Again run vipca and worked fine
[root@node1 bin]# ./vipca

Comments

Popular posts from this blog

Oracle DBMS SCHEDULER Examples

How to find the server is whether standby (slave) or primary(master) in Postgresql replication ?

7 Steps to configure BDR replication in postgresql

How to Get Table Size, Database Size, Indexes Size, schema Size, Tablespace Size, column Size in PostgreSQL Database

vacuumlo - removing large objects orphans from a database PostgreSQL