- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How can I create Volumes Groups in a IBM Stora...
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-21-2003 01:59 PM
10-21-2003 01:59 PM
Storage: IBM FastT500, multiples diks.
Conection: Fibre Channel.
I have the interface administration for the IBM Storage, and the IBM team created the LUNs.
Now, I need to create my Volume Groups and LVol, Any Suggestion_?
How Can I do_? Using SAM_? I cann't see what disk is avaible in for each LUN. I can see de device file asociated to each LUN.
I will be waiting for your feedback.
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2003 02:04 PM
10-21-2003 02:04 PM
Re: How can I create Volumes Groups in a IBM Storage FastT500 with HP-UX 11i_?
There is nothing special when creating a VG.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2003 02:18 PM
10-21-2003 02:18 PM
Re: How can I create Volumes Groups in a IBM Storage FastT500 with HP-UX 11i_?
# ioscan -fnC disk
Regards
Michael
(not a SAM lover)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2003 02:31 PM
10-21-2003 02:31 PM
Re: How can I create Volumes Groups in a IBM Storage FastT500 with HP-UX 11i_?
fcsmutil /dev/td0
gives you the world wide name of the fiber card on the hp box.
Then its just ioscan and go.
There is probably an 8 lun limit on how many luns you can connect to one fiber card.
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
10-21-2003 02:44 PM
10-21-2003 02:44 PM
Re: How can I create Volumes Groups in a IBM Storage FastT500 with HP-UX 11i_?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2003 02:47 PM
10-21-2003 02:47 PM
Re: How can I create Volumes Groups in a IBM Storage FastT500 with HP-UX 11i_?
This version is better for the file sps.ioscandisk.txt.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2003 02:49 PM
10-21-2003 02:49 PM
Re: How can I create Volumes Groups in a IBM Storage FastT500 with HP-UX 11i_?
The number may go like this:
c6t0d0
c6t0d1
c6t0d2
c6t0d3
c6t0d4
c6t0d5
c6t0d6
c6t0d7
c6t1d0
c6t1d1 and so on.
Looking at your ioscan output, there appears to be no LUN's that the system can be seen. How have you got the disk array attached to the server, directly via the fibre, or via a switch?
What is the output of:
# /opt/fcms/bin/fcmsutil /dev/td0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2003 03:02 PM
10-21-2003 03:02 PM
Re: How can I create Volumes Groups in a IBM Storage FastT500 with HP-UX 11i_?
You could now go and start using these IBM disks.
e.g. to create a new volume group etc.
# mkdir /dev/vg01
# mknod /dev/vg01/group c 64 0x010000
# pvcreate /dev/rdsk/c15t0d0 (for each one)
# vgcreate -p 128 /dev/vg01 /dev/dsk/c15t0d0
# lvcreate -n mylvol /dev/vg01
# lvextend -L
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2003 03:04 PM
10-21-2003 03:04 PM
Re: How can I create Volumes Groups in a IBM Storage FastT500 with HP-UX 11i_?
And....well..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2003 03:09 PM
10-21-2003 03:09 PM
Re: How can I create Volumes Groups in a IBM Storage FastT500 with HP-UX 11i_?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2003 04:39 PM
10-21-2003 04:39 PM
SolutionIt is the IBM storage systems responsibility to present the appropriate LUNs to your machine. All you should have to provide are the WWNs for your Fibre Cards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2003 05:31 PM
10-21-2003 05:31 PM
Re: How can I create Volumes Groups in a IBM Storage FastT500 with HP-UX 11i_?
It is probably possible to set it up in whole disk mode, but if it has more than 8 disks, you may not be able to use them all.
Its important if you manage the IBM to have some idea whats going on with the disks and how they are grouped.
Its common for disk arrays to use Raid 5, but its possible to do Raid 10 as well.
If you don't run the IBM device then see the disk administrator. How the disks are laid out has a lot to do with how you plan to use them. You want Raid 10 for database work, and can tolerate Raid 5 for less intense applications.
Good Luck,
You are in good hands with Patrick.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com