If you are a newbie on linux and want to quickly master linux you can check Learn Linux course on Udemy.
Here I am listing few Linux commands and topics which you should know before sitting for the Redhat Openstack exam.
- Comfortable with vi/vim editor. You should know how to edit a file because you will have to edit the configuration file for starting the openstack installation.
- Know how to navigate in linux and view files using commands like cd , ls, more, cat etc.
- You can use commands like cp, mv to copy and move or rename a file.
- Should understand how a repository is created in linux. The repo file is generally saved in /etc/yum.repos.d .
- Know how to update the patches in linux using YUM or rpm tools.
- Understand basic networking using commands like “ifconfig -a” and “ip addr” . Network configuration files are generally stored in /etc/sysconfig/network-scripts directory. Check how to configure IP.
- Check the files where the server names are saved like /etc/hosts .
- Understand how the LVM(Logical Volume Manager) works in Linux. For details refer free LVM crash course .
- How to start/stop and enable/disable services in linux.
- How to sftp and ssh to and from the openstack server.
- Compute (Nova)
- Networking (Neutron)
- Block storage (Cinder)
- Identity (Keystone)
- Image (Glance)
- Object storage (Swift)
- Dashboard (Horizon)
- Orchestration (Heat)
- Heat(Orchestration)
Once the installation is done you can use CLI or GUI for doing further questions in exam. If you are new to Openstack, GUI is best option. It is good and gives you a graphical overview of what you are doing.
Some of the questions you can expect in exam post installation are:-
- Create Public and Private subnets
- Create Users and Projects
- Launch instance
- Create Volumes
- Attach volumes to instance.
Be Sociable. Share It. Happy Learning!
In RHLS guide, there some command is very rare or hard to remember. How to deal with that
ReplyDeleteYou can always refer to the man page. But you should practice enough that you understand the options and use the man page as hint for completing the command.
Deletedoes we need to install openstack in exam for cli and gui access..?
ReplyDeleteyes as I mentioned in the post you have option to install openstack from CLI using packstack.
Delete