LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   RAC DB configuration using Openfiler (https://www.linuxquestions.org/questions/linux-newbie-8/rac-db-configuration-using-openfiler-4175617424/)

Joy Stick 11-11-2017 12:44 PM

RAC DB configuration using Openfiler
 
2 Attachment(s)
Dear Experts,

I am just configurig RAC database using open filer.

VM1 - node1
VM2 - node2
VM3 - Storage using Openfiler

PHP Code:

Storage IP  -  192.168.212.50    (using Open Filer on top of Vmware

>> On node 1

PHP Code:

# service iscsi status
iscsid (pid  5749is running...
[
root@rac2 ~]# iscsiadm -m discovery -t sendtargets -p 192.168.212.50 -l 

>> On node2

PHP Code:

# service iscsi status
iscsid (pid  5749is running...
[
root@rac2 ~]# iscsiadm -m discovery -t sendtargets -p 192.168.212.50 -l 

Why i am NOT getting any output ?

Please see my attachments!

AwesomeMachine 11-11-2017 03:31 PM

The screen shots look ok. What do mean by 'output'? Is the iSCSI volume mounted on the RAC clients?

Joy Stick 11-11-2017 11:50 PM

1 Attachment(s)
Hi,

Why i am NOT getting output ?
I meant it is NOT discovering the path !

>> Network connectivity between node 1 to storage

# ping 192.168.212.50
PING 192.168.212.50 (192.168.212.50) 56(84) bytes of data.
64 bytes from 192.168.212.50: icmp_seq=1 ttl=64 time=0.903 ms
64 bytes from 192.168.212.50: icmp_seq=2 ttl=64 time=0.243 ms
64 bytes from 192.168.212.50: icmp_seq=3 ttl=64 time=0.231 ms

--- 192.168.212.50 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2011ms
rtt min/avg/max/mdev = 0.231/0.459/0.903/0.313 ms


>> Please see attachment !

AwesomeMachine 11-12-2017 06:16 PM

Maybe you need netmask 255.255.0.0


All times are GMT -5. The time now is 01:59 PM.