To set a DB2 database cfg value to an empty value use NULL.
It’s case sensitive. Using “null” will not work.
An example:
update db cfg for MYDB using HADR_LOCAL_HOST NULL
Republished from http://www.sqlserver-dba.com.