HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Create new lvol & filesystem
Operating System - HP-UX
1837979
Members
2844
Online
110124
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
04-10-2008 07:46 AM
04-10-2008 07:46 AM
I need to add a new lvol and filesystem to vg01 (v11.00) but SAM wont let me do it unless I "undistribute" the volume group.
I would think I could do this by command line instead then, but I am wondering what the commands would be to do the rest.
I want /dev/vg01/plvsapdata3
mounted to /oracle/U1P/sapdata38
(I already did the pvcreate to add the disks to vg01, and made the directory).
Thanks
I would think I could do this by command line instead then, but I am wondering what the commands would be to do the rest.
I want /dev/vg01/plvsapdata3
mounted to /oracle/U1P/sapdata38
(I already did the pvcreate to add the disks to vg01, and made the directory).
Thanks
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2008 08:29 AM
04-10-2008 08:29 AM
Re: Create new lvol & filesystem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2008 10:08 AM
04-10-2008 10:08 AM
Solution
Hi,
You already done the pvcreate
so after that,
#Extend your VG
vgextend /dev/vg01 /dev/dsk/cxtxdx /dev/dsk/cxtxdx
(here 2nd disk for alternate path)
#create LV with size 100GB
lvcreate -L 102400 -n plvsapdata3 /dev/vg01
#Format with large files support
newfs -F vxfs -o largefiles /dev/vg01/rplvsapdata3
mkdir /oracle/U1P/sapdata38
mount /dev/vg01/plvsapdata3 /oradata/U1P/sapdata38
Thanks & Regards
Aashique
You already done the pvcreate
so after that,
#Extend your VG
vgextend /dev/vg01 /dev/dsk/cxtxdx /dev/dsk/cxtxdx
(here 2nd disk for alternate path)
#create LV with size 100GB
lvcreate -L 102400 -n plvsapdata3 /dev/vg01
#Format with large files support
newfs -F vxfs -o largefiles /dev/vg01/rplvsapdata3
mkdir /oracle/U1P/sapdata38
mount /dev/vg01/plvsapdata3 /oradata/U1P/sapdata38
Thanks & Regards
Aashique
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2008 10:53 AM
04-10-2008 10:53 AM
Re: Create new lvol & filesystem
the last entry gavce me what I needed
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP