- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Redhat 5.3 with SAN Connectivity
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2010 06:47 AM
10-10-2010 06:47 AM
Good day,
I was searching for a FC driver from RH 5.3. but I couldn't find any. I need the package that include hp_rescan tool.
AP770A HP 82B PCIe 8Gb FC Dual Port HBA
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2010 07:40 AM
10-10-2010 07:40 AM
Re: Redhat 5.3 with SAN Connectivity
# rpm -qa --filesbypkg | egrep hp_rescan
fibreutils /opt/hp/hp_fibreutils/hp_rescan
fibreutils /usr/bin/hp_rescan
hp_rescan utility is in the fibreutils-3.0-3 rpm file
hp_rescan -h will give you the syntax and options for use.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2010 09:26 PM
10-10-2010 09:26 PM
Re: Redhat 5.3 with SAN Connectivity
But I cannot find them online. can you post the URL ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2010 10:40 PM
10-10-2010 10:40 PM
Re: Redhat 5.3 with SAN Connectivity
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2010 11:04 PM
10-10-2010 11:04 PM
Re: Redhat 5.3 with SAN Connectivity
I have DL380 G6 running RH 5.3
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2010 04:42 AM
10-11-2010 04:42 AM
Re: Redhat 5.3 with SAN Connectivity
Download from the BSC.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2010 05:20 PM
10-11-2010 05:20 PM
Re: Redhat 5.3 with SAN Connectivity
Here is the link you can download
http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareIndex.jsp?lang=en&cc=us&prodNameId=3884083&prodTypeId=15351&prodSeriesId=3884082&swLang=13&taskId=135&swEnvOID=4006#78221
this is for i686 architecture.
Download whole PSP support pack. In PSP pack you can see the fibreutils rpm package.
then
- Login to server with root previleges
- run "rpm -ivh
rpm -Uvh
- Check the installed package rpm -aq | grep -i fibre
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2010 01:53 AM
10-12-2010 01:53 AM
Re: Redhat 5.3 with SAN Connectivity
I cannot install the packages.
fibreutils-2.5-4.x86_64.rpm
hp-lpfc-8.2.0.22-9.rhel5.noarch.rpm
This RPM is not supported on RHEL 5.3 or greater
error: %pre(fibreutils-2.5-4.x86_64) scriptlet failed, exit status 1
error: install: %pre scriptlet failed (2), skipping fibreutils-2.5-4
What is the issue?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2010 10:02 AM
11-02-2010 10:02 AM
Re: Redhat 5.3 with SAN Connectivity
I find out that Redhat 5.3 already have FC Card driver and FC utilities so that's why PSP don't install these on the system.
But I don't know how can I do hardware scan. is there any command like : ioscan -c lun ??
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2010 10:08 AM
11-02-2010 10:08 AM
Re: Redhat 5.3 with SAN Connectivity
#!/bin/ksh
#
# San FC HBAS for changes
for hba in `ls -d /sys/class/fc_host/host*`;do
FCHOST=`basename $hba`
echo "Scanning $FCHOST"
echo "- - -" > /sys/class/scsi_host/${FCHOST}/scan
done
Make it executable.
Everytime you present new storage, simply:
root# scandisks
root# multipath -v2
root# multipath -ll
.. and so on and so forth.
(make sure you have HPDM Enablement kit installed too).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2010 12:48 PM
11-02-2010 12:48 PM
Re: Redhat 5.3 with SAN Connectivity
I'm would like to ask if there is any documentation about configuring MSA2000 with Redhat 5.3 + can I create LVM LUN in Redhat using command line enabling Multipath e.g. in HP-UX we have vgcreate lvcreate.
Thanks again
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2010 01:25 AM
11-03-2010 01:25 AM
Re: Redhat 5.3 with SAN Connectivity
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2010 04:56 AM
11-03-2010 04:56 AM
SolutionYou have to download it separately. Latest is 4.4.1.
It allows your SAN LUNs to have "friendly names" instead of /dev/mpath/mpath123 or /dev/dm-13 - you can ask multipath to use "mapper" names like -- /dev/mapper/SAPdisk.
You can now do whatever you like with /dev/mapper/SAPdisk -- it is already multipathed by virtue of what you have in /etc/multipath.conf.
You can parition it with fdisk so you can have a PV - /dev/mapper/SAPdiskp1 that you can use to vgcreate an LVM VG. From there you can lvcreate your desired LV for use as raw disk or to create an ext2,3,4 or whatever filesystem on top.
(Note: if you have MANY SAN disks, you may need to tweak your /etc/lvm/lvm.conf file too so you do not get duplicate PVs).
On mine it is:
filter = [ "a/mapper/.*p1$/", "a|/dev/cciss/*|", "r/.*/" ]
Which means, LVM should only search device mapper disks on partion 1 and HP SMartArray LUNs and ignore all else.
Cheers!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2010 11:45 AM
11-03-2010 11:45 AM
Re: Redhat 5.3 with SAN Connectivity
I have already download and install HPDM 4.4.1 but the funny thing I'm installing it or OEL 5.3 and I'm getting that the package is already installed so I decide to remove it first then reinstall it again and it finish with "Success" but when I hit rpm -q to search for the package I get nothing. On RHEL 4 I installed the package and I can see it.
I don't know what going on but it's giving error on something /sbin/scsi_id
Also I still need to reboot my box to rescan the FC card to see the lun from MSA2000.
Thanks for help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2010 12:16 PM
11-03-2010 12:16 PM
Re: Redhat 5.3 with SAN Connectivity
Please read through the release notes as depending on whether you have Emulex or Qlogic, you will need to have some changed to /etc/modprobe.conf added and initrd rebuilt.
I have not tried HPDM on OEL though but I suppose you can .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2010 01:01 PM
11-03-2010 01:01 PM