Find Brocade SAN switch’s IP in Sun server?


 
Thread Tools Search this Thread
Operating Systems Solaris Find Brocade SAN switch’s IP in Sun server?
# 1  
Old 02-09-2011
Find Brocade SAN switch’s IP in Sun server?

We have a Sun M5000 connecting to a Brocade SAN switch. I don't know the IP of the Brocade switch and don't want to use its serial port to get the info. How can I find the IP of the Brocade switch under Solaris 10? Snoop is not supported by Solaris multipathing. What other tools can I use to find the info?


Thank you in advance.
# 2  
Old 02-09-2011
what has "snoop" to do with "multipathing"?

check the /etc/hosts file. maybe the san-switch ips are in there... but the best chance IS the serial line, because the os has nothing to do with the ip management port of the switch.
you can "snoop" all ip-traffic and try all ips or check the arp table and try all ips... but this is (if you are in a big network) like searching for a needle in a haystack.
# 3  
Old 02-09-2011
Code:
man arp

Maybe it's in your server's ARP cache.
# 4  
Old 02-11-2011
Thanks for the reply.

The arp table is too big to search. It doesn't work. In addition, arp is for Ethernet. The Brocade switch is for the Fibre Channel network.

Solaris must listen to the HBA port. Is there a way to monitor the HBA card and port only?

Thanks.
# 5  
Old 02-11-2011
the management for the san switch works over ethernet! as far as i know there is no inband management for san switches?!
# 6  
Old 02-11-2011
Quote:
Originally Posted by aixlover
Thanks for the reply.

The arp table is too big to search. It doesn't work. In addition, arp is for Ethernet. The Brocade switch is for the Fibre Channel network.

Solaris must listen to the HBA port. Is there a way to monitor the HBA card and port only?

Thanks.
You asked for an IP address. That's Ethernet.

As DukeNuke2 said, SAN switches tend to be managed via a standard Ethernet connection. I don't think I've ever seen one managed inband over FC, although I suppose it's possible.
# 7  
Old 02-15-2011
No solution yet. There is no SNMP service here.

I've found its IP from one of my co-workers.

Thanks!
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. AIX

AIX - FC Switch migration, SAN Migration question!

I'm New to AIX / VIOS We're doing a FC switch cutover on an ibm device, connected via SAN. How do I tell if one path to my remote disk is lost? (aix lvm) How do I tell when my link is down on my HBA port? Appreciate your help, very much! (4 Replies)
Discussion started by: BG_JrAdmin
4 Replies

2. Filesystems, Disks and Memory

SAN questions about Sun StorageTek array

Hi, I have a question about Sun StorageTek Common Array Manager (CAM): What is the concept of 'host'? Is it the hostname of the server that has access to the managed array? If so, can I use its IP instead of its hostname? I've found a 'host' under CAM called XYZ (See below). In our... (7 Replies)
Discussion started by: aixlover
7 Replies

3. Solaris

Cannot get my Sun Solaris servers to log into Brocade Switch

Cannot get my Sun Solaris servers to log into a Brocade 5100. All fiber has been connected correctly and all drivers and firmware are loaded and up to date according to EMCGrab report. Below is an output from server. Please Help: HBA Port WWN: 2100001b321063c4 OS Device Name: /dev/cfg/c3... (2 Replies)
Discussion started by: sbkilbride
2 Replies

4. AIX

Migrating to new SAN switch

Good morning, I have 3 pSeries servers each with one internal boot VIOS and one boot-from-san VIOS... with numerous LPAR's running on top of them. My question is: We are currently connecting to our IBM DS subsystem via a Cisco MDS 2GBPS SAN switch, we have recently purchased a Cisco MDS... (3 Replies)
Discussion started by: tdiYUZER
3 Replies

5. Solaris

configure solaris 10 mail to relay email alerts from SAN switch

I want to be able to use an account on a solaris 10 server, eg root@myhost to act as a relay to forward mail to my domain account me@mycompany.com The reason for this is to configure root@myhost as a mail relay on Brocade SAN switches - so that when a port goes bad i get an email alert.... (0 Replies)
Discussion started by: wibidee
0 Replies

6. Shell Programming and Scripting

-o switch in find

Hello all I'm experimenting with the use of the -prune action and I've encountered some confusing behaviour when using the -o option. Can't find anything specific in the man page. If I have a directory within my current directory called testlink and I run:- find . -name testlink -prune ... (0 Replies)
Discussion started by: grasper
0 Replies

7. UNIX for Dummies Questions & Answers

How to switch between terminal screens in Sun Solaris 10

:) Hi everybody.. This is my firt post in this great forum.: I have installed Sun Solaris 10 on an Intel machine.. Now i login in CDE desktop as root. I want to switch between terminal screens pressing CTRL+ALT F1 (through F6) but nothing happens ?? any suggestions thank you (2 Replies)
Discussion started by: peterpan
2 Replies

8. Solaris

How to configure my SAN with Sun V880 servers to run Oracle 9i

Hi: I am in the process of configuring the SAN for Solaris to host 6 oracle 9i databases. We have 30 -146 GB disks stiped with RAID 10 for SAN. Of which 11 are dedicated for databsaes related things. Then we have 2 v880 Sun Servers with 16 -73 GB disks and 24 GB memory. The questions... (1 Reply)
Discussion started by: oracle_dba
1 Replies
Login or Register to Ask a Question