Sponsored Content
Full Discussion: ypcat ipnodes not working
Operating Systems Solaris ypcat ipnodes not working Post 302511149 by hiten.r.chauhan on Wednesday 6th of April 2011 03:52:28 AM
Old 04-06-2011
ypcat ipnodes not working

When I try to get ipnodes it says "no such map in server's NIS domain"
but for other maps its working.
Then my query is if map is not there why it shows the entry when I "ypcat -x"


Code:
adroit:/home/seo/hitendra 37 ] ypcat -x
Use "passwd"    for map "passwd.byname"
Use "group"     for map "group.byname"
Use "networks"  for map "networks.byaddr"
Use "hosts"     for map "hosts.byname"
Use "ipnodes"   for map "ipnodes.byname"
Use "protocols" for map "protocols.bynumber"
Use "services"  for map "services.byname"
Use "aliases"   for map "mail.aliases"
Use "ethers"    for map "ethers.byname"
adroit:/home/seo/hitendra 38 ] ypcat networks
loopback        127
arpanet         10              arpa
adroit:/home/seo/hitendra 39 ] ypcat ipnodes
ypcat:  no such map in server's NIS domain
adroit:/home/seo/hitendra 40 ]

 

10 More Discussions You Might Find Interesting

1. Linux

Using NIS-ypmatch, ypcat, Lname, Gname to get username/key

Hello, We can get the full info by typing: ypmatch username passwd aaaa : yyyy: ... ... : LastName Gname : ... ... However, I'd like to know how could we get the username based on LastName and Given name please? Thanks a lot, ly (3 Replies)
Discussion started by: test111111
3 Replies

2. Shell Programming and Scripting

ypmatch,ypcat,NIS

Hi I am moving from shell scripting part to network shell scripting. Can some one give me basic idea for all network related commands like ypmatch,ypcat,NIS etc... Documentation wiil be highly appreciated (1 Reply)
Discussion started by: siquadri
1 Replies

3. Shell Programming and Scripting

ypcat group, ypcat passwd

When i run the following command on our server ypcat group or ypcat passwd I get list of groups and users respectively. I am not sure whether this list is only for the groups or users on the particular server on which i executed the command or all the groups and users on all the servers in... (2 Replies)
Discussion started by: pinnacle
2 Replies

4. Red Hat

ipnodes on Linux?

I am very new to linux, I have used solaris for long time. the question i have is there any file comparable to solaris ipnodes on Linux? we are managing 2 separate host file with 2 different groups. on solaris 10 one group managing /Etc/host file and other /etc/inet/ipnodes file. now we are trying... (3 Replies)
Discussion started by: raindrop18
3 Replies

5. UNIX for Advanced & Expert Users

ipnodes v hosts

What's the technical difference between an ipnode and a host. I have a problem that my Solaris host has a one hour delay in tracking a 3DNS change elsewhere in the network (ping -s alias). nscd.conf has host caching disabled, but nscd debug has shown that I'm doing a getipnodebyname rather... (1 Reply)
Discussion started by: JerryHone
1 Replies

6. Shell Programming and Scripting

Script not working in cron but working fine manually

Help. My script is working fine when executed manually but the cron seems not to catch up the command when registered. The script is as follow: #!/bin/sh for file in file_1.txt file_2.txt file_3.txt do awk '{ print "0" }' $file > tmp.tmp mv tmp.tmp $file done And the cron... (2 Replies)
Discussion started by: jasperux
2 Replies

7. Red Hat

Nslookup working but ping not working at windows client

Hi Team we have created a DNS server at RHEL6.2 environment in 10.20.203.x/24 network. Everything is going well on linux client as nslookup, ping by host etc in entire subnet. We are getting problem in windows client as nslookup working as well but not ping. all the firewall is disabled and... (5 Replies)
Discussion started by: boby.kumar
5 Replies

8. Shell Programming and Scripting

Automating pbrun /bin/su not working, whenever manually it is working using putty

I am trying to automate a script where I need to use pbrun /bin/su but for some reason it is not passing thru the pbrun as my code below. . ~/.bash_profile pbrun /bin/su - content c h 1 hpsvn up file path I am executing this from an external .sh file that is pointing to this scripts file... (14 Replies)
Discussion started by: jorgejac
14 Replies

9. Shell Programming and Scripting

Working web service call not working with curl

Hello, Newbie here, I have a perfectly well working web service call I can issue from chrome (PC Windows 10) and get the results I want (a dimmer being turned on in Fibaro Home Center 2 at level 40) I am not allowed to post urls but the below works with http and :// and... (3 Replies)
Discussion started by: abigbear
3 Replies

10. Shell Programming and Scripting

Disk Space Utilization in HTML format working in one environment and not working on the other

Hi Team, I have written the shell script which returns the result of the disk space filesystems which has crossed the threshold limit in HTML Format. Below mentioned is the script which worked perfectly on QA system. df -h | awk -v host=`hostname` ' BEGIN { print "<table border="4"... (13 Replies)
Discussion started by: Harihsun
13 Replies
ypcat(1)							   User Commands							  ypcat(1)

NAME
ypcat - print values in a NIS database SYNOPSIS
ypcat [-kx] [-d ypdomain] mname DESCRIPTION
The ypcat command prints out values in the NIS name service map specified by mname, which may be either a map name or a map nickname. Since ypcat uses the NIS network services, no NIS server is specified. Refer to ypfiles(4) for an overview of the NIS name service. OPTIONS
-k Display the keys for those maps in which the values are null or the key is not part of the value. None of the maps derived from files that have an ASCII version in /etc fall into this class. -d ypdomain Specify a domain other than the default domain. -x Display map nicknames. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | |Availability |SUNWnisu | +-----------------------------+-----------------------------+ SEE ALSO
ypmatch(1), ypfiles(4), attributes(5) SunOS 5.10 23 Jan 1995 ypcat(1)
All times are GMT -4. The time now is 04:02 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy