- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to find a SAN disk space in HP UX
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
06-20-2009 06:16 AM
06-20-2009 06:16 AM
How to find a SAN disk space in HP UX
I have to extend a file sytem and I dont have enough spaace in that VG. I requested for SAN space and I got an email like this from the storage guy.
"I have assigned 72GB SAN space to the server. The device ID is 0202.Please discover appropriately in the server and confirm"
Now my question is how to identify this in the server(HP-UX 11.11) and extend my file system. I tried ioscan -fnC disk and that has not shown any IDs. Please help.. Thanks in advance..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2009 06:32 AM
06-20-2009 06:32 AM
Re: How to find a SAN disk space in HP UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2009 07:06 AM
06-20-2009 07:06 AM
Re: How to find a SAN disk space in HP UX
You can try with this:
# ioscan -kfnCdisk|grep EMC
The device Id you can find the some storage command.
or
# ioscan -kfnCdisk|grep EMC
make a note in notepad or take output in some file
#insf -e
# ioscan -kfnCdisk|grep EMC
Differentiate both the ouput you will get the new disk.
# diskinfo /dev/rdsk/c0t0d0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2009 07:28 AM
06-20-2009 07:28 AM
Re: How to find a SAN disk space in HP UX
You'll need the SYMCLI tools ("Solutions Enabler", licensed software from EMC) or the free inquiry tool from the EMC web site:
ftp://ftp.emc.com/pub/elab/inquiry/
For HP-UX 11.11:
ftp://ftp.emc.com/pub/elab/inquiry/v7.0.0.0/inq.hpux1100 (for old 32-bit systems)
ftp://ftp.emc.com/pub/elab/inquiry/v7.0.0.0/inq.hpux64 (for 64-bit systems)
First run ioscan, then insf, to discover new disk devices.
If you have the SYMCLI tools, then run "/usr/symcli/bin/symcfg discover" and then "/usr/symcli/bin/sympd list". The second column will show the four-digit Sym ID for each Symmetrix disk.
If you use the inq utility, just run it. The Symmetrix disks will have "EMC" in the Vendor column and "SYMMETRIX" in the ID column. Look at the Ser Num column: there should be a 10-digit string in it. The 4 middle digits are the Symmetrix device ID.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2009 05:43 PM
06-21-2009 05:43 PM
Re: How to find a SAN disk space in HP UX
ioscan -fCdisk
insf -eCdisk
Now list the device files in time order:
ls -lart /dev/dsk
The file at the bottom of the list is the new device file. Run these commands:
pvcreate /dev/rdsk/
vgextend vg123 /dev/dsk/
Now to anticipate questions:
-- No new device file? You'll need to work with your SAN administrator.
-- Do NOT use -f in pvcreate. The new device must have nothing on it. Using -f could accidentally trash an existing disk LUN.
-- vgextend may report that the extent size is too smal to accomodate the new disk LUN. That will require a complete rebuild of this VG (for 11.11). The -s option for vgcreate is very commonly overlooked until you have to rebuild a VG.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2009 11:48 PM
06-21-2009 11:48 PM
Re: How to find a SAN disk space in HP UX
syminq | grep 0202
This is your disk, then you can use it to your VG.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2009 01:05 AM
06-22-2009 01:05 AM
Re: How to find a SAN disk space in HP UX
Then run:
1) ioscan -fnCdisk
2) insf
3) inq -sym_wwn |grep 0202 |awk '{print $1}'
This should give you the raw device file for the new disk. (/dev/rdsk/c?t?d?)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2009 06:00 AM
06-22-2009 06:00 AM
Re: How to find a SAN disk space in HP UX
HPUX Veritas Utility:
vxdmpinq
or
EMC utilities:
syminq or inq.