- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Raw Disks
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
09-19-2000 10:36 AM
09-19-2000 10:36 AM
in particular for a sybase database?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2000 10:39 AM
09-19-2000 10:39 AM
Re: Raw Disks
Check out the man pages for lvcreate, lvextend etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2000 10:41 AM
09-19-2000 10:41 AM
Re: Raw Disks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2000 10:49 AM
09-19-2000 10:49 AM
Re: Raw Disks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2000 10:53 AM
09-19-2000 10:53 AM
Re: Raw Disks
Just make sure that you use the character device file for the logical volume i.e. /dev/vg01/rlvol1
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2000 11:02 AM
09-19-2000 11:02 AM
SolutionThe database group in our company has the same requirement. eg. they require to create /dev/vg02/database as raw disk. Only user: sybase can access that.
After you finish the lvcreate command, cd to /dev/vg02. do a "ls", you will see three files: group, database and rdatabase. Just do a "
chown sybase:sybase /dev/vg02/database
chown sybase:sybase /dev/vg02/rdatabase "
(assume user sybase belongs to group:sybase )
Then you are done!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2000 11:03 AM
09-19-2000 11:03 AM
Re: Raw Disks
The database group in our company has the same requirement. eg. they require to create /dev/vg02/database as raw disk. Only user: sybase can access that.
After you finish the lvcreate command, cd to /dev/vg02. do a "ls", you will see three files: group, database and rdatabase. Just do a "
chown sybase:sybase /dev/vg02/database
chown sybase:sybase /dev/vg02/rdatabase "
(assume user sybase belongs to group:sybase )
Then you are done!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2000 11:04 AM
09-19-2000 11:04 AM
Re: Raw Disks
The database group in our company has the same requirement. eg. they require to create /dev/vg02/database as raw disk. Only user: sybase can access that.
After you finish the lvcreate command, cd to /dev/vg02. do a "ls", you will see three files: group, database and rdatabase. Just do a "
chown sybase:sybase /dev/vg02/database
chown sybase:sybase /dev/vg02/rdatabase "
(assume user sybase belongs to group:sybase )
Then you are done!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2000 06:42 PM
09-19-2000 06:42 PM
Re: Raw Disks
I like to put a comment in fstab so at least there is a note about every logical volume. That way, there is a record of the use of these disk(s).
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2000 06:47 PM
09-19-2000 06:47 PM
Re: Raw Disks
I like to put a comment in fstab so at least there is a note about every logical volume. That way, there is a record of the use of these disk(s).
Bill Hassell, sysadmin