Cisco Cisco UCS Director 4.0 Dépliant

Pagina di 44
단계 10 기본 노드 및 모든 서비스 노드에서 Start services(서비스 시작)를 선택하여 Cisco UCS Director
서비스를 시작합니다.
기본 노드에 로그인한 후에 Cisco UCS Director, 릴리스 4.0, 독립형 어플라이언스에 있는 데이터베이
스의 모든 데이터가 사용 가능해야 합니다.
선택적 데이터베이스 테이블 백업을 사용하여 릴리스 4.1 독립형 어플라
이언스를 멀티 노드 설정으로 마이그레이션
멀티 노드 설정으로 마이그레이션을 수행하기 위해 백업 시 사용자 지정 스크립트를 인벤토리 데이
터베이스와 모니터 데이터베이스에 한 번씩, 모두 두 번 사용합니다. 백업된 데이터베이스에는 노드
유형에 맞게 선택적으로 구축된 테이블이 있습니다. 멀티 노드 설정으로 복원하려면 백업된 어플라
이언스 파일을 관련 노드에 복사하고 각 인벤토리 및 모니터 노드에서 사용자 지정 스크립트를 다시
실행합니다.
Steps for Backup and Restore for Standalone
Multi node
The DB backup step involves executing custom script which needs to be
executed twice, one for Inventory DB and other for Monitor DB.
The backed up DB will have selective tables that are relevant to the node type.
DB Backup
1st DB Backup for Inventory Node
- Login as root user
cd /opt/infra
From Infra execute the dbInfraBackupRestore.sh as shown below
#. /dbInfraBackupRestore.sh backup
This script will take a backup with necessary tables
for inventory node.
Once the script is executed, check for the output file
in /tmp folder with name as infra_database_backup.tar.gz
- 2nd DB Backup for Monitor Node
- Login as root user
cd /opt/infra
From Infra execute the dbMonitoringBackupRestore.sh as shown below
#. / dbMonitoringBackupRestore.sh backup
This script will take a backup with necessary tables for monitor node.
Once the script is executed, check for the output file in /tmp folder
with name as monitoring_database_backup.tar.gz
DB Restore
Stop services on Primary Node & Service Node. In case of more than
one Services nodes, Stop services on all the nodes.
To restore the DB on Inventory and Monitor node, user needs to
copy the backed up file from backup appliance to the relevant node.
After the files are placed on the nodes, user needs to execute the
custom script again. But this time the script needs to be
executed individually in each node (Inventory and Monitor nodes).
- 1st DB Restore for Inventory Node
- Login as root user
Copy the backup file (infra_database_backup.tar.gz) from the backup
appliance to /tmp folder in the Inventory node appliance.
   Cisco UCS Director 멀티 노드 설치 및 컨피그레이션 가이드릴리스 5.4
30
멀티 노드 설정 구성
선택적 데이터베이스 테이블 백업을 사용하여 릴리스 4.1 독립형 어플라이언스를 멀티 노드 설정으로 마이그
레이션