Cassandra instance by Bitnami created on Azure,connection fails - azure

I've created a VM of Apache Solr by Bitnami on Azure, specifying my username / password in the creation process .
When i run : ssh my_username#my_vm_ip it works
But in the web portal http://my_vm_ip/solr , a popup username/password appears . I use same credentials than SSH and it fails
Any idea?

The application password generated by the Bitnami VM is generated uniquely for each VM, and is shown on the application vm console:
I'm not sure how you'd display the console login screen on Azure, but you can check the boot diagnostics log at least. The banner message is usually stored either in /etc/issue.* or /etc/motd, so I'd check that as well.

The default user name is user.
The default password you need to ssh to your VM and check /var/log/syslog. Search Bitnami, you will get like below:
More information about this, you could check this FAQ.

Related

how to change credentials of virtual machine

I want to change credentials of my virtual machine. First want to take backup,and then change username and password of virtualmachine (RDP). I'm not able to get settings in azure portal. Since our website is up and running, we don want to take risk, so need proper guidance.. Kindly guide me steps how to continue in azure portal.
You could select the particular VM on azure portal and goto Reset Password
Add the new username there and configure with the password

Unable to add ssh key in azure vm

I am the admin of this particular azure subscription. I had to add my ssh key to a ubuntu server. But when I try to add the ssh key through "Reset Password", After sometime I'll get the following error message.
VM agent on VM 'Server' has not reported latest status for extension 'enablevmaccess'. Please verify the VM has a running VM agent and can establish outbound connections to Azure storage.
What might be the issue? How to resolve this?
Failed to reset ssh key
vmaccess is enabled
Two simple thing you might try;
Uninstall the VMAccess extension and try reset again.
Use the 'Run Command' to set/reset password.
Hope this helps.
your first error tells you exactly why this happens. vm extension needs to talk to azure storage to report extension status. if it cant - portal operations might fail (this doesnt mean the extension failed; its just unable to report actual extension status).

Login using Putty for Hive

I created a HDinsight Cluster and was trying to log in to Shell using Putty
<Clustername>-ssh.azurehdinsight.net using the given credentials while creating the Cluster.
Having problems logging using Putty after I gave credentials it's showing access denied.
Are there any other permissions that I need to provide to log in using Putty?
At the time of creating the cluster, you need to select the SSH option and specify the public key. This can then be used to submit jobs by logging in to the head node. I had blogged about it recently
https://nileshgule.blogspot.sg/2017/10/submit-apache-spark-job-from-command.html
Hope this helps
No need any permissions that need to provided to log in using putty.
If you are using the following syntax to connect using putty(you will receive Access denied):
ssh sshuser#clustername-ssh.azurehdinsight.net
Use the following to connect using putty:
sshuser#clustername-ssh.azurehdinsight.net
You can securely connect to the below endpoints in the HDInsight cluster with an SSH client. you may refer Documentation.
You can also try the below method to connect HDInsight cluster using PuTTY.
Goto Configuration -> SSH + Cluster login -> copy the cluster name without ssh -> enter the details in PuTTy and click connect -> enter the password to connect.
Refer the below screenshots for more details.

azure linux vm recovery - unable to remote login

forgot user name password for a linux (ubuntu) vm. tried to "Reset Remote Access" from the portal, but it is not helping - more than 30 minutes - it still shown in progress. Tried to do it via azure command line. Created a new user with password, but unable to login. SSH says access denied. Should I do any additional steps?
After creating new user you should also reset your SSH connection. You could refer to Reset Access and Manage Users and Check Disks with the Azure VMAccess Extension for Linux for detailed steps.

How can I find or change my password and login for windows Azure?

It's really big problem for me - ugly UI, where I can't see ssh connection requisites for my new virtual machine instance. Is it possible to change password? Password and login from my manage.windowsazure.com panel is not approach.
I guess you are talking about a Linux VM? When creating a new VM you have to supply a username and password or you can upload an SSH key. The standard username is azureuser. There is no way to reset the password of a VM w/o having access to it.
Update: By now it's possible to create a new User/Password or upload a new SSH key via the new Azure Portal.
Got to https://portal.azure.com
Select your virtual machine
Click on Settings
Select Reset Password
Generate new certificate using this article: http://azure.microsoft.com/en-us/documentation/articles/linux-use-ssh-key/
In Azure management console, go to "CLOUD SERVICES" -> your service -> certificates
Upload you new generated certificate
Now you can login with ssh -i ~/.ssh/[private_key] azureuser#[yourappname].cloudapp.net
Have you tried changing it on the machine.
Login to the Virtual Machine via SSH with your current password. and run chpwd

Resources