- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Creating Volumes
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
08-08-2003 06:43 AM
08-08-2003 06:43 AM
I need to create a logical volume first and at later point of time i need to mount the same.
Kindly help me out in this.
Thanks & Regards
Jagadesh
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2003 06:47 AM
08-08-2003 06:47 AM
SolutionNope - not in SAM.
It wants to do the *complete* process.
To do what you want, you'll have to do it command line:
Create the LV
lvcreate -L xxxx -n lv_name vg_name #where xxxx=size in MB
Create the filesystem
newfs -F vxfs /dev/vg_name/rlv_name
Then you can mount it whenever.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2003 06:50 AM
08-08-2003 06:50 AM
Re: Creating Volumes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2003 06:51 AM
08-08-2003 06:51 AM
Re: Creating Volumes
# newfs -F vxfs /dev/vg??/rlvol?
no mount at this time
later time create mount point.
# mkdir /??????
# mount /dev/vg??/lvol? /??????
Hope it helps,
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2003 08:26 AM
08-08-2003 08:26 AM
Re: Creating Volumes
If you want to use SAM only then u can not avoid giving a mount point .
What you can do is give a mount point and in the FS options select mount on boot option.
And after creating the LV , SAM will put an additional line in fstab.Just vi fstab and remove that entry thats all.
The file system will be created , but it will not be mounted unless you do it manually.
Regds,
baiju