- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NFS export 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
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-16-2005 07:33 PM
03-16-2005 07:33 PM
NFS export question
we want to reorganize our NFS structure.
So currently we have
/Net/Groups/GroupXX (xx ~ 20 folders)
to
/Net/Group/ABX{X=1,3 some simple naming)/YY
So we want to move some of the group folders
within the new structure. Some smaller
file systems can be expanded, but we have also
a few filesystems with 300GB->1.2 TB. I just want to move the mountpoint into the structure.
How do I have to export it correctly ?
What would you do, to solve this problem ?
Bye, Peer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2005 11:47 PM
03-16-2005 11:47 PM
Re: NFS export question
NFS really doesn't play a role in this. You simply want to rename your filesystems.
Is each existing /Net/Groups/GroupXX a seperate LV?
Are they in the same VG?
is /Net an LV? Is /Net/Groups an LV?
a post of a "bdf" and vgdisplay -v vg## would help.
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2005 01:45 AM
03-17-2005 01:45 AM
Re: NFS export question
every folder is a single lv.
a bdf or vgdisplay is a little bit to long ;)
/dev/vg01/lv_Schimel -> /mnt/Local/Groups/AG_Schimel
/dev/vg01/lv_Schimel_2 -> /mnt/Local/Groups/AG_Schimel2
/dev/vg01/lv_Schimel_3 -> /mnt/Local/Groups/AG_Schimel3
(/Net/Groups is a link, the automounter exports
everything to this path)
So I would like to have something like
/mnt/Local/Groups/AG_Schimel/{1,2,3}
and then export only /mnt/Local/Groups/AG_Schimel with everything inside.
Bye, Peer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2005 02:02 AM
03-17-2005 02:02 AM
Re: NFS export question
unmount all those lv's
vi /etc/fstab
make changes & save & exit vi
use "mv" command to rename directories and mkdir to creat sub's:
cd /mnt/Local/Groups
mv AG_Schimel 1
mkdir AG_Schimel
mv 1 AG_Schimel
mv AG_Schimel2 AG_Schimel/2
mv AG_Schimel3 AG_Schimel/3
...
mount -a
make any automounter changes as necessary.
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2005 02:10 AM
03-17-2005 02:10 AM
Re: NFS export question
but will NFS automatically export all lv within
this folder ?
Bye, Peer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2005 02:11 AM
03-17-2005 02:11 AM
Re: NFS export question
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2005 02:11 AM
03-17-2005 02:11 AM