- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Storage
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
01-11-2008 01:12 PM
01-11-2008 01:12 PM
Storage
Can Any one give me the detail step by step proceedure to add SAN storage to ur hpux server?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2008 01:22 PM
01-11-2008 01:22 PM
Re: Storage
it is a bit complecated if you are using an emc storage.. but roughly;
1. create your lun from metaluns on emc side.
2. map it to an fa port on emc side.
3. mask it to your server.
4. on hp-ux "ioscan -fnC disk"
5. insf
you will see it on the device list.
Hasan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2008 01:31 PM
01-11-2008 01:31 PM
Re: Storage
Now I wanna add them to the existing volume groups. Can you also please tell me the steps to add them to the vg.
Here are what I have in my mind.
Create physical volume on each disk and then add them to the vg by extending the volume group.
Do I use the insf command as well provided I can see them when I issue ioscan -fnC disk command on my system?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2008 01:41 PM
01-11-2008 01:41 PM
Re: Storage
pvcreate /dev/rdsk/c??t??d??
vgextend
Please do a search in the forum before posting questions. These are basic steps and I am sure they have been answered in the past.
Regards,
Kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2008 01:47 PM
01-11-2008 01:47 PM
Re: Storage
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2008 01:55 PM
01-11-2008 01:55 PM
Re: Storage
System does not care if it is DASD or SAN based.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2008 02:16 PM
01-11-2008 02:16 PM
Re: Storage
powermt config should do the trick.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2008 02:45 PM
01-11-2008 02:45 PM
Re: Storage
Can u please tell me a bit more about powerpath and powermt. I explain you my scenario. I have volume groups vgr000--vgr025. Each having 4 PV and maximum PV can be 255 in each VG. LV in each VG are 64 and maximum LV's in each volume group can be 255. PE size is 32 and total PE's in each VG is 4312. LV's are named from lvr000 to lvr1633. Now I have to add more diskspace to this server by making volume groups and logical volumes. Next Volume groups will be vgr026 and so on and LV's will be lvr1634 and so on with each LV size 2112. The rest of the configuration like PE size, PV's in each VG will be 4 and LV will be 64.
Can u please tell me what is the most suitable tool to use here and also give me some detail how to do that.
Thank you very much for your help and support.