- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- CIFS Mount problem
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-26-2005 10:41 PM
10-26-2005 10:41 PM
CIFS Mount problem
HP UX 11i >> Windows 2003
Wer weiß Rat ??
Danke und Gruß
Ulrich Billhofer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2005 10:44 PM
10-26-2005 10:44 PM
Re: CIFS Mount problem
http://www.microsoft.com/downloads/details.aspx?FamilyID=9d467a69-57ff-4ae
7-96ee-b18c4790cffd&DisplayLang=en
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=962438
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2005 10:44 PM
10-26-2005 10:44 PM
Re: CIFS Mount problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2005 10:49 PM
10-26-2005 10:49 PM
Re: CIFS Mount problem
Thank You
Ulrich Billhofer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2005 10:51 PM
10-26-2005 10:51 PM
Re: CIFS Mount problem
"In the transmitting of indices by means of CIFS Mount, crashes the Script if 1000 indices were transmitted. Did HP CROSS knows 11i>> windows 2003 who advice??"
Hanwant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2005 10:52 PM
10-26-2005 10:52 PM
Re: CIFS Mount problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2005 10:59 PM
10-26-2005 10:59 PM
Re: CIFS Mount problem
thank you, for your quickly responce. The Errormessage ist:
***** ERROR ***** Remove of /usr/sap/hamgujmps003/MDAT2SAP/NORM/GUJ000028 failed Wed Oct 26 14:35:08 METDST 2005
Thank You
Ulrich Billhofer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2005 11:25 PM
10-26-2005 11:25 PM
Re: CIFS Mount problem
max open files = xxxx
Regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2005 11:53 PM
10-26-2005 11:53 PM
Re: CIFS Mount problem
my CIFS Client Version is:
* Name: cifsclient.cfg
* Project: CIFS Client
* Authors: Christian Starkjohann
* Tabsize: 4
* $Revision: @(#)cifsclient.cfg: ver_id=1.19
There is no Parameter like this.....
Best Regards
Ulrich Billhofer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2005 12:09 AM
10-27-2005 12:09 AM
Re: CIFS Mount problem
I mixed up cifsclient and cifsserver
Regards
rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2005 08:21 AM
10-28-2005 08:21 AM
Re: CIFS Mount problem
Eric from the HP CIFS Client lab here. Can you please provide a precise description of how you encounter this problem?
For example, I just created a directory on my local HP-UX host and filled it with 1024 files of various sizes; then I cd'ed into this directory and did:
cp * /mountpoint/bigdir
where /mountpoint is the mountpoint of a share on a Windows 2000 system.
By giving us a complete description, we can attempt to reproduce the problem and provide an explanation or a fix if there is a bug. BTW, when I performed to operation in my example above, it worked fine, so if that's what you are doing, and the problem happens consistently, we need to figure out what's going on.
Thanks,
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2005 06:57 PM
10-30-2005 06:57 PM
Re: CIFS Mount problem
i have send to you an attachment. We make it with a little script.
HAMGUJMPS003 ist Windows 2003 Server
usapp0 is a HP-UX 11.11 Server
We start the script over cron on usapp0. There we make a cifsmount on HAMGUJMS003 and send the Files to the mounted Files on uarch0
The last two days, we have only 886 and 740 Files with no problem. Over 1000 it crashed.
Best Regards
Ulli
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2005 07:00 AM
10-31-2005 07:00 AM
Re: CIFS Mount problem
At what point in the script does the failure occur? I presume it is at the 'mv' command, inside the loop "for ii in $COPYFILES".
If so, I suggest appending to the command as follows:
mv $FROM_DIR/$i/$ii . >> $PROT 2>&1
ret=$?
echo "$(date) $ii: mv returned $ret" >> $PROT
If the additional info that this places in $PROT does not provide data to help you fix the problem, uncomment the following logLevels in the cifs client configuration file (/etc/opt/cifsclient/cifsclient.cfg):
cifsTrace
nfsTrace
smbSequence
Do not uncomment any other logLevels. Rerun the script and post the cifsclient logfile in a message here. The logfile is /var/opt/cifsclient/debug/client-log.
Please note:
1. The cifs client logfile will only be of value if it catches the failure. You can compare the timestamp in the cifs client logfile with that in $PROT to verify.
2. The cifs client logfile will produce a lot of output (you may see two files, one with a ".prev" suffix), so when the experiment is complete, remember to comment out the three logLevels.
3. It may be necessary for you to open a support call with HP if this gets too complex to handle in this forum.
Thanks, and good luck,
-Eric Raeburn