DB2 administration server
The DB administration server (DAS) provides support
services for DB2 tools such as the Control Center and the Configuration
Assistant.
DAS assists the Control Center and Configuration
Assistant when working on the following administration tasks:
• Enabling remote administration of DB2 UDB servers.
• Providing the facility for job management,
• Administrative tasks against jobs located either
remotely or locally to the DAS using the Task Center.
• Providing a means for discovering information about
the configuration of DB2 UDB instances, databases, and other DB2
administration.
You can only have one DAS in a database server.
2) Ensure that dasusr1 user is created
[root@server1 instance]# ./dascrt -u dasusr1 -u DASuser
DASuser is the user ID under which the DAS will be
created. The DAS will be created under the /home/DASuser/das directory.
Comments
Post a Comment