Intel Rack Scale Architecture PSME
|
|
|
- Elinor Harmon
- 9 years ago
- Views:
Transcription
1 Software Release 1.1 Revision 003 Document Number:
2 All information provided here is subject to change without notice. Contact your Intel representative to obtain the latest Intel product specifications and roadmaps Intel technologies features and benefits depend on system configuration and may require enabled hardware, software, or service activation. Performance varies depending on system configuration. No computer system can be absolutely secure. Check with your system manufacturer or retailer or learn more at No license (express or implied, by estoppel or otherwise) to any intellectual property rights is granted by this document. The products described may contain design defects or errors known as errata which may cause the product to deviate from published specifications. Current characterized errata are available on request. Intel disclaims all express and implied warranties, including without limitation, the implied warranties of merchantability, fitness for a particular purpose, and noninfringement, as well as any warranty arising from course of performance, course of dealing, or usage in trade. Copies of documents that have an order number and are referenced in this document may be obtained by calling or by visiting Intel and the Intel logo are trademarks of Intel Corporation in the United States and other countries. * Other names and brands may be claimed as the property of others. Copyright 2015 Intel Corporation. All rights reserved. 2 Document Number:
3 Contents 1 Introduction... 7 Scope... 7 Intended audience... 7 Terminology... 7 References... 8 Typographical conventions PSME Software Installation... 9 Prerequisites... 9 Acquire the PSME Software... 9 Configure server internet access Building and compiling from source code Dependencies Fedora OS package requirements Ubuntu OS Package Requirements Building and compiling Cumulative compilation of the PSME REST server and all agents Individual component compilation Running the PSME Components PSME Configuration File Logging Fedora Logging Ubuntu Logging PSME REST server Default Configuration PSME agent modules PSME compute module PSME network module PSME storage module Sample PSME Cumulative Build (Compute, Network, and Storage) from Source on Fedora Prerequisites Create a Linux user (rsa) Acquire the PSME v1.1 sourcecode Update the toolchain to Build and compile all of the PSME projects Start the PSME REST server Start the PSME compute agent stubs Start the PSME network agent stubs Start the PSME storage agent Sample PSME Cumulative Build (Compute, Network, and Storage) from Source on Ubuntu Prerequisites Create a Linux user (rsa) Acquire the PSME v1.1 sourcecode Update the toolchain to Build and compile all of the PSME projects Start the PSME REST server Start the PSME compute agent stubs Start the PSME network agent stubs Document Number:
4 Start the PSME storage agent PSME Configuration Guide PSME REST server configuration Prerequisites Properties Example Schema PSME compute agent configuration Prerequisites Properties Example Configuring blade storage controllers and drives Configuring blade network interface Schema BMC Password Encryption PSME storage agent configuration Prerequisites Properties Example Schema PSME network agent configuration Prerequisites Properties Example Schema Document Number:
5 Tables Table 1 Terminology... 7 Table 2 Reference documents... 8 Table 3 Fedora package requirements Table 4 Fedora package modules Table 5 Unbuntu package dependencies Table 6 Unbuntu package modules Table 7 PSME projects and locations Table 8 Compute agent executables Table 9 Network agent executables Table 10 Storage agent executables Table 15 PSME software configuration files Table 17 PSME software configuration files Table 18 Compute module executables Table 19 Network module executables Table 20 Network module executables Table 24 PSME REST server properties Table 25 PSME compute agent properties Table 26 PSME storage agent properties Table 27 PSME network agent properties Document Number:
6 Revision History Revision Description Date 001 Initial release July 31, Added sample software and PSME configuration chapters. August 17, Minor changes. August 31, Document Number:
7 Introduction Scope This document contains information about the installation and management of Intel Rack Scale Architecture Pooled System Management Engine (PSME) Software Release 1.1. Intended audience The intended audiences for this document include: Software Vendors (ISVs) of POD Management software, that make use of PSME API to discover, compose, and manage drawers, regardless of the hardware vendor and/or manage drawers in a multivendor environment. Software Vendors (OxMs) of PSME firmware for different hardware platform than Bulldog Creek SDV that would like to provide PSME API on top of their systems. Terminology Table 1 Term BMC CIMI HTTP IBL JSON Lid OCCI OData OVF pod PODM RCPM REST RSA SDV TMC URI UUID VM XML Terminology Definition Baseboard management controller Cloud Infrastructure Management Interface Hypertext Transfer Protocol Intel Business Link JavaScript Object Notation Localization ID Open Cloud Computing Interface Open Data Protocol Open Virtualization Format A physical collection of multiple racks Pod Manager Rack Control Plane Manager; an equivalent of PODM run at the rack level and managing resources within this rack only Representational state transfer Rack Scale Architecture Software Development Vehicle Tray management controller Uniform resource identifier Universally unique identifier Virtual machine Extensible Markup Language Document Number:
8 Introduction Table 2 References Reference documents Number Title Location Intel Rack Scale Architecture Getting Started Guide Intel Rack Scale Architecture GAMI API Specification Intel Rack Scale Architecture Pod Manager API Specification Intel Rack Scale Architecture Pod Manager Release Notes Intel Rack Scale Architecture Pod Manager Release Notes API Specification This document Intel Rack Scale Architecture RMM Installation Guide Intel Rack Scale Architecture RMM Release Notes Intel Rack Scale Architecture RMM API Specification Intel Rack Scale Architecture Storage Services API Specification Scalable Platforms Management Typographical conventions Symbol and note convention are similar to typographical conventions used in CIMI specification. Notation used in JSON serialization description: Values in italics indicate data types instead of literal values. Characters are appended to items to indicate cardinality: "?" (0 or 1) "*" (0 or more) "+" (1 or more) Vertical bars, " ", denote choice. For example, "a b" means a choice between "a" and "b". Parentheses, "(" and ")", are used to indicate the scope of the operators "?", "*", "+" and " ". Ellipses (i.e., "...") indicate points of extensibility. Note that the lack of an ellipses does not mean no extensibility point exists, rather it is just not explicitly called out. 8 Document Number:
9 PSME Software Installation This section explains how to install the PSME software. Prerequisites Acquire the PSME Software The PSME software contains sourcecode in a GitHub source tree which can be downloaded from It contains source code for the following components: REST Server Compute Agent Network Agent Storage Agent Agent Stubs Compute Network Please refer to the Package Content section of the Intel Rack Scale Architecture Customer Release Notes for the Reference Number of the latest posted version of the PSME source code packages. Configure server internet access Much of the PSME software installation requires access to public software repositories on the Internet. Confirm that the server network, firewall, and proxy configurations allow the appropriate server access. Document Number:
10 Building and compiling from source code Dependencies Certain OS packages must be present when initiating the build process. Other packages will be installed as part of the build. Fedora OS package requirements The following Fedora Linux OS packages must be manually downloaded and installed. They are required for PSME software compilation and full functionality: Table 3 Fedora package requirements Module Version Description gcc GCC compiler gcc-c GCC C++ compiler cmake >=3.0.2 Cmake Build tool uuid-c++-devel fc21 C++ development support for UUID libnl3-devel fc21 Netlink Protocol Development Library (1) libudev-devel fc21 Libudev Development Library (1) scsi-target-utils fc21 (2) (3) SCSI target daemon and utility programs (1) Required for Network Module. (2) Required for Storage Module. (3) Not required for compilation. But must be installed before managing iscsi targets. The following modules are downloaded and installed as part of the CMake step in the initial compilation: Table 4 Fedora package modules Module Version Description curl Curl library libmicrohttpd Library for embedding a webserver in applications jsoncpp rc2.fc21 JSON library implementation in C++ libjson-rpc-cpp JSON RPC server for C++ ncurses 5.9 Ncurses Terminal Handling Library OpenIPMI IPMI library and tools (1) sysfsutils Utilities for interfacing with sysfs (2) lvm Logical Volume Management (LVM) toolset (2) (1) Downloaded if compiling the Compute Module. (2) Downloaded if compiling the Storage Module. 10 Document Number:
11 Building and compiling from source code Ubuntu OS Package Requirements The following Ubuntu Linux OS packages must be manually downloaded and installed. They are required for PSME software compilation and full functionality: Table 5 Unbuntu package dependencies Module Version Description gcc GCC compiler g GCC C++ compiler cmake Cmake Build tool libossp-uuid-dev ubuntu1 C++ development support for UUID libnl-3-dev Netlink Protocol Development Library (1) libnl-route Netlink Route Interface Package (1) libudev-dev 204-5ubuntu20.13 Libudev Development Library (1) tgt 1: ubuntu4 Linux Target Framework (TGT) (2) (1) Required for Network module (2) Required for Storage module The following modules are downloaded and installed as part of the CMake compilation step: Table 6 Unbuntu package modules Module Version Description curl Required by libjsonrcpcpp microhttpd Required to run the PSME & HTTP server jsoncpp JSON library implementation in C++ json-rpc-cpp JSON RPC server for C++ ncurses 5.9 Ncurses Terminal Handling Library OpenIPMI IPMI library and tools (1) sysfsutils Utilities for interfacing with sysfs (2) lvm Logical Volume Management (LVM) toolset (2) (1) Downloaded if compiling the Compute Module (2) Downloaded if compiling the Storage Module Document Number:
12 Building and compiling from source code Building and compiling The location of the PSME projects and their project locations are as follows in Table 7: Table 7 Name PSME Rest Server PSME Compute Agent PSME Network Agent PSME Storage Agent PSME Compute Agent Stubs PSME Network Agent Stubs PSME GAMI Framework PSME projects and locations Project location <PSME_root>/application <PSME_root>/agent-intel/compute <PSME_root>/agent/network <PSME_root>/agent/storage <PSME_root>/agent-stubs/compute <PSME_root>/agent-stubs/network <PSME_root>/common/agent-framework Cumulative compilation of the PSME REST server and all agents This method is used to cumulatively build and compile the PSME Rest Server, Compute Agent, Network Agent, and Storage agent. It is useful for scenarios where all agents run on the same BMC or hardware component. Perform the following steps to build both the PSME Rest Server and all associated Agents: cd <PSME_root> mkdir build cd build cmake.. make The following executables can be found in <PSME_root>/build/bin: psme-rest-server psme-compute-intel psme-compute-stubs psme-network psme-network-stubs psme-storage Individual component compilation This method provides the ability to selectively compile individual components. It is useful for scenarios where the agents will run on different hardware components. PSME REST server Perform the following steps to build both the PSME Rest Server: cd <PSME_root>/application mkdir build cd build cmake.. make The following executables can be found in <PSME_root>/applicationbuild/bin: psme-rest-server 12 Document Number:
13 Building and compiling from source code Compute agent Depending on the package content, this step will build an agent or agent stub. It can be modified to support the desired hardware. Agent Change to the agent source directory: cd <PSME_root>/agent-intel/compute Agent stub Change to the agent stub source directory: cd <PSME_root>/agent-stubs/compute Build procedure Perform the following steps to build the Compute Agent (or agent-stub): mkdir build cd build cmake.. make The following executable can be found in: Table 8 Compute agent executables Type Directory Executable Agent <PSME_root>/agent-intel/compute/build/bin psme-compute Agent-stub <PSME_root>/agent-stubs/compute/build/bin psme-compute-stub Network agent Depending on the package content, this step will build an agent or agent stub. It can be modified to support desired hardware. Agent Change to the agent source directory: cd <PSME_root>/agent/network Agent stub Change to the agent stub source directory: cd <PSME_root>/agent-stubs/network Build procedure Perform the following steps to build the Network Agent (or agent-stub): mkdir build cd build cmake.. make Document Number:
14 Building and compiling from source code The following executable can be found in: Table 9 Network agent executables Type Directory Executable Agent <PSME_root>/agent/network/build/bin psme-network Agent-stub <PSME_root>/agent-stubs/network/build/bin psme-network-stub Storage agent Since no storage agent stub exists, this step will only build a storage agent. It can be modified to support desired hardware. Agent Change to the agent source directory: cd <PSME_root>/agent/storage Build procedure Perform the following steps to build the Storage Agent: mkdir build cd build cmake.. make The following executable can be found in: Table 10 Storage agent executables Type Directory Executable Agent <PSME_root>/agent/storage/build/bin psme-storage 14 Document Number:
15 Running the PSME Components Each PSME component can be executed by root from any local directory, or optionally run from a non-root account if not binding to a privileged port. The component can be executed with default values, or an optional configuration file can be passed as a command line argument. PSME Configuration File The configuration file details and properties can be found in Section 7 of this document. Table 11 shows the configuration files and their location. Table 11 PSME software configuration files Modules PSME Rest Server PSME Compute Agent PSME Network Agent PSME Storage Agent PSME Compute Agent Stubs PSME Network Agent Stubs Configuration files <PSME_root>/application/configuration.json <PSME_root>/agent-intel/compute/configuration.json <PSME_root>/agent/network/configuration.json <PSME_root>/agent/storage/configuration.json <PSME_root>/agent-stubs/compute/configuration.json <PSME_root>/agent-stubs/network/configuration.json Logging The default PSME logging outputs to STDOUT. Fedora Logging Logging on Fedora 21 is managed by systemd. It can be viewed with the Fedora journalctl command. Ubuntu Logging Logging on Ubuntu is managed by upstart. The Ubuntu log files are written to /var/log/upstart/psme-*.log. Document Number:
16 Running the PSME Components PSME REST server Table 12 shows the PSME Rest Server binary executable and its location. Table 12 PSME software configuration files Cumulative Compilation Individual Compilation <PSME_root>/build/bin/psme-rest-server <PSME_root>/application/build/bin/psme-rest-server Default Configuration The PSME REST Server will assume the following default values If no optional configuration file is specified during execution: { "server": { "url": " "network-interface-name" : "enp0s20f0.4094" "registration": {"port": 8383, "mindelay": 3 "commands": { "generic": "Registration" "eventing" : {"enabled": false, "address" : "localhost", "port" : 5667, "poll-interval-sec" : 10 "rest-server" : {"storage-service-mode" : false "service-uuid-file" : "service_uuid.json" PSME agent modules PSME compute module Table 13 shows the PSME Compute Module binary executable and its location.. Table 13 Compute module executables Cumulative Compilation <PSME_root>/build/bin/psme-compute Individual Compilation <PSME_root>/agent-intel/compute/build/bin/psme-compute Individual Stub Compilation <PSME_root>/agent-stubs/compute/build/bin/psme-compute-stubs Default Configuration The PSME Compute Module will assume the following default values If no optional configuration file is specified during execution: { "agent":{"type":"compute" "commands":{"*":{"implementation":"openipmi" "server":{"port":7777, "ipv4":"localhost""registration":{"ipv4":"localhost","port":8383,"interval" :3 "modules":[ 16 Document Number:
17 Running the PSME Components PSME network module Table 14 shows the PSME Network Module binary executable and its location. Table 14 Cumulative Compilation Individual Compilation Network module executables <PSME_root>/build/bin/psme-network <PSME_root>/agent/network/build/bin/psme-network Individual Stub Compilation <PSME_root>/agent-stubs/network/build/bin/psme-network-stubs Default Configuration The PSME Network Module will assume the following default values If no optional configuration file is specified during execution: { "agent":{"type":"network" "commands":{"*":{"implementation":"fm6000" "server":{"port":7777, "ipv4":"localhost" "registration":{"ipv4":"localhost","port":8383,"interval":3 "modules":[ PSME storage module Table 15 shows the PSME Storage Module binary executable and its location. Table 15 Network module executables Cumulative Compilation <PSME_root>/build/bin/psme-storage Individual Compilation <PSME_root>/agent/storage/build/bin/psme-storage Default Configuration The PSME Storage Module will assume the following default values If no optional configuration file is specified during execution: { "agent":{"type":"storage" "commands":{"*":{"implementation": "ConfigurationBased" "server":{"port":7778, "ipv4":"localhost" "registration":{"ipv4":"localhost","port":8383,"interval":3 "modules":[ Document Number:
18 Sample PSME Cumulative Build (Compute, Network, and Storage) from Source on Fedora The following steps can be performed to successfully build, compile, and install the PSME v1.1 REST Server, Compute Module Stubs, Network Module Stubs, and Storage Module on Fedora Linux version 21 with: 4GB RAM 20GB Storage Prerequisites Much of the PSME software installation requires access to public software repositories on the Internet. Confirm that the server network, firewall, and proxy configurations allow the appropriate server access. Create the OS account rsa. Create a Linux user (rsa) For this demonstration, the home directory is /home/rsa. Acquire the PSME v1.1 sourcecode Download the PSME source code and untar in: /home/rsa Update the toolchain to Obtain root access and perform the following steps to update the toolchain to 4.9.2: yum install y gcc gcc-c++ cmake uuid-c++-devel libnl3-devel libudev-devel scsi-target-utils Build and compile all of the PSME projects Log in with the rsa account and perform the following steps to build the PSME Rest Server, Compute Agent stub, Network Agent stub, and Storage Agent:: cd /home/rsa/<psme_source> mkdir build cd build cmake.. make The following executables can be found in /home/rsa/<psme_source>/build/bin: psme-rest-server psme-compute-intel psme-compute-stubs psme-network psme-network-stubs psme-storage 18 Document Number:
19 Sample PSME Cumulative Build (Compute, Network, and Storage) from Source on Fedora Document Number:
20 Sample PSME Cumulative Build (Compute, Network, and Storage) from Source on Fedora Start the PSME REST server 1. Change to the binary executable location: cd /home/rsa/<psme_source>/build/bin 2. Copy the default configuration file to the current directory: cp /home/rsa/<psme_source>/application/configuration.json server.json 3. Execute as root:./psme-rest-server server.json 4. From a web browser, enter the address of the PSME REST Server to see a PSME REST API collections. Start the PSME compute agent stubs 1. Change to the binary executable location: cd /home/rsa/<psme_source>/build/bin 2. Copy the default PSME Compute Agent Stubs configuration file to the current directory: cp /home/rsa/<psme_source>/agent-stubs/compute/configuration.json compute.json 3. Execute as root:./psme-compute-stubs compute.json Start the PSME network agent stubs 1. Change to the binary executable location: cd /home/rsa/<psme_source>/build/bin 2. Copy the default PSME Network Agent Stubs configuration file to the current directory: cp /home/rsa/<psme_source>/agent-stubs/network/configuration.json network.json 3. Execute as root:./psme-network-stubs network.json Start the PSME storage agent 1. Change to the binary executable location: cd /home/rsa/<psme_source>/build/bin 2. Copy the default PSME Storage Agent configuration file to the current directory: cp /home/rsa/<psme_source>/agent/storage/configuration.json storage.json 3. Execute as root:./psme-storage storage.json 20 Document Number:
21 Sample PSME Cumulative Build (Compute, Network, and Storage) from Source on Ubuntu The following steps can be performed to successfully build, compile, and install the PSME v1.1 REST Server, Compute Module Stubs, Network Module Stubs, and Storage Module on Ubuntu Linux version with: 4 GB RAM 20 GB storage. Prerequisites Much of the PSME software installation requires access to public software repositories on the Internet. Confirm that the server network, firewall, and proxy configurations allow the appropriate server access. Create the OS account: rsa Create a Linux user (rsa) For this demonstration, the home directory is: /home/rsa Acquire the PSME v1.1 sourcecode Download the PSME source code and untar in: /home/rsa Update the toolchain to Obtain root access and perform the following steps to to install update the toolchain to 4.9.2: add-apt-repository ppa:ubuntu-toolchain-r/test apt-get update apt-get install -y gcc g++ cmake libossp-uuid-dev libnl-3-dev libnl-route libudev-dev tgt Build and compile all of the PSME projects Perform the following steps to build the PSME Rest Server, compute agent stub, network agent stub, and storage agent. cd /home/rsa/<psme_source> mkdir build cd build cmake.. make The following executables can be found in /home/rsa/<psme_source>/build/bin: psme-rest-server psme-compute-intel psme-compute-stubs Document Number:
22 Sample PSME Cumulative Build (Compute, Network, and Storage) from Source on Ubuntu psme-network psme-network-stubs psme-storage Start the PSME REST server 1. Change to the binary executable location: cd /home/rsa/<psme_source>/build/bin 2. Copy the default configuration file to the current directory: cp /home/rsa/<psme_source>/application/configuration.json server.json 3. Execute as root:./psme-rest-server server.json 4. From a web browser, enter the address of the PSME REST Server to see a PSME REST API collections. Start the PSME compute agent stubs 1. Change to the binary executable location: cd /home/rsa/<psme_source>/build/bin 2. Copy the default PSME Compute Agent Stubs configuration file to the current directory: cp /home/rsa/<psme_source>/agent-stubs/compute/configuration.json compute.json 3. Execute as root:./psme-compute-stubs compute.json Start the PSME network agent stubs 1. Change to the binary executable location: cd /home/rsa/<psme_source>/build/bin 2. Copy the default PSME Network Agent Stubs configuration file to the current directory: cp /home/rsa/<psme_source>/agent-stubs/network/configuration.json network.json 3. Execute as root:./psme-network-stubs network.json Start the PSME storage agent 4. Change to the binary executable location: cd /home/rsa/<psme_source>/build/bin 5. Copy the default PSME Network Agent configuration file to the current directory: cp /home/rsa/<psme_source>/agent/storage/configuration.json storage.json 6. Execute as root:./psme-compute network.json 22 Document Number:
23 PSME REST server configuration Prerequisites The PSME Rest Server configuration file can be found at: /etc/psme/psme-rest-server-configuaration.json Table 16 Properties PSME REST server properties Name Type Description Required Item type /:commands object Configuration which implementation of the commands use True N/A to communicate with server. /:commands:generic string Generic command. Implementation based only on POSIX True N/A sockets. /:eventing object Eventing feature configuration. True N/A /:eventing:poll-interval-sec integer Delay between polling tries. Busy waiting interval. True N/A /:eventing:enabled boolean Disable of enable eventing feature. Disabling eventing True N/A mechanism will turn on polling feature. /:eventing:port integer Listen port number used for eventing. True N/A /:eventing:address string URL of the listening address used for eventing. True N/A /:service-uuid-file string Path to service uuid file, containing UUID of psme-restserver True N/A application. /:server object Information about REST server communication. Port True N/A numbers, addresses. /:server:url string URI address of the server with port. True N/A /:server:network-interface-name string Name of the management network interface. True N/A /:rest-server object General PSME REST server configuration. True N/A /:rest-server:storage-service-mode boolean Enabling Storage Service Mode. This is needed when REST True N/A is running on Storage Module. /:registration object Configuration for the agent registration process. True N/A /:registration:mindelay integer Minimum delay in seconds between heart-beat checks. True N/A /:registration:port integer Port number used by agents to register. True N/A /:logger object Configuration of the logger used for PSME REST server. True N/A /:logger:app object Container for REST application settings. True N/A /:logger:app:level string Choose one of the 7 severity levels (EMERGENCY, ALERT, False N/A CRITICAL, ERROR, WARNING, NOTICE, INFO, DEBUG). For more info check man syslog. /:logger:app:color boolean Enable or disable colors in log file. False N/A /:logger:app:streams array Configuration of output methods for logger. False Object /:logger:app:streams:type string Choose one of the output methods. Like FILE of STDOUT. False N/A /:logger:app:timeformat string Define format used for timestamps in log file: DATE_NS, False N/A DATE_US, DATE_MS, DATE_SEC /:logger:app:output boolean Turn on, off logging. False N/A /:logger:app:moredebug boolean Enable/disable additional debug info in log file. False N/A /:logger:app:tagging boolean Turn on/turn off tagging in application False N/A Document Number:
24 Example Configuration Example: { "server": { "url": " "network-interface-name" : "enp0s20f0.4094" "registration": { "port": 8383, "mindelay": 3 "commands": { "generic": "Registration" "eventing" : { "enabled" : false, "address": "localhost", "port" : 5567, "poll-interval-sec" : 20 "rest-server" : { "storage-service-mode" : false "service-uuid-file" : "/etc/psme/service_uuid.json", "logger" : { "app" : { "level" : "INFO", "timeformat" : "DATE_NS", "color" : true, "output" : true, "tagging" : true, "moredebug" : false, "streams" : [ { "type" : "STDOUT" Schema Configuration schema: { "title": "PSME Rest Server", "description": "Detailed JSON schema documentation used for PSME REST server configuration file. Configuration file is pure JSON format.", "name": "/", "server": { 24 Document Number:
25 "description": "Information about REST server communication. Port numbers, addresses.", "name": "server", "url": { "description": "URI address of the server with port.", "name": "url", "network-interface-name": { "description": "Name of the network interface used to send and receive packets.", "name": "network-interface-name", "url", "network-interface-name" "registration": { "title": "Registration schema.", "description": "Configuration for the agent registration process.", "name": "registration", "port": { "description": "Port number used by agents to register.", "name": "port", checks.", "mindelay": { "description": "Minimum delay between heart-beat "name": "mindelay", "port", "mindelay" "commands": { "title": "Commands schema.", Document Number:
26 "description": "Configuration which implementation of the commands use to communicate with server.", "name": "commands", "generic": { "description": "Generic command. Implementation based only on POSIX sockets.", "name": "generic", "generic" "eventing": { "title": "Eventing schema.", "description": "Eventing feature configuration.", "name": "eventing", "enabled": { "title": "Enabled schema.", "description": "Disable of enable eventing feature. Disabling eventing mechanism will turn on polling feature. ", "name": "enabled", "type": "boolean" eventing.", "address": { "title": "Address schema.", "description": "URL of the listening address used for "name": "address", "port": { "title": "Port schema.", "description": "Listen port number used for eventing.", "name": "port", interval.", "poll-interval-sec": { "title": "TODO Poll interval sec??? schema.", "description": "Delay between polling tries. Busy waiting "name": "poll-interval-sec", 26 Document Number:
27 "enabled", "address", "port", "poll-interval-sec" "rest-server": { "title": "Rest server schema.", "description": "General PSME REST server configuration.", "name": "rest-server", "storage-service-mode": { "title": "Storage service mode schema.", "description": "Enabling Storage Service Mode. This is needed when REST is running on Storage Module.", "name": "storage-service-mode", "type": "boolean" "storage-service-mode" "service-uuid-file": { "title": "Service uuid file schema.", "description": "Path to service uuid file.", "name": "service-uuid-file", "logger": { "title": "Logger schema.", "description": "Configuration of the logger used for PSME REST server.", "name": "logger", "app": { "description": "Container for REST application settings.", "name": "app", "level": { "description": "Choose one of the 7 severity levels. For more info check man syslog.", Document Number:
28 "name": "level", in log file.", file.", "timeformat": { "description": "Define format used for timestamps "name": "timeformat", "color": { "description": "Enable or disable colors in log "name": "color", "type": "boolean" "output": { "description": "Turn on, off logging.", "name": "output", "type": "boolean" application", info in log file.", "tagging": { "description": "Turn on/turn off tagging in "name": "tagging", "type": "boolean" "moredebug": { "description": "Enable/disable additional debug "name": "moredebug", "type": "boolean" "streams": { "title": "Streams schema.", "description": "Configuration of output methods for logger.", "name": "streams", "type": "array", "items": { "type": { "title": "Type schema.", "description": "Choose one of the output methods. Like FILE of STDOUT.", "name": "type", 28 Document Number:
29 "type" "app" "server", "registration", "commands", "eventing", "rest-server", "service-uuid-file", "logger" Document Number:
30 PSME compute agent configuration Prerequisites The PSME Compute configuration file can be found at: /etc/psme/psme-compute-configuration.json Table 17 Properties PSME compute agent properties Name Type Description Required Item type /: commands object Container for agent commands configuration. True N/A /: commands:* object Star covers all commands. True N/A /: commands: * : string Command implementation selector string: True N/A implementation OpenIPMI. /: modules array List of all modules. Each entry represents single True object module. /: modules: username string Module's BMC username. False N/A /: modules: slot integer Slot number in drawer. False N/A /: modules: submodules array Configuration for each submodule. Each entry is False object for single submodule (host). /: modules: submodules: slot integer Submodule slot number. False N/A /: modules: submodules: array List of storage controllers. False object storagecontrollers /: modules: submodules: object Status health stubs. False N/A storagecontrollers: status /: modules: submodules: string State stub. True N/A storagecontrollers: status: state /: modules: submodules: string Health stub. True N/A storagecontrollers: status: health /: modules: submodules: array List of drives. False object storagecontrollers: drives /: modules: submodules: object Drive status stub. False N/A storagecontrollers: drives: status /: modules: submodules: string State stub. True N/A storagecontrollers: drives: status: state /: modules: submodules: string Health stub. True N/A storagecontrollers: drives: status: health /: modules: submodules: storagecontrollers: drives: capacitygb integer Drive capacity in GiB stub False N/A 30 Document Number:
31 Name Type Description Required Item type /: modules: submodules: integer Revolutions per minute stub. False N/A storagecontrollers: drives: rpm /: modules: submodules: object Drive Fru Info False N/A storagecontrollers: drives: fruinfo /: modules: submodules: string Stub for model number. True N/A storagecontrollers: drives: fruinfo: modelnumber /: modules: submodules: string Stub for part number. True N/A storagecontrollers: drives: fruinfo: partnumber /: modules: submodules: string Stub for serial number. True N/A storagecontrollers: drives: fruinfo: serialnumber /: modules: submodules: string Stub for manufacturer name. True N/A storagecontrollers: drives: fruinfo: manufacturer /: modules: submodules: object OEM specific inforamtion stub. False N/A storagecontrollers: drives: oem /: modules: submodules: string Drive interface name. False N/A storagecontrollers: drives: interface /: modules: submodules: string Drive type stub. False N/A storagecontrollers: drives: type /: modules: submodules: object Fru info stubs. False N/A storagecontrollers: fruinfo /: modules: submodules: string Model number stub. True N/A storagecontrollers: fruinfo: modelnumber /: modules: submodules: string Part number stub. True N/A storagecontrollers: fruinfo: partnumber /: modules: submodules: string Serial number stub. True N/A storagecontrollers: fruinfo: serialnumber /: modules: submodules: string Manufacturer name stub. True N/A storagecontrollers: fruinfo: manufacturer /: modules: submodules: object OEM specific inforamtion stub. False N/A storagecontrollers: oem /: modules: submodules: integer Number of drives. False N/A storagecontrollers: drivecount /: modules: submodules: storagecontrollers: interface string Interface name. False N/A Document Number:
32 Name Type Description Required Item type /: modules: submodules: string Type of the Storage Controller. False N/A storagecontrollers: type /: modules: submodules: port integer Port number used to communicate with False N/A submodule. /: modules: submodules: array List of network interfaces. Stubs which can be False object networkinterfaces override by real data on runtime. /: modules: submodules: object Container for interface IP version 4. False N/A networkinterfaces: ipv4address /: modules: submodules: string Subnet mask. Example: True N/A networkinterfaces: ipv4address: subnetmask /: modules: submodules: string How address was achieved. Static/DHCP./ True N/A networkinterfaces: ipv4address: addressorigin /: modules: submodules: string IP address of the gateway. True N/A networkinterfaces: ipv4address: gateway /: modules: submodules: string IP address. True N/A networkinterfaces: ipv4address: address /: modules: submodules: string Mac address: XX:XX:XX:XX:XX:XX False N/A networkinterfaces: macaddress /: modules: submodules: integer Size of the frame. False N/A networkinterfaces: framesize /: modules: submodules: object Container for interface IP version 6. False N/A networkinterfaces: ipv6address /: modules: submodules: string Name of the address state. True N/A networkinterfaces: ipv6address: addressstate /: modules: submodules: string How address was achieved. Static/DHCP./ True N/A networkinterfaces: ipv6address: addressorigin /: modules: submodules: integer IP address version 6 prefix. True N/A networkinterfaces: ipv6address: prefixlength /: modules: submodules: networkinterfaces: ipv6address: address string IP address version 6. True N/A /: modules: submodules: networkinterfaces: linktechnology string Name of the link technology. Example: Ethernet. /: modules: submodules: object Information about network topology. False N/A networkinterfaces: neighborinfo /: modules: submodules: string UUID of the neighbour switch. True N/A 32 Document Number: False N/A
33 Name Type Description Required Item type networkinterfaces: neighborinfo: switchidentifier /: modules: submodules: string Port ID True N/A networkinterfaces: neighborinfo: portidentifier /: modules: submodules: boolean Enable/disable VLAN. False N/A networkinterfaces: vlanenable /: modules: submodules: object Stubs for additonal information from OEM. False N/A networkinterfaces: oem /: modules: submodules: boolean Enable / Disable autosense. False N/A networkinterfaces: autosense /: modules: submodules: integer Network interface speed in Gbps. False N/A networkinterfaces: speedgbps /: modules: submodules: integer Number of VLANs False N/A networkinterfaces: vlancount /: modules: ipv4 string Internal IP address of the module. False N/A /: modules: gpio object GPIO configuration for module. False N/A /: modules: gpio: bus integer Bus number for GPIO. True N/A /: modules: gpio: inverted boolean Enable / Disable inverted logic on pins True N/A INPUT/OUTPUT. /: modules: gpio: address integer GPIO address True N/A /: modules: gpio: pins array Which pins use for this module. True integer /: modules: gpio: model string GPIO controller model name True N/A /: modules: gpio: bank integer GPIO pins bank. 0 for 0-7 pins 1 for 8-15 pins. True N/A /: modules: password string Module's BMC password. False N/A /: modules: port integer Module's BMC port number False N/A /: agent object Container for agent specific information. True N/A /: agent: vendor string Information about agent vendor. False N/A /: agent: type string Type of the agent, one of: storage, compute, True N/A network. /: agent: port integer Listen port number. For example False N/A /: server object Information for agent about access to REST True N/A server. /: server: port integer Port number to register to REST server. Must be True N/A the same as configured in PSME REST Server. /: chassis object Configuration for general Chassis during False N/A discovery. /: chassis: locationoffset integer Location identifier offset. True N/A /: chassis: computezones array List of supported compute zones. True object /: chassis: size integer Size of the chassis in units [U. True N/A /: registration object Registration to server configuration container. True N/A Document Number:
34 Name Type Description Required Item type /: registration: interval integer Delay between next registration try in seconds. True N/A /: registration: ipv4 string PSME REST server IP address or hostname. True N/A /: registration: port integer PSME REST server registration port number. True N/A /: logger object Logger configuration. True N/A /: logger: agent object Agent logging configuration. True N/A /: logger: agent: level string Severity level compatible with syslog. False N/A /: logger: agent: color boolean Enable / disable colors in log file. False N/A /: logger: agent: streams array Logger output streams configuration. False object /: logger: agent: streams: type string Stream type. FILE or STDOUT. False N/A /: logger: agent: timeformat string Timestamp format. False N/A /: logger: agent: output boolean Enable / disable output. False N/A /: logger: agent: moredebug boolean Additional debug info in log file. False N/A /: logger: agent: tagging boolean Enable / disable tagging. False N/A Example { "agent": { "type": "Compute", "vendor" : "Intel Corporation", "port" : 7777 "commands" : { "*": { "implementation": "OpenIPMI" "server": { "port": 7777 "registration": { "ipv4": "localhost", "port": 8383, "interval": 3 "chassis": { "size": 1, "locationoffset": 1, "computezones": [ { "modules": [ { "ipv4": " ", "username": "USER", "password": "PASSWORD", 34 Document Number:
35 "port": 623, "slot": 1, "gpio": {"model": "PCA9555", "bus": 3, "address": 32, "bank": 0, "pins": [0, 3, "inverted": false "submodules": [ { "port": 62000, "slot": 1, "networkinterfaces": [ { "status": { "state": "Enabled", "health": "OK" "framesize": 1520, "linktechnology": "Ethernet", "speedgbps": 1, "autosense": true, "macaddress": "AA:BB:CC:DD:EE:FF", "ipv4address": { "address": " ", "subnetmask": " ", "addressorigin": "DHCP", "gateway": " " "ipv6address": { "address": "::fe80:1ec1:deff:fe6f:1c37", "prefixlength": 16, "addressorigin": "DHCP", "addressstate": "Preferred" "neighborinfo": { "switchidentifier": "123e4567-e89b-12d3-a ", "portidentifier": "19" "vlanenable": true, "vlancount": 1, "oem": {, "storagecontrollers":[ { "type":"rsastoragecontroller", "status":{ "state":"enabled", "health":"ok" "interface":"sas", "fruinfo":{ "serialnumber":"123feacde123", "manufacturer":"lsi Logic", "modelnumber":"sas3008 PCI-Express Fusion-MPT SAS-3", "partnumber":"rev2" Document Number:
36 "drivecount":1, "drives":[ { "status":{ "state":"enabled", "health":"ok" "interface":"sas", "type":"hdd", "capacitygb":500, "rpm":7200, "fruinfo":{ "serialnumber":"jp1572fl18jrjk", "manufacturer":"samsung", "modelnumber":"st1000nm0033-9zm", "partnumber":"sn03" "oem":{, "oem":{, "logger" : { "agent" : { "level" : "INFO", "timeformat" : "DATE_NS", "color" : true, "output" : true, "tagging" : true, "moredebug" : false, "streams" : [ { "type" : "STDOUT" Configuring blade storage controllers and drives The BMC doesn`t provide information about Storage Controllers and Drives. The user can provide stubbed data adding a storagecontrollers section to submodule in the submodules collection. Please see the configuration example in Document Number:
37 Configured Storage Controller resource is exposed on REST API as: /rest/v1/drawers/<id>/computemodules/<id>/blades/<id>/storagecontrollers/<id> The user may also add a list of hard drives (Drives) attached to the defined Storage Controller. The drives section contains a collection of Drives. Each drive contains a list of properties that may be configured. Please see the configuration example in List of defined Drives is exposed on REST API as: /rest/v1/drawers/<id>/computemodules/<id>/blades/<id>/storagecontrollers/<id> /Drives Details of configured Drives are available on the following resource: /rest/v1/drawers/<id>/computemodules/<id>/blades/<id>/storagecontrollers/<id> /Drives/<ID> Configuring blade network interface The BMC doesn`t provide information about Network Interfaces. The user can provide stubbed data by adding a networkinterfaces section to submodule in the submodules collection. Each network Interface contains a list of properties that may be configured. Please see the configuration example in The configured network interface resource is exposed on the REST API as: /rest/v1/drawers/<id>/computemodules/<id>/blades/<id>/ethernetinterfaces/<id> Schema { "title": "PSME Compute Agent Configuration Schema", "description": "Detailed description of the PSME Compute Agent configuration file.", "name": "/", "agent": { "description": "Container for agent specific information.", "name": "agent", "type": { "description": "Type of the agent: storage, compute, network.", "name": "type", "vendor": { "description": "Information about agent vendor.", "name": "vendor", "port": { Document Number:
38 "type" "description": "Listen port number. For example 7777.", "name": "port", "commands": { "description": "Container for agent commands configuration.", "name": "commands", "*": { "description": "Star covers all commands. ", "name": "*", "implementation": { "description": "Type of implementation: generic or OpenIPMI.", "name": "implementation", "implementation" "*" "server": { "description": "Information for agent about access to REST server.", "name": "server", "port": { "description": "Port number to register to REST server. Must be the same as configured in PSME REST Server.", "name": "port", "port" "registration": { "description": "Registration to server configuration container.", "name": "registration", 38 Document Number:
39 hostname.", number.", seconds.", "ipv4": { "description": "PSME REST server IP address or "name": "ipv4", "port": { "description": "PSME REST server registration port "name": "port", "interval": { "description": "Delay between next registration try in "ipv4", "port", "interval" "name": "interval", "chassis": { "description": "Configuration for general Chassis during discovery.", "name": "chassis", "size": { "description": "Size of the chassis in units [U.", "name": "size", "locationoffset": { "description": "Location identifier offset.", "name": "locationoffset", "computezones": { "description": "List of supported compute zones.", "name": "computezones", "type": "array", "items": { "description": "Compute Zone", Document Number:
40 "size", "locationoffset", "computezones" "modules": { "description": "List of all modules. Each entry represents single module.", "name": "modules", "type": "array", "items": { "ipv4": { "description": "Internal IP address of the module.", "name": "ipv4", "username": { "description": "Module's BMC username.", "name": "username", "password": { "description": "Module's BMC password.", "name": "password", "port": { "description": "Module's BMC port number", "name": "port", "slot": { "description": "Slot number in drawer.", "name": "slot", "gpio": { "description": "GPIO configuration for module.", "name": "gpio", "model": { "description": "GPIO controller model name", "name": "model", "bus": { "description": "Bus number for GPIO.", "name": "bus", "address": { 40 Document Number:
41 pins 1 for 8-15 pins.", module.", "description": "GPIO address", "name": "address", "bank": { "description": "GPIO pins bank. 0 for 0-7 "name": "bank", "pins": { "description": "Which pins use for this "name": "pins", "type": "array", "items": { "inverted": { "description": "Enable / disable inverted logic on pins INPUT/OUTPUT.", "name": "inverted", "type": "boolean" "model", "bus", "address", "bank", "pins", "inverted" "submodules": { "description": "Configuration for each submodule. Each entry is for single submodule (host).", "name": "submodules", "type": "array", "items": { "port": { "description": "Port number used to communicate with submodule.", "name": "port", "slot": { "description": "Submodule slot number.", "name": "slot", "networkinterfaces": { Document Number:
42 "description": "List of network interfaces. Stubs which can be override by real data on runtime.", "name": "networkinterfaces", "type": "array", "items": { "framesize": { "description": "Size of the frame.", "name": "framesize", "linktechnology": { "description": "Name of the link technology. Example:.", "name": "linktechnology", "speedgbps": { "description": "Network interface speed in Gbps.", "name": "speedgbps", "autosense": { "description": "Enable / disable autosense.", "name": "autosense", "type": "boolean" "macaddress": { "description": "Max address: XX:XX:XX:XX:XX:XX", "name": "macaddress", "ipv4address": { "description": "Container for interface IP version 4.", "name": "ipv4address", "address": { "description": "IP address.", "name": "address", "subnetmask": { "description": "Subnet mask. Example: ", "name": "subnetmask", 42 Document Number:
43 address was achieved. Static/DHCP./", "addressorigin", address of the gateway.", interface IP version 6.", address version 6.", address version 6 prefix.", "prefixlength", address was achieved. Static/DHCP./", "addressorigin", of the address state.", "addressstate", "addressorigin": { "description": "How "name": "gateway": { "description": "IP "name": "gateway", "address", "subnetmask", "addressorigin", "gateway" "ipv6address": { "description": "Container for "name": "ipv6address", "address": { "description": "IP "name": "address", "prefixlength": { "description": "IP "name": "addressorigin": { "description": "How "name": "addressstate": { "description": "Name "name": Document Number:
44 about network topology.", of the neighbour switch.", "switchidentifier", ID", "portidentifier", "Enable/disable VLAN.", VLANs", additonal information from OEM.", "address", "prefixlength", "addressorigin", "addressstate" "neighborinfo": { "description": "Information "name": "neighborinfo", "switchidentifier": { "description": "UUID "name": "portidentifier": { "description": "Port "name": "switchidentifier", "portidentifier" "vlanenable": { "description": "name": "vlanenable", "type": "boolean" "vlancount": { "description": "Number of "name": "vlancount", "oem": { "description": "Stubs for "name": "oem", 44 Document Number:
45 controllers.", Storage Controller.", stubs.", stub.", "Health stub.", name.", stubs.", "Serial number stub.", "storagecontrollers": { "description": "List of storage "name": "storagecontrollers", "type": "array", "items": { "type": { "description": "Type of the "name": "type", "status": { "description": "Status health "name": "status", "state": { "description": "State "name": "state", "health": { "description": "state", "health" "name": "health", "interface": { "description": "Interface "name": "interface", "fruinfo": { "description": "Fru info "name": "fruinfo", "serialnumber": { "description": Document Number:
46 "serialnumber", "Manufacturer name stub.", "manufacturer", number stub.", "modelnumber", number stub.", drives.", drives.", "Drive status stub.", "name": "manufacturer": { "description": "name": "modelnumber": { "description": "Model "name": "partnumber": { "description": "Part "name": "partnumber", "serialnumber", "manufacturer", "modelnumber", "partnumber" "drivecount": { "description": "Number of "name": "drivecount", "drives": { "description": "List of "name": "drives", "type": "array", "items": { "status": { "description": "name": "status", "state": { "description": "State stub.", 46 Document Number:
47 "state", "string" "description": "Health stub.", "health", "string" "Drive interface name.", "interface", "Drive type", "Drive capacity in GiB", "capacitygb", "Revolutions per minute schema.", "Drive Fru Info", "fruinfo", "name": "type": "health": { "name": "type": "state", "health" "interface": { "description": "name": "type": { "description": "name": "type", "capacitygb": { "description": "name": "rpm": { "description": "name": "rpm", "fruinfo": { "description": "name": "serialnumber": { Document Number:
48 "description": "Stub for serial number.", "serialnumber", "string" "manufacturer": { "description": "Stub for manufacturer name.", "manufacturer", "string" "modelnumber": { "name": "type": "name": "type": "description": "Stub for model number.", "modelnumber", "string" { "description": "Stub for part number.", "partnumber", "string" "name": "type": "partnumber": "name": "type": "serialnumber", "manufacturer", "modelnumber", "OEM specific inforamtion stub.", "partnumber" "oem": { "description": "name": "oem", 48 Document Number:
49 "status", "interface", "type", "capacitygb", "rpm", "fruinfo", "oem" "oem": { "description": "OEM specific inforamtion stub.", "name": "oem", "status", "interface", "fruinfo", "drivecount", "drives", "oem" "port", "slot", "storagecontrollers" "ipv4", "username", "password", "port", "slot", "gpio", "submodules" "logger": { "description": "Logger configuration.", "name": "logger", "agent": { Document Number:
50 syslog.", file.", file.", configuration.", STDOUT.", "description": "Agent logging configuration.", "name": "agent", "level": { "description": "Severity level compatible with "name": "level", "timeformat": { "description": "Timestamp format.", "name": "timeformat", "color": { "description": "Enable / disable colors in log "name": "color", "type": "boolean" "output": { "description": "Enable / disable output.", "name": "output", "type": "boolean" "tagging": { "description": "Enable / disable tagging.", "name": "tagging", "type": "boolean" "moredebug": { "description": "Additional debug info in log "name": "moredebug", "type": "boolean" "streams": { "description": "Logger output streams "name": "streams", "type": "array", "items": { "type": { "description": "Stream type. FILE or "name": "type", "type" 50 Document Number:
51 "agent" "agent", "commands", "server", "registration", "modules", "logger" BMC Password Encryption To encrypt the BMC password or username, use the encrypt tool: $ /usr/bin/encrypt <password> [key_file Then copy the output to the Compute Agent configuration file: /etc/psme/psme-compute-configuration.json Note: If the key file does not exist, then tool will generate a new key file. The default key file path is: /etc/psme/psme-key The tool can be found inside the psme-compute package. The key must be at least 8 characters long. Document Number:
52 PSME storage agent configuration Prerequisites The PSME Storage configuration file can be found at: /etc/psme/psme-storage-configuration.json Table 18 Properties PSME storage agent properties Name Type Description Required Item type /:commands object Container for agent commands configuration. True N/A /:commands:* object Star covers all commands. True N/A /:commands: * :implementation string Type of implementation: ConfigurationBased. True N/A /:modules array List of modules. For Storage Agent there should be only True object one entry in this array. /:modules:username string Module's BMC username. Not used in PSME Storage Agent. False N/A /:modules:password string Module's BMC password. Not used in PSME Storage Agent False N/A (leave empty string). /:modules:submodules array Configuration for each submodule. For Storage Agent there False object should be only one entry in this array. /:modules:submodules:storagec array List of storage controllers. For Storage Agent there should False object ontrollers be only one entry. /:modules:submodules:storagec object Storage controller status. False N/A ontrollers:status /:modules:submodules:storagec string Storage controller state stub True N/A ontrollers:status:state /:modules:submodules:storagec ontrollers:status:health string Storage controller health stub True N/A /:modules:submodules:storagec ontrollers:drives /:modules:submodules:storagec ontrollers:fruinfo /:modules:submodules:storagec ontrollers:fruinfo:modelnumber /:modules:submodules:storagec ontrollers:fruinfo:partnumber /:modules:submodules:storagec ontrollers:fruinfo:serialnumber /:modules:submodules:storagec ontrollers:fruinfo:manufacturer /:modules:submodules:storagec ontrollers:oem /:modules:submodules:storagec ontrollers:drivecount /:modules:submodules:storagec ontrollers:interface array List of drives. Should be empty array, will be override on runtime. 52 Document Number: False object FRU information. False N/A string Model number. True N/A string Part number. True N/A string Serial number. True N/A string Manufacturer name. True N/A object OEM specific data. False N/A integer Number of drives. Will be override on runtime. False N/A string Storage controller interface: SATA, SAS, etc. False N/A /:modules:submodules:iscsi object iscsi configuration container. False N/A /:modules:submodules:iscsi:user string Username used to authentication to iscsi. True N/A name /:modules:submodules:iscsi:initia string iscsi initiator name True N/A tor string
53 /:modules:submodules:iscsi:port al-interface string Network interface of iscsi portal. True N/A /:modules:submodules:iscsi:port integer Port on which iscsi portal is listening. True N/A /:modules:submodules:iscsi:pass word /:modules:submodules:iscsi:conf ig-path string Password used to authentication to iscsi. True N/A string Path within filesystem where tgt configuration files are located. /:modules:submodules:type string Submodule type False N/A /:modules:submodules:port integer Submodule port number. Not used in PSME Storage Agent (leave 0). /:modules:submodules:networki nterfaces True False array List of network interfaces. Should be empty array. False string /:modules:ipv4 string Internal IP address of the module. False N/A /:modules:port integer Module's BMC port number. Not used in PSME Storage Agent (leave 0). /:agent object Container for agent specific information. True N/A /:agent:type string Type of the agent: storage, compute, network. True N/A /:server object Information for agent about access to REST server. True N/A /:server:port integer Port number to register to REST server. Must be the same True N/A as configured in PSME REST Server. /:registration object Registration to server configuration container. True N/A /:registration:interval integer Interval between next registration try in seconds. True N/A /:registration:ipv4 string PSME REST server IP address or hostname. True N/A /:registration:port integer PSME REST server registration port number. True N/A /:logger object Logger configuration. True N/A /:logger:agent object Agent logging configuration. True N/A /:logger:agent:level string Severity level compatible with syslog. False N/A /:logger:agent:color boolean Enable / disable colors in log file. False N/A /:logger:agent:streams array Logger output streams configuration. False object /:logger:agent:streams:type string Stream type. FILE or STDOUT. False N/A /:logger:agent:timeformat string Timestamp format. False N/A /:logger:agent:output boolean Enable / disable output. False N/A /:logger:agent:moredebug boolean Additional debug info in log file. False N/A /:logger:agent:tagging boolean Enable / disable tagging. False N/A False N/A N/A N/A { Example "agent":{ "type":"storage" "commands":{ "*": { "implementation": "ConfigurationBased" "server":{ "port":7777 "registration":{ "ipv4":"localhost", Document Number:
54 "port":8383, "interval":3 "modules":[ { "ipv4" : " ", "username" : "USER", "password" : "PASSWORD", "port" : 623, "submodules":[ { "type": "StorageServices", "port": 623, "iscsi" : { "config-path" : "/etc/tgt/conf.d", "portal-interface" : "eth0", "port" : 3260, "username" : "", "password" : "", "initiator" : "psme-storage" "networkinterfaces": [, "storagecontrollers":[ { "status":{ "state":"enabled", "health":"ok" "interface":"sata", "fruinfo":{ "serialnumber":"123fed3029c-12", "manufacturer":"intel Corporation", "modelnumber":"wellsburg 6-Port SATA Controller", "partnumber":"rev2" "drivecount": 1, "drives": [, "oem":{, "logger":{ "agent":{ "level": "INFO", "timeformat":"date_ns", "color":true, "output":true, "tagging":true, "moredebug":false, 54 Document Number:
55 "streams":[ { "type": "STDOUT" Schema { "title": "PSME Storage Agent Configuration Schema", "description": "Detailed description of the PSME Storage Agent configuration file.", "name": "/", "agent": { "description": "Container for agent specific information.", "name": "agent", network.", "type": { "description": "Type of the agent: storage, compute, "name": "type", "type" "commands": { "description": "Container for agent commands configuration.", "name": "commands", ConfigurationBased.", "*": { "description": "Star covers all commands.", "name": "*", "implementation": { "description": "Type of implementation: "name": "implementation", Document Number:
56 "implementation" "*" "server": { "description": "Information for agent about access to REST server.", "name": "server", "port": { "description": "Port number to register to REST server. Must be the same as configured in PSME REST Server.", "name": "port", "port" "registration": { "description": "Registration to server configuration container.", "name": "registration", hostname.", number.", "ipv4": { "description": "PSME REST server IP address or "name": "ipv4", "port": { "description": "PSME REST server registration port "name": "port", "interval": { 56 Document Number:
57 seconds.", "description": "Interval between next registration try in "name": "interval", "ipv4", "port", "interval" "modules": { "description": "List of modules. For Storage Agent there should be only one entry in this array.", "name": "modules", "type": "array", "items": { "ipv4": { "description": "Internal IP address of the module.", "name": "ipv4", "username": { "description": "Module's BMC username. Not used in PSME Storage Agent.", "name": "username", "password": { "description": "Module's BMC password. Not used in PSME Storage Agent.", "name": "password", "port": { "description": "Module's BMC port number. Not used in PSME Storage Agent.", "name": "port", "submodules": { "description": "Configuration for each submodule. For Storage Agent there should be only one entry in this array.", "name": "submodules", "type": "array", "items": { Document Number:
58 StorageServices", "type": { "description": "Submodule type: "name": "type", "port": { "description": "Submodule port number. Not used in PSME Storage Agent.", "name": "port", "iscsi": { "description": "iscsi configuration container.", "name": "iscsi", "config-path": { "description": "Path within filesystem where tgt configuration files are located.", "name": "config-path", of iscsi portal.", iscsi portal is listening.", authentication to iscsi.", authentication to iscsi.", "portal-interface": { "description": "Network interface "name": "portal-interface", "port": { "description": "Port on which "name": "port", "username": { "description": "Username used to "name": "username", "password": { "description": "Password used to "name": "password", 58 Document Number:
59 name: psme-storage", "initiator": { "description": "iscsi initiator "name": "initiator", "config-path", "portal-interface", "port", "username", "password", "initiator" "networkinterfaces": { "description": "List of network interfaces. Should be empty array.", "name": "networkinterfaces", "type": "array", "items": { "storagecontrollers": { "description": "List of storage controllers. For Storage Agent there should be only one entry.", "name": "storagecontrollers", "type": "array", "items": { controller status.", "Storage controller state: Enabled", "status": { "description": "Storage "name": "status", "state": { "description": "name": "state", "health": { Document Number:
60 "Storage controller health: OK", "description": "name": "health", "state", "health" controller interface: SATA, SAS, etc.", information.", "Serial number.", "serialnumber", "Manufacturer name.", "manufacturer", number.", "modelnumber", number.", "interface": { "description": "Storage "name": "interface", "fruinfo": { "description": "FRU "name": "fruinfo", "serialnumber": { "description": "name": "manufacturer": { "description": "name": "modelnumber": { "description": "Model "name": "partnumber": { "description": "Part "name": "partnumber", 60 Document Number:
61 "serialnumber", "manufacturer", "modelnumber", "partnumber" drives. Will be override on runtime.", "drivecount": { "description": "Number of "name": "drivecount", "drives": { "description": "List of drives. Should be empty array, will be override on runtime.", "name": "drives", "type": "array", "items": { data.", "oem": { "description": "OEM specific "name": "oem", "status", "interface", "fruinfo", "drivecount", "drives", "oem" Document Number:
62 "type", "port", "iscsi", "networkinterfaces", "storagecontrollers" "ipv4", "username", "password", "port", "submodules" "logger": { "description": "Logger configuration.", "name": "logger", "agent": { "description": "Agent logging configuration.", "name": "agent", "level": { "description": "Severity level compatible with syslog.", "name": "level", "timeformat": { "description": "Timestamp format.", "name": "timeformat", "color": { "description": "Enable / disable colors in log file.", "name": "color", "type": "boolean" "output": { "description": "Enable / disable output.", "name": "output", "type": "boolean" "tagging": { 62 Document Number:
63 file.", configuration.", STDOUT.", "agent" "agent", "commands", "server", "registration", "modules", "logger" "description": "Enable / disable tagging.", "name": "tagging", "type": "boolean" "moredebug": { "description": "Additional debug info in log "name": "moredebug", "type": "boolean" "streams": { "description": "Logger output streams "name": "streams", "type": "array", "items": { "type": { "description": "Stream type. FILE or "name": "type", "type" Document Number:
64 PSME network agent configuration Prerequisites The PSME Network configuration file can be found at: /etc/psme/psme-network-configuration.json Table 19 Properties PSME network agent properties Name Type Description Item Required type /:commands object Container for agent commands configuration. True N/A /:commands:* object Star covers all commands. True N/A /:commands: * :implementation string Type of implementation: generic or OpenIPMI. True N/A /:network object Network configuration. True N/A /:network:mgmt_port string Management port number. True N/A /:modules array List of all modules. Each entry represents single True object module. /:modules:username string Module's BMC username. False N/A /:modules:password string Module's BMC password. False N/A /:modules:submodules array Submodules description. False object /:modules:submodules:vlans array VLANs configuration. False object /:modules:submodules:vlans:untagged_ports array List of untagged ports. False integer /:modules:submodules:vlans:id integer VLAN ID number. False N/A /:modules:submodules:vlans:tagged_ports array List of tagged ports. False integer /:modules:submodules:type string Submodule type. False N/A /:modules:submodules:port integer Submodule port number. False N/A /:modules:submodules:ports array List of all ports. False object /:modules:submodules:ports:link_state string State of the link stub. False N/A /:modules:submodules:ports:autoneg string Autonegotiation False N/A /:modules:submodules:ports:id integer Port ID number. False N/A /:modules:submodules:ports:ethmod string Ethmod name False N/A /:modules:ipv4 string Internal IP address of the module. False N/A /:modules:port integer Module's BMC port number False N/A /:agent object Container for agent specific information. True N/A /:agent:vendor string Information about agent vendor. False N/A /:agent:type string Type of the agent: storage, compute, network. True N/A /:agent:port integer Listen port number. For example False N/A /:server object Information for agent about access to REST server. True N/A /:server:port integer Port number to register to REST server. Must be the True N/A same as configured in PSME REST Server. /:registration object Registration to server configuration container. True N/A /:registration:interval integer Delay between next registration try in seconds. True N/A /:registration:ipv4 string PSME REST server IP address or hostname. True N/A /:registration:port integer PSME REST server registration port number. True N/A /:logger object Logger configuration. True N/A /:logger:agent object Agent logging configuration. True N/A /:logger:agent:level string Severity level compatible with syslog. False N/A 64 Document Number:
65 /:logger:agent:color boolean Enable / disable colors in log file. False N/A /:logger:agent:streams array Logger output streams configuration. False object /:logger:agent:streams:type string Stream type. FILE or STDOUT. False N/A /:logger:agent:timeformat string Timestamp format. False N/A /:logger:agent:output boolean Enable / disable output. False N/A /:logger:agent:moredebug boolean Additional debug info in log file. False N/A /:logger:agent:tagging boolean Enable / disable tagging. False N/A Example { "agent": { "type": "Network", "vendor" : "Intel Corporation", "port" : 7779 "commands" : { "*": { "implementation": "fm6000" "network": { "mgmt_port": "em1" "server": { "port": 7779 "registration": { "ipv4": "localhost", "port": 8383, "interval": 3 "modules": [ { "type": "RSAFabricModule", "ipv4": " ", "username": "USER", "password": "PASSWORD", "port": 623, "submodules": [ { "type": "RSASwitch", "port": 62000, "ports" : [ { "id" : 1, "link_state" : "up", "ethmod" : "AN_73", "autoneg" : "clause_73" { "id" : 2, "link_state" : "up" { "id" : 3, "link_state" : "up" { "id" : 4, "link_state" : "up" { "id" : 5, "link_state" : "up", "ethmod" : "AN_73", "autoneg" : "clause_73" { "id" : 6, "link_state" : "up" { "id" : 7, "link_state" : "up" { "id" : 8, "link_state" : "up" Document Number:
66 { "id" : 9, "link_state" : "up", "ethmod" : "AN_73", "autoneg" : "clause_73" { "id" : 10, "link_state" : "up" { "id" : 11, "link_state" : "up" { "id" : 12, "link_state" : "up" { "id" : 13, "link_state" : "up", "ethmod" : "AN_73", "autoneg" : "clause_73" { "id" : 14, "link_state" : "up" { "id" : 15, "link_state" : "up" { "id" : 16, "link_state" : "up" { "id" : 17, "link_state" : "up", "ethmod" : "AN_73", "autoneg" : "clause_73" { "id" : 18, "link_state" : "up" { "id" : 19, "link_state" : "up" { "id" : 20, "link_state" : "up" { "id" : 21, "link_state" : "up", "ethmod" : "AN_73", "autoneg" : "clause_73" { "id" : 22, "link_state" : "up" { "id" : 23, "link_state" : "up" { "id" : 24, "link_state" : "up" { "id" : 25, "link_state" : "up" { "id" : 26, "link_state" : "up" { "id" : 27, "link_state" : "up" { "id" : 28, "link_state" : "up" { "id" : 29, "link_state" : "up" { "id" : 30, "link_state" : "up" { "id" : 31, "link_state" : "up" { "id" : 32, "link_state" : "up" { "id" : 33, "link_state" : "up" { "id" : 34, "link_state" : "up" { "id" : 35, "link_state" : "up" { "id" : 36, "link_state" : "up" { "id" : 37, "link_state" : "up" { "id" : 38, "link_state" : "up" { "id" : 39, "link_state" : "up" { "id" : 40, "link_state" : "up" { "id" : 41, "link_state" : "up" { "id" : 42, "link_state" : "up" { "id" : 43, "link_state" : "up" { "id" : 44, "link_state" : "up" { "id" : 45, "link_state" : "up" { "id" : 46, "link_state" : "up" { "id" : 47, "link_state" : "up" { "id" : 48, "link_state" : "up" { "id" : 49, "link_state" : "up" { "id" : 50, "link_state" : "up" { "id" : 51, "link_state" : "up" { "id" : 52, "link_state" : "up" { "id" : 53, "link_state" : "up" { "id" : 54, "link_state" : "up" { "id" : 55, "link_state" : "up" { "id" : 56, "link_state" : "up" { "id" : 57, "link_state" : "up" { "id" : 58, "link_state" : "up" { "id" : 59, "link_state" : "up" 66 Document Number:
67 "10GBASE_CR" "10GBASE_CR" "10GBASE_CR" "10GBASE_CR" "10GBASE_CR" "10GBASE_CR" "10GBASE_CR" "10GBASE_CR" { "id" : 60, "link_state" : "up" { "id" : 61, "link_state" : "up", "ethmod" : { "id" : 62, "link_state" : "up", "ethmod" : { "id" : 63, "link_state" : "up", "ethmod" : { "id" : 64, "link_state" : "up", "ethmod" : { "id" : 65, "link_state" : "up", "ethmod" : { "id" : 66, "link_state" : "up", "ethmod" : { "id" : 67, "link_state" : "up", "ethmod" : { "id" : 68, "link_state" : "up", "ethmod" :, "vlans" : [ { "id" : 1, "tagged_ports" : [, "untagged_ports" : [ 1,9,17,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39, 40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57, 58,59,60,61,62,63,64,65,66,67,68 { "id" : 4093, "tagged_ports" : [ 61,62,63,64,65,66,67,68, "untagged_ports" : [ 3,6,8 { "id" : 170, "tagged_ports" : [ 3,6,8,24, "untagged_ports" : [ 2,4,7 { "id" : 100, "tagged_ports" : [ 1,3,6,8,9,17,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39, Document Number:
68 40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58, 59,60,61,62,63,64,65,66,67,68, "untagged_ports" : [ { "id" : 200, "tagged_ports" : [ 1,3,6,8,9,17,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39, 40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58, 59,60,61,62,63,64,65,66,67,68, "untagged_ports" : [, "logger" : { "agent" : { "level" : "INFO", "timeformat" : "DATE_NS", "color" : true, "output" : true, "tagging" : true, "moredebug" : false, "streams" : [ { "type" : "STDOUT" Schema { "title": "PSME Network Agent Configuration Schema", "description": "Detailed documentation PSME Network Agent configuration file.", "name": "/", "agent": { "description": "Container for agent specific information.", "name": "agent", "type": { 68 Document Number:
69 network.", "description": "Type of the agent: storage, compute, "name": "type", "vendor": { "description": "Information about agent vendor.", "name": "vendor", "port": { "description": "Listen port number. For example 7777.", "name": "port", "type" "commands": { "description": "Container for agent commands configuration.", "name": "commands", "*": { "description": "Star covers all commands. ", "name": "*", "implementation": { "description": "Type of implementation: generic or OpenIPMI.", "name": "implementation", "implementation" "*" "network": { "description": "Network configuration.", "name": "network", "mgmt_port": { "description": "Management port number.", Document Number:
70 "name": "mgmt_port", "mgmt_port" "server": { "description": "Information for agent about access to REST server.", "name": "server", "port": { "description": "Port number to register to REST server. Must be the same as configured in PSME REST Server.", "name": "port", "port" "registration": { "description": "Registration to server configuration container.", "name": "registration", "ipv4": { "description": "PSME REST server IP address or hostname.", "name": "ipv4", "port": { "description": "PSME REST server registration port number.", "name": "port", "interval": { "description": "Delay between next registration try in seconds.", "name": "interval", "ipv4", "port", "interval" 70 Document Number:
71 "modules": { "description": "List of all modules. Each entry represents single module.", "name": "modules", "type": "array", "items": { "ipv4": { "description": "Internal IP address of the module.", "name": "ipv4", "username": { "description": "Module's BMC username.", "name": "username", "password": { "description": "Module's BMC password.", "name": "password", "port": { "description": "Module's BMC port number", "name": "port", "submodules": { "description": "Submodules description.", "name": "submodules", "type": "array", "items": { "type": { "description": "Submodule type.", "name": "type", "port": { "description": "Submodule port number.", "name": "port", "ports": { "description": "List of all ports.", "name": "ports", Document Number:
72 number.", link stub.", "type": "array", "items": { "id": { "description": "Port ID "name": "id", "link_state": { "description": "State of the "name": "link_state", "Autonegotiation", "ethmod": { "description": "Ethmod name", "name": "ethmod", "autoneg": { "description": "name": "autoneg", "id", "link_state" element is ", number.", "vlans": { "description": "VLANs configuration. Each "name": "vlans", "type": "array", "items": { "id": { "description": "VLAN ID "name": "id", 72 Document Number:
73 tagged ports.", tagged port.", untagged ports", untagged port.", "tagged_ports": { "description": "List of "name": "tagged_ports", "type": "array", "items": { "description": "Number of "untagged_ports": { "description": "List of "name": "untagged_ports", "type": "array", "items": { "description": "Number of "id", "tagged_ports", "untagged_ports" "type", "port", "ports", "vlans" "ipv4", "username", "password", "port", "submodules" "logger": { Document Number:
74 syslog.", file.", file.", configuration.", STDOUT.", "description": "Logger configuration.", "name": "logger", "agent": { "description": "Agent logging configuration.", "name": "agent", "level": { "description": "Severity level compatible with "name": "level", "timeformat": { "description": "Timestamp format.", "name": "timeformat", "color": { "description": "Enable / disable colors in log "name": "color", "type": "boolean" "output": { "description": "Enable / disable output.", "name": "output", "type": "boolean" "tagging": { "description": "Enable / disable tagging.", "name": "tagging", "type": "boolean" "moredebug": { "description": "Additional debug info in log "name": "moredebug", "type": "boolean" "streams": { "description": "Logger output streams "name": "streams", "type": "array", "items": { "type": { "description": "Stream type. FILE or "name": "type", 74 Document Number:
75 "agent" "type" "agent", "commands", "server", "registration", "modules", "logger" Document Number:
Intel Rack Scale Architecture Storage Services
Intel Rack Scale Architecture Storage Services API Specification Software v. August 205 Revision 002 Document Number: 332878-002 All information provided here is subject to change without notice. Contact
Intel Internet of Things (IoT) Developer Kit
Intel Internet of Things (IoT) Developer Kit IoT Cloud-Based Analytics User Guide September 2014 IoT Cloud-Based Analytics User Guide Introduction Table of Contents 1.0 Introduction... 4 1.1. Revision
Command Line Interface User Guide for Intel Server Management Software
Command Line Interface User Guide for Intel Server Management Software Legal Information Information in this document is provided in connection with Intel products. No license, express or implied, by estoppel
SOFTWARE LICENSE LIMITED WARRANTY
CYBEROAM INSTALLATION GUIDE VERSION: 6..0..0..0 IMPORTANT NOTICE Elitecore has supplied this Information believing it to be accurate and reliable at the time of printing, but is presented without warranty
EMC Data Domain Management Center
EMC Data Domain Management Center Version 1.1 Initial Configuration Guide 302-000-071 REV 04 Copyright 2012-2015 EMC Corporation. All rights reserved. Published in USA. Published June, 2015 EMC believes
Intel Unite Solution. Standalone User Guide
Intel Unite Solution Standalone User Guide Legal Disclaimers & Copyrights All information provided here is subject to change without notice. Contact your Intel representative to obtain the latest Intel
Exploring the Remote Access Configuration Utility
Exploring the Remote Access Configuration Utility in Ninth-Generation Dell PowerEdge Servers The Remote Access Configuration Utility supports local and remote server management in ninth-generation Dell
IPMI overview. Power. I/O expansion. Peripheral UPS logging RAID. power control. recovery. inventory. Hugo Caçote @ CERN-FIO-DS
Intelligent Platform Management Interface IPMI Server Management IPMI chronology PROMOTERS 1998 IPMI v1.0 2001 IPMI v1.5 2004 IPMI v2.0 IPMI overview power control Power monitor Rack Mount alert Blade
iscsi Quick-Connect Guide for Red Hat Linux
iscsi Quick-Connect Guide for Red Hat Linux A supplement for Network Administrators The Intel Networking Division Revision 1.0 March 2013 Legal INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH
Acronis Storage Gateway
Acronis Storage Gateway DEPLOYMENT GUIDE Revision: 12/30/2015 Table of contents 1 Introducing Acronis Storage Gateway...3 1.1 Supported storage backends... 3 1.2 Architecture and network diagram... 4 1.3
Creating Overlay Networks Using Intel Ethernet Converged Network Adapters
Creating Overlay Networks Using Intel Ethernet Converged Network Adapters Technical Brief Networking Division (ND) August 2013 Revision 1.0 LEGAL INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION
Intel Cloud Builder Guide to Cloud Design and Deployment on Intel Xeon Processor-based Platforms
Intel Cloud Builder Guide to Cloud Design and Deployment on Intel Xeon Processor-based Platforms Enomaly Elastic Computing Platform, * Service Provider Edition Executive Summary Intel Cloud Builder Guide
User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream
User Manual Onsight Management Suite Version 5.1 Another Innovation by Librestream Doc #: 400075-06 May 2012 Information in this document is subject to change without notice. Reproduction in any manner
Symantec Event Collector for Kiwi Syslog Daemon version 3.7 Quick Reference
Symantec Event Collector for Kiwi Syslog Daemon version 3.7 Quick Reference Symantec Event Collector for Kiwi Syslog Daemon Quick Reference The software described in this book is furnished under a license
StreamLink 5.0. StreamLink Configuration XML Reference. November 2009 C O N F I D E N T I A L
StreamLink Configuration XML Reference November 2009 C O N F I D E N T I A L Contents Contents 1 Preface... 1 1.1 1.2 1.3 1.4 1.5 1.6 What... this document contains 1 About... Caplin document formats 1
FortiAnalyzer VM (VMware) Install Guide
FortiAnalyzer VM (VMware) Install Guide FortiAnalyzer VM (VMware) Install Guide December 05, 2014 05-520-203396-20141205 Copyright 2014 Fortinet, Inc. All rights reserved. Fortinet, FortiGate, FortiCare
http://docs.trendmicro.com
Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the product, please review the readme files,
Dell SupportAssist Version 2.0 for Dell OpenManage Essentials Quick Start Guide
Dell SupportAssist Version 2.0 for Dell OpenManage Essentials Quick Start Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your computer.
Intel Storage System SSR212CC Enclosure Management Software Installation Guide For Red Hat* Enterprise Linux
Intel Storage System SSR212CC Enclosure Management Software Installation Guide For Red Hat* Enterprise Linux Order Number: D58855-002 Disclaimer Information in this document is provided in connection with
Interworks. Interworks Cloud Platform Installation Guide
Interworks Interworks Cloud Platform Installation Guide Published: March, 2014 This document contains information proprietary to Interworks and its receipt or possession does not convey any rights to reproduce,
HP Intelligent Management Center v7.1 Virtualization Monitor Administrator Guide
HP Intelligent Management Center v7.1 Virtualization Monitor Administrator Guide Abstract This guide describes the Virtualization Monitor (vmon), an add-on service module of the HP Intelligent Management
Intel IoT Gateways: Publishing Data to an MQTT Broker Using Python
Intel IoT Gateways: Publishing Data to an MQTT Broker Using Python Getting Started Guide September 2015 Order No.: 333067-001 By using this document, in addition to any agreements you have with Intel,
Windows Azure Pack Installation and Initial Configuration
Windows Azure Pack Installation and Initial Configuration Windows Server 2012 R2 Hands-on lab In this lab, you will learn how to install and configure the components of the Windows Azure Pack. To complete
Web Services for Management Perl Library VMware ESX Server 3.5, VMware ESX Server 3i version 3.5, and VMware VirtualCenter 2.5
Technical Note Web Services for Management Perl Library VMware ESX Server 3.5, VMware ESX Server 3i version 3.5, and VMware VirtualCenter 2.5 In the VMware Infrastructure (VI) Perl Toolkit 1.5, VMware
Quick Start Guide for VMware and Windows 7
PROPALMS VDI Version 2.1 Quick Start Guide for VMware and Windows 7 Rev. 1.1 Published: JULY-2011 1999-2011 Propalms Ltd. All rights reserved. The information contained in this document represents the
Network Shutdown Module V3 Extension of the User Manual for IBM BladeCenter architecture
Network Shutdown Module V3 Extension of the User Manual for IBM BladeCenter architecture Network Shutdown Module V3 Extension for IBM BladeCenter Architecture- 34 022 272 XU / AC Contents 1 Introduction...3
NOC PS manual. Copyright Maxnet 2009 2015 All rights reserved. Page 1/45 NOC-PS Manuel EN version 1.3
NOC PS manual Copyright Maxnet 2009 2015 All rights reserved Page 1/45 Table of contents Installation...3 System requirements...3 Network setup...5 Installation under Vmware Vsphere...8 Installation under
Intel Simple Network Management Protocol (SNMP) Subagent v6.0
Intel Simple Network Management Protocol (SNMP) Subagent v6.0 User Guide March 2013 ii Intel SNMP Subagent User s Guide Legal Information INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL
Router CLI Overview. CradlePoint, Inc.
Router CLI Overview CradlePoint, Inc. Preface CradlePoint reserves the right to revise this publication and to make changes in the content thereof without obligation to notify any person or organization
Rebasoft Auditor Quick Start Guide
Copyright Rebasoft Limited: 2009-2011 1 Release 2.1, Rev. 1 Copyright Notice Copyright 2009-2011 Rebasoft Ltd. All rights reserved. REBASOFT Software, the Rebasoft logo, Rebasoft Auditor are registered
DameWare Server. Administrator Guide
DameWare Server Administrator Guide About DameWare Contact Information Team Contact Information Sales 1.866.270.1449 General Support Technical Support Customer Service User Forums http://www.dameware.com/customers.aspx
SOA Software API Gateway Appliance 7.1.x Administration Guide
SOA Software API Gateway Appliance 7.1.x Administration Guide Trademarks SOA Software and the SOA Software logo are either trademarks or registered trademarks of SOA Software, Inc. Other product names,
Secure Messaging Server Console... 2
Secure Messaging Server Console... 2 Upgrading your PEN Server Console:... 2 Server Console Installation Guide... 2 Prerequisites:... 2 General preparation:... 2 Installing the Server Console... 2 Activating
AlienVault Unified Security Management (USM) 4.x-5.x. Deploying HIDS Agents to Linux Hosts
AlienVault Unified Security Management (USM) 4.x-5.x Deploying HIDS Agents to Linux Hosts USM 4.x-5.x Deploying HIDS Agents to Linux Hosts, rev. 2 Copyright 2015 AlienVault, Inc. All rights reserved. AlienVault,
OnCommand Performance Manager 1.1
OnCommand Performance Manager 1.1 Installation and Setup Guide For Red Hat Enterprise Linux NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501
SCCM Plug-in User Guide. Version 3.41
SCCM Plug-in User Guide Version 3.41 JAMF Software, LLC 2015 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide is accurate. JAMF Software 301 4th Ave
Apache CloudStack 4.x (incubating) Network Setup: excerpt from Installation Guide. Revised February 28, 2013 2:32 pm Pacific
Apache CloudStack 4.x (incubating) Network Setup: excerpt from Installation Guide Revised February 28, 2013 2:32 pm Pacific Apache CloudStack 4.x (incubating) Network Setup: excerpt from Installation Guide
with PKI Use Case Guide
Intel Identity Protection Technology (Intel IPT) with PKI Use Case Guide Version 1.0 Document Release Date: February 29, 2012 Intel IPT with PKI Use Case Guide i Legal Notices and Disclaimers INFORMATION
XenClient Enterprise Synchronizer Installation Guide
XenClient Enterprise Synchronizer Installation Guide Version 5.1.0 March 26, 2014 Table of Contents About this Guide...3 Hardware, Software and Browser Requirements...3 BIOS Settings...4 Adding Hyper-V
Radius Integration Guide Version 9
Radius Integration Guide Version 9 Document version 9402-1.0-18/10/2006 2 IMPORTANT NOTICE Elitecore has supplied this Information believing it to be accurate and reliable at the time of printing, but
Using SolarWinds Orion for Cisco Assessments
Using SolarWinds Orion for Cisco Assessments Cisco Network Assessments Registering Your Assessment... 1 Installing SolarWinds Orion Network Performance Monitor... 1 Discovering Your Network... 1 Polling
EMC Data Protection Search
EMC Data Protection Search Version 1.0 Security Configuration Guide 302-001-611 REV 01 Copyright 2014-2015 EMC Corporation. All rights reserved. Published in USA. Published April 20, 2015 EMC believes
Installing and Configuring vcloud Connector
Installing and Configuring vcloud Connector vcloud Connector 2.7.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new
Installation Runbook for F5 Networks BIG-IP LBaaS Plugin for OpenStack Kilo
Installation Runbook for F5 Networks BIG-IP LBaaS Plugin for OpenStack Kilo Application Version F5 BIG-IP TMOS 11.6 MOS Version 7.0 OpenStack Version Application Type Openstack Kilo Validation of LBaaS
Installing Management Applications on VNX for File
EMC VNX Series Release 8.1 Installing Management Applications on VNX for File P/N 300-015-111 Rev 01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright
SyAM Software* Server Monitor Local/Central* on a Microsoft* Windows* Operating System
SyAM Software* Server Monitor Local/Central* on a Microsoft* Windows* Operating System with Internal Storage Focusing on IPMI Out of Band Management Recipe ID: 19SYAM190000000011-01 Contents Hardware Components...3
RSA Security Analytics Virtual Appliance Setup Guide
RSA Security Analytics Virtual Appliance Setup Guide Copyright 2010-2015 RSA, the Security Division of EMC. All rights reserved. Trademarks RSA, the RSA Logo and EMC are either registered trademarks or
BrightStor ARCserve Backup for Linux
BrightStor ARCserve Backup for Linux Agent for MySQL Guide r11.5 D01213-2E This documentation and related computer software program (hereinafter referred to as the "Documentation") is for the end user's
http://docs.trendmicro.com
Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the product, please review the readme files,
How to Configure Intel Ethernet Converged Network Adapter-Enabled Virtual Functions on VMware* ESXi* 5.1
How to Configure Intel Ethernet Converged Network Adapter-Enabled Virtual Functions on VMware* ESXi* 5.1 Technical Brief v1.0 February 2013 Legal Lines and Disclaimers INFORMATION IN THIS DOCUMENT IS PROVIDED
Dell Unified Communications Command Suite - Diagnostics 8.0. Data Recorder User Guide
Dell Unified Communications Command Suite - Diagnostics 8.0 2014 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide
Novell Access Manager
J2EE Agent Guide AUTHORIZED DOCUMENTATION Novell Access Manager 3.1 SP3 February 02, 2011 www.novell.com Novell Access Manager 3.1 SP3 J2EE Agent Guide Legal Notices Novell, Inc., makes no representations
Intel Ethernet Switch Load Balancing System Design Using Advanced Features in Intel Ethernet Switch Family
Intel Ethernet Switch Load Balancing System Design Using Advanced Features in Intel Ethernet Switch Family White Paper June, 2008 Legal INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL
TIBCO ActiveMatrix BPM Integration with Content Management Systems Software Release 2.2.0 September 2013
TIBCO ActiveMatrix BPM Integration with Content Management Systems Software Release 2.2.0 September 2013 Two-Second Advantage Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE.
Setting Up Resources in VMware Identity Manager
Setting Up Resources in VMware Identity Manager VMware Identity Manager 2.4 This document supports the version of each product listed and supports all subsequent versions until the document is replaced
TIBCO ActiveMatrix BPM - Integration with Content Management Systems
TIBCO ActiveMatrix BPM - Integration with Content Management Systems Software Release 3.0 May 2014 Two-Second Advantage 2 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE.
High Availability Configuration Guide Version 9
High Availability Configuration Guide Version 9 Document version 9402-1.0-08/11/2006 2 HA Configuration Guide IMPORTANT NOTICE Elitecore has supplied this Information believing it to be accurate and reliable
RealPresence Platform Director
RealPresence CloudAXIS Suite Administrators Guide Software 1.3.1 GETTING STARTED GUIDE Software 2.0 June 2015 3725-66012-001B RealPresence Platform Director Polycom, Inc. 1 RealPresence Platform Director
Cyberoam Virtual Security Appliance - Installation Guide for XenServer. Version 10
Cyberoam Virtual Security Appliance - Installation Guide for XenServer Version 10 Document Version 10.6.1-01/07/2014 Contents Preface... 4 Base Configuration... 4 Installation Procedure... 4 Cyberoam Virtual
F-Secure Messaging Security Gateway. Deployment Guide
F-Secure Messaging Security Gateway Deployment Guide TOC F-Secure Messaging Security Gateway Contents Chapter 1: Deploying F-Secure Messaging Security Gateway...3 1.1 The typical product deployment model...4
IBM Tivoli Composite Application Manager for Microsoft Applications: Microsoft Hyper-V Server Agent Version 6.3.1 Fix Pack 2.
IBM Tivoli Composite Application Manager for Microsoft Applications: Microsoft Hyper-V Server Agent Version 6.3.1 Fix Pack 2 Reference IBM Tivoli Composite Application Manager for Microsoft Applications:
Intel IoT Gateway Software Development Kit SK100
Intel IoT Gateway Software Development Kit SK100 Order No.: 331568-001 By using this document, in addition to any agreements you have with Intel, you accept the terms set forth below. You may not use or
IPMI Coniguration Guide
IPMI Coniguration Guide 1. Introduction of Megarac SP... 2 2. Megarac SP GUI Overview... 3 1 1. Introduction of Megarac SP Megarac SP allows remote access of computers with BMC (Baseboard Management Controllers)
Cloud.com CloudStack Community Edition 2.1 Beta Installation Guide
Cloud.com CloudStack Community Edition 2.1 Beta Installation Guide July 2010 1 Specifications are subject to change without notice. The Cloud.com logo, Cloud.com, Hypervisor Attached Storage, HAS, Hypervisor
Syncplicity On-Premise Storage Connector
Syncplicity On-Premise Storage Connector Implementation Guide Abstract This document explains how to install and configure the Syncplicity On-Premise Storage Connector. In addition, it also describes how
HP Device Manager 4.6
Technical white paper HP Device Manager 4.6 Installation and Update Guide Table of contents Overview... 3 HPDM Server preparation... 3 FTP server configuration... 3 Windows Firewall settings... 3 Firewall
Products that are referred to in this document may be trademarks and/or registered trademarks of the respective owners.
2015 GEOVAP, spol. s r. o. All rights reserved. GEOVAP, spol. s r. o. Cechovo nabrezi 1790 530 03 Pardubice Czech Republic +420 466 024 618 http://www.geovap.cz Products that are referred to in this document
Symantec Event Collector for Cisco NetFlow version 3.7 Quick Reference
Symantec Event Collector for Cisco NetFlow version 3.7 Quick Reference Symantec Event Collector for Cisco NetFlow Quick Reference The software described in this book is furnished under a license agreement
Aculab digital network access cards
Aculab digital network access cards Adding and Using IPv6 Capabilities Guide Revision 1.0.2 PROPRIETARY INFORMATION Aculab Plc makes every effort to ensure that the information in this document is correct
TIBCO ActiveMatrix BusinessWorks Plug-in for TIBCO Managed File Transfer Software Installation
TIBCO ActiveMatrix BusinessWorks Plug-in for TIBCO Managed File Transfer Software Installation Software Release 6.0 November 2015 Two-Second Advantage 2 Important Information SOME TIBCO SOFTWARE EMBEDS
Intel Unite. User Guide
Intel Unite User Guide Intel Unite Users Guide September 2015 Legal Disclaimers & Copyrights All information provided here is subject to change without notice. Contact your Intel representative to obtain
ReadyNAS Setup Manual
ReadyNAS Setup Manual NETGEAR, Inc. 4500 Great America Parkway Santa Clara, CA 95054 USA October 2007 208-10163-01 v1.0 2007 by NETGEAR, Inc. All rights reserved. Trademarks NETGEAR, the NETGEAR logo,
CommandCenter Secure Gateway
CommandCenter Secure Gateway Quick Setup Guide for CC-SG Virtual Appliance and lmadmin License Server Management This Quick Setup Guide explains how to install and configure the CommandCenter Secure Gateway.
Junos Space Security Director
Junos Space Security Director Logging and Reporting Getting Started Guide Release 13.3 Published: 2014-04-29 Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale, California 94089 USA 408-745-2000
Symantec Integrated Enforcer for Microsoft DHCP Servers Getting Started Guide
Symantec Integrated Enforcer for Microsoft DHCP Servers Getting Started Guide Legal Notice Copyright 2006 Symantec Corporation. All rights reserved. Federal acquisitions: Commercial Software - Government
Core Protection for Virtual Machines 1
Core Protection for Virtual Machines 1 Comprehensive Threat Protection for Virtual Environments. Installation Guide e Endpoint Security Trend Micro Incorporated reserves the right to make changes to this
How to Configure Intel X520 Ethernet Server Adapter Based Virtual Functions on Citrix* XenServer 6.0*
How to Configure Intel X520 Ethernet Server Adapter Based Virtual Functions on Citrix* XenServer 6.0* Technical Brief v1.0 December 2011 Legal Lines and Disclaimers INFORMATION IN THIS DOCUMENT IS PROVIDED
Introduction to Virtual Datacenter
Oracle Enterprise Manager Ops Center Configuring a Virtual Datacenter 12c Release 1 (12.1.1.0.0) E27347-01 June 2012 This guide provides an end-to-end example for how to use Oracle Enterprise Manager Ops
Remote Access API 2.0
VYATTA A BROCADE COMPANY Vyatta System Remote Access API 2.0 REFERENCE GUIDE Vyatta A Brocade Company 130 Holger Way San Jose, CA 95134 www.brocade.com 408 333 8400 COPYRIGHT Copyright 2005 2015 Vyatta,
SnapLogic Sidekick Guide
SnapLogic Sidekick Guide Document Release: October 2013 SnapLogic, Inc. 2 West 5th Avenue, Fourth Floor San Mateo, California 94402 U.S.A. www.snaplogic.com Copyright Information 2011-2013 SnapLogic, Inc.
Isilon OneFS. Version 7.2.1. OneFS Migration Tools Guide
Isilon OneFS Version 7.2.1 OneFS Migration Tools Guide Copyright 2015 EMC Corporation. All rights reserved. Published in USA. Published July, 2015 EMC believes the information in this publication is accurate
EMC Documentum Content Management Interoperability Services
EMC Documentum Content Management Interoperability Services Version 6.7 Deployment Guide EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com EMC believes the information
McAfee Web Gateway 7.4.1
Release Notes Revision B McAfee Web Gateway 7.4.1 Contents About this release New features and enhancements Resolved issues Installation instructions Known issues Find product documentation About this
CLC Server Command Line Tools USER MANUAL
CLC Server Command Line Tools USER MANUAL Manual for CLC Server Command Line Tools 2.5 Windows, Mac OS X and Linux September 4, 2015 This software is for research purposes only. QIAGEN Aarhus A/S Silkeborgvej
READYNAS INSTANT STORAGE. Quick Installation Guide
READYNAS INSTANT STORAGE Quick Installation Guide Table of Contents Step 1 Connect to FrontView Setup Wizard 3 Installing RAIDar on Windows 3 Installing RAIDar on Mac OS X 3 Installing RAIDar on Linux
Intel Cloud Builder Guide: Cloud Design and Deployment on Intel Platforms
EXECUTIVE SUMMARY Intel Cloud Builder Guide Intel Xeon Processor-based Servers Red Hat* Cloud Foundations Intel Cloud Builder Guide: Cloud Design and Deployment on Intel Platforms Red Hat* Cloud Foundations
Network Licensing. White Paper 0-15Apr014ks(WP02_Network) Network Licensing with the CRYPTO-BOX. White Paper
WP2 Subject: with the CRYPTO-BOX Version: Smarx OS PPK 5.90 and higher 0-15Apr014ks(WP02_Network).odt Last Update: 28 April 2014 Target Operating Systems: Windows 8/7/Vista (32 & 64 bit), XP, Linux, OS
Quick Start Guide for Parallels Virtuozzo
PROPALMS VDI Version 2.1 Quick Start Guide for Parallels Virtuozzo Rev. 1.1 Published: JULY-2011 1999-2011 Propalms Ltd. All rights reserved. The information contained in this document represents the current
Fairsail REST API: Guide for Developers
Fairsail REST API: Guide for Developers Version 1.02 FS-API-REST-PG-201509--R001.02 Fairsail 2015. All rights reserved. This document contains information proprietary to Fairsail and may not be reproduced,
Intel Data Center Manager. Data center IT agility and control
Intel Data Center Manager Data center IT agility and control The Data Center Ecosystem 2 Why do we care about Data Center Management? attributed to devices connected to the Internet of Everything (up from
Intel Media SDK Library Distribution and Dispatching Process
Intel Media SDK Library Distribution and Dispatching Process Overview Dispatching Procedure Software Libraries Platform-Specific Libraries Legal Information Overview This document describes the Intel Media
Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice.
Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the software, please review the readme files,
Cisco TelePresence VCR MSE 8220
Cisco TelePresence VCR MSE 8220 Getting started 61-0008-05 Contents General information... 3 About the Cisco TelePresence VCR MSE 8220... 3 Port and LED location... 3 LED behavior... 4 Installing the VCR
Application Notes for Configuring Dorado Software Redcell Enterprise Bundle using SNMP with Avaya Communication Manager - Issue 1.
Avaya Solution & Interoperability Test Lab Application Notes for Configuring Dorado Software Redcell Enterprise Bundle using SNMP with Avaya Communication Manager - Issue 1.0 Abstract These Application
Intel Network Builders: Lanner and Intel Building the Best Network Security Platforms
Solution Brief Intel Xeon Processors Lanner Intel Network Builders: Lanner and Intel Building the Best Network Security Platforms Internet usage continues to rapidly expand and evolve, and with it network
EMC Celerra Version 5.6 Technical Primer: Control Station Password Complexity Policy Technology Concepts and Business Considerations
EMC Celerra Version 5.6 Technical Primer: Control Station Password Complexity Policy Technology Concepts and Business Considerations Abstract This white paper presents a high-level overview of the EMC
EMC ViPR Controller. ViPR Controller REST API Virtual Data Center Configuration Guide. Version 2.3.0.0 302-002-070 01
EMC ViPR Controller Version 2.3.0.0 ViPR Controller REST API Virtual Data Center Configuration Guide 302-002-070 01 Copyright 2013-2015 EMC Corporation. All rights reserved. Published in USA. Published
About the VM-Series Firewall
About the VM-Series Firewall Palo Alto Networks VM-Series Deployment Guide PAN-OS 6.0 Contact Information Corporate Headquarters: Palo Alto Networks 4401 Great America Parkway Santa Clara, CA 95054 http://www.paloaltonetworks.com/contact/contact/
