100% found this document useful (1 vote)
1K views4 pages

EMC Avamar Shutdown Procedure Guide

The document describes the steps to shutdown an EMC Avamar server. 1. Check the status of services with dpnctl status and login as root user. 2. Shut down services like the backup scheduler, dtlt, EMS, MCS, gsan and axionfs using the dpnctl stop command. 3. Confirm services are stopped by checking status again with dpnctl status. 4. Initiate physical server shutdown with shutdown command as root user.

Uploaded by

UNETI
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
1K views4 pages

EMC Avamar Shutdown Procedure Guide

The document describes the steps to shutdown an EMC Avamar server. 1. Check the status of services with dpnctl status and login as root user. 2. Shut down services like the backup scheduler, dtlt, EMS, MCS, gsan and axionfs using the dpnctl stop command. 3. Confirm services are stopped by checking status again with dpnctl status. 4. Initiate physical server shutdown with shutdown command as root user.

Uploaded by

UNETI
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd

EMC Avamar shutdown procedure

Posted: July 11, 2012 in EMC

1 login as root # su admin check status with command # dpnctl status root@ava61demo:///#: dpnctl status Identity added: /home/dpn/.ssh/dpnid (/home/dpn/.ssh/dpnid) dpnctl: INFO: gsan status: up dpnctl: INFO: MCS status: up. dpnctl: INFO: EMS status: up. dpnctl: INFO: Backup scheduler status: up. dpnctl: INFO: dtlt status: up. dpnctl: INFO: axionfs status: up. dpnctl: INFO: Maintenance windows scheduler status: enabled. dpnctl: INFO: Unattended startup status: enabled. shutdown avamar # dpnctl stop admin@ava61demo:~/>: dpnctl stop Identity added: /home/admin/.ssh/dpnid (/home/admin/.ssh/dpnid) ----------Do you wish to shut down the local instance of EMS? Answering y(es) will shut down the local instance of EMS n(o) will leave up the local instance of EMS q(uit) exits without shutting down y(es), n(o), q(uit/exit): y dpnctl: INFO: Suspending backup scheduler dpnctl: INFO: Backup scheduler suspended.

dpnctl: INFO: Checking for active checkpoint maintenance dpnctl: INFO: Terminating hfs integrity maintenance (hfscheck) dpnctl: INFO: Shutting down dtlt dpnctl: INFO: dtlt shut down. dpnctl: INFO: Shutting down EMS dpnctl: INFO: EMS shut down. dpnctl: INFO: Shutting down MCS dpnctl: INFO: MCS shut down. dpnctl: INFO: Shutting down gsan dpnctl: INFO: gsan shut down. dpnctl: INFO: Shutting down axionfs dpnctl: INFO: axionfs shut down. check status with command # dpnctl status admin@ava61demo:~/>: dpnctl status Identity added: /home/admin/.ssh/dpnid (/home/admin/.ssh/dpnid) dpnctl: INFO: gsan status: not running dpnctl: INFO: MCS status: down. dpnctl: INFO: EMS status: down. dpnctl: INFO: Backup scheduler status: down. dpnctl: INFO: dtlt status: down. dpnctl: INFO: axionfs status: down. dpnctl: INFO: Maintenance windows scheduler status: unknown. dpnctl: INFO: Unattended startup status: enabled. dpnctl: INFO: [see log file "/usr/local/avamar/var/log/[Link]"] Perform a physical server shutdown as root with command # shutdown -t secs 5 root@ava61demo:///#: shutdown -t secs 5 Broadcast message from root (pts/0) (Wed Jul 11 [Link] 2012): The system is going DOWN to maintenance mode in 5 minutes! Broadcast message from root (pts/0) (Wed Jul 11 [Link] 2012): The system is going DOWN to maintenance mode in 4 minutes! Broadcast message from root (pts/0) (Wed Jul 11 [Link] 2012): The system is going DOWN to maintenance mode in 3 minutes! Broadcast message from root (pts/0) (Wed Jul 11 [Link] 2012):

The system is going DOWN to maintenance mode in 2 minutes! Broadcast message from root (pts/0) (Wed Jul 11 [Link] 2012): The system is going DOWN to maintenance mode in 1 minute! Broadcast message from root (pts/0) (Wed Jul 11 [Link] 2012): The system is going down to maintenance mode NOW!

EMC Avamar define SMTP server


Posted: July 16, 2012 in EMC, technology Tags: Avamar, EMC, smtp

0 login as admin on Avamar server #vi /usr/local/avamar/var/mc/server_data/prefs/[Link] Then find following: <root type=system> <node name=com> <node name=avamar> <node name=asn> <node name=module> <node name=mail> <entry key=smtpHost value=mail/> <entry key=admin_mail_sender_address value="/> Change values as required. Save and exit dpnctl stop mcs dpnctl start

EMC Avamar change time / NTP settings


Posted: July 11, 2012 in EMC Tags: asktime, Avamar, EMC, ntp

0 Login to Avamar with user dpn

# su dpn # ssh-agent bash # ssh-add ~/.ssh/dpnid # export SYSPROBEUSER=root then run the following command and answer the on-screen question: # asktime ** no Avamar reboot or system halt was needed. ** in case of a multi-node system, please look into the manual for the mapall command.

Common questions

Powered by AI

After the backup scheduler is suspended, the shutdown sequence proceeds with the termination of hfs integrity maintenance, dtlt, EMS, MCS, gsan, and axionfs services sequentially. This order likely prevents data corruption and ensures that maintenance tasks, backups, and other processes complete safely, maintaining data integrity and ensuring no conflicts occur during the active shutdown phase .

Saving and exiting the configuration file before stopping and starting MCS services reflects a best practice to commit configuration changes securely. This ensures that once the services are restarted, they operate with the latest settings, minimizing downtime and reducing the risk of operational errors and configuration mismatches .

When using the 'mapall' command for NTP settings in EMC Avamar multi-node environments, considerations include ensuring that all nodes are synchronized properly without causing network strain or inconsistencies. It is also essential to understand the current configuration and dependencies of each node to prevent disruptions. Testing configurations in a staged environment prior to executing in live systems may also be beneficial .

The maintenance windows scheduler status being 'enabled' during the initial system status check implies that automated maintenance operations may still be active, potentially affecting the shutdown process by requiring them to be paused or completed to prevent data loss or corruption. Ensuring it is disabled or managed properly is crucial for a seamless shutdown process .

The repeated broadcast messages during the EMC Avamar physical server shutdown serve to notify all connected users of the impending downtime, ensuring that any critical operations can be completed or paused appropriately. This communication helps prevent data loss and ensures users and administrators can safely finish or interrupt their current tasks before the system goes into maintenance mode .

Assessing the status of EMS before confirming a shutdown is important to ensure that all essential monitoring and environmental services are terminated safely, preventing potential loss of environmental data and ensuring a smooth restart without lingering issues. Options available include shutting down the local instance of EMS or leaving it up based on operational requirements .

Disabling the backup scheduler prior to shutting down services is crucial to preserving the EMC Avamar backup system's integrity. It prevents new backup jobs from initiating, ensuring that system resources aren't strained and enabling existing processes to complete smoothly. This orderly cessation minimizes the risk of data corruption and resource conflicts during the shutdown .

The initial step in the EMC Avamar shutdown procedure is to log in as the root user and switch to the admin account using 'su – admin'. This step is important because it grants the necessary permissions to execute subsequent commands essential for checking system status and initiating the shutdown sequence, thus ensuring a controlled and orderly shutdown process .

To define a new SMTP server for EMC Avamar, the '/usr/local/avamar/var/mc/server_data/prefs/mcserver.xml' file should be edited. The '<entry key="smtpHost" value="mail"/>' and '<entry key="admin_mail_sender_address" value=""/>' entries within the file must be updated with the new SMTP server and sender address information, respectively .

Running the 'asktime' command is necessary when modifying NTP settings in a multi-node EMC Avamar system to synchronize the time settings across all nodes, preventing inconsistencies that could affect backup and system operations. Cautions include ensuring no reboots or system halts are needed and consulting the manual for using the 'mapall' command to propagate changes correctly across nodes .

You might also like