Browse Community
Help
Log In
Responses(3)
Solutions(1)
Charels
39 Posts
0
July 27th, 2010 17:00
As for smtp configuration, please double check if you modify correctly in mcserver.xml.
smtpserver" /> sender email address" />
You may try to restart mcs + ems following the command:
1. login as user admin and loaded keys with
ssh-agent bashssh-add ~admin/.ssh/dpnid
2. following the command to stop mcs + ems service.
emserver.sh --stop
mcserver.sh --stop
3. make sure there is no mcs and ems process running, kill the process if still exist
ps -ef | grep mcserver
ps -ef | grep emserver
4. restart the mcs and ems service, use --ignore_lock only after you have looked around and you have determined that it is safe to break the lock
emserver.sh --start (--ignore_lock)
mcserver.sh --start (--ignore_lock)
Hope above information could resolve your problem.
alfredo_SnT
1 Rookie
•
51 Posts
July 29th, 2010 01:00
Thanks Charels, I tried your command and after a second try it worked! Now everything is up and running:
/>: dpnctl statusdpnctl: INFO: gsan status: readydpnctl: INFO: MCS status: up.dpnctl: INFO: EMS status: up.dpnctl: INFO: Backup scheduler status: up.dpnctl: INFO: dtlt status: up.dpnctl: INFO: Maintenance windows scheduler status: enabled.dpnctl: INFO: Maintenance cron jobs status: enabled.dpnctl: INFO: Unattended startup status: enabled.
Cheers
Maquiavello
4 Posts
April 13th, 2012 13:00
In some cases de Tomcat maybe its not responding, I stopped de dtlt first (just in case) then I kill all the tomcat process and then i started again the EMS and the dtlt without problems.
Cya
Diego.
Dell Support Resources
View All
Top
Charels
39 Posts
0
July 27th, 2010 17:00
As for smtp configuration, please double check if you modify correctly in mcserver.xml.
smtpserver" />
sender email address" />
You may try to restart mcs + ems following the command:
1. login as user admin and loaded keys with
ssh-agent bash
ssh-add ~admin/.ssh/dpnid
2. following the command to stop mcs + ems service.
emserver.sh --stop
mcserver.sh --stop
3. make sure there is no mcs and ems process running, kill the process if still exist
ps -ef | grep mcserver
ps -ef | grep emserver
4. restart the mcs and ems service, use --ignore_lock only after you have looked around and you have determined that it is safe to break the lock
emserver.sh --start (--ignore_lock)
mcserver.sh --start (--ignore_lock)
Hope above information could resolve your problem.
alfredo_SnT
1 Rookie
•
51 Posts
0
July 29th, 2010 01:00
Thanks Charels, I tried your command and after a second try it worked! Now everything is up and running:
/>: dpnctl status
dpnctl: INFO: gsan status: ready
dpnctl: INFO: MCS status: up.
dpnctl: INFO: EMS status: up.
dpnctl: INFO: Backup scheduler status: up.
dpnctl: INFO: dtlt status: up.
dpnctl: INFO: Maintenance windows scheduler status: enabled.
dpnctl: INFO: Maintenance cron jobs status: enabled.
dpnctl: INFO: Unattended startup status: enabled.
Cheers
Maquiavello
4 Posts
0
April 13th, 2012 13:00
In some cases de Tomcat maybe its not responding, I stopped de dtlt first (just in case) then I kill all the tomcat process and then i started again the EMS and the dtlt without problems.
Cya
Diego.