LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 04-27-2006, 11:54 AM   #1
tlarkin
Member
 
Registered: Oct 2005
Location: Kansas City
Posts: 160

Rep: Reputation: 30
novell client


So i downloaded and installed the newest client novell 1.1 for suse 10.

In the YAST2 manager I cannot access the client, the button on the bottom left where the super user mode is suppose to be is not there.

I have groupwise configured and it works great, I just need to get the novell client running so I can log in full context to my network shares on our netware servers.

Where should I start?

Thanks in advance for help.
 
Old 04-27-2006, 04:01 PM   #2
Sören Schneider
Member
 
Registered: Apr 2005
Location: Brazil
Distribution: SUSE 9.0 Pro, SUSE OSS 10.0, KDE 3.4.2
Posts: 156

Rep: Reputation: 30
Hi,
I made this in suse 9.0.
Now I have Suse 10.0.
It seems you have to install "ncpfs" first to appear in the yast2 sys-config. It should be in NETWORK-NOVELL.
From there on you can try what you need.
I hope this will help a little.
I've only tried this one time in my friends company.

Good Luck!!!
 
Old 04-28-2006, 09:48 AM   #3
tlarkin
Member
 
Registered: Oct 2005
Location: Kansas City
Posts: 160

Original Poster
Rep: Reputation: 30
i installed ncpfs which is a package that allows you to view netware file systems, and the client is configured, how can i run the client once in the OS to log in?????

I just want to access a few file servers and mount network drives...

anyone?

Thanks for the help
 
Old 04-28-2006, 10:21 AM   #4
Sören Schneider
Member
 
Registered: Apr 2005
Location: Brazil
Distribution: SUSE 9.0 Pro, SUSE OSS 10.0, KDE 3.4.2
Posts: 156

Rep: Reputation: 30
Did you make a mountpoint on /mnt ?
Did you config your fstab?
 
Old 04-28-2006, 10:24 AM   #5
Sören Schneider
Member
 
Registered: Apr 2005
Location: Brazil
Distribution: SUSE 9.0 Pro, SUSE OSS 10.0, KDE 3.4.2
Posts: 156

Rep: Reputation: 30
Have a look at this http://www.tldp.org/HOWTO/IPX-HOWTO-9.html
 
Old 04-28-2006, 10:31 AM   #6
Sören Schneider
Member
 
Registered: Apr 2005
Location: Brazil
Distribution: SUSE 9.0 Pro, SUSE OSS 10.0, KDE 3.4.2
Posts: 156

Rep: Reputation: 30
Also this http://www.novell.com/coolsolutions/trench/16445.html
 
Old 04-28-2006, 11:01 AM   #7
tlarkin
Member
 
Registered: Oct 2005
Location: Kansas City
Posts: 160

Original Poster
Rep: Reputation: 30
okay I think I have the everything set minus a few things...

I created a mount directory for both of my servers, and created a path to them full context with user name and password for my novell log in.

A few questions

for some reason I don't have an /etc/fstab directory, and I am not sure why???

So, I want to configure fstab to auto mount all those share points every boot up.
 
Old 04-28-2006, 11:13 AM   #8
Sören Schneider
Member
 
Registered: Apr 2005
Location: Brazil
Distribution: SUSE 9.0 Pro, SUSE OSS 10.0, KDE 3.4.2
Posts: 156

Rep: Reputation: 30
type as root
pico /etc/fstab
fstab is a FILE
 
Old 04-28-2006, 11:14 AM   #9
Sören Schneider
Member
 
Registered: Apr 2005
Location: Brazil
Distribution: SUSE 9.0 Pro, SUSE OSS 10.0, KDE 3.4.2
Posts: 156

Rep: Reputation: 30
Do U have ICQ?
 
Old 04-28-2006, 11:19 AM   #10
tlarkin
Member
 
Registered: Oct 2005
Location: Kansas City
Posts: 160

Original Poster
Rep: Reputation: 30
no sorry i dont have any chat clients installed on this machine at the moment

I edited the fstab file with this line

servername/tlarkin.fullcontext /mnt/servername ncp uid=root,gid=nwaccess,mode=660,owner=root,A=servername,passwdfile=/etc/ncp-pass 0 0

I created the proper pass word profiles added the groups, I guess what I am missing is how to exactly mount it.

I do have the google chat client running in my gmail tho

I think it is one minor step that I am missing
 
Old 04-28-2006, 11:53 AM   #11
Sören Schneider
Member
 
Registered: Apr 2005
Location: Brazil
Distribution: SUSE 9.0 Pro, SUSE OSS 10.0, KDE 3.4.2
Posts: 156

Rep: Reputation: 30
try to mount it from your deasktop.
Rightclick-new-device-hdd....
search for your mount and select it.
In this case only root can mount it.
 
Old 05-03-2006, 09:27 AM   #12
tlarkin
Member
 
Registered: Oct 2005
Location: Kansas City
Posts: 160

Original Poster
Rep: Reputation: 30
so now my linux box boots up and tries to mount the netware drives on start up, you can see it trying to mount it, and it even displays my full context.

However, something is wrong and it hangs, how do I bypass this from start up?

Do, I have to boot up like run level 3 and then use a file editor via command line to edit this stuff?

So, should I boot up to single user mode? When I try to boot into linux it hangs when trying to mount the netware shares. It just sits there. I even let it sit there for a few minutes just incase there was some latency/bandwidth issues with our network.

Last edited by tlarkin; 05-03-2006 at 10:32 AM.
 
Old 05-03-2006, 11:54 AM   #13
tlarkin
Member
 
Registered: Oct 2005
Location: Kansas City
Posts: 160

Original Poster
Rep: Reputation: 30
okay, so the system just hang when fstab tried mounting the network shares completely. So i boot off the SuSE cd and did a resuce of the system and deleted those configs in fstab.

I think I figured out my problem though....

A couple questions I have about this, I have a user account set up in our novell systems, so I am going to use that user name instead of root.

Also, in my config line I left out the . before my user name, and novell requires the . (the dot) when logging in full context

so i think i should change this:

servername/tlarkin.fullcontext /mnt/servername ncp uid=root,gid=nwaccess,mode=660,owner=root,A=servername,passwdfile=/etc/ncp-pass 0 0

to this:

servername/.tlarkin.fullcontext /mnt/servername ncp uid=tlarkin,gid=nwaccess,mode=660,owner=tlarkin,A=servername,passwdfile=/etc/ncp-pass 0 0

oh well I am going to give it a shot and see what happens...,
 
Old 05-03-2006, 03:39 PM   #14
tlarkin
Member
 
Registered: Oct 2005
Location: Kansas City
Posts: 160

Original Poster
Rep: Reputation: 30
well i ended up editing the /etc/rc.local file using the ncp mount commands, and i was able to authenticate and mount my file server's network drives.

However, for some reason fstab is just not wanting to cooperate.

Thanks for your help though, it seems that first link you gave me was the most helpful one. In the end I think I would like to use fstab to configure them just to see if I can get it to work.
 
Old 05-04-2006, 12:32 PM   #15
tlarkin
Member
 
Registered: Oct 2005
Location: Kansas City
Posts: 160

Original Poster
Rep: Reputation: 30
okay one more final problem

it is definitely a permissions thing, and I can't seem to figure out.

there is a directory I created call /mnt which has sub folders for each server mount, there are two servers I want to mount.

I can mount them but only if I am root using the ncpmount command via terminal.

what do I need to do to make this happen at boot up every single time?

I added the line in /etc/fstab and I created a group called nwaccess and added another folder containing password files for the user logins for the novell file servers. It did not seem to work.
 
  


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
Novell Linux Desktop 10 beta 8 and novell client problem mklim Linux - Software 0 04-18-2006 03:31 PM
Novell client in linux???? JrLz Linux - Networking 8 05-27-2004 02:41 PM
novell client Mandrake 10 Kazik Linux - Networking 0 05-20-2004 12:35 PM
Novell Client trust jjfate Linux - Networking 1 10-16-2003 12:35 PM
Novell Client on Yopper. (Server running Novell 5 SP6) C++freak Linux - Networking 0 06-03-2003 02:22 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 09:34 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