Hi, dear!
This topic describes how to reset IVS passwords.
This content including DEC6108, VCN5x0, VCN500, VCN30x0, Huawei IPC.
DEC6108
Log in to the device as user admin using SSH (the default password is admin/Change_Me).
Switch to the root account. su – root (default password: root/Change_Me)
Run the following command:
cp /home/ivs_dwu/config/config.xml /config/ivs_dwu/config/
chown dwu:dec /config/ivs_dwu/config/config.xml
/share/init.d/root_add_for_business.sh
/home/ivstool/bin/service.sh restart dwu
VCN5X0
Log in to the device as user admin using SSH (the default password is admin/Change_Me).
Switch to the root account. su - root (default password: root/Change_Me)
Run the following command:
The CU client is restored to Change_Me.
su postgres -c "/home/postgres/bin/psql -p 6000 -d smu -c \"update tbl_smu_user_info set login_password='e687fed485a4b510722695f7d38d6b524532af5196bd70363019a52bfc0f8af3',first_login='0', salt='' where login_name='Admin';\""
If the following information is displayed, the password is reset successfully:
UPDATE=1
OMU portal. After the restoration, the password is super123.
STIME=`date +%s`;
su -c "psql -d omu -c \"UPDATE TBL_OMU_USER_INFO SET LOCK_STATUS=0, PASSWD='33867eea994c22edb1e157f3f0f7fbd4ce30324c315320b490091f89b074cb10', LOCK_TIME=0, FIRST_FLG=0,PASSWD_WRONG_TIME=0, PASSWD_WRONG_COUNT=0, SALT='HWGtNEAzVjXaXjkg', LAST_MODIFY_TIME=${STIME} where USER_NAME='Admin';\"" - postgres;
If the following information is displayed, the password is reset successfully:
UPDATE=1
VCN500
Log in to the VCN500 server as user admin in SSH mode (the default password is admin/Change_Me).
Run the su - root command to switch to user root. The default password is root/Change_Me.
Reset the password of the admin user of the C/S client to the initial password. Change_Me.
Run the following command:
su postgres -c "/home/postgres/bin/psql -p 6000 -d smu -c \"update tbl_smu_user_info set login_password='e687fed485a4b510722695f7d38d6b524532af5196bd70363019a52bfc0f8af3',first_login='0', salt='' where login_name='Admin';\""
If the following information is displayed, the password is reset successfully:
UPDATE=1
Reset the password of the OMU Portal administrator to Change_Me.
Run the following command:
su postgres -c "/home/postgres/bin/psql -p 6000 -d omu -c \"update tbl_omu_user_info set passwd='f0923a2988ada0d95570a304ef15671ce8df23683c83e1c5c98db502fc9fccf3', salt='', first_flg=1 where user_name='Admin';\""
If the following information is displayed, the password is reset successfully:
UPDATE=1
VCN30X0
Version:VCN3010&VCN3020 V100R002C50 、V100R002C20、V100R002C10 、V100R002C00;
Log in to the VCN server as the root user. The default password is root/Change_Me.
Reset the password of the admin user of the C/S client to the initial password Change_Me.
Run the following command:
su postgres -c "/home/postgres/bin/psql -p 6000 -d smu -c \"update tbl_smu_user_info set login_password='e687fed485a4b510722695f7d38d6b524532af5196bd70363019a52bfc0f8af3',first_login='0', salt='' where login_name='Admin';\""
If the following information is displayed, the password is reset successfully:
UPDATE=1
Reset the password of the OMU Portal administrator to Change_Me.
Run the following command:
su postgres -c "/home/postgres/bin/psql -p 6000 -d omu -c \"update tbl_omu_user_info set passwd='f0923a2988ada0d95570a304ef15671ce8df23683c83e1c5c98db502fc9fccf3', salt='', first_flg=1 where user_name='Admin';\""
If the following information is displayed, the password is reset successfully:
UPDATE=1
V100R001C02
Log in to the VCN server as the root user. (The default password is root/Change_Me.)
Reset the administrator password of the C/S client. The super password is the initial password Change_Me.
Run the following command:
su -c "psql -d smu -U smuadmin -c \"update tbl_smu_user_info set login_password='9083a308a8c96b9a7626ab412c100db31697d1e9f3c402d3d70dbe8ad3cd638a', first_login='0' where id=1;\"" - postgres
If the following information is displayed, the password is reset successfully:
UPDATE=1
Reset the password of the admin user of the OMU Portal to Change_Me.
Run the following command:
su -c "psql -d omu -U omuadmin -c \"update tbl_omu_user_info set passwd='f0923a2988ada0d95570a304ef15671ce8df23683c83e1c5c98db502fc9fccf3', first_flg='1' where user_name='Admin';\"" - postgres
If the following information is displayed, the password is reset successfully:
UPDATE=1
VCN30X0 V100R003C00
Log in to the active VMU/MPU server as the root user. (The default password is root/Change_Me.)
Reset the administrator password of the C/S client. The super password is the initial password Change_Me.
Run the following command:
su - postgres -c "/home/postgres/bin/psql -p 6000 -d smu -c \"update tbl_smu_user_info set login_password='354120804238ac57a761e537388958e89e357701564370d91512a7c0de53f07f',first_login='0', salt='' where login_name='admin';\""
If the following information is displayed, the password is reset successfully:
UPDATE=1
Reset the password of the admin user of the OMU Portal to super123.
STIME=`date +%s`;
su - postgres -c "/home/postgres/bin/psql -p 6000 -d omu -c \"UPDATE TBL_OMU_USER_INFO SET LOCK_STATUS=0, PASSWD='33867eea994c22edb1e157f3f0f7fbd4ce30324c315320b490091f89b074cb10', LOCK_TIME=0, FIRST_FLG=0,PASSWD_WRONG_TIME=0, PASSWD_WRONG_COUNT=0, SALT='HWGtNEAzVjXaXjkg', LAST_MODIFY_TIME=${STIME} where USER_NAME='Admin';\"";
su - postgres -c "/home/postgres/bin/psql -p 6000 -d omu -c \"UPDATE TBL_OMU_USER_INFO SET LOCK_STATUS=0, PASSWD='9f08cc124baa1c4879164901083a8416416b80eec0cdcf45d2a67b6b0592b1d3', LOCK_TIME=0, FIRST_FLG=0,PASSWD_WRONG_TIME=0, PASSWD_WRONG_COUNT=0, SALT='FGUtrDpc92EecYV1', LAST_MODIFY_TIME=${STIME} where USER_NAME='admin';\"" ;
If the following information is displayed, the password is reset successfully:
UPDATE=1
Huawei IPC
Run the IPC tool command to enable SSH.
Log in to the device as user admin using SSH. (The default password is admin/ChangeMe123.)
Switch to the root account su – root. (The default password is root/HuaWei123.)
Run the ./help devicerestore 0; command to restore the default configuration (without changing the IP address).

Use IPC Tool to remotely restore data.

Thanks!



