HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Partitioning logical volumes for network acces...
Operating System - HP-UX
1834017
Members
2544
Online
110063
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
07-05-2001 11:54 AM
07-05-2001 11:54 AM
Hi! I am trying to create a new partition that will be mounted and accessible from other HP workstations on the lan. The desired partition will be mounted to a directory in the root. I was wondering how I should create this partition, and then how I can mount it on other workstations. I have tried to use SAM to do this, but the partitions I've created can't seem to be accessed from other workstations. Any suggestions would be greatly appreciated. Thanks!
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2001 11:58 AM
07-05-2001 11:58 AM
Re: Partitioning logical volumes for network access.
Did you export the filesystems for mounting on the remote systems?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2001 12:10 PM
07-05-2001 12:10 PM
Solution
Hi Mark,
I suspect that you have not enabled your server
as an NFS server.
I am going to do this intentionally without SAM as all real UNIX guys do:
1) cd /etc/rc.config.d
2) vi nfsconf
You will need to set NFS_CLIENT=1
NFS_SERVER=1
and if you want to allows PC's NFS access and
locking set PCNFS_SERVER=1.
Save the file.
3) Create or edit a file called /etc/exports
In the simplest form, let's assume you have
a 2 directories/filesystems that you want to export fs1 and fs2 on host myserver.
The format of /etc/exports should then be simply
/fs1
/fs1
There are other options, you can man exports for details.
4) If the parameters in /etc/rc.config.d/nfsconf were not originally 1, you need to start the NFS services. cd /sbin/init.d
./nfs.core start
./nfs.client start
./nfs.server start
or you can simply reboot.
5) exportfs -a
man exportfs for details.
That completes the work on the server; now for the client:
mkdir /myserver_fs1 /myserver_fs2
mount -F nfs myserver:/fs1 /myserver_fs1
mount -F nfs myserver:/fs2 /myserver_fs2
man mount_nfs for details.
That should do it, Clay
I suspect that you have not enabled your server
as an NFS server.
I am going to do this intentionally without SAM as all real UNIX guys do:
1) cd /etc/rc.config.d
2) vi nfsconf
You will need to set NFS_CLIENT=1
NFS_SERVER=1
and if you want to allows PC's NFS access and
locking set PCNFS_SERVER=1.
Save the file.
3) Create or edit a file called /etc/exports
In the simplest form, let's assume you have
a 2 directories/filesystems that you want to export fs1 and fs2 on host myserver.
The format of /etc/exports should then be simply
/fs1
/fs1
There are other options, you can man exports for details.
4) If the parameters in /etc/rc.config.d/nfsconf were not originally 1, you need to start the NFS services. cd /sbin/init.d
./nfs.core start
./nfs.client start
./nfs.server start
or you can simply reboot.
5) exportfs -a
man exportfs for details.
That completes the work on the server; now for the client:
mkdir /myserver_fs1 /myserver_fs2
mount -F nfs myserver:/fs1 /myserver_fs1
mount -F nfs myserver:/fs2 /myserver_fs2
man mount_nfs for details.
That should do it, Clay
If it ain't broke, I can fix that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2001 12:42 PM
07-05-2001 12:42 PM
Re: Partitioning logical volumes for network access.
Also otherwise
You can go to SAM
On the system from where you want to export the filesystem (Source)
->Networking & communication
-> Network filesystems
-> Exported Local filesystem -> Actions -> Add Exported File system
(Destination)the system where you want to mount the filesystem
->Networking & communication
-> Network filesystems
->Remote Mounted filessytems -> Actions -> Add Remote File system
I hope this helps
Good luck
You can go to SAM
On the system from where you want to export the filesystem (Source)
->Networking & communication
-> Network filesystems
-> Exported Local filesystem -> Actions -> Add Exported File system
(Destination)the system where you want to mount the filesystem
->Networking & communication
-> Network filesystems
->Remote Mounted filessytems -> Actions -> Add Remote File system
I hope this helps
Good luck
Amidsts difficulties lie opportunities
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