- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Configuring NIS
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2001 04:08 PM
03-02-2001 04:08 PM
Configuring NIS
I'm instaling a Oracle 8i and this application need a NIS configuration but I'not have a DNS server,
How can I configure a LOCAL NIS or DNS in a server?
This is posible?
Tnks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2001 05:08 PM
03-02-2001 05:08 PM
Re: Configuring NIS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2001 07:11 AM
03-05-2001 07:11 AM
Re: Configuring NIS
Really I need a DOMAIN NAME, I try to configure this in /etc/mail/sendmail.cf I replace the line: Dj$Foo.com
whit: gamhap22.intl.pvt
and I replace the value of vars:
NAMED=1
NAMED_ARGS="-b /etc/named.boot"
after this I try to star the named daemond,
but when I typo the command: nslookup I receive the follow error:
*** Can't find server name for address 165.197.192.120: Server failed
*** Default servers are not available
Using /etc/hosts on: gamhap22
What I need to do for configure this?
Tkns!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2001 07:32 AM
03-05-2001 07:32 AM
Re: Configuring NIS
This a strange situation, you are trying to installl oracle 8i, and the application is asking for NIS, DNS and you configure a sendmail file ????
Im not a oracle expert but isn't a alias in the
/etc/hosts file not enough ?
example
172.985.999.99 my_hp my_hp.com
Marcel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2001 07:48 AM
03-05-2001 07:48 AM
Re: Configuring NIS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2001 08:53 AM
03-05-2001 08:53 AM
Re: Configuring NIS
NIS is a pretty insecure method of sharing usernames, passwords, host info, etc...
NIS+ is the much more robust and secure version of NIS.
DNS is Domain Name server is the standard NAME to IP translation process.
Sendmail is complaining that it can not resolve your domain upon startup. The fix for this is twofold.
1. If you are NOT running DNS currently and do not have a valid Domain Name then fake one. It is easiest to use SAM to configure your server as a DNS server, for domain.com unless you have some experience.
2. Fix $j in /etc/mail/sendmail.cf with either your bogus domain name, or the valid one.
I have never seen Oracle 8i complain about no domain name unless you are installing an internet version. If this is the case you should have a real registered domain name provided by your ISP, as well as a IP address which is assigned. This is very important! If you are not really on the internet, then just fake it all :)
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2001 09:38 AM
03-05-2001 09:38 AM
Re: Configuring NIS
I solve the problem
I edited the files: /etc/rc.config.d/nameserv, resolv.conf and I was create the dorectory /etc/named.data
after this I executed the commands hosts_to_named and named start
Tanks for all!