- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- How to pick EMC luns on RHEL
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
07-21-2010 12:42 PM
07-21-2010 12:42 PM
How to pick EMC luns on RHEL
Also what are the commands to use to create a file system... on solaris we had an issue when we used EMC power devices while upgrading PP ... so please let me know if there is an option w/o using EMC power devices
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2010 01:17 PM
07-21-2010 01:17 PM
Re: How to pick EMC luns on RHEL
http://www.scribd.com/doc/11477956/EMC-PowerPath-for-Linux-51-Install-and-Admin-Guide
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2010 06:20 PM
07-21-2010 06:20 PM
Re: How to pick EMC luns on RHEL
If not try to run #kudzu
and then see if you can see the devices.
to make a file system you have to first decide what kind of file system you need LVM/VxVM or ext smthing else.
Command would differ in all.
BR,
Kapil+
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2010 10:05 PM
07-21-2010 10:05 PM
Re: How to pick EMC luns on RHEL
before you start to upgarde the PowerPath, read the installation and upgrade guide from :
powerlink.emc.com, you should have a account if you like download the latest powerpath.
also i would check the KB for some issues.
mikap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2010 06:14 AM
07-29-2010 06:14 AM
Re: How to pick EMC luns on RHEL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2010 12:35 PM
07-29-2010 12:35 PM
Re: How to pick EMC luns on RHEL
For the first case, the procedures you need are in this document:
https://www.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/html/Online_Storage_Reconfiguration_Guide/index.html
For the second case, you'll need the free "inq" tool from EMC, or the SYMCLI toolkit (EMC license required).
All the versions of the EMC "inq" tool are downloadable here:
ftp://ftp.emc.com/pub/elab/inquiry/
If you don't use the /dev/emcpower* devices, you'll not be getting any benefit from the PowerPath software on Linux. In other operating systems, the situation can be very different.
In RHEL 4 and 5, the free alternative to PowerPath is the "device-mapper multipath" package included in the RHEL distributions. I've found it more convenient than PowerPath: because the driver part of dm-multipath is built-in to the standard RHEL kernel packages, you don't have to wait for a PowerPath update before you can install the newest kernel security updates. The dm-multipath RPM contains only the userspace tools and can be updated at any time without causing any loss of SAN access.
https://www.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5.5/html/DM_Multipath/index.html
Any multipath software is going to be a critical piece of your SAN storage environment: when upgrading it, you should definitely read the documentation first. If a specific upgrade procedure is documented, you should follow it *exactly*.
MK