Infrastructure Server Manager (2023)

overview

ÖInfra Chef-Serverbook page (Infrastructure > Chief Server) allows you to connect existing Chef Infra servers to Chef Automate, view all connected Chef Infra servers, and manage all objects on your connected Chef Infra servers.

ÖInfra Chef-Serveracts as a hub for configuration data. Chef Infra Server savescookbooks, the policies appliedusand metadata describing each registered node managed by Chef Infra Client.

The nodes use the Chef Infra client to request configuration details such as recipes, templates, and file layouts from the Chef Infra server. Chef Infra Client does all possible configuration work on the nodes themselves (not on Chef Infra Server).

This scalable approach spreads the configuration effort across the organization.

Infrastructure Server Manager (1)

The objects that you can manage through Chef Infra Server are:

  • cookbooks
  • functions
  • environments
  • data pockets
  • Customers
  • Us
  • policy files
  • policy group

Connect Chef Infra Server to Chef Automate

ÖInfra Chef-ServerThe panel starts with an empty list of servers.

To add existing Chef Infra servers to the Chef Automate infrastructure, selectAdd server bossrequesting the Chef Infra server name, FQDN and IP address:

Infrastructure Server Manager (2)

Chef Automate will warn you if you enter an invalid FQDN or IP address:

Infrastructure Server Manager (3)

Once that's done, selectAdd server bossand look at the server in the Chef Infra server list.

Connect a Chef organization to a Chef Infra server

To view a list of existing onesThe organizationOn a Chef Infra Server, select a Chef Infra Server from theChef-Serverlist, and then select theThe organizationInstruction as follows:

Infrastructure Server Manager (4)

To create a new organization, see the documentation atConfigure a Chef Infra server.

To add an existing organization, selectAdd cooking organization, which will open a dialog box as shown below:

Infrastructure Server Manager (5)

the introduceName,projects,Administrator, miChave-AdminFields with the same values ​​provided when the organization is configured withAgain.Copy the contents of~/.chef/USER.movefile and paste itChave-AdminField. then selectAdd cooking organizationto add the organization to the Chef Infra Server.

Access the Chef Infra server components

Manage the following Chef Infra Server components for an organization with Chef Automate:

  • cookbooks
  • functions
  • environments
  • data pockets
  • Customers

To access these components for an organization, selectBoss Server > The Organizationand then select an organization. See the picture below:

Infrastructure Server Manager (6)

cookbooks

Arecipe bookit is the fundamental unit of policy configuration and deployment. A cookbook contains recipes and other files, components, or directories.

Chef Infra Server lets you view:

  • List of cookbooks with the latest version
  • Different versions of a cookbook.
  • content of a cookbook.
  • Details of a cookbook

cookbook list

In Chef Infra Server you can view all the cookbooks in an organization. The latest version of the cookbooks will be mentioned in the listing.

Infrastructure Server Manager (7)

Select a cookbook from the list to view the details of that cookbook.

Different versions of cookbooks.

To view different versions of a cookbook:

  • Select a cookbook from the list.
  • View the different versions of the cookbook using the drop-down list.
Infrastructure Server Manager (8)

Contents of the cookbook

ChooseFelizTab to view recipes and other components of a cookbook. This view also contains the files or directories of the components. To view the contents of the cookbook, select the file from the Components list.

Infrastructure Server Manager (9)

Details of a cookbook

ChoosedetailsTab to view requirements, usage, features and license.

Infrastructure Server Manager (10)

functions

functionsThey allow the definition of patterns and processes that exist in the nodes of an organization and pertain to a single job function. Each function consists of zero (or more) attributes and an execution list.

Chef Infra Server enables:

  • create a function
  • View all features
  • Search for a specific feature
  • See feature details:
    • Laufliste
    • Attribute
  • delete a role

create a role

To create a new role, selectcreate function:

(Video) What does an IT Infrastructure Manager do?

Infrastructure Server Manager (11)

selection ofcreate functionbutton opens a dialog box. The dialog contains four sections:details,Laufliste,Standardattribute, mireplace attributes. Enter the details in the possible sections and selectCreateto create a new role.

Infrastructure Server Manager (12)

search for a function

use thesearch functionsBar to locate the existing function in the list of functions. Entering a role name in the search field returns roles that match your search criteria.

Infrastructure Server Manager (13)

View Role Details

Select a specific role to view details for that specific role. It contains two tabs,detailsmiAttribute.

Infrastructure Server Manager (14)

Ödetailscontains the playlist while the Attributes tab shows the playlist.StandardIt is inoverlapRole attribute.

Infrastructure Server Manager (15)

you can edit itStandardmioverlapAttributes by selecting theeditPossibility. A pop-up window will open where you can make changes and selectSave on computer.

delete a role

Chef Infra Server allows you to remove existing roles individually. To remove a role, select the ellipse iconand thenExtinguish, as shown below:

Infrastructure Server Manager (16)

environments

LikeSurroundingsIt can be used to map the real world workflow of an organization to what can be configured and managed with Chef Infra. This mapping is achieved by defining attributes and setting environment-level cookbooks.

The Chef Infra Server user interface allows:

  • create an environment
  • View all environments
  • Search for a specific environment
  • View the details of an environment
  • edit an environment
  • delete an environment

create an environment

To create a new environment, selectcreate environment, as shown below:

Infrastructure Server Manager (17)

selection ofcreate environmentbutton opens a dialog box. The dialog contains four sections:details,restrictions,Standardattribute, mireplace attributes. Enter the details in the possible sections and selectCreateto create a new environment.

Infrastructure Server Manager (18)

look for an environment

use theresearch environments-Bar to search an existing environment in the list. If you enter a room name in the search field, rooms matching your search criteria will be displayed.

Infrastructure Server Manager (19)

details of an environment.

Select a specific environment to view the constraints and cookbook attributes for that environment.

Cookbook Restrictions

The selected bar contains the list of all cookbook restrictions withName, from themOperator, miexecutionor chooseeditto change itCookbook Restrictions.

Infrastructure Server Manager (20)
Attribute

The Attributes window shows all default values ​​and overridesAttribute. chooseexpand allÖpick up everythingto show or hide the attributes. chooseeditto change itStandardattributemireplace attributes.

monitoring

You can editCookbook RestrictionsIt is inAttributeonly for environments with aClientfor this reasonOrganisation.

Infrastructure Server Manager (21)

delete an environment

With Chef Infra Server, you can only remove one environment at a time. chooseExtinguishClick the more info icon (three dots) to the far right of the environment you want to delete, as shown below:

Infrastructure Server Manager (22)

data pockets

data pocketsStore global variables as JSON data. The data packets are indexed for searching and can be carried by a cookbook or accessed during a search.

The Chef Infra Server user interface allows:

  • Create a data bag
  • Show all data packages
  • Search for a specific data bag item
  • Create a data bag item
  • Edit a data package item
  • Remove an item from the data package
  • Delete a data package

Create a data package

To create a new data package, selectCreate data bag, as shown below:

Infrastructure Server Manager (23)

selection ofCreate data bagbutton opens a dialog box. Enter the name and selectCreate.

Infrastructure Server Manager (24)

Create a data bag item

To create a data package item, select the data package from the data package list and do the following:

choosecreate article, as shown below:

Infrastructure Server Manager (25)

selection ofcreate articlebutton opens a dialog box. the introduceItem ID of the data bagand the details of the key-value pairs for that particular item. chooseCreate.

(Video) Introduction to IT Infrastructure

Infrastructure Server Manager (26)

Search for an item

use theFind data bag itemsto find an item in the list of data package items. Entering an item name in the search bar returns items from the data store that match your search criteria.

Infrastructure Server Manager (27)

Edit a data bag item

Select a specific data package item to view details. The information includes aI wanted, ya fromkey values. Chef Infra Server allows you to do thiseditan item from the databag.

Infrastructure Server Manager (28)

To edit the details of the data package elements, chooseedit. In the dialog box, you can edit the details of each data store item. Once that's done, selectsave article.

Infrastructure Server Manager (29)

Delete an item from the data bag

Select a specific data package item to view details. The information includes aI wantedthere is one ofkey values. Chef Infra Server allows you to do thisextinguishan item from the databag.

Infrastructure Server Manager (30)

To remove an item from the data bag, selectExtinguish. Select in the dialog box that appearsExtinguishto remove the element from the data package.

Infrastructure Server Manager (31)

Delete a data package

With Chef Infra Server you can remove existing data packages individually. To remove a data package, select the ellipse iconand thenExtinguish, as shown below:

Infrastructure Server Manager (32)

Customers

Chef Infra clients provide secure API access to the Chef Infra server. The Chef Infra Server user interface allows:

  • create a client
  • Show all customers
  • Search for a specific customer
  • Resetting a customer key
  • delete a customer

create a client

To create a new customer, selectCreate customer.

Infrastructure Server Manager (33)

ÖCreate customerbutton opens a dialog box. the introduceCustomer Nameand selectValidierungs-Clientto create a validation client. chooseCreate.

Infrastructure Server Manager (34)

chooseCreateopens a dialog with theprivate keythat particular customer. chooseDisposeto download theprivate key.

Infrastructure Server Manager (35)

look for a customer

use thelooking for customersBar to find a customer in the customer list. Entering a customer's name in the search bar returns customers that match your search criteria.

Infrastructure Server Manager (36)

A client's public key

Select the client to view thepublic keyfor this customer. Opublic keyof this client is displayed indetails.

Infrastructure Server Manager (37)

With Chef Infra Server you canpublic keyUse ofReset-KnopfPossibility. selection ofReset-KnopfOption opens a warning messageThe current key is no longer accepted.

Infrastructure Server Manager (38)

selection ofReset-Knopfshown in the screenshot above opens a new dialog containing the new clientprivate key. To download the new oneprivate key, chooseDispose.

Infrastructure Server Manager (39)

delete a customer

Chef Infra Server allows you to remove existing clients individually. To remove a customer, select the ellipse iconand thenExtinguish, as shown below:

Infrastructure Server Manager (40)

Us

AIsis a device managed by Chef Infra. During execution of Chef Infra Client retrieves Infra ClientAttributewhich defines the expected state of the node and aLauflistewhich defines how a node in this state can be configured by the Infra-Server. Infra Client uses this information to update the node to the expected state.

The integration of Chef Infra Server enables:

  • Search for a specific node
  • see all nodes
  • Details of a node
  • Edit playlist
  • Edit Attributes
  • reference labels
  • Resetting a node key
  • delete a node

Search for a knot

Use the search bar on the About tab (Chef Infra-Server > About us) to find a node in the node list. Entering a node name in the search bar returns nodes that match your search criteria.

Infrastructure Server Manager (41)

Details of a node

Select a specific node to view node information, metadata, and environment details for the node. The first section of the page has thenode informationifSurroundings,policy group, miinsurance name. You can see those toometadatafor the node containing the name of theChef-Server, and the name ofcooking organization.

The information above looks similar to the following:

Infrastructure Server Manager (42)

The next section of the page contains two options:

  • details
  • Laufliste
  • Attribute
details

ÖdetailsThis section allows you to view and update the environment of the node. The drop-down list consists of the list of environments created on the Chef server. You can choose any environment for the selected node.

To select the environment:

  • Select the dropdown menu and the name of the environment.

  • You can add captions to the environment in the text bar below the drop-down menu.Monitoring:To add multiple tags at once, use a comma separator. Example: Label1, Label2, Label3.

    (Video) What is IT infrastructure?

  • When you select an environment, a pop-up window opens to save the node environment. chooseSave on computerto change the environment of the node.

Infrastructure Server Manager (43)
Laufliste

You can edit, expand, or collapse a node's execution list.

Infrastructure Server Manager (44)

Edit a playlist by:

  1. chooseedit. A pop-up window will open.

  2. The left side of the window contains the list of environments. Select an environment from the list.

  3. The right side of the window shows the run list for the selected environment.

  4. Select the runlist for a specific environment.

  5. chooseCreate.

This will open a pop-up window similar to the following:

Infrastructure Server Manager (45)

You can find the editing window directly by selecting the ellipse iconand thenEdit playlistof a specific node in the node list. Selecting the option will open a pop-up window for editing the playlist.

Attribute

The Attributes window shows all default values ​​and overridesAttribute. chooseexpand allÖpick up everythingto show or hide the attributes. chooseeditchange or update existing attributes.

Infrastructure Server Manager (46)

You can find the editing window directly by selecting the ellipse iconand thenEdit Attributesof a specific node in the node list. Selecting the option opens a pop-up window for editing the attributes.

reference labels

Chef Infra allows you to manage environment tags. You can add or remove multiple tags in two ways:

  1. Select the node and add labels from the text bar under the Environment dropdown.

  2. Select the ellipse iconand thenreference labelsfor a specific node. Add and remove tags in the tag editor and selectupdate tagsto save your changes.

Infrastructure Server Manager (47)

Resetting a customer key

Reset a customer key by selecting the ellipse iconand thenReset-Knopfof a specific node in the node list. chooseReset-Knopfopen a noteThe current key is no longer accepted. chooseReset-Knopfagain to confirm.

Infrastructure Server Manager (48)

delete a node

Delete individual existing nodes by selecting the ellipse iconand thenExtinguish:

Infrastructure Server Manager (49)

policy files

policy filesThey are the preferred way to manage roles, environments, and community cookbook data with a single document uploaded to the Chef Infra server. Policy files allow you to test and promote code with a simpler interface.

The integration of Chef Infra Server enables:

  • Look for specific policy files
  • View all policy archives
  • Look at the details of the policy files:
    • Feliz
    • Attribute
    • Revisions-ID
  • Delete policy files

Browse policy files

Use the search bar on the Policy File tab (Chef Infra Server > Policy File) to find a policy file in the list. Enter a policy file name in the search bar to view the corresponding policy files.

Infrastructure Server Manager (50)

Policy file details

Select a policy file to view itMETADATA,Feliz,Attribute,Revisions-ID, miCookbook Outhousethis policy file.

Infrastructure Server Manager (51)
Content tab

ÖFelizThe tab contains the list of all:

  • guidelines included
  • run lists
guidelines included

Select a specific policy file from theguidelines includedto see the details.

Infrastructure Server Manager (52)

In the image above, the slider tab shows thedetailsthe selected policy file. Watch themRevisions-IDChoosereviewsoption on the tab.

Laufliste

Select a specific execution item from the execution list to view the details in a slider tab.

(Video) Windows Server best practice you’ll want to implement today

Infrastructure Server Manager (53)

To view the cookbook details for the item, selectGo to the recipe book detailsoption on the tab.

die Attribute

ÖAttributetab shows theStandardIt is inoverlapAttributes of a policy file.

Infrastructure Server Manager (54)

CanExpandmicollapseÖStandardmioverlapAttributes by selecting the option.

Cookbook Outhouse

ChooseCookbook Outhousebutton to see alldependency rulesmirecipe bookthe policy file in spreadsheet format. Select a specific cookbook from the list to view the cookbook details.

monitoring

Selecting a specific cookbook will take you to the audit area of ​​therecipe bookmain guide.

The sliding tab contains theOperatormiexecutionof cookbooks.

Infrastructure Server Manager (55)

monitoring

You can find themRevisions-IDOpen window directly by selecting the ellipse icon of a policy file. Selecting the option opens a pop-up window with the detailed Revision ID.

Infrastructure Server Manager (56)

Delete policy files

Delete individual policy files by selecting the ellipse iconand thenExtinguish:

Infrastructure Server Manager (57)

policy group

The integration of Chef Infra Server enables:

  • Find a policy group
  • Show all policy groups
  • View the details of a policy group
    • policy files
    • Us

Find a policy group

The search bar on the Policy Groups tab (Chef Infra Server > Policy Groups) searches for a policy group in the list. Enter the name of a policy group in the search bar to view matching policy groups.

Infrastructure Server Manager (58)

View the details of a policy group

Select a policy group to view the policy group information and METADATA for that policy group.

Infrastructure Server Manager (59)
Policy Files tab

The policy group details page displays the list ofpolicy files.

Infrastructure Server Manager (60)

Select a policy file from the list to view its details.

monitoring

If you select a specific policy file, you will be redirected to the policy details section.policy filesmain guide.

us tab

You can view the list on the policy group details pageUs.

Infrastructure Server Manager (61)

Select a node from the list to view its details

monitoring

Selecting a specific node opens the details pane of theUsab

(Video) How to Crack IT Infrastructure Project Manager Interview | P48 | Project 48 | #PMP #Interview

solve problems

You may find an error when searching for items such as cookbooksCookbooks could not be retrieved: The organization "no-org" does not exist, which means that the specified organization does not exist on the Chef Infra Server.

Infrastructure Server Manager (62)

Create the organization with the knife command,make opc org createor the Chef Infra Server CLI command,chef-server-ctl org-create, then add theName,projects,Administrator, miChave-Adminto search for objects.

Videos

1. Infrastructure Monitoring using System Center Operations Manager
(DEV205x)
2. What is Server Management
(Spirula Systems)
3. Hyperconverged Infrastructure Explained
(Pro Tech Show)
4. Using Chef Automate for Infrastructure Management
(Chef Software)
5. Digital Business #4 - Managing DB Infrastructure
(GungguLearning)
6. Managing IT Infrastructure
(LookingPoint, Inc.)
Top Articles
Latest Posts
Article information

Author: Merrill Bechtelar CPA

Last Updated: 05/12/2023

Views: 5639

Rating: 5 / 5 (70 voted)

Reviews: 93% of readers found this page helpful

Author information

Name: Merrill Bechtelar CPA

Birthday: 1996-05-19

Address: Apt. 114 873 White Lodge, Libbyfurt, CA 93006

Phone: +5983010455207

Job: Legacy Representative

Hobby: Blacksmithing, Urban exploration, Sudoku, Slacklining, Creative writing, Community, Letterboxing

Introduction: My name is Merrill Bechtelar CPA, I am a clean, agreeable, glorious, magnificent, witty, enchanting, comfortable person who loves writing and wants to share my knowledge and understanding with you.