- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- error when create volumn group : no device files f...
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-08-2003 04:49 AM
10-08-2003 04:49 AM
disk 3 255/255/0/0.0 sdisk CLAIMED DEVICE HSV100 HP
/dev/dsk/c11t0d0 /dev/rdsk/c11t0d0
But we I used sam to create volumn group, I had the error:
no device files for the selected device were found in /dev
Is any setup EVA3000 before?
Thanks
KC
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 04:51 AM
10-08-2003 04:51 AM
Re: error when create volumn group : no device files for the selected device were found in /dev
# insf -e
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 04:52 AM
10-08-2003 04:52 AM
Re: error when create volumn group : no device files for the selected device were found in /dev
Think that device you're seeing is analogous to an EMC "gatekeeper" disk & is not an actual LUN.
Have you run
ioscan -fnC disk
and an
insf
since the storage was carved & zoned?
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 04:57 AM
10-08-2003 04:57 AM
Re: error when create volumn group : no device files for the selected device were found in /dev
disk 3 255/255/0/0.0 sdisk CLAIMED DEVICE HSV100 HP /dev/dsk/c11t0d0 /dev/rdsk/c11t0d0
I also ran insf -e
I saw that
insf: Installing special files for sdisk instance 3 address 255/255/0/0.0
still can not use sam create volumn group
any ideal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 05:00 AM
10-08-2003 05:00 AM
Re: error when create volumn group : no device files for the selected device were found in /dev
what does "diskinfo /dev/dsk/c11t0d0" return? disksize 0?
regards,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 05:04 AM
10-08-2003 05:04 AM
Re: error when create volumn group : no device files for the selected device were found in /dev
SCSI describe of /dev/rdsk/c11t0d0:
vendor: HP
product id: HSV100
type: direct access
size: 104857600 Kbytes
bytes per sector: 512
KC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 05:07 AM
10-08-2003 05:07 AM
Re: error when create volumn group : no device files for the selected device were found in /dev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 05:14 AM
10-08-2003 05:14 AM
Re: error when create volumn group : no device files for the selected device were found in /dev
I am not sure the my command is right, can you check for me?
#pvcreate /dev/rdsk/c11t0d0
#mkdir /dev/vg05
I am not sure about mknod and vgcreate command. Can you help me out?
Thanks
KC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 05:20 AM
10-08-2003 05:20 AM
Re: error when create volumn group : no device files for the selected device were found in /dev
mkdir /dev/vg05
/dev/newvg/group c64 0x050000
You may need to adjust the last figure for your volume group name.
vgcreate ...
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-08-2003 05:27 AM
10-08-2003 05:27 AM
SolutionAlso fdr command line:
# pvcreate /dev/rdsk/cxtydz
# mkdir /dev/vgXX
# mknod /dev/vgXX/group c 64 0x0?0000 ( the last number is the minor number. e.g: for /dev/vg01 volume group, the minor number is normally 0x010000)
# vgcreate /dev/vgXX /dev/dsk/cxtydz (you can also replace vgcreate with vgextend if you want to extend an existing VG)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 05:51 AM
10-08-2003 05:51 AM
Re: error when create volumn group : no device files for the selected device were found in /dev
Melvyn,
HP sam do have problem to create volumn for EVA. Is any patch I need to upgrade to fix this bug?
Thanks for every one help me out.
KC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 05:58 AM
10-08-2003 05:58 AM
Re: error when create volumn group : no device files for the selected device were found in /dev
"SAM does not recognize the following new
hardware devices:
Dual port PCI-X 2 Gb/1Gb Fibre Channel Host
Bus Adapter (Product# A6826A)
EVA GL - HSV110
EVA GL Lite - HSV100
SA5304/256 4 Port RAID HBA - (Product #: A7143A)
PCI-X 2 Gb Fibre Channel 1Gb Ethernet Combo
Card - (Product #: A9782A)
PCI-X 2-Ch Ultra320 SCSI Adapter
(Product #: A7173A)
PCI 4-channel RAID160 SA SCSI Adapter
(Product #: A7143A)
PCI-X 2Gb Fibre Channel/1000Base-T HBA
(Product #: A9784A)"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2004 12:50 AM
11-25-2004 12:50 AM
Re: error when create volumn group : no device files for the selected device were found in /dev
Can anyone tell how to get SAM recognize our EVA3000 HSV100