- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Enhanced CIFS and SAM
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp
Knowledge Base
Discussions
Forums
Discussions
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
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
06-24-2004 08:34 PM
06-24-2004 08:34 PM
Enhanced CIFS and SAM
I recently installed Enhanced AutoFS on one of my servers and configured the /etc/auto.direct.cifs map file as shown in the documentation. However, when I try and view the mounted remote filesystems via SAM I get the following error message:
/etc/auto.direct.cifs line 4: syntax error at "cifs"
^
/usr/sam/lbin/autoopt: Problem parsing master automounter file
"/etc/auto_master".
Is there a SAM patch available which will enable SAM to parse the file correctly?
auto_master:
/net -hosts -nosuid,soft
/- /etc/auto.direct
/- /etc/auto.direct.cifs
auto.direct.cifs:
/FTP/CIFS -fstype=cifs,username=user,password=passwd server:/CIFS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2004 08:54 PM
06-24-2004 08:54 PM
Re: Enhanced CIFS and SAM
http://www1.itrc.hp.com/service/patch/patchDetail.do?BC=patch.breadcrumb.main|patch.breadcrumb.search|&patchid=PHCO_23876&context=hpux:800:11:00
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2004 09:15 PM
06-24-2004 09:15 PM
Re: Enhanced CIFS and SAM
Thanks for your quick response. I forgot to mention that the system is running HP-UX 11i, and the patch you recommended is for 11.00. Any other suggestions?
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2004 09:31 PM
06-24-2004 09:31 PM
Re: Enhanced CIFS and SAM
http://www1.itrc.hp.com/service/patch/patchDetail.do?BC=patch.breadcrumb.main|patch.breadcrumb.search|&patchid=PHCO_28124&context=hpux:800:11:22
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2004 09:42 PM
06-24-2004 09:42 PM
Re: Enhanced CIFS and SAM
Thanx, but that patch is for 11.22 and I have 11.11. I had a look at PHCO_28124, but it does not seem to apply. Any other ideas?
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2004 09:48 PM
06-24-2004 09:48 PM
Re: Enhanced CIFS and SAM
auto.direct
auto_master
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2004 09:58 PM
06-24-2004 09:58 PM
Re: Enhanced CIFS and SAM
It seems that SAM does not like the
"-fstype=cifs,username=CIFSGUEST,password=general1" option in /etc/auto.direct.cifs, which is the autofs map file which I created for the CIFS autofs filesystems. If I remove this option from the file, autofs tries to NFS mount the filesystem when it should CIFS mount it.
I switched on detailed tracing for autofs by using the "kill -SIGUSER2 pid" command, and saw in the attempt to NFS mount the filesystem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2004 10:14 PM
06-24-2004 10:14 PM
Re: Enhanced CIFS and SAM
http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B1031-90053/B1031-90053_top.html&con=/hpux/onlinedocs/B1031-90053/00/00/17-con.html&toc=/hpux/onlinedocs/B1031-90053/00/00/17-toc.html&searchterms=configuration%7cin%7cautomount%7cCIFS&queryid=20040625-040923
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2004 11:57 PM
06-24-2004 11:57 PM
Re: Enhanced CIFS and SAM
I used the autofs admin guide which contains exactly the info contained in the last link you sent. The problem does not seem to be with CIFS, since if I edit the autofs maps manually via vi and run automount -v, autofs behaves as desired. The CIFS filesystem is mounted and accessable.
The problem I have is that SAM does not seem parse the auto_master/auto.direct.cifs maps correctly, so I cannot manage my mounted remote filesystems via SAM.
Cheers