HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Mounting Directory on remote host
Operating System - HP-UX
1833738
Members
2701
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
03-08-2005 01:30 PM
03-08-2005 01:30 PM
Hi Guys,
I have a HPUX10.20b and a Sun8 system. I would like to mount a directory on Sun8 to the UX. How should I go about with it?
Say
source: /src==>"Sun's system"
to Target: /tgt ==> "UX's system"
thank q
I have a HPUX10.20b and a Sun8 system. I would like to mount a directory on Sun8 to the UX. How should I go about with it?
Say
source: /src==>"Sun's system"
to Target: /tgt ==> "UX's system"
thank q
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2005 01:40 PM
03-08-2005 01:40 PM
Solution
Your first task is to make sure that the directory is exported on the Sun box -- this assumes you are using NFS. Man exportfs for those details.
Next, you need to mount the exported on the HP-UX box;
mkdir /mydir
chmod 755 /mydir
mount -F nfs remotehostname:/xxx/yyy/zzz /mydir
Man mount_nfs for those details.
You must have the NFS client services running on the HP box.
Next, you need to mount the exported on the HP-UX box;
mkdir /mydir
chmod 755 /mydir
mount -F nfs remotehostname:/xxx/yyy/zzz /mydir
Man mount_nfs for those details.
You must have the NFS client services running on the HP box.
If it ain't broke, I can fix that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2005 01:41 PM
03-08-2005 01:41 PM
Re: Mounting Directory on remote host
Add the directory to the /etc/exports
exportfs -av
Now you can do a remote nfs mount
mount hostname://dir /local_mountpoint
SEP
exportfs -av
Now you can do a remote nfs mount
mount hostname://dir /local_mountpoint
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2005 03:33 PM
03-08-2005 03:33 PM
Re: Mounting Directory on remote host
I recommand you use: NFS (network file server)
server source and target
client: SUN, UX
refer this doc
http://docs.hp.com/en/5991-1153/index.html
HTH
tienna
server source and target
client: SUN, UX
refer this doc
http://docs.hp.com/en/5991-1153/index.html
HTH
tienna
HP is simple
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