Sponsored Content
Full Discussion: show all user account
Top Forums UNIX for Dummies Questions & Answers show all user account Post 75976 by Deux on Thursday 23rd of June 2005 03:56:29 PM
Old 06-23-2005
show all user account

I have a question about show all create user account. What commend do that
thank`s for your help Smilie
 

9 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

user account

hi how to disable the useraccount in aix (should not remove). (1 Reply)
Discussion started by: chomca
1 Replies

2. UNIX for Dummies Questions & Answers

ps results - to show user's ps only

hi! how do i make ps results to only shows what's owned by users current job/background process only currently when users issuing ps: I just wanted the result when the user is issuing ps aux is same as when they're doing ps x like this: (which shows result on user's current background... (13 Replies)
Discussion started by: rdns
13 Replies

3. UNIX for Dummies Questions & Answers

Difference between : Locked User Account & Disabled User Accounts in Linux ?

Thanks AVKlinux (3 Replies)
Discussion started by: avklinux
3 Replies

4. Shell Programming and Scripting

How to suspend a user account?

Hi, guys. I have two questions: I need to write a script, which can show all the non-suspended users on system, and suspend the selected user account. There are two things I am not sure: 1. How can I suspend user's account? What I think is: add a string to the encrypted password in shadow... (2 Replies)
Discussion started by: daikeyang
2 Replies

5. UNIX for Advanced & Expert Users

Possible to show in which directory a user can write?

Hi Gurus, is there a possibility to show where a user can write to? i want to see all directories where a user has permissions to write to. Kind Regards FranzB (0 Replies)
Discussion started by: FranzB
0 Replies

6. Cybersecurity

Please help identify these user account

Please help me identify these user accounts.. bin, lp, nuucp, smbnull, mysql, tftp Can we remove these user or disable these users?We have to apply the security policy about the user identification.Since it was settup by our vendor long time ago. We do not have these informations about these... (3 Replies)
Discussion started by: rdstkg
3 Replies

7. Solaris

Help me create new user account

I want create user. That user should be login to any server without asking password. How? tell me in detail. :wall: (3 Replies)
Discussion started by: Navkreddy
3 Replies

8. HP-UX

User account

I need to check actual date a user was disabled on my HP-UX server. Audit is claiming the user account was active during the last audit exercise. (7 Replies)
Discussion started by: cyriac_N
7 Replies

9. Red Hat

User is a Part of a Group But Group Details Do Not Show the User

Hi, In the following output you can see the the user "richard" is a member on the team/group "developers": # id richard uid=10247(richard) gid=100361(developers) groups=100361(developers),10053(testers) but in the following details of the said group (developers), the said user... (3 Replies)
Discussion started by: indiansoil
3 Replies
IETADM(8)							   User Manuals 							 IETADM(8)

NAME
ietadm - iSCSI Enterprise Target Administration Utility. SYNOPSIS
ietadm --op [operation] --tid=[id] [--sid [id]] [--params [key=value,...]] DESCRIPTION
ietadm is used to monitor and modify in real-time the iSCSI Enterprise Target targets and volumes. USAGE
You'll have to get target ids from /proc/net/iet/volumes and sessions ids from /proc/net/iet/session. Some usage examples can be : ietadm --op show --tid=1 display status of target 1 (see /proc/net/iet/volumes to get the matching target name) ietadm --op new --tid=2 create dynamically a new target, numbered 2. CAUTION : the target will disappear if you restart ietd, you'll have to edit /etc/ietd.conf to make it permanent! ERROR MESSAGES
ietadm misses error messages. Look carefully at the STDERR output : in case of error it will send a 3 number error code, ending with -1, for instance : ietd_request 203 3 -1 OPTIONS
--op new --tid=[id] --params Name=[name] add a new target with [id]. If [id] is zero, the lowest free [id] is allocated automatically to the new target. --op delete --tid=[id] delete specific target with [id]. The target must have no active sessions. --op show --tid=[id] show target parameters of target with [id]. --op show --tid=[id] --sid=[sid] show iSCSI parameters in effect for session [sid]. If [sid] is "0" (zero), the configured parameters will be displayed. --op new --tid=[id] --lun=[lun] --params Path=[path] add a new logical unit with [lun] to specific target with [id]. The logical unit is offered to the initiators. [path] must be block device files (including LVM and RAID devices) or regular files. --op delete --tid=[id] --lun=[lun] delete specific logical unit with [lun] that the target with [id] has. --op delete --tid=[id] --sid=[sid] --cid=[cid] delete specific connection with [cid] in a session with [sid] that the target with [id] has. If the session has no connections after the operation, the session will be deleted automatically. --op delete stop all activity. --op update --tid=[id] --params=key1=value1,key2=value2,... change iSCSI IET target parameters of specific target with [id]. You can use parameters in ietd.conf as a key. --op update --tid=[id] --redirect=[destination] set a temporary target redirection for target [id]. [destination] MUST be in the form <ip address>:port where :port is optional and if not specified port 3260 is assumed. IPv6 addresses must be surrounded by square brackets, e.g. [<ipv6 address>]:port. If the destination is empty then any existing redirection is cleared. --op new --tid=[id] --user --params=[user]=[name],Password=[pass] add a new account with [pass] for specific target. [user] could be [IncomingUser] or [OutgoingUser]. If you don't specify a target (omit --tid option), you add a new account for discovery sessions. --op show --tid=[id] --user show a list of CHAP accounts. If --tid is omitted or [id] is "0" (zero), discovery accounts are displayed. --op show --tid=[id] --user --params=[user]=[name] show CHAP account information for the account specified by [name]. [user] can be [IncomingUser] or [OutgoingUser]. If --tid is omitted or [id] is "0" (zero), [name] is supposed to be a discovery account name. --op delete --tid=[id] --user --params=[user]=[name] delete specific account having [name] of specific target. [user] could be [IncomingUser] or [OutgoingUser]. If you don't specify a target (omit --tid option), you delete the account for discovery sessions. --version display version and exit --help display a list of available options and exits KNOWN ISSUES
o ietdadm doesn't return any human-readable error message, only error codes. o ietadm doesn't modify or read the /etc/ietd.conf ietd configuration file. o ietadm can't use target names or aliases, only the tid found in /proc/net/iet/volumes. o /proc/net/iet/session may list inactive sessions if the initiator doesn't logout properly. Report bugs to <iscsitarget-devel@sourceforge.net>. FILES
/proc/net/iet/session, /proc/net/iet/volumes SEE ALSO
ietd(8),ietd.conf(5) iSCSI Enterprise Target admin 2006-06-06 IETADM(8)
All times are GMT -4. The time now is 08:35 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy