- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How join LUN Clariion CX3-80 with HP-UX server...
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
04-29-2008 04:02 AM
04-29-2008 04:02 AM
How join LUN Clariion CX3-80 with HP-UX server?
I have a little question about HP-UX. How to join LUN Clariion CX3-80 with HP-UX server? I.e. Have I to mount LUN to operation system manually? Have I to create file system?
Can Hp-Ux server watch this LUN without any actoins?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2008 04:17 AM
04-29-2008 04:17 AM
Re: How join LUN Clariion CX3-80 with HP-UX server?
# ioscan -fnC disk
next you need to create a device file for the disk. You can either run
# insf -e
or
# insf -H
then you run pvcreate on the disk and add it to a volume group, or create a new one. Now you can create an lvol and put a file system on it. That is my short version of it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2008 06:04 AM
04-29-2008 06:04 AM
Re: How join LUN Clariion CX3-80 with HP-UX server?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2008 07:04 AM
04-29-2008 07:04 AM
Re: How join LUN Clariion CX3-80 with HP-UX server?
Some actions required.
insf -C disk
That and ioscan are your best bet to avoid a system boot.
Officially however a reboot is normally required to get a system to recognize non-HP disk. That last fact may be dated.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2008 09:58 AM
04-29-2008 09:58 AM
Re: How join LUN Clariion CX3-80 with HP-UX server?
Once the device/ctd is visible from the host then the remaining part is just the LVM work(system admin)
In this two part where you need more information/help?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2008 05:13 AM
04-30-2008 05:13 AM
Re: How join LUN Clariion CX3-80 with HP-UX server?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2008 12:58 PM
04-30-2008 12:58 PM
Re: How join LUN Clariion CX3-80 with HP-UX server?
Have you registered the HP-UX host with the CLARiiON in "connectivity status" After the zoning this is the next step.
The HOST and LUNS must then be put into the same storage group on teh CLARiiON.
Next ioscan -fnC disk will show the disks, then insf -e will create the CTD numbers.
After that treat then just like any other disk. Remember to turn off BAD BLOCK ALLOCATION as the CLARiiON takes care of that.
Cheers John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2008 02:25 PM
04-30-2008 02:25 PM
Re: How join LUN Clariion CX3-80 with HP-UX server?
After connecting and zoning the CX-3 to HP Unix box. Run
# ioscan -fnC disk
# insf -e
On host side.
You can see the ctd number of the new Luns allocated... the do the usual LVM creation stuff on HP Host.
Good Luck
Krish