- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: sharing
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
08-23-2006 05:33 AM
08-23-2006 05:33 AM
sharing
How to Share a File oo directory in HP UNIX
- Tags:
- NFS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2006 05:42 AM
08-23-2006 05:42 AM
Re: sharing
-Ram
- Tags:
- samba
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2006 05:54 AM
08-23-2006 05:54 AM
Re: sharing
Server A (NFS Server)
#> vi /etc/exports
/name_FS_to_export
#> exportfs -a (to validate)
#> exportfs (to confirm)
Server B (NFS Client)
mkdir /Mydir
mount SERVER_A:/name_FS_to expor (From server) /Mydir
it´s all.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2006 05:54 AM
08-23-2006 05:54 AM
Re: sharing
For unix
vi /etc/exports
/directoryname
save it
exportfs -av
CIFS/9000 Samba permits you to do the same thing for Windows Clients. It requires additional software installation.
Search for CIFS/9000 on http://software.hp.com
Download and install both server and client products. The client requires a system reboot.
SEP
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
08-23-2006 06:09 AM
08-23-2006 06:09 AM
Re: sharing
Depending on your intended use, an FTP server may be a better fit for you.
# man ftpd
for information on setting up the "DARPA Internet FTP server" which comes with HP-UX.
An alternative server, proftpd, is available in depot form here:
http://hpux.connect.org.uk/hppd/hpux/Networking/FTP/proftpd-1.3.0/
Other options include sftp (openssh.org), scp (openssh.org), rcp, and nc (ncat).
PCS
- Tags:
- ftp