- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Windows 2003 r2 nfs server and HPUX clients
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
06-18-2009 07:45 AM
06-18-2009 07:45 AM
Windows 2003 r2 nfs server and HPUX clients
i'm trying to access a windows 2003 server r2 from c3600 clients.
it's seems to be ok (exports, nfs mounting...) even i can see the windows folder size, used, avail... using "bdf" in c3600 but when i type "ls" it respond ". not found" and i can't do anything. I can't use "mkdir" neither because "mkdir: cannot acces .: No such file or directory".
the directory has 777 permisions.
Any clue??
Thanks in advance and sorry for my english
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2009 07:52 AM
06-18-2009 07:52 AM
Re: Windows 2003 r2 nfs server and HPUX clients
Check the windows equivalent to /etc/exports
As I understand it there are roughly the same access restrictions available there as with Linux or Unix NFS.
showmount -e hostname_windows
Lets see what this tells you.
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
06-18-2009 08:02 AM
06-18-2009 08:02 AM
Re: Windows 2003 r2 nfs server and HPUX clients
Thanks, so fast!!
it tells:
export list for winser:
/prueba (everyone)
Best Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2009 08:28 AM
06-18-2009 08:28 AM
Re: Windows 2003 r2 nfs server and HPUX clients
It seems to be ok too. any other clue??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2009 04:57 AM
06-19-2009 04:57 AM
Re: Windows 2003 r2 nfs server and HPUX clients
As far as setuping up "Windows services for Unix". There are a couple ways of matching Windows Users to HP-UX Users.
It's been awhile..., but if I remmember correctly:
I have only known set of users, so I copied the /etc/passwd and /etc/group to the Windows box. Then created same users in the Windows box and aliased them to the Unix accounts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2009 12:10 AM
06-24-2009 12:10 AM
Re: Windows 2003 r2 nfs server and HPUX clients
maybe i didn't understand so well...
i'm trying to access as root, so i created a user named root in my Windows Domain(My_Domain\root).
But i don't know what to do now. Nothing has changed i still haven't access from unix to windows.
i see information about size and availability, it's a 777 permisions.
help, please!!