このコンテンツは選択した言語では利用できません。

6.3.3. Viewing District Information


This section describes how to view information about a district on your system. Note that the resulting output is in JSON format.
View all available districts with the oo-admin-ctl-district command, or use the -n option with the district's name to view a single district.

Example 6.5. Viewing All Districts

# oo-admin-ctl-district

{ ...
"uuid"=>"7521a7801686477f8409e74f67b693f4",
...}
Copy to Clipboard Toggle word wrap

Example 6.6. Viewing a Single District

# oo-admin-ctl-district -n small_districtoo-admin-ctl-district -n small_district
Copy to Clipboard Toggle word wrap
District Representation on the Broker

During district creation, the broker creates a new document in its MongoDB database. Run the following command to view these documents inside of the openshift_broker database, replacing the login credentials from the /etc/openshift/broker.conf file, if needed:

# mongo -u openshift -p password openshift_brokermongo -u openshift -p password openshift_brokermongo -u openshift -p password openshift_brokermongo -u openshift -p password openshift_brokermongo -u openshift -p password openshift_brokermongo -u openshift -p password openshift_broker
Copy to Clipboard Toggle word wrap
From the mongo shell, you can perform commands against the broker database. Run the following command to list all of the available collections in the openshift_broker database:
> db.getCollectionNames()
Copy to Clipboard Toggle word wrap
Observe the collections returned, noting the districts collection:
  [ "applications", "auth_user", "cloud_users", "districts", "domains", "locks", "system.indexes", "system.users", "usage", "usage_records" ]
Copy to Clipboard Toggle word wrap
Query the districts collection to verify the creation of your districts. District information is output in JSON format:
> db.districts.find()
Copy to Clipboard Toggle word wrap
Exit the mongo shell using the exit command:
> exit
Copy to Clipboard Toggle word wrap
トップに戻る
Red Hat logoGithubredditYoutubeTwitter

詳細情報

試用、購入および販売

コミュニティー

Red Hat ドキュメントについて

Red Hat をお使いのお客様が、信頼できるコンテンツが含まれている製品やサービスを活用することで、イノベーションを行い、目標を達成できるようにします。 最新の更新を見る.

多様性を受け入れるオープンソースの強化

Red Hat では、コード、ドキュメント、Web プロパティーにおける配慮に欠ける用語の置き換えに取り組んでいます。このような変更は、段階的に実施される予定です。詳細情報: Red Hat ブログ.

会社概要

Red Hat は、企業がコアとなるデータセンターからネットワークエッジに至るまで、各種プラットフォームや環境全体で作業を簡素化できるように、強化されたソリューションを提供しています。

Theme

© 2025 Red Hat