Sponsored Content
Top Forums UNIX for Advanced & Expert Users NIS users cann't login on AIX and HP Post 5763 by mod on Wednesday 22nd of August 2001 07:02:06 AM
Old 08-22-2001
thx for reply, but thats not the problem ... All of the users have encrypted passwords in the second column. Also I can login on a linux-system but not on an HP or IBM-box.

I've tried for 3 days to setup 2 clients ... yesterday evening I tried it with a HPUX-NIS-Server and I've set up the HP-Server, one HP-Client and one IBM-Client in 15 minutes.

I'll use HP-UX now for the servers if Linux can bind to that server.
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Clearify what it means under 'WHAT' when hit the 'w'-command

I wonder how I shall read the result below, especially 'what' shown below. The result was shown when I entered 'w'. E.g what is TOP? What is gosh ( what does selmgr mean?)? login@ idle JCPU PCPU what 6:15am 7:04 39 39 TOP 6:34am 6:45 45 45 TOP 6:41am ... (1 Reply)
Discussion started by: Aelgen
1 Replies

2. UNIX for Advanced & Expert Users

AIX Disk 'O' problem

Hello, I'm running AIX 4.3 on an IBM RS6000 Machine with 9 SCSI drives and 4 processors. The machine seems to cope fine when data is being written to it but slows down considerably when outputting data. For example when I FTP a 1Gb file to the machine from an NT box, it goes on no problem... (1 Reply)
Discussion started by: pjtalbot
1 Replies

3. UNIX for Dummies Questions & Answers

Creating a user that can't login

I need to set up/modify a user account on one of our machines which will allow the user to stay on the system, but not use their user id and password to login to the machine. It is for the purposes of an ftp user, so that nobody can then login as ftp/passwd. Ta.:) (2 Replies)
Discussion started by: danhodges99
2 Replies

4. UNIX for Dummies Questions & Answers

NIS users

How's it going, everyone? A question was posed to me recently, and since I don't know the answer, I was wondering if anyone knew the answer/could point me to a website or book with the answer. The head Network Admin asked me if we were able to keep track of which users log into which boxes via... (1 Reply)
Discussion started by: Jody
1 Replies

5. Filesystems, Disks and Memory

nis users

Hi friends how to find the nis users in my servers. i have normal users also. Thanks & Regards Manoj (3 Replies)
Discussion started by: manoj123
3 Replies

6. Solaris

How can i allow only a group of users in NIS?

Hello experts. I am using Solaris10. How can i allow a group of users, remaining should be deny. Thanx in advance. (9 Replies)
Discussion started by: younus_syed
9 Replies

7. Solaris

How to create users in NIS

How to create users in NIS server in solaris Thanks in Advance (6 Replies)
Discussion started by: durgaprasadr13
6 Replies

8. Solaris

To restrict the users not to change the passwords for NIS users

Hi All, How to restrict the NIS users not to change their passwords in for NIS users?? and my NIS user is unable to login to at client location what could be the problem for this ? Any body can help me. Thanks in advance. (1 Reply)
Discussion started by: Sharath Kumar
1 Replies

9. AIX

AIX: Could not login using NIS Account?

Hi there, I am new to AIX environment, when I set up NIS Client for an AIX 5.3 Machine to connect to a Linux NIS Master, everything seems to be okie: /etc/passwd: +::0:0::: /etc/group: +: ps -ef | egrep "ypbind": /usr/lib/netsvc/yp/ypbind -ypsetme -ypsetme I can get all account... (0 Replies)
Discussion started by: quanba
0 Replies

10. Red Hat

Audio Problem-NIS users

Hai all, I'm rameez rahman working as a Technical assistant. I configured NIS Server in RHEL 6.5 with 40 client PC's.All the clients are using the same os ie RHEL 6.5 64 bit.All the features are working fine except sound ie from client machine if a NIS user logged in he cant access sound.But if... (2 Replies)
Discussion started by: rameez rahman k
2 Replies
Gearman::Server::Client(3pm)				User Contributed Perl Documentation			      Gearman::Server::Client(3pm)

NAME
Gearman::Server::Client - client for gearmand NAME
Used by Gearman::Server to instantiate connections from clients. Clients speak either a binary protocol, for normal operation (calling functions, grabbing function call requests, returning function values, etc), or a text-based line protocol, for relatively rare administrative / monitoring commands. The binary protocol commands aren't currently documented. (FIXME) But they're well-implemented in Gearman::Client, Gearman::Worker, and Gearman::Client::Async, if that's any consolation. The line-based administrative commands are documented below. Binary Protocol Structure All binary protocol exchanges between clients (which can be callers, workers, or both) and the Gearman server have common packet header: 4 byte magic -- either "REQ" for requests to the server, or "RES" for responses from the server 4 byte type -- network order integer, representing the packet type 4 byte length -- network order length, for data segment. data -- optional, if length is non-zero Binary Protocol Commands echo_req (type=16) A debug command. The server will reply with the same data, in a echo_res (type=17) packet. (and many more...) FIXME: auto-generate protocol docs from internal Gearman::Util table, once annotated with some English? Line based commands These commands are used for administrative or statistic tasks to be done on the gearman server. They can be entered using a line based client (telnet, etc.) by connecting to the listening port(7003) and are also intended to be machine parsable. "workers" Emits list of registered workers, their fds, IPs, client ids, and list of registered abilities (function names they can do). Of format: fd ip.x.y.z client_id : func_a func_b func_c fd ip.x.y.z client_id : func_a func_b func_c fd ip.x.y.z client_id : func_a func_b func_c . It ends with a line with just a period. "status" The output format of this function is tab separated columns as follows, followed by a line consisting of a fullstop and a newline (". ") to indicate the end of output. Function name A string denoting the name of the function of the job Number in queue A positive integer indicating the total number of jobs for this function in the queue. This includes currently running ones as well (next column) Number of jobs running A positive integer showing how many jobs of this function are currently running Number of capable workers A positive integer denoting the maximum possible count of workers that could be doing this job. Though they may not all be working on it due to other tasks holding them busy. "jobs" Output format is zero or more lines of: [Job function name] [Uniq (coalescing) key] [Worker address] [Number of listeners] Follows by a single line of: . is a literal tab character is perl's definition of newline (literal on linux, something else on win32) "clients" Output format is zero or more sections of: One line of: [Client Address] Followed by zero or more lines of: [Job Function] [Uniq (coalescing) key] [Worker Address] Follows by a single line of: . is a literal tab character is perl's definition of newline (literal on linux, something else on win32) "maxqueue" function [max_queue_size] For a given function of job, the maximum queue size is adjusted to be max_queue_size jobs long. A negative value indicates unlimited queue size. If the max_queue_size value is not supplied then it is unset (and the default maximum queue size will apply to this function). This function will return OK upon success, and will return ERR incomplete_args upon an invalid number of arguments. "shutdown" ["graceful"] Close the server. Or "shutdown graceful" to close the listening socket, then close the server when traffic has died away. "version" Returns server version. perl v5.10.1 2011-02-14 Gearman::Server::Client(3pm)
All times are GMT -4. The time now is 08:44 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy