- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: lvceate
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
03-13-2008 10:07 PM
03-13-2008 10:07 PM
I am in the process of creating a lvol and mounting it to a mount point in my HP-UX 11.23 server/
I was able to successfully create a lv. But not having a clue to proceed further.
Below is what i have done and it's output:
vorap101#lvcreate -n lvol12 -L 1024 -m 1 /dev/vg00
Logical volume "/dev/vg00/lvol12" has been successfully created with
character device "/dev/vg00/rlvol12".
Logical volume "/dev/vg00/lvol12" has been successfully extended.
Volume Group configuration for /dev/vg00 has been saved in /etc/lvmconf/vg00.conf
I want to mount this lvol to a mount point named /sri
I would require the exact syntax to proceed further..
Require someone's help!!
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2008 10:16 PM
03-13-2008 10:16 PM
Solutionnewfs -F vxfs -o largefiles (optional)/dev/vg00/rlvol12
and mount /dev/vg00/lvol12 /sri
if you want to mount this lvol at boot time also
add this line in /etc/fstab
/dev/vg00/lvol12 /sri vxfs delaylog 0 2
Regards,
Awadhesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2008 10:20 PM
03-13-2008 10:20 PM
Re: lvceate
newfs -F vxfs /dev/vg00/rlvol12
then mkdir
mkdir /backup
then mount the file system
mount /dev/vg00/lvol12 /backup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2008 10:28 PM
03-13-2008 10:28 PM
Re: lvceate
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2008 10:37 PM
03-13-2008 10:37 PM
Re: lvceate
Unacceptable!!!!!!!!!!!!!!!