- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Using EMC Hard Disk
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
03-17-2005 12:02 AM
03-17-2005 12:02 AM
Using EMC Hard Disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2005 12:15 AM
03-17-2005 12:15 AM
Re: Using EMC Hard Disk
You don't create a mount point using EMC disk(s) unless you are going to use RAW disk(s).
You either create a Volume Group (VG) with the EMC disk(s), or add the EMC disk(s) to an existing VG.
Mirroring and BCV's are done within the EMC box. Mirroring can be done using HPux but if you have the ability to do it within the EMC box, then you do it there. If you do not know how to do this, then I suggest you consult EMC.
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2005 12:36 AM
03-17-2005 12:36 AM
Re: Using EMC Hard Disk
mkdir /mountpoint
You don't define what kind of EMC disk it is. You do that when you set up the EMC HyperVolumes.
(HyperVolume are what gets presented to your server HBA, turned in to PVs, built into VGs, and then you create LVs in the VG.)
Also, a single HyperVolume is either a STD or a BCV. It can't be more than one.
If you have 10 STD HVs, you can present them to a server and build 10 PVs on them and make a VG/LV/File System and mount it.
If you have BCV HVs and they are split mirrors of STD HVs you can vgimport them and mount them on a server (usually a different server from where the STDs are mounted).
Does that help? Is that what you meant?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2005 01:44 AM
03-17-2005 01:44 AM
Re: Using EMC Hard Disk
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2005 03:09 AM
03-17-2005 03:09 AM
Re: Using EMC Hard Disk
The mountpoint is a HPUX deal.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2005 06:20 AM
03-17-2005 06:20 AM
Re: Using EMC Hard Disk
If you don't have ControlCenter or its various components that let you (the customer) change your EMC array, you will have to contact EMC to make the change. Your salesman or CE can help you.
By "change your EMC array" I'm assuming you mean a Symmetrix-class and that you want to set up the storage as described above (STD devices, M1 devices, BCVs).
HTH,
Mic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2005 12:58 PM
03-17-2005 12:58 PM
Re: Using EMC Hard Disk
From your explanation, I will reconfirm to you some questions following:
1.What the difference between metavolume and hypervolume?
2.The first step we must do define STD and BCV HVs before we attach them to HPUX VG/LV/FS?
3.One HV can consist of more than one hard disks ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2005 06:01 PM
03-17-2005 06:01 PM
Re: Using EMC Hard Disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2005 10:56 PM
03-17-2005 10:56 PM
Re: Using EMC Hard Disk
1.What the difference between metavolume and hypervolume?
** A hypervolume is a portion of a disk. A Metavolume is a combination of hypervolumes.
2.The first step we must do define STD and BCV HVs before we attach them to HPUX VG/LV/FS?
** You don't attach BCV's to vg/lv/fs's until they are defined and split from the R1.
3.One HV can consist of more than one hard disks ? NO, but metavolumes do.
How do I know what HPUX device name associate with STD and BCV devices that I have add to mapped devices?
** by the device path - You need to match your emc device target/lun path to your HP.
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2005 03:14 AM
03-18-2005 03:14 AM
Re: Using EMC Hard Disk
Dowload the inq command from ftp://ftp.emc.com/pub/symm3000/hpux/ to your HP-UX system. Run that command on HP-UX and it will tell you how your EMC devices are mapped to HP-UX names.
(You might also want to get emcgrab at ftp://ftp.emc.com/pub/emcgrab/Unix/).
For background information on using EMC storage, get an account at powerlink.emc.com if you don't already have one. Go to Support and then to Document Library. Under Host Connectivity, you'll find a good reference for HP-UX. Under Hardware/Platforms you can learn more about EMC storage.
Doug
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2005 05:14 AM
03-21-2005 05:14 AM
Re: Using EMC Hard Disk
use ioscan to rescan IO buses:
#ioscan -fnCdisk
use insf to create special devices file
# insf -e
if you're using power path, make sure the new disks are visible by
#powermt display
use syminq command to see the new devices (there you can see wheter these devices are metas, hypers, bcv etc)
/usr/symcli/bin/syminq
then you can create vg/lvol/fs
hope that helps
itai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2005 05:41 AM
03-21-2005 05:41 AM
Re: Using EMC Hard Disk
You are getting into a side of technology that should not be undertaken without training...first.
Mounting is one thing.
Mapping is another thing.
Lun Masking is still another.
Your questions tell me that you do not have the 'basic' knowledge you need before undertaking setting up disks.
Please Please Please take the first steps to help yourself and open a book and/or go to some kind of training class.
Because hit and miss answers that are going on above......if they are misunderstood and applied incorrectly, will be deadly to your data.
Kindest Regards,
Rita