Specifications
48
EMC Secure Remote Support Gateway for Linux Release 2.24 Operations Guide
Gateway Client Server Preparation
Create Users and Set Passwords
You need to create users and set passwords, as follows:
• The Password for onalert and ONALERT users is
EMCCONNECT.
• The Password for emailalert and emailalertesg can be
anything you want as these accounts are to permit the receipt
of email connect homes.
• The Password for esrsconfig is esrsconfig.
1. Log in to the server as root or as a user and su.
2. Add users and set passwords as shown in the following example:
[root@localhost ~]# /usr/sbin/useradd onalert
[root@localhost ~]# /usr/sbin/useradd ONALERT
[root@localhost ~]# /usr/sbin/useradd esrsconfig
[root@localhost ~]# /usr/sbin/useradd emailalert
[root@localhost ~]# /usr/sbin/useradd emailalertesg
[root@localhost ~]# /usr/bin/passwd onalert
Changing password for user onalert.
New password:
passwd: all authentication tokens updated
successfully.
[root@localhost ~]# /usr/bin/passwd ONALERT
Changing password for user ONALERT.
New password:
passwd: all authentication tokens updated
successfully.
[root@localhost ~]# /usr/bin/passwd esrsconfig
Changing password for user esrsconfig.
New password:
passwd: all authentication tokens updated
successfully.
[root@localhost ~]# /usr/bin/passwd emailalert
Changing password for user emailalert.
New password:
passwd: all authentication tokens updated
successfully.
[root@localhost ~]# /usr/bin/passwd emailalertesg
Changing password for user emailalertesg.
New password:
passwd: all authentication tokens updated
successfully.
[root@localhost ~]# ls
emailalert emailalertesg esrsconfig onalert ONALERT
Figure 15 Adding Users and Setting Passwords