ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] Novell volume mount
@ 2005-10-12 11:32 Chernetskyy Olexander
  2005-10-12 21:58 ` Dmitry Lebkov
  0 siblings, 1 reply; 3+ messages in thread
From: Chernetskyy Olexander @ 2005-10-12 11:32 UTC (permalink / raw)
  To: community

Здравствуйте,

Вот понадобилось примонтировать новеловский том.
Ну, поискал в интернете, почитал, установил ipxutils, ncpfs.

Далее [root@archerc root]# ipx_configure --auto_interface=on --auto_primary=on

[root@archerc root]# ipx_interface check  eth0 802.3
IPX Address for (802.3, 802.3) is 00000003:0000E25F0B18.

далее: [root@archerc root]# slist srv

Known NetWare File Servers                          Network   Node Address
--------------------------------------------------------------------------
SRV                                                 0000ABBA  000000000001

далее (на всякий случай) 

[root@archerc root]# nwvolinfo -S srv -U archer  -P ХХХХХХХХХ -v post
Total    : 4608000K
Free     : 1090240K
Purgable : 935232K
No Purg. : 128K
Dirs     : 1137152
Free dirs: 915481
[root@archerc root]#

далее (конечно):
[root@archerc root]# ncpmount -S srv -V post -U archer -m -f 666 -P ХХХХХХХ -s -y koi8-r -p cp866 /mnt/w

а в ответ:

ncpmount: No such entry (-601) in nds login
Login denied.

Пробовал -U archer.контекст.дерево
Результат тот-же.

Взял в ifcfg-eth0 дописал
IPXNETNUM_802_3="3"
IPXPRIMARY_802_3="yes"
IPXACTIVE_802_3="yes"

При загрузке IPX вообще не поднимается, приходится снова ipx_configure --auto_interface=on --auto_primary=on

На всякий случай:
[root@archerc root]# nwfsinfo -S srv -i

Fileservername    SRV

Version           4.11 Revision A
Max. Connections  129
currently in use  88
peak connections  97
Max. Volumes      255
SFTLevel          2
TTSLevel          1
Accountversion    1
Queueversion      1
Printversion      0
Virt.Consolvers.  1
RestrictionLevel  1
VAP Version       1
Internet Bridge   1
Mixed Mode Path   no
Local Login Code  0x00
Product Version   0.0.0
OS Language       0
Large files       no
---------------------------------------
[root@archerc root]# nwfsinfo -S srv -d
Novell
NetWare 4.11
November 3, 1998
(C) Copyright 1983-1996 Novell Inc.
All Rights Reserved.
Patent Pending - Novell Inc.
ххх.ххх.хххх.хх.ua
--------------------------------------
[root@archerc root]# nwfsinfo -S srv -e
Installed NCP Extensions:
  Name                                Number    Version
  -------------------------------------------------------
  NLS License Service Provider        00000000  0.4.31
  Cheyenne CSDBAPI                    00000001  1.0.0
  ARCserve RegisterWS                 00000002  1.0.0
  Cheyenne AS RT Stats Broadcast      00000003  1.0.0
  Cheyenne AS Device Manager NCP      00000004  1.0.0
  SNMP                                80000000  1.0.0

И nwuserlist, и nsend работает,
а ncpmount не хочет. 

На http://search.altlinux.ru/ и в других местах решения не нашел.

Где собака порылась???

Да, чуть не забыл, у меня ОС=Master 2.4

--
Best regards,
ArCher



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Comm] Novell volume mount
  2005-10-12 11:32 [Comm] Novell volume mount Chernetskyy Olexander
@ 2005-10-12 21:58 ` Dmitry Lebkov
  2005-10-13  6:27   ` [Comm] [faq] " Michael Shigorin
  0 siblings, 1 reply; 3+ messages in thread
From: Dmitry Lebkov @ 2005-10-12 21:58 UTC (permalink / raw)
  To: Chernetskyy Olexander, ALT Linux Community

Chernetskyy Olexander wrote:
> Здравствуйте,
> 
> Вот понадобилось примонтировать новеловский том.
> Ну, поискал в интернете, почитал, установил ipxutils, ncpfs.

У меня монтирование производится через вот такую строчку в fstab:

VOLNAME/username.NW.CON.TE.XT  /home/username/nw ncpfs \
 defaults,user,mode=640,uid=username,gid=username,owner=username,\
 iocharset=koi8-r,codepage=cp866,volume=VOLNAME,\
 user=username.NW.CON.TE.XT,ipserver=nw.loc.tld,\
 passwdfile=/home/username/.nwpasswd

Файл /home/username/.nwpasswd следующего содержания:

VOLNAME/username.NW.CON.TE.XT:nwpassword


Novell использует TCP/IP, но это рояля не играет. Всё то же самое
работало и в IPX-сети.

-- 
WBR, Dmitry Lebkov


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Comm] [faq] Re: Novell volume mount
  2005-10-12 21:58 ` Dmitry Lebkov
@ 2005-10-13  6:27   ` Michael Shigorin
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Shigorin @ 2005-10-13  6:27 UTC (permalink / raw)
  To: ALT Linux Community

On Thu, Oct 13, 2005 at 08:58:45AM +1100, Dmitry Lebkov wrote:
> >Вот понадобилось примонтировать новеловский том.
> У меня монтирование производится через вот такую строчку в fstab:

http://faq.altlinux.ru/index.php?action=listq&nf=1&qid=765

Подбросьте ещё ключевых слов, чтоб надёжно ловилось...

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-10-13  6:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-10-12 11:32 [Comm] Novell volume mount Chernetskyy Olexander
2005-10-12 21:58 ` Dmitry Lebkov
2005-10-13  6:27   ` [Comm] [faq] " Michael Shigorin

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git