- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Get the disk info
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
12-17-2007 10:17 AM
12-17-2007 10:17 AM
Get the disk info
After storage team assigned disk to the server(HP-UX 11.00). I want to check the disk name assigned on to the sever.
Because I want the disk name to add to a particular volume grooup.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2007 10:25 AM
12-17-2007 10:25 AM
Re: Get the disk info
# ioscan -fnC disk
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2007 10:34 AM
12-17-2007 10:34 AM
Re: Get the disk info
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2007 10:37 AM
12-17-2007 10:37 AM
Re: Get the disk info
get lun number from storage team ;
ioscan -funC disk > /before
ioscan -fnc
insf
ioscan -funC disk > after
compare befaore and after files and check the new device with
for example your new device is c4txdy
lun number must equal = 8*x + y
Hasan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2007 11:30 AM
12-17-2007 11:30 AM
Re: Get the disk info
------------------------
Got the above error when runned #ioscan -fnC disk. please help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2007 11:34 AM
12-17-2007 11:34 AM
Re: Get the disk info
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2007 11:41 AM
12-17-2007 11:41 AM
Re: Get the disk info
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2007 11:49 AM
12-17-2007 11:49 AM
Re: Get the disk info
Example:
crw-r--r-- 1 root sys 69 0x000000 Aug 18 2005 /dev/config
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2007 11:52 AM
12-17-2007 11:52 AM
Re: Get the disk info
$ ll /dev/config
crw-r--r-- 1 root sys 69 0x000000 Apr 17 2004 /dev/config
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2007 12:13 PM
12-17-2007 12:13 PM
Re: Get the disk info
What kinds of SAN is connected? EMC Symmetrix or Clariion or IBM Shark storage?
Depends on the type of SAN, you may have to use tools to query SAN disks. Once you see them then you can verify and initialize them using pvcreate.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2007 12:21 PM
12-17-2007 12:21 PM
Re: Get the disk info
# /sbin/ioscan
ioscan: libIO error from io_init: /dev/config - permission denied.
But you can use
# /sbin/ioscan -fnkCdisk
(-k is also allowed for non-root users).
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2007 12:44 PM
12-17-2007 12:44 PM
Re: Get the disk info
So login as root, then run:
ioscan -fC disk
insf -e
and the new device files will be created. If you missed the insf messages, you can list the device files in date order:
ll -rt /dev/dsk
and the most recently created device files will be shown at the bottom of this list. You will have to be root to add this disk to your volume group.
Bill Hassell, sysadmin