sap-tutorials / Tutorials

Tutorials on sap.com
https://developers.sap.com/tutorial-navigator.html
Creative Commons Attribution 4.0 International
693 stars 766 forks source link

Root password on GCP for Hana Xs advanced #1970

Closed ahmedkhan29789 closed 6 years ago

ahmedkhan29789 commented 6 years ago

Hello guys, I got stuck on 2 points after installing GCP successfully

  1. I don't have my root password, i have my master password but it's not working as root password.
  2. While creating a project , i am not getting the option for creating node.js file, Also on building my project after .hdi its failing with npm error.
Lsubatin commented 6 years ago

Hi again, Ahmed,

As I said on LinkedIn, the GCP VMs do not have a root password. You should not be using root but sudo instead. hxeadm is not a sudoer so start a fresh SSH console with your Google ID and that user can do sudo. If you still want to become root, from your Google ID you can do sudo su -. I also repeat that this access should not be needed for the tutorial series you are doing.

As for the second questions, please elaborate on the errors in the Q&A: https://answers.sap.com/index.html

ahmedkhan29789 commented 6 years ago

Hi Lucia,

Thanks for the clarification but i am getting npm error when trying to build my db folder, Also in my web IDE , I am not getting option to create a node.js module.

So i was trying to install node.js into my cloud system and then it was asking for root password.

On 18 Oct 2017 7:13 pm, "Lucia Subatin" notifications@github.com wrote:

Hi again, Ahmed,

As I said on LinkedIn, the GCP VMs do not have a root password. You should not be using root but sudo instead. hxeadm is not a sudoer so start a fresh SSH console with your Google ID and that user can do sudo. If you still want to become root, from your Google ID you can do sudo su -. I also repeat that this access should not be needed for the tutorial series you are doing.

As for the second questions, please elaborate on the errors in the Q&A: https://answers.sap.com/index.html

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/SAPDocuments/Tutorials/issues/1970#issuecomment-337594678, or mute the thread https://github.com/notifications/unsubscribe-auth/AVCrCTKrnIhcYkAWq3YQCJATwAvUvOkwks5stgCPgaJpZM4P8reV .

ahmedkhan29789 commented 6 years ago

All the error I am getting because of my order sequence file, Looking deeply I found there must be some syntax issue which was not able to capture, Please see screenshot to exactly understand the error of namespace in .hdbsequence file. image