Oracle Exalogic Elastic Cloud Owner's Manual page 139

Table of Contents

Advertisement

Restart the rpcidmapd service:
3.
service rpcidmapd restart
Update the /etc/yp.conf configuration file, and set the correct domain value, as
4.
in the following example:
vi /etc/yp.conf
Add the following line:
domain us.myexample.com server <NIS_Server_hostname_or_IP>
Where us.myexample.com is the example domain and
<NIS_Server_hostname_or_IP> is the host name or IP address of the NIS server.
You must replace these sample values with values appropriate for your
environment.
Set NIS domain name on the command line:
5.
# domainname <NIS_DOMAIN_NAME>
For example:
# domainname nisdomain.example.com
Edit the /etc/nsswitch.conf configuration file:
6.
vi /etc/nsswitch.conf
Change the following entries:
#passwd:
files
passwd:
files nis
#shadow:
files
shadow:
files nis
#group:
files
group:
files nis
automount: files nis nisplus
aliases:
files nis nisplus
Restart the rpcidmapd service:
7.
# service rpcidmapd restart
Restart the ypbind service by running the following command:
8.
# service ypbind restart
Check the yp service by running this command:
9.
# ypwhich
Verify if you can access Oracle user accounts:
10.
# ypcat passwd
Add ypbind to your boot sequence, so that it starts automatically after rebooting.
11.
# chkconfig ypbind on
Configure an Exalogic Linux Compute Node to Use NFSv4
Configure NFS Version 4 on Exalogic 9-5

Advertisement

Table of Contents
loading

Table of Contents