You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
392 B
16 lines
392 B
#!/bin/bash
|
|
|
|
python ../createdomain.py --domain rmn_netezza \
|
|
--type password \
|
|
--user PVDWH_P1_U_BI \
|
|
--password DwH$25_sQl_HsC0 \
|
|
--groups dwh \
|
|
--desc 'Productionsystem of Netezza (test roman)'
|
|
|
|
python ../createdomain.py --domain rmn_netezza_demo \
|
|
--type password \
|
|
--user PVDWH_D0_U_BI \
|
|
--password sedPfdNbdPVA1! \
|
|
--groups dwh \
|
|
--desc 'Demo-System of Netezza (test roman)'
|
|
|
|
|