- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Setup CIFS Client on HP-UX
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-14-2006 02:56 AM
03-14-2006 02:56 AM
Setup CIFS Client on HP-UX
I have a share on W2k server that I want to mount on HP-UX using CIFS. This is what I have done so far:
1. I have set the variable to 1 in /etc/rc.config.d/cifsclient file.
2. Executed /sbin/init.d/cifsclient start.
3. Mounted it using cifsmount //yyzwinfs1/yyzwinfs/data/groups/itdfiles /itdfiles
4. Then mount -v verified it.
Now when I try to cd into it, I get:
NFS access failed for server yyzwinfs1: RPC: Remote system error
sh: /itdfiles: The specified directory is not valid.
Please help.
Kurt.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 03:16 AM
03-14-2006 03:16 AM
Re: Setup CIFS Client on HP-UX
Version of CIFS and OS
Do you have
Patch Name: PHNE_26988
Patch Description: s700_800 11.X RFC-NETBIOS cumulative patch Jun2002
Creation Date: 02/01/17
Post Date: 02/07/02
Hardware Platforms - OS Releases:
s700: 11.00 11.11
s800: 11.00 11.11
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 03:21 AM
03-14-2006 03:21 AM
Re: Setup CIFS Client on HP-UX
Kurt.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 03:22 AM
03-14-2006 03:22 AM
Re: Setup CIFS Client on HP-UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 03:28 AM
03-14-2006 03:28 AM
Re: Setup CIFS Client on HP-UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 05:11 AM
03-14-2006 05:11 AM
Re: Setup CIFS Client on HP-UX
most notably:
domain = "YOURDOMAIN" // domain name sent to server
guestUser = "root"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 06:41 AM
03-14-2006 06:41 AM
Re: Setup CIFS Client on HP-UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 07:12 AM
03-14-2006 07:12 AM
Re: Setup CIFS Client on HP-UX
//yyzwinfs1/yyzwinfs/data/groups/itdfiles
is world readble/mountable?
Can you mount on a real windows machine?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 07:41 AM
03-14-2006 07:41 AM
Re: Setup CIFS Client on HP-UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 08:07 AM
03-14-2006 08:07 AM
Re: Setup CIFS Client on HP-UX
yyzwinfs1 is your windows host?
Do you have in /etc/fstab ?
yyxwinfs1:/yyzwinfs/data/groups/itdfiles /itdfiles cifs defaults 0 0
You can mount this form?
# mount -F cifs yyxwinfs1:/yyzwinfs/data/groups/itdfiles /itdfiles
or # mount -aF cifs
You can login ?
# /opt/cifsclient/bin/cifslogin yyzwinfs1 user_name
Try access your filesystem after login.
If you still have problem, give output for:
# /opt/cifsclient/bin/cifslist -A
And you can see if you have access permissions.
Schimidt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 02:00 AM
03-15-2006 02:00 AM
Re: Setup CIFS Client on HP-UX
root@yyzdvdev:/home/root> cd /itdallfiles
NFS access failed for server yyzwinfs1.corp.ds.fedex.com: RPC: Remote system error
sh: /itdallfiles: The specified directory is not valid.
Do I need any special configuration on the Windows server ??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 02:04 AM
03-15-2006 02:04 AM
Re: Setup CIFS Client on HP-UX
You need to apply all relavent patches and dependencies. Then you need to create a machine account on the Windows box for your server and then try a cifsmount or smbmount command with appropriate server name and user id and password.
If there is an error at that point an ITRC or google search or another post to this thread will probably yeild you a specific solution.
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
03-15-2006 02:43 AM
03-15-2006 02:43 AM
Re: Setup CIFS Client on HP-UX
Could this be your problem? I tried that here on a world readable share:
# cifsmount //fileserver/shared/support /cifs/test
DOS: Share not exported by server
# cifsmount //fileserver/shared
I can mount \\fileserver\shared\support on my windows machine as a network drive.
are you sure that the share is exported as //yyzwinfs1/yyzwinfs/data/groups/itdfiles and not as //yyzwinfs1/yyzwinfs ? In my experience, Windows will allow you to mount any point in the directory structure, but CIFS will not.
Josh