Sponsored Content
Operating Systems Linux Red Hat Commands to discover new LUNS with Brocade HBA Post 302388893 by mark54g on Thursday 21st of January 2010 07:46:21 PM
Old 01-21-2010
Are you sure they are brocade HBAs and not switches? What modules are loaded on the system?

To scan for new LUNs, however, you should use this, as it is a part of SUSE, at least, but works on Red Hat and others:

http://www.garloff.de/kurt/linux/res...si-bus.sh-1.25

I have used it like this
Code:
rescan-scsi-bus.sh -w -l -c

 

9 More Discussions You Might Find Interesting

1. Linux

How to discover what naming services are available

Hello All, A number of UNIX platforms currently bundle clients for the NIS, NIS+, and LDAP services. I'd like to know how to discover what naming services are available. E.g., results : ============================= URL: service:naming-directory:nis://192.168.1.100/eng.wiz.com ... (0 Replies)
Discussion started by: test111111
0 Replies

2. 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

3. Solaris

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... (6 Replies)
Discussion started by: aixlover
6 Replies

4. Solaris

How to enable hba port of a two port hba card

Hi, i have a two port hba card in solaris 10 system one of which is disabled. How to enable and configure the other port. ---------- Post updated at 08:17 AM ---------- Previous update was at 03:40 AM ---------- please help :( (7 Replies)
Discussion started by: rishiraaz
7 Replies

5. IP Networking

DHCP server discover

I need a script to scan the surrounding DHCP servers. I want to know how many dhcp servers are there on my connected etnernet. (2 Replies)
Discussion started by: getrue
2 Replies

6. Shell Programming and Scripting

Discover unique names and organize

I'm attempting to write a script that will look into a directory, discover all unique names, create directories for their prefix names and place the files inside. I do this now one by one with a simple script but I'd like to automate the process. The directory would contain something like: ... (6 Replies)
Discussion started by: scribling
6 Replies

7. IP Networking

Average pps and how to discover cause

How many pps (packets per second) roughly can average server user maximum use? I mean if its normal to have like 100 000 pps a few VPS users there have around 100,000 - 900,000pps there has been bans for DoS. PS: how pps value can be discovered and how tracked to causing process? thx (0 Replies)
Discussion started by: postcd
0 Replies

8. Solaris

Sunos 5.10 discover new luns and configure

Hello; experienced with HPUX/Linux, but new to Solaris, in particular my newly inherited SunOS 5.10 and is in a san environment I have access to a 20gb lun, how do I discover it (and is a reboot required) when discovered how do I configure it as a whole disk mount point (1 Reply)
Discussion started by: Ikenewtosolaris
1 Replies

9. IP Networking

Discover Windows machines in other network

I have my Windows computer in network 192.168.1.0/24 plugged into one interface of my router. I have another port on the router as network 192.168.168.0/24 where my nas is plugged in. Now Windows doesn't discover my NAS automatically, of course. Anyone know what would be the most elegant way to... (2 Replies)
Discussion started by: awayand
2 Replies
tran_bus_reset(9e)						Driver Entry Points						tran_bus_reset(9e)

NAME
tran_bus_reset - reset a SCSI bus SYNOPSIS
#include <sys/scsi/scsi.h> int prefix tran_bus_reset(dev_info_t *hba_dip, int level); INTERFACE LEVEL
Solaris DDI PARAMETERS
hba_dip The dev_info_t pointer associated with the SCSI HBA. level The level of reset required. DESCRIPTION
The tran_bus_reset() vector in the scsi_hba_tran(9S) structure should be initialized during the HBA driver's attach(9E). It is an HBA entry point to be called when a user initiates a bus reset through device control interfaces. tran_bus_reset() must reset the SCSI bus without resetting targets. level will be one of the following: RESET_BUS Reset the SCSI bus only, not the targets. Implementation is hardware specific. If it is not possible to reset the SCSI bus without changing the state and operating mode of the tar- gets, the HBA driver should not initialize this vector or return failure. RETURN VALUES
tran_bus_reset() should return: 1 on success. 0 on failure. ATTRIBUTES
See attributes(5) for a description of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | |Stability Level |Evolving | +-----------------------------+-----------------------------+ SEE ALSO
attributes(5), tran_quiesce(9E), scsi_hba_tran(9S) SunOS 5.10 17 Mar 1999 tran_bus_reset(9e)
All times are GMT -4. The time now is 07:46 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy