Got it

IVS password reset Highlighted

Latest reply: Apr 4, 2022 17:34:05 2331 26 24 0 5


Hi, dear!

This topic describes how to reset IVS passwords.

This content including DEC6108, VCN5x0, VCN500, VCN30x0, Huawei IPC.


DEC6108

  1. Log in to the device as user admin using SSH (the default password is admin/Change_Me).

  2. Switch to the root account. su – root (default password: root/Change_Me)

  3. 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

  1. Log in to the device as user admin using SSH (the default password is admin/Change_Me).

  2. Switch to the root account. su - root (default password: root/Change_Me)

  3. 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

  4. 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

  1. Log in to the VCN500 server as user admin in SSH mode (the default password is admin/Change_Me).

  2. Run the su - root command to switch to user root. The default password is root/Change_Me.

  3. 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

  4. 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;

  1. Log in to the VCN server as the root user. The default password is root/Change_Me.

  2. Reset the password of the admin user of the C/S client to the initial password Change_Me.

  3. 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';\""

  4. If the following information is displayed, the password is reset successfully:

    UPDATE=1

  5. Reset the password of the OMU Portal administrator to Change_Me.

  6. 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

  1. Log in to the VCN server as the root user. (The default password is root/Change_Me.)

  2. Reset the administrator password of the C/S client. The super password is the initial password Change_Me.

  3. 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

  4. 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

  1. Log in to the active VMU/MPU server as the root user. (The default password is root/Change_Me.)

  2. Reset the administrator password of the C/S client. The super password is the initial password Change_Me.

  3. 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

  4. 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

  1. Run the IPC tool command to enable SSH.

  2. Log in to the device as user admin using SSH. (The default password is admin/ChangeMe123.)

  3. Switch to the root account su – root. (The default password is root/HuaWei123.)

  4. Run the ./help devicerestore 0; command to restore the default configuration (without changing the IP address).

    IPC password reset

  5. Use IPC Tool to remotely restore data.

    IPC password reset


Thanks!

Nice sharing!
It's very useful!
View more
  • x
  • convention:

Thanks for your sharing!
View more
  • x
  • convention:

azkasaqib
azkasaqib Created Mar 16, 2022 17:15:49 (0) (0)
 
Nice sharing
View more
  • x
  • convention:

Thank you!
View more
  • x
  • convention:

Helpful
View more
  • x
  • convention:

Nice sharing
View more
  • x
  • convention:

thanks for sharing
View more
  • x
  • convention:

thanks for sharing
View more
  • x
  • convention:

HI, I need reset the password for IVS client V100r003C10SPC230 can you please help me? and during the password reset system will automatically be restarted or not ?
View more
  • x
  • convention:

rongjie
rongjie Created Nov 5, 2020 01:21:15 (0) (0)
What model is the VCN?  
123
Back to list

Comment

You need to log in to comment to the post Login | Register
Comment

Notice: To protect the legitimate rights and interests of you, the community, and third parties, do not release content that may bring legal risks to all parties, including but are not limited to the following:
  • Politically sensitive content
  • Content concerning pornography, gambling, and drug abuse
  • Content that may disclose or infringe upon others ' commercial secrets, intellectual properties, including trade marks, copyrights, and patents, and personal privacy
Do not share your account and password with others. All operations performed using your account will be regarded as your own actions and all consequences arising therefrom will be borne by you. For details, see " User Agreement."

My Followers

Login and enjoy all the member benefits

Login

Block
Are you sure to block this user?
Users on your blacklist cannot comment on your post,cannot mention you, cannot send you private messages.
Reminder
Please bind your phone number to obtain invitation bonus.