이 콘텐츠는 선택한 언어로 제공되지 않습니다.

1.7. Initialize the Fabric Server on EC2


Overview

Now that you have a Fabric Server in the cloud, you need to set it up so that it is capable of expanding. You can initialize the Fabric Server so that it is capable of creating and provisioning new managed containers in the cloud.

Steps to initialize the Fabric Server

To initialize the Fabric Server on EC2, perform the following steps:
  1. Log on to the remote Fabric Server using the command-line client. In the InstallDir/bin directory there is a client utility, which you can use to get console access to the remote Fabric Server. Enter the following at the command line:
    cd InstallDir/binInstallDir/bin
    ./client -u admin -p admin -h 50.19.18.91
    Copy to Clipboard Toggle word wrap
    Where 50.19.18.91 should be replaced by the public IP address of the registry container that you created in the previous section. If this command is successful, you should see the following client console:
    |  ___|  | |        (_)    |  _  |
    | |_ __ _| |__  _ __ _  ___ \ V / 
    |  _/ _` | '_ \| '__| |/ __|/ _ \ 
    | || (_| | |_) | |  | | (__| |_| |
    \_| \__,_|_.__/|_|  |_|\___\_____/
      Fabric8 Container (1.0.0.redhat-350)
      http://fabric8.io/
    
    Type 'help' to get started
    and 'help [cmd]' for help on a specific command.
    Hit '<ctrl-d>' or 'osgi:shutdown' to shutdown this container.
    
    Open a browser to http://localhost:8181 to access the management console
    
    Create a new Fabric via 'fabric:create'
    or join an existing Fabric via 'fabric:join [someUrls]'
    
    Fabric8:admin@registry>
    Copy to Clipboard Toggle word wrap
  2. Deploy the cloud-aws.ec2 profile, to gain access to the cloud console commands:
    Fabric8:admin@registry> fabric:container-add-profile registry cloud-aws.ec2
    Copy to Clipboard Toggle word wrap
    Note
    During re-deployment, you will automatically be logged out of the client!
  3. Log back on to the Fabric Server using the client utility:
    ./client -u admin -p admin -h 50.19.18.91
    Copy to Clipboard Toggle word wrap
  4. Register the Amazon EC2 provider, by entering the following console command:
    Fabric8:admin@registry> fabric:cloud-service-add --name aws-ec2 --provider aws-ec2
    --identity AccessKeyID --credential SecretAccessKey
    Copy to Clipboard Toggle word wrap
  5. You can check that the aws-ec2 service has been registered, by entering the following command:
    Fabric8:admin@registry> fabric:cloud-service-list
    Copy to Clipboard Toggle word wrap
    Which should display output like the following:
    Compute APIs:
    -------------
    [id]                     [type]       [local services]         [fabric services]       
    ec2                      compute      [ ]                      [ ]                     
    stub                     compute      [ ]                      [ ]                     
    Compute Providers:
    -------------
    [id]                     [type]       [local services]         [fabric services]       
    aws-ec2                  compute      [ ]                      [ aws-ec2 ]
    Copy to Clipboard Toggle word wrap
맨 위로 이동
Red Hat logoGithubredditYoutubeTwitter

자세한 정보

평가판, 구매 및 판매

커뮤니티

Red Hat 문서 정보

Red Hat을 사용하는 고객은 신뢰할 수 있는 콘텐츠가 포함된 제품과 서비스를 통해 혁신하고 목표를 달성할 수 있습니다. 최신 업데이트를 확인하세요.

보다 포괄적 수용을 위한 오픈 소스 용어 교체

Red Hat은 코드, 문서, 웹 속성에서 문제가 있는 언어를 교체하기 위해 최선을 다하고 있습니다. 자세한 내용은 다음을 참조하세요.Red Hat 블로그.

Red Hat 소개

Red Hat은 기업이 핵심 데이터 센터에서 네트워크 에지에 이르기까지 플랫폼과 환경 전반에서 더 쉽게 작업할 수 있도록 강화된 솔루션을 제공합니다.

Theme

© 2025 Red Hat