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
04-30-2007 08:40 PM
04-30-2007 08:40 PM
samba
>startsmb
2- I access win shared folder (xml_BXD) in brckxidb system
>smbclient //brckxidb/xml_BXD -U domain\\user
3- I saw line below
smb: >
Question: I want xml_BXD folder permanently mounted to a folder in HPUX system.
How can I do this?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2007 09:27 PM
04-30-2007 09:27 PM
Re: samba
cifsclient start / stop cifsclient service stop/start
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2007 10:16 PM
04-30-2007 10:16 PM
Re: samba
You will need to put a line in the /etc/fstab of your system.
/ntserver/docs /mnt/samba smbfs username=docsadm,password=D1Y4x9sw 0 0
Depending on your samba installation which appears non-standard you may need to use cifs instead of smbfs.
Wondering why you didn't use the standard Samba/CIFS/9000 release from http://software.hp.com
Either way, this will if you have the smbclient binary do the trick.
You may wish to put the password in a file with strict security permissions.
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-30-2007 10:32 PM
04-30-2007 10:32 PM
Re: samba
is username HPUX user or Win user?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2007 10:44 PM
04-30-2007 10:44 PM
Re: samba
>smbclient //brckxidb/xml_BXD -U domain\\user
same user as in (domain\\user).
It is the windows user.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2007 10:58 PM
04-30-2007 10:58 PM
Re: samba
Win.Server: brckxidb
Win.Shared folder: xml_BXD
Domain:borinternal
Domain User:brcsysadmin password:brc123
HPUX: brckxits
mount directory: /mnt/xml_BXD
1- I added the line below into /etc/fstab
/brckxidb/xml_BXD /mnt/xml_BXD smbfs
username=brcsysadmin,password= brc123 0 0
2- I executed the command below
mount -a
it gave me the message below
----------------------------
mount: /brcxidb/xml_BXD no such file or directory.
What is the wrong with it?
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2007 11:20 PM
04-30-2007 11:20 PM
Re: samba
mkdir /mnt/xml_BXD
then re-run the mount command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2007 11:26 PM
04-30-2007 11:26 PM
Re: samba
I've already created /mnt/xml_BXD
hour and hours ago.
And now I checked it.It stays it's place.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2007 06:32 PM
05-01-2007 06:32 PM
Re: samba
Where do you stand about this. Did you solve this.