Disabling NIS at boot


 
Thread Tools Search this Thread
Operating Systems AIX Disabling NIS at boot
# 15  
Old 11-05-2007
# 16  
Old 11-06-2007
You should, at this point, NOT boot from an installation CD but a DIAGNOSTIC CD. Probably your rootvg is seriously damaged and the only remedy is a reinstall.

With the diagnostic CD boot up, exit to a maintenance shell and save your work (if there is any), then reinstall the system.

If you have a mirrored rootvg (you should always have this) you could try to split up the mirror (/usr/sbin/unmirrorvg rootvg; /usr/sbin/reducevg rootvg hdisk<X>). Install to the now freed disk and boot from there. Once the system is up and running again, you can try to import the old rootvg and revive its filesystems to get off any data you might want to keep. At last remove this old rootvg and remirror - it pays to have the rootvg always mirrored.

bakunin
# 17  
Old 11-06-2007
I do not have a diagnostic CD. Do you know where I can get one or an image of one? Since IBM does not support AIX 4 any longer, I would not think I could order one from them.
# 18  
Old 11-06-2007
Quote:
Originally Posted by SeanU
I would not think I could order one from them.
It's worth asking though.
# 19  
Old 11-06-2007
Just sent an e-mail to IBM, asking for CD or image...
Also found:
https://www14.software.ibm.com/webap...load/home.html

I am downloading both of the CD52035.iso and CD51025.iso images, maybe I can use one of these. I think they are for AIX 5 and I might have to update the firmware to get them to work but it's worth a shot.
# 20  
Old 11-06-2007
Quote:
Originally Posted by bakunin
NIS is configured in the file /etc/resolv.conf
I am sorry, but i have to correct myself (don't know, where i was with my thoughts when i wrote this):

The correct file is /etc/netsvc.conf of course. The line in there should read:

Code:
hosts=local8,bind8

bakunin
# 21  
Old 11-06-2007
You should be able to boot into single-user mode by hitting "5" as the system boots (although it might be F5, it depends on the model).

Err, what's "local8,bind8"? Using "local,bind4,bind" makes more sense (use "etc/hosts", then check DNS for IPv4, then check DNS for IPv4/6).

Also, make sure the hostname is in /etc/hosts. CDE expects the local hostname to always be resolvable and reachable. You might just want to make the hostname an alias of "localhost".
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Boot Error - NIS services fails with Status 96

My system suddenly crash and when it rebooted there was an error: /dev/rdsk/c1t0d0s3 is logging svc.startd: svc:/network/nis/client:default: Method "/method/yp" failed with status 96. The system completes booting however when I log in a user account / directory is not longer... (1 Reply)
Discussion started by: NeedSolarisHelp
1 Replies

2. Boot Loaders

Reboot and Select Proper Boot device or insert Boot media in select Boot device and press a key

Hello, I have kubuntu on my laptop and now I decided to switch to Windows 7. I made the bios settings properly (first choice is boot from cd\vd) but I see the error " reboot and select proper Boot device or insert Boot media in select Boot device and press a key " I have tried CD and... (0 Replies)
Discussion started by: rpf
0 Replies

3. Red Hat

NIS disabling the MAP for a local user

Hello everybody, we have a NIS User lsfadmin which gets his environment variables from the autmount /home/lsfadmin. A newer version of the application needs a different environment to launch the application. I can't change the environment of the NIS User because we use NIS company wide for... (0 Replies)
Discussion started by: sdohn
0 Replies

4. Shell Programming and Scripting

Validating that the NIS and NIS+ services are disabled

I'm creating a scrip for auditing our AIX box's to ensure that they are built according to our system standards. I'm not sure on the logic for checking to see if the NIS and NIS+ services are disabled. any idea's? (2 Replies)
Discussion started by: sport
2 Replies

5. UNIX for Dummies Questions & Answers

disabling NIS

How do you disable a server, #1, from trying to use the NIS that is running on another server, #2? I would like the #1 server to just use the local etc/shadow file (3 Replies)
Discussion started by: calamine
3 Replies

6. Solaris

How to configure a NIS client bound to the NIS server in another subnet?

Hi, all. I have a Solaris client here needs to bind to NIS server in another subnet. Following is the configuration i made on the client, 1) edit /etc/inet/hosts to add an entry of the NIS server -- nserver01 2) execute `domainname` to set local NIS domain to the domain of the NIS server.... (1 Reply)
Discussion started by: sn_wukong
1 Replies

7. UNIX for Advanced & Expert Users

SUSE 9 and 10 NIS clients with RedHat 8.0 NIS server not working

We have a RedHat 8.0 NIS master, with a RedHat 8.0 NIS Slave. We also have a small number of SUSE 9.1 and SUSE 10 machines here for evaluation. However, no matter what i do, the SUSE machines will not talk to the NIS Servers. If i broadcast for NIS Servers for the specified NIS domain, it... (1 Reply)
Discussion started by: fishsponge
1 Replies

8. UNIX for Dummies Questions & Answers

NIS map mail.aliases specified, but NIS not running

Hi all, I just took over the admin role from someone and I wanna setup sendmail (just to send mail from the host) however, after I config all the resolv.conf, nssitch.conf, hosts file and when I try to send a mail out, after I punched ctl-D, it returned he following, "NIS map mail.aliases... (2 Replies)
Discussion started by: stancwong
2 Replies

9. IP Networking

differences nis nis+

Hello together. Is there someone who is able to explain me the differences between NIS and NIS+. thanks in advance joerg (2 Replies)
Discussion started by: joerg
2 Replies

10. UNIX for Advanced & Expert Users

Solaris NIS+ and RedHat NIS+

Hello all, I'm not sure if this is the right forum, but I would like to know if Redhat running NIS ( not NIS +) would have conflict with Solaris running NIS+. Currently I am running NIS+ on Solaris but will be adding RedHat to the network. I seem to be unable to find and information regarding... (2 Replies)
Discussion started by: larry
2 Replies
Login or Register to Ask a Question