LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Enterprise Linux Forums > Linux - Enterprise
User Name
Password
Linux - Enterprise This forum is for all items relating to using Linux in the Enterprise.

Notices


Reply
  Search this Thread
Old 02-24-2007, 03:22 AM   #16
vipul_patel
Member
 
Registered: Dec 2006
Posts: 38

Original Poster
Rep: Reputation: 15

Quote:
Originally Posted by Lenard
From where the download rpm package reside, as root type something like;

rpm -Uvh ipxutils*.rpm ncpfs*.rpm

Dear Lenard,

Now what steps I have to connect with Novell server 5.00?


Pl. give brifness steps ...



Regards
Vipul Patel...
 
Old 02-24-2007, 05:33 AM   #17
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
RTFM: http://www.redhat.com/docs/manuals/enterprise/

And/or see: http://justlinux.com/forum/archive/i.../t-105780.html
 
Old 03-01-2007, 12:53 AM   #18
vipul_patel
Member
 
Registered: Dec 2006
Posts: 38

Original Poster
Rep: Reputation: 15

Dear Lenard,

First of all I am sorry for again help need from you. I red all above documents but could not get proper procedure for IPX protocol.

When I installed both rpms and then went for IPX_configure I have got same error that

Socket:Address family not supported by protocol.

When I give commands /sbin/lspci - I can't see any IPX line in eth0 or eth1. When IPX protocol not installed How can we configured it?


That is my thinking... I also went sites of How to Install IPX protocol in Linux but not get proper solutions.

What can I do now ? Pl. give help.

Regards
Vipul Patel
India.
 
Old 03-01-2007, 05:04 AM   #19
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
Try:

sudo mkdir /mnt/novell (or /mnt/whatever)

sudo chown username:username /mnt/novell (replace username with your real username on the linux box)

Edit (as root) the /etc/fstab file and add a line like:

NOVELL_share/USERNAME /mnt/novell ncpfs noauto,rw,user 0 0

(replace NOVELL_Share and USERNAME with your Netware share and username information)

Now you should be able to mount the share (as root or using su/sudo) with the command:

mount /mnt/novell

You umnount (as root or using su/sudo) it by using:

ncpumount /mnt/novell.

Repeat for each novell_share you want to use, make each mountpoint (/mnt/novell for example) unique.

FYI: the command /sbin/lspci lists the hardware and not filesystems, kernel modules or protocols for the hardware. Try something like;

/sbin/modprobe grep ipx
 
Old 03-05-2007, 11:52 PM   #20
vipul_patel
Member
 
Registered: Dec 2006
Posts: 38

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by Lenard
Try:

sudo mkdir /mnt/novell (or /mnt/whatever)

sudo chown username:username /mnt/novell (replace username with your real username on the linux box)

Edit (as root) the /etc/fstab file and add a line like:

NOVELL_share/USERNAME /mnt/novell ncpfs noauto,rw,user 0 0

(replace NOVELL_Share and USERNAME with your Netware share and username information)

Now you should be able to mount the share (as root or using su/sudo) with the command:

mount /mnt/novell

You umnount (as root or using su/sudo) it by using:

ncpumount /mnt/novell.

Repeat for each novell_share you want to use, make each mountpoint (/mnt/novell for example) unique.

FYI: the command /sbin/lspci lists the hardware and not filesystems, kernel modules or protocols for the hardware. Try something like;

/sbin/modprobe grep ipx

Dear Lenard,

I am unable to connect to Novell server. I have made all changes what you have suggessted here.

/sbin/modprobe grep ipx - shown FATAL: Module grep not found.

When I gave mount /mnt/novell - Error: can't find /mnt/novell in /etc/fstab or /etc/mtab.

While I gave command like this /sbin/modprobe -l

I did not get any IPX entry in /lib/modules/2.6.9-5.EL/kernel/drivers/ directory.


Now What Can I do ????

bye
Vipul
 
Old 03-06-2007, 07:17 AM   #21
Lenard
Senior Member
 
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790

Rep: Reputation: 58
Everything you need to know and do has been referenced by example and links within this thread. As a suggestion please contact Red Hat and/or Novell support to resolve this issue or hire someone to perform the configuration.

The fact that you referenced the 2.6.9-5.E kernel suggests to me that you are using an old evaluation version of RHEL4 and do not have any support or subscription to RHN. As a suggestion get legal and get updated.
 
Old 05-29-2007, 06:36 AM   #22
vipul_patel
Member
 
Registered: Dec 2006
Posts: 38

Original Poster
Rep: Reputation: 15
Thanks for your throughout Support for RHEL4 WS Novell Connection...

Quote:
Originally Posted by Lenard
Everything you need to know and do has been referenced by example and links within this thread. As a suggestion please contact Red Hat and/or Novell support to resolve this issue or hire someone to perform the configuration.

The fact that you referenced the 2.6.9-5.E kernel suggests to me that you are using an old evaluation version of RHEL4 and do not have any support or subscription to RHN. As a suggestion get legal and get updated.
Dear Lenard,

Eventually, I got connection to Novell server 5 in RHEL4 WS of kernel-2.6.9-5.EL. We have registered licence software for RHEL4 WS.

But instead of connecting support for RHN. One your link through I had compiled kernel with Source rpm and changed in menuconfig part of NCP File System,IPX Protocol activated and after all the procedure,I finally got connected with Novell through GUI Novell Client.FYI , I am newbie for Linux system.

Thanks again for leading me to Linux Enviornment positively.

Regards
Vipul Patel
Ahmedabad
India.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't reboot RHEL WS4 - swap space issue? genemob Red Hat 3 01-31-2007 10:40 AM
RHEL WS4 and Radeon Video Card Woes rrrssssss Red Hat 5 01-23-2007 06:11 AM
Uninstalling GNOME under RHEL WS4 gotang Red Hat 3 10-28-2006 03:14 PM
RHEL WS4: change installation path ghee22 Red Hat 2 01-10-2006 09:09 AM
Can't install Canon LBP 3200 on RHEL WS4 John_Kyatt Linux - Hardware 0 12-05-2005 04:28 AM

LinuxQuestions.org > Forums > Enterprise Linux Forums > Linux - Enterprise

All times are GMT -5. The time now is 07:18 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration