- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Adding Lun To a Server
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-14-2010 11:36 AM
10-14-2010 11:36 AM
Adding Lun To a Server
64000/0xfa00/0x1e /dev/disk/disk10 unused - 2 0.00 DGC LUNZ
64000/0xfa00/0x1f /dev/disk/disk10 unused - 2 1.00 DGC RAID 5
64000/0xfa00/0x20 /dev/disk/disk10 unused - 2 400.00 DGC RAID 5
But when I try to create a physical volume I get the following error:
Couldn't stat physical volume "/dev/disk/disk10":
pvcreate: Couldn't open physical volume "/dev/disk/disk10":
No such file or directory
What's wrong with the physical disk. Can the server really see it or there is probably so isseu with the LUN presentation?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2010 02:17 PM
10-14-2010 02:17 PM
Re: Adding Lun To a Server
uname -a
I am not familiar with 11.31 but on 11.23 systems you need to run:
ioscan
insf
... to pick up any new LUNs. Only then can you create the PV.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2010 02:30 PM
10-14-2010 02:30 PM
Re: Adding Lun To a Server
Cut&Paste, ioscan -fn ; ioscan -fnN ; ioscan -m dsf; ioscan -P health in your reply.
As the luns "involved" are from a emc clariion diskarray, if Im not mistaken, is there any powerpath multipathing software installed on this host (which would not be needed offcourse ;) ) ?
Greetz,
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2010 08:23 PM
10-14-2010 08:23 PM
Re: Adding Lun To a Server
post the above output which were asked.
my suggestion is always use CLI
pvcreate /dev/rdisk/disk10
if sure that device was not used before ,can
use
pvcreate -f /dev/rdisk/disk10
regards
MC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2010 08:43 PM
10-14-2010 08:43 PM
Re: Adding Lun To a Server
Its easy to go ahead for pvcreate if you are able to see the disk.
do as follows;
#insf -e
#ioscan -fnC disk
then
#pvcreate -f /dev/rdisk/disk10
Hope this solves ur issue
Regards
Vishnu Khandare
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2010 08:13 AM
10-16-2010 08:13 AM
Re: Adding Lun To a Server
Whats os version??
Which storage your using??
Run command
#ioscan -fnC disk
#insf -e
then go head with
pvcreate -f pvname
Chandra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2010 08:48 AM
10-16-2010 08:48 AM
Re: Adding Lun To a Server
run below command to create the device file
#insf -eC disk
#diskinfo /dev/rdisk/disk10
#strings /etc/lvmtab |grep -i disk10
check dmesg for any error.