- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- CIFS/9000
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-07-2004 01:02 PM
06-07-2004 01:02 PM
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2004 01:14 PM
06-07-2004 01:14 PM
Re: CIFS/9000
Look at the following documents for details on working with CIFS
Server:
http://docs.hp.com/hpux/onlinedocs/B8725-90063/B8725-90063.html
Client:
http://docs.hp.com/hpux/onlinedocs/B8724-90044/B8724-90044.html
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2004 09:08 PM
06-07-2004 09:08 PM
Re: CIFS/9000
There are 2 choices for configuration of the CIFS server - either by editing the smb.conf file manually, or by using SWAT (a web based admin gui.) For the client, your only choice is to edit the config file.
best regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2004 12:34 AM
06-08-2004 12:34 AM
Solutionhttp://yourserver:901
/etc/opt/samba is directory of config files, and logs go to /var/opt/samba
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2004 02:45 AM
06-08-2004 02:45 AM
Re: CIFS/9000
Question two:
On your Client do a:
$ smbclient -L
or look for yourself
smbclient -h
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2004 07:57 AM
06-08-2004 07:57 AM
Re: CIFS/9000
I got everything installed and configured.
From my laptop I can see both Unix1 and Unix2 (B2000 and C3000 hpux machines)
From the Unix1 and Unix2 I can see all 3 machines but here is my question again, how do I browse the network like in Windows? How can I use files from the shares? Is there a mount or something similar?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2004 08:35 PM
06-08-2004 08:35 PM
Re: CIFS/9000
Hi,
I don't quite understand your question.
The CIFS is used to share dirs and files between Unix and Windows.
On the Windows-Pc you should see the Unix-shares made available.
To exchange data (dirs + files) between Unix-Only you can use NFS.
There is no need to use CIFS.
The CIFS-Client is used to connect from a Unix-box to a Windows-Share, but who wants to do that? ;-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2004 09:10 PM
06-08-2004 09:10 PM
Re: CIFS/9000
The CIFS client isn't really designed for network browsing like Windows. You will need to mount the share you require and then cifslogin to authenticate. From that point the share will appear the same as any other mountpoint and you can use the files.
I think you need to consider what you require from CIFS client. I'd also suggest you have a read through of the docs as there are some useful examples. They're available from http://docs.hp.com
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2004 04:09 AM
06-09-2004 04:09 AM
Re: CIFS/9000
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2004 04:23 AM
06-09-2004 04:23 AM
Re: CIFS/9000
security = SERVER
encrypt passwords = Yes
password server = NTBDC1, NTBDC2, etc
username map = /etc/opt/samba/username.map
In username.map - you can map NT users to unix ids - even a many to 1 ratio:
myid = myid
genericid = ntid1, ntid2
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2004 04:24 AM
06-09-2004 04:24 AM
Re: CIFS/9000
mount -F cifs hostname:/share /your_mountpoint
cifslogin hostname username
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2004 04:35 AM
06-09-2004 04:35 AM
Re: CIFS/9000
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2004 04:40 AM
06-09-2004 04:40 AM
Re: CIFS/9000
regards,
Darren.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2004 07:09 AM
06-09-2004 07:09 AM