暂无图片
暂无图片
5
暂无图片
暂无图片
暂无图片

oracle学习之-exadata修改计算节点dns

原创 游湖 2022-12-17
330

Change the DNS Server Address on the Database Server
This procedure describes how to change the DNS server address on the database
servers.
1. Log in to the database server as the root user.
2. Edit the /etc/resolv.conf file.
Set the DNS server and domain name using an editor such as vi. There should be
a name server line for each DNS server.
search example.com
nameserver 10.7.7.3
3. Set the DNS server in the server ILOM.
ipmitool sunoem cli 'set /SP/clients/dns nameserver=dns_ip'
In the preceding command, dns_ip is the IP address of the DNS server. If there is
more than one DNS server, then enter a comma-separated list such as set /SP/
clients/dns nameserver=dns_ip1,dns_ip2,dns_ip3.
4. Repeat these steps for each database server.

「喜欢这篇文章,您的关注和赞赏是给作者最好的鼓励」
关注作者
【版权声明】本文为墨天轮用户原创内容,转载时必须标注文章的来源(墨天轮),文章链接,文章作者等基本信息,否则作者和墨天轮有权追究责任。如果您发现墨天轮中有涉嫌抄袭或者侵权的内容,欢迎发送邮件至:contact@modb.pro进行举报,并提供相关证据,一经查实,墨天轮将立刻删除相关内容。

评论