- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problem with create LUN on disk Array
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
01-27-2000 12:07 AM
01-27-2000 12:07 AM
Problem with create LUN on disk Array
try to create a volume group but the system (HP-UX 10.20 on K570) doesn't have
the block device created, It has only the character device. You know about a
particular patch?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2000 08:45 AM
01-27-2000 08:45 AM
Re: Problem with create LUN on disk Array
what syntax exactly are you using?
Are you talking about a block device for the disk itself, or the lvols? If for
the disk, that should be created when the system recognizes the disk, but can
be manually created with the insf command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2000 06:48 PM
01-27-2000 06:48 PM
Re: Problem with create LUN on disk Array
strange because the disk array procedure creates the /dev/rdsk/xxxxxx
correctly.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2000 12:29 AM
01-31-2000 12:29 AM
Re: Problem with create LUN on disk Array
to create block device you can run:
1- insf -e. This command recreates all devices for your system
2- mksf -H harwdware_path and mksf -r -H hardwarepath. this other cretate both
block and character devices
or 3- mknod file b major minor and mknod c file major minor.
See man pages insf, mksf and mknod(1M)
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2000 12:30 AM
01-31-2000 12:30 AM
Re: Problem with create LUN on disk Array
to create block device you can run:
1- insf -e. This command recreates all devices for your system
2- mksf -H harwdware_path and mksf -r -H hardwarepath. this other cretate both
block and character devices
or 3- mknod file b major minor and mknod c file major minor.
See man pages insf, mksf and mknod(1M)
Regards.