Got it

I have forgotten the password of the VCN3010 client

Created: Nov 1, 2018 06:05:22Latest reply: Nov 11, 2019 11:32:40 3763 11 0 0 0
  Rewarded HiCoins: 0 (problem resolved)

Dear Community members,


This post enquires about the procedure in case I have forgotten the password of the VCN3010 client. Please see more details below.


Huawei VCN3010


ISSUE DESCRIPTION


I have bought a VCN3010 for our company, but unfortunately I have forgotten the password of the CS client.


Anyone have any solution to solve this or restore it?


Many thanks!

Featured Answers
Zhouyu
Created Nov 1, 2018 08:31:09

Hi, dear!


If the server version is eSpace VCN3000 V100R001C01, perform the following steps:

a) Log in to the VCN3000 server as the root user.

b) Reset the administrator password of the C/S client to the initial password.

Run the su -c "psql -d smu -U smuadmin -c\" update tbl_smu_user_info set login_password= '9083a308a8c96b9a7626ab412c100db31697d1e9f3c402d3d70dbe8ad3cd638a', first_login= '0' where id=1;\ "" -postgres command.

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

UPDATE=1

Note:

The initial password of the super user is Change_Me.

c) Use the initial password to log in to the C/S client and change the password.

If the server version is eSpace VCN3000 V100R002C00, perform the following steps:

a) Log in to the VCN3000 server as the root user.

b) Reset the administrator password of the C/S client to the initial password.

Run the su -c "psql -d smu -U smuadmin -c\" update tbl_smu_user_info set login_password= 'e687fed485a4b510722695f7d38d6b524532af5196bd70363019a52bfc0f8af3', first_login= '0', salt= '' where id=1;\ "" -postgres command.

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

UPDATE=1

Note:

The initial password of the Admin user is Change_Me.

c) Use the initial password to log in to the C/S client and change the password.
View more
  • x
  • convention:

All Answers
Hello, bros,
wish you can consider my solution.
1. please check the version of the VCN3010, since you can find the related product document.
as for the product document, you can go to support-E to find the related document.
https://support.huawei.com/enterprise/en/video-surveillance/vcn3010-pid-21565781
2. go to the product document.
search the reset etc. then you will find the answer:
1. SSH login into the VCN with root/Change_Me.
2. run the below 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 result shows below, which means reset successfully。
UPDATE=1
View more
  • x
  • convention:

Hi, dear!


If the server version is eSpace VCN3000 V100R001C01, perform the following steps:

a) Log in to the VCN3000 server as the root user.

b) Reset the administrator password of the C/S client to the initial password.

Run the su -c "psql -d smu -U smuadmin -c\" update tbl_smu_user_info set login_password= '9083a308a8c96b9a7626ab412c100db31697d1e9f3c402d3d70dbe8ad3cd638a', first_login= '0' where id=1;\ "" -postgres command.

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

UPDATE=1

Note:

The initial password of the super user is Change_Me.

c) Use the initial password to log in to the C/S client and change the password.

If the server version is eSpace VCN3000 V100R002C00, perform the following steps:

a) Log in to the VCN3000 server as the root user.

b) Reset the administrator password of the C/S client to the initial password.

Run the su -c "psql -d smu -U smuadmin -c\" update tbl_smu_user_info set login_password= 'e687fed485a4b510722695f7d38d6b524532af5196bd70363019a52bfc0f8af3', first_login= '0', salt= '' where id=1;\ "" -postgres command.

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

UPDATE=1

Note:

The initial password of the Admin user is Change_Me.

c) Use the initial password to log in to the C/S client and change the password.
View more
  • x
  • convention:

if you forgot the admin password, you can refer to the 2nd floor answer, if you forgot the other users password, you can check below guide:
1.Log in to the IVS client as the admin user.
2.On the Workspace tab page, double-click User. The User Management page is displayed.
3.Select the user for whom you want to reset the password, click Reset Password, and enter the new password.
4.Click OK. The password is reset.
View more
  • x
  • convention:

If a common user forgets the password, the user who has the user management rights can reset the password for the common user.

NOTE:

A user cannot reset the user's own password.

The following describes how to reset a user as the admin user.

The procedure is as follows:
1.Log in to the IVS client as the admin user.
2.On the Workspace tab page, double-click User. The User Management page is displayed.
3.Select the user for whom you want to reset the password, click Reset Password, and enter the new password.

If you lost user management account password, please do the following steps:
a. Log in to the VCN3000 server as the root user.
b. Reset the administrator password of the C/S client to the initial password.
Run the su -c "psql -d smu -U smuadmin -c\" update tbl_smu_user_info set login_password= '9083a308a8c96b9a7626ab412c100db31697d1e9f3c402d3d70dbe8ad3cd638a', first_login= '0' where id=1;\ "" -postgres command.
If the following information is displayed, the password is successfully reset:
UPDATE=1
Note:
The initial password of the super user is Change_Me.
c. Use the initial password to log in to the C/S client and change the password.


If the server version is eSpace VCN3000 V100R002C00, perform the following steps:
a. Log in to the VCN3000 server as the root user.
b. Reset the administrator password of the C/S client to the initial password.
Run the su -c "psql -d smu -U smuadmin -c\" update tbl_smu_user_info set login_password= 'e687fed485a4b510722695f7d38d6b524532af5196bd70363019a52bfc0f8af3', first_login= '0', salt= '' where id=1;\ "" -postgres command.
If the following information is displayed, the password is successfully reset:
UPDATE=1
Note:
The initial password of the Admin user is Change_Me.
c. Use the initial password to log in to the C/S client and change the password.
View more
  • x
  • convention:

Hi Sir:
please try to use below ways to change password:
1. Log in to the SMU server as the root user.
2. Reset the password of the admin user of the C/S client to the initial password Change_Me.
Run the 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';\ "" command.
If the following information is displayed, the password is successfully reset:
UPDATE=1
View more
  • x
  • convention:

Dear:

Please confirm the VCN server version:

Step1:Login the server by ssh tool(user:root;Password:Change_Me)

Step2:command:cd /home/ivstool/version

Step3:Check the version of the server,command:cat version.xml

if the server version is the R1: 

command:

su -c "psql -d smu -U smuadmin -c \"update tbl_smu_user_info set

login_password='9083a308a8c96b9a7626ab412c100db31697d1e9f3c402d3d70dbe8ad3cd

638a', first_login='0' where id=1;\"" postgres   


if the server version is the R2:

su -c "psql -d smu -U smuadmin -c \"update tbl_smu_user_info set  login_password='e687fed485a4b510722695f7d38d6b524532af5196bd70363019a52bfc0f8af3', first_login='0', salt='' where user_name='Admin';\"" postgres

View more
  • x
  • convention:

first of all , kindly please confirm your VCN3010 version ,because different version may have different method or command to reset the PW

here is a example, but we need know the version first:

1. Log in the VCM3010 server as the root user.
2. Reset the password of the admin user of the C/S client to default password Change_Me.
Run the 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';\ "" command.
the password is successfully reset if the result dispaly:
UPDATE=1
and then login with the default PW Change_Me
View more
  • x
  • convention:

How can i reset  VCN3000 BIOS password.
also i change the network segment from  MBU to VMU and i couldbt not login again to OMU portal
how can i change it back to MBU using SSH
View more
  • x
  • convention:

How can i reset VCN3000 BIOS password
View more
  • x
  • convention:

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