- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- CIFS automount
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
03-10-2004 02:21 AM
03-10-2004 02:21 AM
CIFS automount
Has anyone out there successfully figured a way to automount cifs shares on hpux 11.00? Or a way to script the mount process to unprivledge users? All help and opinions appreciated.
Gerald
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2004 02:54 AM
03-10-2004 02:54 AM
Re: CIFS automount
We have a configuration where in the user home directories are exported as a CIFS share to windows XP clients. Autofs has been configured to mount the home directories of the user from a NFS server.
The user connects to the CIFS share from the PC, smbd tries to access the directory which triggers the autofs to mount the directory for smbd.
What is that u r trying to export and what kind of problem u r facing ?
-- Sundar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2004 03:02 AM
03-10-2004 03:02 AM
Re: CIFS automount
Gerald
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2004 03:31 AM
03-10-2004 03:31 AM
Re: CIFS automount
There's some info in the "Installing and configuring the CIFS/9000 client" that will help you. This is available either on http://docs.hp.com or included with your install of the client.
Briefly, you'll need to ensure the CIFS client is started by editing the /etc/rc.config.d file for it, then add an entry in /etc/fstab:
server:/sharename /mountpoint cifs defaults 0 0
You will need to use a cifslogin command to authenticate against the server that is supplying the shares. It's worth checking out the guestUser variable in the config file's documentation too.
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2004 01:37 AM
03-11-2004 01:37 AM
Re: CIFS automount
Gerald