• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here:Home » OpenStack Raksha Client Tools (HP Cloud)

By Abhishek Ghosh April 6, 2015 11:32 am Updated on April 6, 2015

OpenStack Raksha Client Tools (HP Cloud)

Advertisement

OpenStack Raksha Client Tools Means the Python Tools Which are Related to Data Protection and Backup. Examples are Given With HP Cloud as Client. It should appear to the reader as an obvious statement – if the OpenStack installation is the reader’s installation, the control will be the highest but if the OpenStack installation is used as Client (like when we use the service of HP Public Cloud or Rackspace Cloud) – control becomes limited. OpenStack Raksha itself has a less used client tools in that sense. We use the other client tools. OpenStack Raksha is a broader group of services for data protection. When we are saying OpenStack Raksha Client Tools, it means we are talking about two python clients with no specificity.

 

Understanding OpenStack Raksha Client Tools and OpenStack Raksha

 

Raksha is Vedic Sanskrit word. It means “To Save (someone)”. Example – “Lord Shiva will perform Raksha of your VM”. Ultimately, the Raksha’s meaning has been deteriorated to joke like Chala, Guru etc. Raksha Korun (do raksha) is used to indicate stop in joking tone. But, this Raksha works fine, as intended.

You can try to run sudo pip install python-rakshaclient – it will not work! There is actually such a direct client tool, but possibly people do not use it, you can install that in this way :

Advertisement

---

Vim
1
sudo pip install git+https://github.com/DPaaS-Raksha/python-rakshaclient.git

We have to install cinderclient and glanceclient in the same way on OS X as we have installed OpenStack Python Clients before.

Client Setup

Who will use Rackspace or HP Cloud, it is expected that they will use Mac. Mac is the standard, then after that level HP and IBM’s mainframe or closer to mainframe computers are the valid options. Frankly, we need an unix like OS on a Standard Computer – it can be HP UX or OS X. Otherwise our Homebrew – iTerm – ZSH things will not work. It is not abnormal to infected with malware on Microsoft Windows and get the full setup hacked. GNU Linux will be next better option.

Understanding OpenStack Raksha

Raksha is a scalable data protection service for OpenStack Cloud. So we need to run and install these from OS X Terminal :

Vim
1
2
sudo pip install python-cinderclient
sudo pip install python-glanceclient

Cinder, Glance, Nova and Swift – four things makes the OpenStack Raksha thing. Backup can be incremental or full at one shot.

OpenStack Raksha Client Tools (HP Cloud)

 

Using OpenStack Raksha Client Tools (HP Cloud)

 

First do a cat to check whether your setup is right :

Vim
1
cat .zshrc

So, practically what we are going to show is kind of command line version of our previous guide to manage Floating IP and Snapshot. We guess, most loves command line more than GUI as an advance user. First, we can see the IDs of the running instances with this command :

Vim
1
nova list

This is a fake example looking like real result :

Vim
1
2
3
4
5
+--------------------------------------+-------------+--------+------------+-------------+-------------------------------------------+
| ID                                   | Name        | Status | Task State | Power State | Networks                                  |
+--------------------------------------+-------------+--------+------------+-------------+-------------------------------------------+
| 79sdfdgh-678o-dddd-mmm-whywhywhy7 | peculiarInstance | ACTIVE | -          | Running     | abhishek-network=10.0.0.78, 15.125.77.166 |
+--------------------------------------+-------------+--------+------------+-------------+-------------------------------------------+

That 79sdfdgh-678o-dddd-mmm-whywhywhy7 is the ID. nova client is dangerous. Be careful with it. If wrong command is ran, none can save you. HP has excellent guide at this point :

Vim
1
https://community.hpcloud.com/article/managing-your-floating-ips

Paste the URL on a text editor and then navigate from browser. If you have installed Raksha client :

Vim
1
raksha help backupjob-create

You will get the idea. You can download an image with glance :

Vim
1
glance image-download --file snapshot.raw f30b204e-1ce6-40e7-b8d9-b353d4d84e7d

If nove client throw errors after installing raksha client, upgrade it :

Vim
1
sudo pip install --upgrade python-novaclient

For OS X 10.10.1 (Yosemite), run :

Vim
1
sudo pip install pyopenssl ndg-httpsclient pyasn1

to get rid of the SSL related errors. Now, if you run :

Vim
1
glance image-list

You will get the list of all the images, it is not exactly what is desired. So, pipe it :

Vim
1
glance image-list | grep Ubuntu

… incase your need is Ubuntu name.

Tagged With how to configure raksha , how to setup raksha , Raksha backup
Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to OpenStack Raksha Client Tools (HP Cloud)

  • OpenStack Cloud Tools Python Packages

    OpenStack Cloud Tools Python Packages are quite easy to install python using the pip command. We have shown how to install for Linux server.

  • WordPress & PHP : Different AdSense Units on Mobile Devices

    Here is How To Serve Different AdSense Units on Mobile Devices on WordPress With PHP. WordPress Has Function Which Can Be Used In Free Way.

  • Nginx WordPress Installation Guide (All Steps)

    This is a Full Nginx WordPress Installation Guide With All the Steps, Including Some Optimization and Setup Which is Compatible With WordPress DOT ORG Example Settings For Nginx.

  • OpenStack Monitoring Tool (For HP Cloud)

    Less Known but there is OpenStack Monitoring Tool For HP Cloud, rather HP Cloud Monitoring Tool for Checking the Nova Instances via GUI.

performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Hybrid Multi-Cloud Environments Are Becoming UbiquitousJuly 12, 2023
  • Data Protection on the InternetJuly 12, 2023
  • Basics of BJT TransistorJuly 11, 2023
  • What is Confidential Computing?July 11, 2023
  • How a MOSFET WorksJuly 10, 2023
PC users can consult Corrine Chorney for Security.

Want to know more about us?

Read Notability and Mentions & Our Setup.

Copyright © 2023 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy