- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Sharing a Windows 2003 volume to 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
10-06-2005 02:23 AM
10-06-2005 02:23 AM
Sharing a Windows 2003 volume to HP-UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2005 02:32 AM
10-06-2005 02:32 AM
Re: Sharing a Windows 2003 volume to HP-UX
https://h20293.www2.hp.com/portal/swdepot/try.do?productNumber=B8724AA
(as usual found by google not itrc search engine. wink-wink nudge-nudge)
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2005 02:33 AM
10-06-2005 02:33 AM
Re: Sharing a Windows 2003 volume to HP-UX
u can use the samba client from hpux...
it does work but its not a real good way
regards gga
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2005 02:35 AM
10-06-2005 02:35 AM
Re: Sharing a Windows 2003 volume to HP-UX
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B8724AA
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2005 04:09 AM
10-06-2005 04:09 AM
Re: Sharing a Windows 2003 volume to HP-UX
It looks like the client modifies the kernel in some way which requires the reboot.
Thanks much!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2005 07:19 AM
10-06-2005 07:19 AM
Re: Sharing a Windows 2003 volume to HP-UX
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2005 02:30 AM
10-07-2005 02:30 AM
Re: Sharing a Windows 2003 volume to HP-UX
in the /etc/fstab on your Unix box create an entry for the device you want to mount
Create an Open Share on the MS file server and a mount point on Unix system..
then do a
mount /unixmountpoint
aaa.bbb.ccc.ddd:/sharename /unixmountpoint nfs user 0 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2005 01:32 AM
10-11-2005 01:32 AM
Re: Sharing a Windows 2003 volume to HP-UX
http://www.microsoft.com/windowsserversystem/sfu/default.mspx
Then you just use the standard NFS client on the UNIX system to mount it.