- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Error in using cifsmount
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
10-03-2007 07:00 PM
10-03-2007 07:00 PM
Error in using cifsmount
When we try to mount a Win. 2003 share into Unix box using the below command , it fails .
cifsmount -U'ASIAPACIFIC/ananthr' //gvw0266.austin.hp.com/PLATO-DEV-EMEA/DB_External /opt/eplato/11031_europe/sharepoint
error is
"DOS: Share not exported by server"
Note : the requied CIFS installation is done.
Could you please provide your guide lines on this.
Thanks in advance.
Aanth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2007 01:19 AM
10-04-2007 01:19 AM
Re: Error in using cifsmount
Try to use the command like this and post the results.
cifsmoun \\server\share /MountPoint-Unix -U
Best Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2007 05:14 PM
10-04-2007 05:14 PM
Re: Error in using cifsmount
thanks for the response.
I tried with your modified string.
Still it logs a different error.
cifsmount \\gvw0266.austin.hp.com\PLATO-DEV-EMEA /opt/eplato/11031_europe/sharepoint -U ananthr
ananthr's password on gvw0266.austin.hp.comPLATO-DEV-EMEA:
LOC: Netbios name lookup failure
LOC: Netbios name lookup failure
Kind Regards,
Ananth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2007 09:36 PM
10-04-2007 09:36 PM
Re: Error in using cifsmount
1. First, you need to find out what the netbios name of the server is. If it's a windows system, look at properties of "my computer"; if it's samba, look in smb.conf. Second, get the IP address of the server. Then try mounting thus:
cifsmount -U user -I ipaddress //netbiosname/share mountpoint
Note that in your first example, you did //server/path1/path2 . This is not supported by the cifsclient. I presume your path1 is the share and path2 is a subdirectory. Windows clients let you do that, mounting subdirectories of shares, but the cifsclient does not.
Also in your first example, you gave -U X/Y, where presumably X is the domain and Y is the user. This syntax is incorrect. The domain is specified with -D domain.
2. If you are using cifsclient A.02.02 or later, you can try setting smbOverTcp = yes; in cifsclient.cfg. This alone may enable the cifsmount to work.
Please post your results.
-Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2007 01:43 AM
10-08-2007 01:43 AM
Re: Error in using cifsmount
Thank you for your support.
Let me give you few more details to get it resolved at the earlies.
1)CIFS client details :
HP CIFS Client - Version A.02.01
Compiled on HP-UX B.11.11
when I try with cifsmount -I option the error "option not supported: -I" is logged.
so as per the Admin guide
http://docs.hp.com/en/B8724-90067/B8724-90067.pdf,
I modified the cifsclient.cfg file available in below path
/opt/cifsclient/newconfig/etc/opt/cifsclient
Modifications :
1) under
cifs = {
section ,
nbnsWinsIp = # is set with the server's IPaddress
2) under
servers = {
section
ipAddress = # server's IpAddress is set.
After these modification , I restarted the demon "cifsclient" and tried the below command
cifsmount -U ananthr //netbiosname/PLATO-DEV-EMEA /opt/eplato/11031_europe/sharepoint
it logs the same errors as
LOC: Netbios name lookup failure
LOC: Netbios name lookup failure
The Admin guide has below info..,
"The CIFS servers to which you want to connect must
be registered with the WINS server."
Please let me know if any thing needs to be done at Windows server machine.
Moreover I also tried with other command,
mount -F cifs -o username=ananthr
where the response is "DOS: Access denied"
since it is blocking lot many other tasks , I would request you to have a look and help me to resolve at the earliest.
If we have a closer loop of contact , It would help me a lot.
Thanks with Regards,
Ananth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2007 06:55 AM
10-08-2007 06:55 AM
Re: Error in using cifsmount
It looks like you have done everything properly.
Have you verified that the WINS server has an entry for the server?
You can bypass the WINS/NetBIOS-lookup issue by upgrading to the latest CIFS Client (A.02.02.01), which you can download from software.hp.com. It is quick and easy (it may cause a reboot, however). Then by setting smbOverTcp=yes in the config file the problem should be resolved. Note however that if the server is WinNT, this won't work, as smb-over-tcp is not supported by NT.
If you upgrade, I believe swinstall will detect changes in cifsclient.cfg and not overwrite it with the new one. So I suggest, before you upgrade, saving it someplace safe and overwriting it with cifsclient.cfg.default:
cd /etc/opt/cifsclient
cp cifsclient.cfg.default cifsclient.cfg
I used to be one of the engineers in HP's CIFS Client lab (I am now in a different HP division). This is the point where we would usually advise customers to place a support call to HP, so we can examine log files and network traces. smb-over-tcp works around the problem but does not get to the source of it, and you may want to do that.
If you are not an HP employee, I'd encourage you to call HP, if my suggestion above does not work.
If you are an HP employee (I noticed you're trying to connect to a system at hp), please email me and I'll get you directly in touch with the CIFS lab.
Please post an update.
-Eric