Ensuring that the database is started on i5/OS or OS/400 platform

DB2 Universal Database for iSeries is part of i5/OS and OS/400 and is started when the machine is started.

If you want to access the database from a remote node, you must start the database host server and the distributed data manager by issuing the following command from a command line:

STRHOSTSVR SERVER(*DATABASE)
STRTCPSVR SERVER(*DDM)

Feedback