- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SAM lvm newbie question
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
Discussions
Discussions
Discussions
Forums
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
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
тАО04-13-2001 11:13 AM
тАО04-13-2001 11:13 AM
Anyway, after creating a new vg and moving forward to a new lvol, the sam interface asks for the mount dir. Help says the mount point will be unavailable during the lvol creation.
I just want a new vg03/lvol9/newdir
Sooo...using the sam interface in the mount point textbox I would put in /newdir and that's it, right?
tia
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-13-2001 11:47 AM
тАО04-13-2001 11:47 AM
Solutionevery lvol needs eventually a mount point.
You can do the following steps easily from the command line if you are already at the point where the vg is created.
#lvcreate -l
That will create the new lvol in your new vg.
Then you need to put a filesystem on it with
#newfs -F
Then if you want to mount it you need to know the mountpoint and usually you create a new dir for it.
#mkdir
The mount happens with the following syntax
#mount /dev/vg.../lvol... /
The only thing left is an entry in /etc/fstab to have the lvol mounted during bootup. See the syntax for the other lines in there.
Of course sam will do all this for you. You just have to answer some questions like desired mountpoint. The mountpoint can't be a filesystem which is in use, because that would make data unaccessable to you.
Hope that helps a bit,
Steffi Jones
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-13-2001 12:39 PM
тАО04-13-2001 12:39 PM
Re: SAM lvm newbie question
bdf will show then show
Filesystem kbytes used avail %used Mounted on
/dev/vg03/lvol9 X X X /newdir
To move to the directory just cd to it.
Hope this helps
Haitham
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-13-2001 03:39 PM
тАО04-13-2001 03:39 PM
Re: SAM lvm newbie question
Just an aside. The SEARCH mechanism on this site intermittantly does *NOT* work. There is no need to apologize. The people that need to apologize are the ones who need to fix it! We have had nothing but performance problems since last November (2000), and are losing contributers and visitors. PLEASE ask your questions as you need to.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-30-2009 01:42 PM
тАО04-30-2009 01:42 PM