Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.

Chapter 2. Setting Up Your Administration Server


Red Hat Ceph Storage uses an administration server for a Red Hat Ceph Storage repository, the Calamari monitoring and administration server, and your cluster’s Ceph configuration and authentication keys.

Visit https://access.redhat.com/articles/1560193 to obtain the Red Hat Ceph Storage installation ISO image file for CentOS 6.

Execute the following steps:

  1. Download the rhceph-1.2.3-centos-6-x86_64.iso file.
  2. Using sudo, mount the image:

    sudo mount -o loop <path_to_iso>/rhceph-1.2.3-centos-6-x86_64.iso /mnt
    Copy to Clipboard Toggle word wrap
  3. Using sudo, install the setup script.

    sudo yum install /mnt/ice_setup-*.rpm
    Copy to Clipboard Toggle word wrap
  4. Create a working directory for your Ceph cluster configuration files and keys. Then, navigate to that directory. For example:

    mkdir ~/ceph-config
    cd ~/ceph-config
    Copy to Clipboard Toggle word wrap
  5. Using sudo, run the setup script in the working directory. NOTE: You cannot run the setup script in /mnt or a read-only directory or the script will crash. The script will output a cephdeploy.conf file, which ceph-deploy will use to point to the local repository.

    sudo ice_setup -d /mnt
    Copy to Clipboard Toggle word wrap

    The setup script performs the following operations:

    • It moves the RPMs to /opt/ICE and /opt/calamari
    • It creates a .repo file for the ceph-deploy and calamari packages pointing to a local path
    • It installs the Calamari server packages on the admin node
    • It installs the ceph-deploy package on the admin node; and
    • It writes a cephdeploy.conf file to /opt/ICE.
  6. Using sudo, initialize the Calamari monitoring and administration server.

    sudo calamari-ctl initialize
    Copy to Clipboard Toggle word wrap
    Note

    The initialization script implies that you can only execute ceph-deploy when pointing to a remote site. You may also direct ceph-deploy to your Calamari admin node (e.g,. ceph-deploy admin <admin-hostname>). You can also use the Calamari admin node to run a Ceph daemon, although this is not recommended.

At this point, you should be able to access the Calamari web server via a web browser. Proceed to Storage Cluster Quick Start guide.

Nach oben
Red Hat logoGithubredditYoutubeTwitter

Lernen

Testen, kaufen und verkaufen

Communitys

Über Red Hat Dokumentation

Wir helfen Red Hat Benutzern, mit unseren Produkten und Diensten innovativ zu sein und ihre Ziele zu erreichen – mit Inhalten, denen sie vertrauen können. Entdecken Sie unsere neuesten Updates.

Mehr Inklusion in Open Source

Red Hat hat sich verpflichtet, problematische Sprache in unserem Code, unserer Dokumentation und unseren Web-Eigenschaften zu ersetzen. Weitere Einzelheiten finden Sie in Red Hat Blog.

Über Red Hat

Wir liefern gehärtete Lösungen, die es Unternehmen leichter machen, plattform- und umgebungsübergreifend zu arbeiten, vom zentralen Rechenzentrum bis zum Netzwerkrand.

Theme

© 2025 Red Hat