- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Writing to a Windows server from an HPUX box
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
05-12-2010 06:23 AM
05-12-2010 06:23 AM
target is Windows 2008 r2 SP2
I have a new need to write to a windows server.
On one of the servers I have:
CIFS-Client A.02.02.02 HP CIFS Client
CIFS-Development A.02.04.01 HP CIFS Server
CIFS-Server A.02.04.01 HP CIFS Server
Now working with the Server section I allow windows servers and workstations to access, read, write to the HPUX files system.
Working with the Client side on this one HPUX server I can write to the windows file systems and I think the HP part number is B8724AA.
Now I have looked everywhere I can but I find no method to use the Server side to write to the windows file system, although I get the impression that the Server (or Samba) is supposed to be able "do it all".
Am I all confused here? Do I need to install the client part to write to the windows file system?
Thanks in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2010 07:15 AM
05-12-2010 07:15 AM
Re: Writing to a Windows server from an HPUX box
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2010 09:04 AM
05-12-2010 09:04 AM
Re: Writing to a Windows server from an HPUX box
Are you indicating that I don't have to install B8724AA but only do a mount command on the HPUX boxes after sharing out the directory on the windows box?
Chuck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2010 05:24 AM
05-13-2010 05:24 AM
SolutionYou need to configure the cifs client on wour HPUX machine.
First you need to enable cifs:
vi /etc/rc.config.d/cifsclient
RUN_CIFSCLIENT=1
Then start cifs client.
/sbin/init.d/cifsclient start
Then configure the mount point in the fstab. Here is one exemple of what you may need in you /etc/fstab:
Windows_server:/windows_share$ /mount_point_on_unix_machine cifs username="login_in_windows_machine",password="password_for_windows_login 0 0
Then mountall.
If you have any trouble please reply.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2010 09:40 AM
05-13-2010 09:40 AM
Re: Writing to a Windows server from an HPUX box
OK, so I do have to install cifsclient on the HPUX box.
Are you indicating that I don't have to use the cifs commands cifsmount, cifslogin,... etc but simply make an entry in the /etc/fstab file?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2010 07:48 PM
05-13-2010 07:48 PM
Re: Writing to a Windows server from an HPUX box
As for cifsmount cifslogin commands - that's just another way to do it, without hitting the /etc/fstab if you'd prefer. Using the method above (/etc/fstab) is much easier naturally.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2010 02:31 AM
05-14-2010 02:31 AM