- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- UNC paths
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
07-12-2007 01:32 AM
07-12-2007 01:32 AM
UNC paths
server name: tuxtst02
mount point : ccm_test
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2007 01:43 AM
07-12-2007 01:43 AM
Re: UNC paths
\\tuxtst02\ccm_test
If you have the server setup correctly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2007 01:46 AM
07-12-2007 01:46 AM
Re: UNC paths
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2007 01:59 AM
07-12-2007 01:59 AM
Re: UNC paths
CIFS/SAMBA should be installed on the Unix host and configured accordingly. It is not an NFS export.
read the docs
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2007 02:03 AM
07-12-2007 02:03 AM
Re: UNC paths
samba does not export like NFS does.
You set up shares in the smb.conf file
There are good examples near the bottom of the smb.conf file so you can pick the one you want, copy, paste and uncomment to meet your needs.
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
07-12-2007 02:07 AM
07-12-2007 02:07 AM
Re: UNC paths
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2007 02:13 AM
07-12-2007 02:13 AM
Re: UNC paths
http://docs.hp.com/en/B8725-90103/index.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2007 03:48 AM
07-12-2007 03:48 AM
Re: UNC paths
NET USE Z: \\tuxtst02\ccm_test
That will "map" the UNC \\tuxtst02\ccm_test to your Windows Workstation's Drive Z:
Otherwise, you probly know this already.. do your usual MAP a Drive procedure in Windows File Explorer, etc.
Note that you will need to set up a UNIX sharing software first on your UNIX server end. Most popular of course is SAMBA which HP supplies free and is fully supported on HP-UX 11.11 upwards and should already be installed. HP However calls it the "HP CIFS Server" product.
Set up is easy .. specially if you're Windows Network and LAN/Manager literate. On the UNIX end, add in:
/etc/services:
swat 901/tcp # SAMBA Web-based Admin Tool
/etc/inetd.conf:
swat stream tcp nowait.400 root /opt/samba/bin/swat swat
Then on any PC on your LAN, connect to http://name_of_your_SAMBA_server:901 to launch the SAMBA Admin Tool. Access is your root/rootpass of the SAMBA Unix Host.
Set up Samba and your shares, start it and you're good to go. Do read the excellent documentation and examples in SWAT.
Enjoy.