1SGE_PASSWD(1) Grid Engine User Commands SGE_PASSWD(1)
2
3
4
6 sgepasswd - Modify the Grid Engine password file of Grid Engine
7
9 sgepasswd [[ -D domain ] -d user ]
10
11 sgepasswd [ -D domain ] [ user ]
12
14 sgepasswd modifies the Grid Engine password file sgepasswd(5).
15
16 This file contains a list of usernames and their windows password in
17 encrypted form. sge_execd(8) and sge_shepherd(8) on hosts running Mi‐
18 crosoft Windows as operating systems use this information to start jobs
19 for a certain user.
20
21 Each user can use the sgepasswd application to add a new entry for the
22 own user account. It is also possible to change the stored password
23 with sgepasswd as far as the user knows the old one.
24
25 The root user additionally has the permission to change the password
26 entries for other user accounts. Root can also delete existing entries.
27
28 The sgepasswd binary is only available on non-Windows hosts.
29
31 -D domain
32 Per default sgepasswd will add/modify the current Unix username
33 without domain specification. This switch can be used to add a
34 domain specification in front of the current user name. Consult
35 your Microsoft Windows documentation to get more information
36 about domain users.
37
38 -d user
39 Only root can use this parameter to delete entries from the
40 sgepasswd(5) file.
41
42 -help Prints a listing of all options.
43
45 SGE_CERTFILE Specifies the location of public key file. Per default
46 sgepasswd will use the file $SGE_ROOT/$SGE_CELL/com‐
47 mon/sgeCA/certs/cert.pem
48
49 SGE_KEYFILE If set, specifies the location of the private key file.
50 Default is /var/sgeCA/port${SGE_QMAS‐
51 TER_PORT}/${SGE_CELL}/private/key.pem
52
53 SGE_RANDFILE If set, specifies the location of the seed used to cre‐
54 ate encrypted versions of user passwords. Default is
55 /var/sgeCA/port${SGE_QMASTER_PORT}/${SGE_CELL}/pri‐
56 vate/rand.seed
57
59 ge_intro(1), sgepasswd(5)
60
62 See ge_intro(1) for a full statement of rights and permissions.
63
64
65
66GE 6.2u5 $Date: 2008/12/18 16:09:50 $ SGE_PASSWD(1)