HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Export of File system
Operating System - HP-UX
1833017
Members
2201
Online
110048
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
06-03-2005 08:11 PM
06-03-2005 08:11 PM
Hi all.
I have 2 servers sai serA and serB.
I am creating 100gb lv on serA.
I want to mount it on serB so that it can act as a local drive.
Please give me the procedure for the same..
both servers are on the same n/w.
waiting for reply...
Yogesh
I have 2 servers sai serA and serB.
I am creating 100gb lv on serA.
I want to mount it on serB so that it can act as a local drive.
Please give me the procedure for the same..
both servers are on the same n/w.
waiting for reply...
Yogesh
There is never a wrong time to do the right things
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2005 08:41 PM
06-03-2005 08:41 PM
Solution
You can use NFS....
On serA:
1. Make entries to /etc/exports for each directory you want to export. Assume new lv is mounted on /new_lvol, exports file entry will be the following with read/write for all clients.
/new_lvol -rw
2. In the /etc/rc.config.d/nfsconf file, make sure the NFS_SERVER and START_MOUNTD variables are set to 1, as follows:
NFS_SERVER=1
START_MOUNTD=1
Issue the following command to run the NFS startup script:
/sbin/init.d/nfs.server start
3. Issue "exportfs" command to export the directories specified in /etc/exports.
Use "showmount -e serA" to check filesystem is exported or not.
On serB:
1. In the /etc/rc.config.d/nfsconf file, make sure the NFS_CLIENT variable is set to 1, as follows:
NFS_CLIENT=1
2. Run the NFS startup script by issuing the following command:
/sbin/init.d/nfs.client start
3. Issue
mkdir /new_lvol_serA
mount serA:/new_lvol /new_lvol_serA
check the filesystem is NFS mounted using bdf.
Sudeesh
On serA:
1. Make entries to /etc/exports for each directory you want to export. Assume new lv is mounted on /new_lvol, exports file entry will be the following with read/write for all clients.
/new_lvol -rw
2. In the /etc/rc.config.d/nfsconf file, make sure the NFS_SERVER and START_MOUNTD variables are set to 1, as follows:
NFS_SERVER=1
START_MOUNTD=1
Issue the following command to run the NFS startup script:
/sbin/init.d/nfs.server start
3. Issue "exportfs" command to export the directories specified in /etc/exports.
Use "showmount -e serA" to check filesystem is exported or not.
On serB:
1. In the /etc/rc.config.d/nfsconf file, make sure the NFS_CLIENT variable is set to 1, as follows:
NFS_CLIENT=1
2. Run the NFS startup script by issuing the following command:
/sbin/init.d/nfs.client start
3. Issue
mkdir /new_lvol_serA
mount serA:/new_lvol /new_lvol_serA
check the filesystem is NFS mounted using bdf.
Sudeesh
The most predictable thing in life is its unpredictability
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2005 08:43 PM
06-03-2005 08:43 PM
Re: Export of File system
Pls ensure hosts entries are correct for serA and serB before proceeding with above steps.
Sudeesh
Sudeesh
The most predictable thing in life is its unpredictability
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2005 08:45 PM
06-03-2005 08:45 PM
Re: Export of File system
Hi,
On server serA:
Start with sam --> Networking and Communication --> Networked Filesystem --> Exported Local File Systems
Goto Actions --> Add Exported File System
Now add the desired directory to be exported, select Apply and ok.
On Server serB:
1. Create a desired mount point where you want to mount the exported file system.
2. Issue following command:
# mount serA:/ /mount_pt
If you want this filesystem to be mounted automatically during system boot, add it in /etc/fstab
Regards
On server serA:
Start with sam --> Networking and Communication --> Networked Filesystem --> Exported Local File Systems
Goto Actions --> Add Exported File System
Now add the desired directory to be exported, select Apply and ok.
On Server serB:
1. Create a desired mount point where you want to mount the exported file system.
2. Issue following command:
# mount serA:/
If you want this filesystem to be mounted automatically during system boot, add it in /etc/fstab
Regards
What we cannot speak about we must pass over in silence.
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