HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: VMS-CIFS
Operating System - OpenVMS
1827880
Members
1685
Online
109969
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-29-2007 08:16 AM
10-29-2007 08:16 AM
VMS-CIFS
We have installed the latest version of CIFS but are unable to mount VMS file system.
The error message is shown below. Config file is attached.
Why CIFS is asking for a password? Also, it did not accept the valid VMS password.
Your suggestions will be appreciated.
Thanks.
Arun Sanghvi
***********************************************
Microsoft Windows 2000 [Version 5.00.2195]
(C) Copyright 1985-2000 Microsoft Corp.
L:\>net use n: \\gnfb.wilm.ge.com\sysmgr
The password or user name is invalid for \\gnfb.wilm.ge.com\sysmgr.
Type the password for \\gnfb.wilm.ge.com\sysmgr:
System error 86 has occurred.
The specified network password is not correct.
L:\>********************
The error message is shown below. Config file is attached.
Why CIFS is asking for a password? Also, it did not accept the valid VMS password.
Your suggestions will be appreciated.
Thanks.
Arun Sanghvi
***********************************************
Microsoft Windows 2000 [Version 5.00.2195]
(C) Copyright 1985-2000 Microsoft Corp.
L:\>net use n: \\gnfb.wilm.ge.com\sysmgr
The password or user name is invalid for \\gnfb.wilm.ge.com\sysmgr.
Type the password for \\gnfb.wilm.ge.com\sysmgr:
System error 86 has occurred.
The specified network password is not correct.
L:\>********************
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2007 09:35 AM
10-29-2007 09:35 AM
Re: VMS-CIFS
Arun,
What username do you want the connection to use? I think the default is your WINDOWS username, maybe translated through your username map.
>Also, it did not accept the valid VMS password.
Of course not. You've told it to authenticate in the GENE domain using 3.43.40.193 as a password server.
Try turning on login failure auditing to see if it reports what username is being sent to OpenVMS. There may also be some clues in the CIFS access logs.
What username do you want the connection to use? I think the default is your WINDOWS username, maybe translated through your username map.
>Also, it did not accept the valid VMS password.
Of course not. You've told it to authenticate in the GENE domain using 3.43.40.193 as a password server.
Try turning on login failure auditing to see if it reports what username is being sent to OpenVMS. There may also be some clues in the CIFS access logs.
A crucible of informative mistakes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2007 01:27 AM
10-30-2007 01:27 AM
Re: VMS-CIFS
Thanks for your prompt response. My NT account is NE22369. As shown below, it is mapped to vms account SYSMGR.
GNFB::sysmgr> type proxy.
SYSMGR = NE22369
NAP = NE32807
FTB = NE29453
jsu = NE29977
BOWIE = NE32358
I have also attached the partial listing from the log file created with debug level 10.
If you have any other suggestions, please let me know.
Thanks.
GNFB::sysmgr> type proxy.
SYSMGR = NE22369
NAP = NE32807
FTB = NE29453
jsu = NE29977
BOWIE = NE32358
I have also attached the partial listing from the log file created with debug level 10.
If you have any other suggestions, please let me know.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2007 08:42 AM
10-30-2007 08:42 AM
Re: VMS-CIFS
Arun,
From your log file:
[2007/10/29 15:58:45, 4] SAMBA$SRC:[SOURCE.SMBD]MAP_USERNAME.C;1:(111)
Scanning username map /samba_root/lib/username.map
[2007/10/29 15:58:45, 5] SAMBA$SRC:[SOURCE.AUTH]AUTH_UTIL.C;1:(160)
make_user_info_map: Mapping user [GENE]\[NE22369] from workstation [T00442044]
LSTAT FAILED: no such file or directory
This looks like the mapping is failing.
I'm puzzled. Your conf file says:
username map = /samba_root/lib/username.map
but your display says:
GNFB::sysmgr> type proxy.
Does the file exist in the correct location and with the correct security?
Never having used a username map, I'm not sure of the exact syntax, but I would have expected it to be the other way around:
so:
NE22369 = SYSMGR
rather than:
SYSMGR = NE22369
This would seem more logical and easier to search (but then that's not always a valid assumption...)
Are any users connecting successfully?
What is the EXACT time (down to the second)that the connection from NE22369 is failing?
Something to try... what if you create a user NE22369 on the VMS system?
From your log file:
[2007/10/29 15:58:45, 4] SAMBA$SRC:[SOURCE.SMBD]MAP_USERNAME.C;1:(111)
Scanning username map /samba_root/lib/username.map
[2007/10/29 15:58:45, 5] SAMBA$SRC:[SOURCE.AUTH]AUTH_UTIL.C;1:(160)
make_user_info_map: Mapping user [GENE]\[NE22369] from workstation [T00442044]
LSTAT FAILED: no such file or directory
This looks like the mapping is failing.
I'm puzzled. Your conf file says:
username map = /samba_root/lib/username.map
but your display says:
GNFB::sysmgr> type proxy.
Does the file exist in the correct location and with the correct security?
Never having used a username map, I'm not sure of the exact syntax, but I would have expected it to be the other way around:
so:
NE22369 = SYSMGR
rather than:
SYSMGR = NE22369
This would seem more logical and easier to search (but then that's not always a valid assumption...)
Are any users connecting successfully?
What is the EXACT time (down to the second)that the connection from NE22369 is failing?
Something to try... what if you create a user NE22369 on the VMS system?
A crucible of informative mistakes
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP