- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Can't create a Pathworks Share
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
08-09-2006 01:18 AM
08-09-2006 01:18 AM
Can't create a Pathworks Share
RTP\\USPAX3> add share/dir pathw_rtp34 diska34:[000000]
%PWRK-E-ERRADDSHARE, error adding share "PATHW_RTP34"
-LM-E-NERR_UNKNOWNDEV, the device or directory does not exis
this is no different from my other devices -same protection and ownership - logicals are the same
%SYSMAN-I-OUTPUT, command execution on node USPAX3
"DISKA34" = "$1$DGA104:" (LNM$SYSTEM_TABLE)
%SYSMAN-I-OUTPUT, command execution on node USPAX1
"DISKA34" = "$1$DGA104:" (LNM$SYSTEM_TABLE)
SYSMAN> do show logical diska33
%SYSMAN-I-OUTPUT, command execution on node USPAX3
"DISKA33" = "$1$DGA111:" (LNM$SYSTEM_TABLE)
%SYSMAN-I-OUTPUT, command execution on node USPAX1
"DISKA33" = "$1$DGA111:" (LNM$SYSTEM_TABLE)
what's up with this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2006 02:31 AM
08-09-2006 02:31 AM
Re: Can't create a Pathworks Share
Haven't got the faintest idea, but are the logicals for the disk defined /EXEC ?
Kris (aka Qkcl)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2006 02:32 AM
08-09-2006 02:32 AM
Re: Can't create a Pathworks Share
XDN\\SALES2> add share /dir transfer datadisk:[pc_transfer]
%PWRK-E-ERRADDSHARE, error adding share "TRANSFER"
-LM-E-NERR_UNKNOWNDEV, the device or directory does not exist
I tried using SALES2$DKA600: instead of DATADISK in the share directory specification and it worked...
XDN\\SALES2> add share transfer SALES2$DKA600:[PC_TRANSFER]
Apparently it doesn't like the logical name "DATADISK" in the share specification, even though that was what worked for the last 9 years.
When I restored the system disk, I enabled cluster support. After this change, Pathworks wouldn't work with DKA600: -- it needed to be SALES2$DKA600:.
I redefined the exec mode logical name as follows...
$ define/SYS/EXEC DATADISK SALES2$DKA600: /translation=conceal
And then the original share definition worked...
XDN\\SALES2> add share transfer datadisk:[pc_transfer]
%PWRK-S-SHAREADD, share "TRANSFER" added on server "SALES2"
I guess this is just a Pathworks thing, because I find that the following 2 commands produce the same results:
$ dire dka600:[pc_transfer]
$ dire sales2$dka600:[pc_transfer]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2006 02:41 AM
08-09-2006 02:41 AM
Re: Can't create a Pathworks Share
the PATHWORKS doesn't know a newly added disk. Try to (after mount disk) restart PATHWORKS and command will be done.
Petr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2006 04:19 AM
08-09-2006 04:19 AM
Re: Can't create a Pathworks Share
Did you stop and restart your Advanced Server *after* adding the new raid array?
Dave...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2006 04:57 AM
08-09-2006 04:57 AM
Re: Can't create a Pathworks Share
$ ADMIN SET COMPUTER /AUTOSHARE_SYNCHRONIZE
should do it if the problem is a disk that was not around when Advanced Server was started
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2006 05:19 AM
08-09-2006 05:19 AM
Re: Can't create a Pathworks Share
ADMIN SET COMPUTER /AUTOSHARE_SYNCHRONIZE
Better than toggling the server, especially when not necessary.
Dave...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2006 06:11 AM
08-09-2006 06:11 AM
Re: Can't create a Pathworks Share
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2006 06:13 AM
08-09-2006 06:13 AM
Re: Can't create a Pathworks Share
this may be superfluous, but note that the
/TRANS=CONCEAL
in the DEFINE (as it is also in the example Wim gave above)
is ESSENTIAL
Since it does normally show up in SHOW LOGICAL, it is often overlooked.
hth
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2006 09:23 AM
08-10-2006 09:23 AM
Re: Can't create a Pathworks Share
$ rename myfiles.txt;* myfiles.tmp;
$ rename myfiles.tmp;* myfiles.txt;
This is useful when you've got a log file locked open for write, but want to retain more than just the one latest version, for example.
Aaron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2006 02:11 AM
08-11-2006 02:11 AM
Re: Can't create a Pathworks Share
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2006 02:18 AM
08-11-2006 02:18 AM
Re: Can't create a Pathworks Share
parhaps you could find time time to assign some points. See
http://forums1.itrc.hp.com/service/forums/helptips.do?#33
Purely Personal Opinion