- Community Home
- >
- Storage
- >
- Midrange and Enterprise Storage
- >
- HPE EVA Storage
- >
- Re: insf -e doesn't create device files
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
05-15-2003 03:14 AM
05-15-2003 03:14 AM
insf -e doesn't create device files
We had this exact problem before the cold install...
Any ideas?? Thanks in advance!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2003 03:38 AM
05-15-2003 03:38 AM
Re: insf -e doesn't create device files
If you can, devices are showing NOHW, UNCLAIMED ?
David.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2003 04:40 AM
05-15-2003 04:40 AM
Re: insf -e doesn't create device files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2003 05:52 AM
05-15-2003 05:52 AM
Re: insf -e doesn't create device files
- check host behavior table and/or default host behavior to be hpux;
- check VA security table (if security is turned on). Remember: if host's HBA is not listed in security table then it means that host will have no access to LUNs. But what about LUN 0 host sees? In usual configurations LUN 0 is assigned 'WC' access for all hosts, thus visible for everyone.
More information needed? Attach 'armdsp -a' output to your next reply
Eugeny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2003 06:13 AM
05-15-2003 06:13 AM
Re: insf -e doesn't create device files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2003 02:22 PM
05-15-2003 02:22 PM
Re: insf -e doesn't create device files
armsecure -r -f sec_tbl.txt -p
and look into sec_tbl.txt file contents. If you wish your hpux host to see, for example, LUN 5, you should insert a string
NODEWWN 50060b0000021b49 5 WC
with hosts's HBA WWN and download it back to VA using
armsecure -w -f sec_tbl.txt -p
Eugeny
PS.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2003 11:06 AM
05-19-2003 11:06 AM
Re: insf -e doesn't create device files
That was it(security enabled) ! thanks so much!