Which two default usernames can be used to log in to th…

Your Exadata Cloud instance has been fully provisioned and you continue the setup by logging in to the newly
created Virtual Machines (VMs) by using SSH.
Which two default usernames can be used to log in to the VMs? (Choose two.)

Your Exadata Cloud instance has been fully provisioned and you continue the setup by logging in to the newly
created Virtual Machines (VMs) by using SSH.
Which two default usernames can be used to log in to the VMs? (Choose two.)

A.
administrator

B.
oracle

C.
root

D.
system

E.
opc

Explanation:
https://docs.oracle.com/en/cloud/paas/java-cloud/jscug/switching-vm-users.html



Leave a Reply 4

Your email address will not be published. Required fields are marked *


bender

Jhonata Lamim

Jhonata Lamim

That’s right Bender,

Run the ssh utility:
$ ssh -i private-key-file user-name@node-ip-address
where:
• private-key-file is the path to the SSH private key file.
• user-name is the operating system user you want to connect as:
– Connect as the user oracle to perform most operations; this user does not
have root access to the compute node.
– Connect as the user opc to perform operations that require root access to
the compute node, such as backing up or patching; this user can use the
sudo command to gain root access to the compute node