niXforums Forum Index
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   PreferencesPreferences   Log in to check your private messagesLog in to check your private messages   Log inLog in 
·  nixdoc.net ·  man pages ·  Linux HOWTOs ·  FreeBSD Tips ·  Forums
navigation Forum index » *nix » SGI/IRIX » admin
Install NVS V3 on SGI O2
Post new topic   Reply to topic Page 1 of 1 [7 Posts] View previous topic :: View next topic
Author Message
info@kerescontorni.com
*nix forums beginner


Joined: 16 Jan 2006
Posts: 16

PostPosted: Mon Dec 12, 2005 1:29 pm    Post subject: Install NVS V3 on SGI O2 Reply with quote

I would set up the client NFS Version 3 on my O2. I got the cdrom of
the suite IRIX 5.5.12 (This is the relases installed on my machine).
When I set up the software, I read:

nfs.sw.nis, nfs.sw.nfs, nfs.sw.autofs, nfs.man.relnotes, nfs.man.nfs,
nks.books.ONC3NFS_AG, nfs.books.NIS_AG is incompatible with the
eos.sw.base.

and I'm asked or not to set up this software either "Open new
distribution to resolve conflicts".
I would just share via NFS a Server Linux dir and put it via NFS on my
O2. What could I do?

Bye, Keres.
Back to top
rothers
*nix forums beginner


Joined: 08 Jun 2005
Posts: 17

PostPosted: Mon Dec 12, 2005 1:46 pm    Post subject: Re: Install NVS V3 on SGI O2 Reply with quote

On 12 Dec 2005 05:29:45 -0800, info@kerescontorni.com wrote:

Quote:
I would set up the client NFS Version 3 on my O2. I got the cdrom of
the suite IRIX 5.5.12 (This is the relases installed on my machine).
When I set up the software, I read:

nfs.sw.nis, nfs.sw.nfs, nfs.sw.autofs, nfs.man.relnotes, nfs.man.nfs,
nks.books.ONC3NFS_AG, nfs.books.NIS_AG is incompatible with the
eos.sw.base.

O2. What could I do?

You need the base ONC/NFS cd, your 6.5.12 CD's are only patches to the base
products.

CD labelled "ONC/NFS Version 3 for IRIX 6.2, 6.3, 6.4 and 6.5 812-0774-002"
should do the trick, it is included in the 6.5 base CD set.
Back to top
info@kerescontorni.com
*nix forums beginner


Joined: 16 Jan 2006
Posts: 16

PostPosted: Mon Dec 12, 2005 2:41 pm    Post subject: Re: Install NVS V3 on SGI O2 Reply with quote

Rothers, i have only one cd and it's labeled "ONC/NFS Version 3 for
IRIX 6.2, 6.3, 6.4 and 6.5 812-0774-002".

Is it possible I have a bad Irix installation?

Bye, Keres.
Back to top
Joerg Behrens
*nix forums Guru Wannabe


Joined: 29 Apr 2005
Posts: 106

PostPosted: Mon Dec 12, 2005 4:07 pm    Post subject: Re: Install NVS V3 on SGI O2 Reply with quote

info@kerescontorni.com wrote:
Quote:
Rothers, i have only one cd and it's labeled "ONC/NFS Version 3 for
IRIX 6.2, 6.3, 6.4 and 6.5 812-0774-002".

Is it possible I have a bad Irix installation?

You need also your 6.5.12 Overlay media or *.tgz. If you dont have it
download the 6.5.22 from support.sgi.com and upgrade your machine to
..22. After that you can install the base NFS stuff in combination with
the .22 *.tgz.

regards
Joerg
Back to top
info@kerescontorni.com
*nix forums beginner


Joined: 16 Jan 2006
Posts: 16

PostPosted: Tue Dec 13, 2005 9:11 pm    Post subject: Re: Install NVS V3 on SGI O2 Reply with quote

I resolved my NFS problem. I reinstalled the Irix 6.5.12 and put the
NFS disk in the "reading installation process".

I have other two questions:
- I use this command for mounting a linux NFS "mount -t nfs
IP:/linux_dir /irix_dir" and this mount the linux_dir! Now, I want to
mount the linux_dir on boot in my SGI O2. How can I do it?

- In O2 I wanna make my personal group for perfect share. In Linux the
22 is dialout group. My idea is to add a new group on SGI called
sgiusers 1000, an then to do the same in my linux system. In linux
there is "groupadd" command, but in SGI?

Bye, Keres.
Back to top
Tony 'Nicoya' Mantler
*nix forums Guru Wannabe


Joined: 02 Jul 2005
Posts: 139

PostPosted: Wed Dec 14, 2005 4:13 am    Post subject: Re: Install NVS V3 on SGI O2 Reply with quote

In article <1134508263.472370.226180@g14g2000cwa.googlegroups.com>,
info@kerescontorni.com wrote:

: I resolved my NFS problem. I reinstalled the Irix 6.5.12 and put the
: NFS disk in the "reading installation process".
:
: I have other two questions:
: - I use this command for mounting a linux NFS "mount -t nfs
: IP:/linux_dir /irix_dir" and this mount the linux_dir! Now, I want to
: mount the linux_dir on boot in my SGI O2. How can I do it?

Edit "/etc/fstab", just like any other unix system.


: - In O2 I wanna make my personal group for perfect share. In Linux the
: 22 is dialout group. My idea is to add a new group on SGI called
: sgiusers 1000, an then to do the same in my linux system. In linux
: there is "groupadd" command, but in SGI?

edit /etc/group.


Cheers - Tony 'Nicoya' Mantler :)

--
Tony 'Nicoya' Mantler -- Master of Code-fu -- nicoya@ubb.ca
-- http://nicoya.feline.pp.se/ -- http://www.ubb.ca/ --
Back to top
Michael Laajanen
*nix forums Guru


Joined: 22 Feb 2005
Posts: 457

PostPosted: Wed Dec 21, 2005 11:17 pm    Post subject: Re: Install NVS V3 on SGI O2 Reply with quote

HI,


info@kerescontorni.com wrote:
Quote:
I resolved my NFS problem. I reinstalled the Irix 6.5.12 and put the
NFS disk in the "reading installation process".

I have other two questions:
- I use this command for mounting a linux NFS "mount -t nfs
IP:/linux_dir /irix_dir" and this mount the linux_dir! Now, I want to
mount the linux_dir on boot in my SGI O2. How can I do it?

- In O2 I wanna make my personal group for perfect share. In Linux the
22 is dialout group. My idea is to add a new group on SGI called
sgiusers 1000, an then to do the same in my linux system. In linux
there is "groupadd" command, but in SGI?

Bye, Keres.

I would suggest that the next step you could do would be to setup NIS on

the Linux and the SGI, make the main server the NIS master and you will
have a much cooler system :)

from Google NIS IRIX

http://userpages.umbc.edu/~jack/ifsm498/llb-nis.html


/michael
Back to top
Google

Back to top
Display posts from previous:   
Post new topic   Reply to topic Page 1 of 1 [7 Posts] View previous topic :: View next topic
The time now is Wed Dec 03, 2008 2:25 am | All times are GMT
navigation Forum index » *nix » SGI/IRIX » admin
Jump to:  

Similar Topics
Topic Author Forum Replies Last Post
No new posts Install suse from USB without BIOS support vjy04 Suse 0 Tue Jun 24, 2008 8:57 am
No new posts Install suse from USB without BIOS support vjy04 Suse 0 Tue Jun 24, 2008 8:56 am
No new posts Install suse from USB without BIOS support vjy04 Suse 0 Tue Jun 24, 2008 8:56 am
No new posts Install suse from USB without BIOS support vjy04 Suse 0 Tue Jun 24, 2008 8:55 am
No new posts RS6000 43p/140 AIX 4.3 new install - am stuck! remllov99x AIX 0 Tue Aug 21, 2007 11:07 pm

Xbox Mod Chips | Free Ringtones | Loans | Adverse Credit Remortgage | Charlotte Rentals
Copyright © 2004-2005 DeniX Solutions SRL
 
Other DeniX Solutions sites: Unix/Linux blog |  electronics forum |  medicine forum |  science forum | 
Privacy Policy


Powered by phpBB © 2001, 2005 phpBB Group
[ Time: 0.2845s ][ Queries: 16 (0.1984s) ][ GZIP on - Debug on ]