- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How can we mount Windows shared directory 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
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
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
тАО04-15-2004 07:06 AM
тАО04-15-2004 07:06 AM
How can we mount Windows shared directory on HP-UX server
If anybody knows how to mount a windows shared dir. on HP-UX server..what is configuration to be done on windows machine to share a directory, so that which i can mount on HP-UX system...Please let me know.
Regards,
Phani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-15-2004 07:10 AM
тАО04-15-2004 07:10 AM
Re: How can we mount Windows shared directory on HP-UX server
with CIFS, install on windows cifs client software and server software on unix. share Windows stuff and mount it on HP-UX with mount command.
mount -F cifs .....
A plenty of docs available for this.
cifs is free product.
Samba is another option for you.(Also free)
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-15-2004 07:23 AM
тАО04-15-2004 07:23 AM
Re: How can we mount Windows shared directory on HP-UX server
# smbmount //win2k_pc/share /mount/pc/X -o username=administrator,password=secret
Enjoy, Have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-15-2004 07:42 AM
тАО04-15-2004 07:42 AM
Re: How can we mount Windows shared directory on HP-UX server
Nothing special needs to be done on windows system apart from what you would do to share a dir to a windows system.
Windows uses CIFS for file sharing - CIFS client is the product that needs to be installed in ur HP-UX system.
It is a free product and can be downloaded from http://software.hp.com
Once you have CIFS client installed, you can use the mount/cifsmount command to mount the windows share
Sundar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-15-2004 11:23 AM
тАО04-15-2004 11:23 AM
Re: How can we mount Windows shared directory on HP-UX server
I would add a few more options to procura's example:
smbmount -o username=xxx,password=yyy,workgroup=zzz,ip=11.22.33.44,rw //winhostname/sharename /mntdir
just to be certain the name resolution does not interfere...
FWIW,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-15-2004 11:49 AM
тАО04-15-2004 11:49 AM
Re: How can we mount Windows shared directory on HP-UX server
The most important thing I think is missing, is that you do need an account for the HP-UX machine on the windows domain. I set them up on the PDC and keep the passwords complex.
I use my HP-9000 server to back up critical data on its DDS3 drive.
The rest of the commands are top notch. When you use Merijn's command, do make sure access to that configuration file is tight as in root only or you'll have a potential security problem.
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
тАО04-15-2004 11:49 AM
тАО04-15-2004 11:49 AM
Re: How can we mount Windows shared directory on HP-UX server
The most important thing I think is missing, is that you do need an account for the HP-UX machine on the windows domain. I set them up on the PDC and keep the passwords complex.
I use my HP-9000 server to back up critical data on its DDS3 drive.
The rest of the commands are top notch. When you use Merijn's command, do make sure access to that configuration file is tight as in root only or you'll have a potential security problem.
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
тАО04-15-2004 04:04 PM
тАО04-15-2004 04:04 PM
Re: How can we mount Windows shared directory on HP-UX server
Please check this link:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?admit=716493758+1082088203564+28353475&threadId=469200
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-15-2004 06:43 PM
тАО04-15-2004 06:43 PM
Re: How can we mount Windows shared directory on HP-UX server
Regards,
Trond
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-15-2004 07:20 PM
тАО04-15-2004 07:20 PM
Re: How can we mount Windows shared directory on HP-UX server
I'm home now:
make a local folder for mounting purposes
mkdir /targetserver.folder
cifsmount //hostname.fdqn/share /targetserver.folder -f -U root -P password -I 192.168.0.22
i actually do have a root user on my windows server by the way.
if you use cifslogout to umount, it doesnt unmont properly
to unmount, use umount /targetserver.folder
That does the job clean.
Thanks for motivating me to document this.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com