McAfee MEJCAE-AM-DA Product Guide - Page 77

Add recipients to a group, Viewing a group, Removing an entire group, Starting the ebssdkd

Page 77 highlights

Advanced Topics Starting the ebssdkd Add recipients to a group You can add users (or groups) to groups using the --group-add option. ebs --group-add ... The following syntax adds the key's for Cal Pettit, Brandon Gillman, and Hal to the engineers group. ebs --group-add engineers "Cal Pettit" bgillman Hal Cal Pettit, Brandon Gillman, and Hal are all added to the Engineers group. Viewing a group The --group-list and --group-detail options enable you to obtain more information about your groups. ebs --group-list lists the name and description for each group. ebs --group-detail lists the name and description for each group as well as the members belonging to each group. (If you do not specify a group, --group-detail shows the contents of all of your groups.) Remove recipients from a group To remove members or groups from a group, use the --group-remove option. ebs --group-remove --user The following syntax removes the key for Cal Pettit from the engineers group. ebs --group-remove engineers --user "Cal Pettit" Removing an entire group To delete an entire group, use the --group-remove option. ebs --group-remove If the group contains members, E-Business Server prompts for a confirmation that you want to delete the group anyway. Enter y to delete the group. Starting the ebssdkd Note: This section does not apply to AIX or HPUX. If you receive a warning message of "Unable to initialize the SDK service, executing in local mode", then you may need to manually re-start the ebssdkd. To start the E-Business Server SDK service on a Solaris or Linux system: 1 Login to your system as root. 2 Run the system script by entering the following at any command prompt: /etc/init.d/ebssdkd start The SDK service starts. To start the E-Business Server SDK service on a Windows NT or Windows 2000 system: 1 Double-click the Services icon from the Control Panel. Tip: On Windows 2000, the Services icon is located in the Administrative Tools folder from the Control Panel. 2 Select the ebssdkService, and click Start. The SDK service starts. 75 E-Business Server™ 8.6 Product Guide

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184
  • 185
  • 186
  • 187
  • 188

75
E-Business Server
8.6
Product Guide
Advanced Topics
Starting the ebssdkd
Add recipients to a group
You can add users (or groups) to groups using the
--group-add
option.
ebs --group-add <groupname> <userID1> <userID2> <userID3>...
The following syntax adds the key’s for Cal Pettit, Brandon Gillman, and Hal to the
engineers
group.
ebs --group-add engineers “Cal Pettit” bgillman Hal
Cal Pettit, Brandon Gillman, and Hal are all added to the Engineers group.
Viewing a group
The
--group-list
and
--group-detail
options enable you to obtain more information about your groups.
ebs --group-list <groupname>
lists the name and description for each group.
ebs --group-detail <groupname>
lists the name and description for each group as well as the members
belonging to each group. (If you do not specify a group,
--group-detail
shows the contents of all of your
groups.)
Remove recipients from a group
To remove members or groups from a group, use the
--group-remove
option.
ebs --group-remove <groupname> --user <userID>
The following syntax removes the key for Cal Pettit from the
engineers
group.
ebs --group-remove engineers --user “Cal Pettit”
Removing an entire group
To delete an entire group, use the
--group-remove
option.
ebs --group-remove <groupname>
If the group contains members, E-Business Server prompts for a confirmation that you want to delete the
group anyway. Enter
y
to delete the group.
Starting the ebssdkd
Note:
This section does not apply to AIX or HPUX.
If you receive a warning message of “Unable to initialize the SDK service, executing in local mode”, then you
may need to manually re-start the
ebssdkd
.
To start the E-Business Server SDK service on a Solaris or Linux system:
1
Login to your system as root.
2
Run the system script by entering the following at any command prompt:
/etc/init.d/ebssdkd start
The SDK service starts.
To start the E-Business Server SDK service on a Windows NT or Windows 2000 system:
1
Double-click the
Services
icon from the
Control Panel
.
Tip:
On Windows 2000, the
Services
icon is located in the
Administrative Tools
folder from the
Control Panel
.
2
Select the
ebssdkService
, and click
Start
.
The SDK service starts.