NEC Express5800/R110f-1E Uživatelská příručka

Procházejte online nebo si stáhněte Uživatelská příručka pro ne NEC Express5800/R110f-1E. NEC Express5800/R110f-1E User Guide [en] Uživatelská příručka

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 81
  • Tabulka s obsahem
  • ŘEŠENÍ PROBLÉMŮ
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 0
User's Guide
Express5800 Series
Ver.1.04
© NEC Corporation 2014
NEC ESMPRO Manager Ver.6
Command Line Interface for NEC ExpressUpdate
Chapter1 About Command Line Interface
Chapter2 XML interface
Chapter3 Component management
Chapter4 Group management
Chapter5 ExpressUpdate
Chapter6 Log management
Chapter7 Troubleshooting
Chapter8 Terminology
Chapter9 Appendix
Zobrazit stránku 0
1 2 3 4 5 6 ... 80 81

Shrnutí obsahu

Strany 1 - NEC ESMPRO Manager Ver.6

User's Guide Express5800 Series Ver.1.04© NEC Corporation 2014NEC ESMPRO Manager Ver.6 Command Line Interface for NEC ExpressUpdate Chapter

Strany 2 - Contents

9 1.4.2 One liner mode The one liner mode executes only specified CLI command without starting the shell function of esmcli. To execute the on

Strany 3

10 1.4.3 XML scripting mode XML scripting mode enables you to write esmcli commands and some arguments in an XML file and execute it. To obtai

Strany 4

11 1.4.4 Encrypting of the password The esmclipasswd command is used for encrypting of the password. To encrypt the password, enter the comman

Strany 5 - About This Document

12 1.5 Basic commands This section describes basic commands. These basic commands are based on SMASH style proposed by DMTF (Distributed Manag

Strany 6 - 1.2 System Requirements

13 delete Syntax delete [<options>] [<target>] Description The delete command is used to remove a target. When you omit <target&g

Strany 7 - 1.3 Configuring examples

14 1.5.1 Target Each basic command functions to a specified target. The target points the managed element by address path much like the path to

Strany 8 - 1.4 Using the command line

15 Examples (1) Shows only targets Show -d Targets (2) Shows target whose name is “server01” and supported commands. show -d targets

Strany 9 - 1.4.1.3 Keyboard Shortcuts

16 1.6 Example of command output All commands shows results as following format. -> <CLI command> <status> results -> Eac

Strany 10 - 1.4.2 One liner mode

17 1.7 Diagram of the entire address space A diagram of the entire address space is as follow. / cmps <component name> mapsystem expu

Strany 11 - 1.4.3 XML scripting mode

18 grps <groupset name> <group name>expup<group name>/ grpset managedmods<module name>modulessupportedmodsunsupportedm

Strany 12

Contents Contents...

Strany 13 - 1.5 Basic commands

19 / logs repository uppkgs <uppkg name> readme localsetting remotesetting <log>

Strany 14

20 Chapter2 XML interface 2.1 Execution of XML 2.1.1 Overview This function enables you to write a command and arguments into a request XML f

Strany 15

21 Table 2-1 Elements of request XML Name of element Description request A root element of request XML. COMMAND An element specifying a basi

Strany 16 - -outputfile <path>

22 Example Execute 'dump' command to /logs and save logs to C:¥temp. ->dump –destination C:¥temp /logs <?xml version="1.0&

Strany 17 - Table 1-2 Statuses

23 2.1.4 Override process Specifying '-override' option with the esmcli, following elements of an XML file will be overridden. ・ ufi

Strany 18

24 2.1.5 Include process A request XML can include other request XML and execute its commands. To use this function, create an <include&g

Strany 19

25 2.2 Output XML data 2.2.1 Overview If an argument "-o | -output format=clpxml" is specified, output is in XML format. An XML sche

Strany 20

26 Table 2-2 Elements of response XML Name of element Description response A root element of response XML. command An element holding informa

Strany 21 - Chapter2 XML interface

27 2.2.3.2 delete <delete> <target> <instance> <ufip>UFiP identifying target.</ufip> </instanc

Strany 22 - 2.1.3 Examples

28 2.2.3.7 set <set> <instance> <ufip>UFiP identifying target</ufip> <properties> <propesty>

Strany 23

2 5.3.1 Repository settings ... 5

Strany 24 - 2.1.4 Override process

29 Chapter3 Component management 3.1 Component information 3.1.1 Showing a list of components 'show' command at following target s

Strany 25 - 2.1.5 Include process

30 3.1.2 Showing component information 'show' command at following target shows information of managed component.  /cmps/<Compo

Strany 26 - 2.2 Output XML data

31 Chapter4 Group management 4.1 Group information 4.1.1 Showing a list of groupset 'show' command at the following target shows a

Strany 27 - 2.2.3.1 cd

32 4.1.2 Showing information of groupset 'show' command at the following target shows information of groupset.  /grps/<GroupSet

Strany 28 - 2.2.3.6 load

33 4.1.3 Showing information of group 'show' command at the following target shows information of a group.  /grps/<GroupSet Nam

Strany 29 - 2.2.3.9 stop

34 Followings are example of the below hierarchy diagram. -> show -display targets,grpall /grps/grpset/root ufip=/grps/grpset/root ufit=

Strany 30 - 3.1 Component information

35 Chapter5 ExpressUpdate 5.1 ExpressUpdate information 5.1.1 Displaying ExpressUpdate information 5.1.1.1 Information of components 's

Strany 31

36 Table 5-3 Specific commands of '/cmps/<Component Name>/map/expup' Command Description load Updates all modules of <Comp

Strany 32 - Chapter4 Group management

37 Table 5-5 Specific commands of '/grps/grpset/<Group Name>/expup' Command Description load Updates all modules of compon

Strany 33

38 Example `show /cmps/<Component Name> /map/expup/mods` command enables you to view a list of modules for the specified component<Com

Strany 34

3 Trademarks NEC EXPRESSBUILDER and NEC ESMPRO are registered trademarks of NEC Corporation. Microsoft, Windows, Windows Vista, Windows Server

Strany 35

39 5.1.3 Displaying a list of modules not supporting automatic update 5.1.3.1 Information of components A list of modules not supporting autom

Strany 36 - Chapter5 ExpressUpdate

40 5.1.3.2 Information of groups A list of modules not supporting automatic update for the specified group is displayed at the below target. 

Strany 37

41 5.1.4 Information of module supporting automatic update 5.1.4.1 Information of components Information about each module supporting automati

Strany 38

42 5.1.4.2 Information of groups Information about each module is displayed at the below target.  /grps/grpset/<Group Name>/expup/modul

Strany 39

43 5.1.5 Information of module not supporting automatic update 5.1.5.1 Information of components Information about each module not supporting

Strany 40

44 5.1.5.2 Information of groups Information about each module is displayed at the below target.  /grps/grpset/<Group Name>/expup/module

Strany 41

45 5.2 Update, install and uninstall 5.2.1 Update modules supporting automatic update 5.2.1.1 For the specified component 'load' co

Strany 42

46 TIP:  If the update has been finished, the result is shown in LatestApplyResult property of `show /cmps/<Component Name>/map/expup/m

Strany 43

47 5.2.1.3 For the specified group 'load' command at the below target enables you to update all modules of components belonging to th

Strany 44 - Module Name>'

48 5.2.2 Install commands 'load' command at below target enables you to install a module. Refer to the section 5.1.4.1 for more info

Strany 45

4 About This Document This document introduces command line interface of NEC ExpressUpdate. It is a function of the component management utilit

Strany 46

49 5.2.3 Uninstall commands 'delete' command enables you to uninstall a module. Refer to the section 5.1.4.1 for more information ab

Strany 47

50 5.2.4 Cancelling update commands 5.2.4.1 For components 'stop' command at below targets enables you to cancel updates. Refer to t

Strany 48

51 5.2.5 Update modules not supporting automatic update Procedures for applying update packages not supporting automatic update are as below.

Strany 49 - 5.2.2 Install commands

52 5.2.5.2 For the specified component and update package 'dump' command at the below target enables you to copy update packages rela

Strany 50 - 5.2.3 Uninstall commands

53 Table 5-28 Specific options of ' dump /cmps/<Component Name>/map/expup/modules/unsupportedmods/<Module Name>/uppkgs/<PKG

Strany 51 - 5.2.4.2 For groups

54 5.3 Repository and Update package management 5.3.1 Repository settings Repository settings are located at the following target.  /reposi

Strany 52

55 When you modify location of the repository in local, run the following command. set /repository RepositoryLocation=LOCAL Examples When yo

Strany 53

56  BLUE  RED  BLACK Table 5-32 Specific commands of '/repository/localsetting' Command Description set Sets local repositor

Strany 54

57 5.3.1.2 Remote repository settings Remote repository settings are located at the following target.  /repository/remotesetting Properties a

Strany 55 - 5.3.1 Repository settings

58  RemoteRepositoryPassword  In the case of the user authority is Operator, "Change Environment Setting" of the user level must b

Strany 56

5 Chapter1 About Command Line Interface 1.1 Overview This document provides information about a Command Line Interface to NEC ExpressUpdate.

Strany 57

59 Examples When you stop monitoring during downloading, press "Ctrl + D" key and return to the input prompt. -> load -wait /reposi

Strany 58

60 CHECK:  In the case of the user authority is Operator, "Change Environment Setting" of the user level must be enabled. TIP: 

Strany 59

61 5.3.4 Saving update packages 5.3.4.1 Saving update packages all together Saving update packages all together is located at the following ta

Strany 60

62 5.3.5 Update packages information 5.3.5.1 Update packages informatioin Information about update packages is located at the following target

Strany 61

63 5.3.5.2 The update package information Information about the update package is located at the following target.  /repository/uppkgs/<up

Strany 62

64 Examples 'show' command enables you to view information about the update package. -> show /repository/uppkgs/"NEC ExpressU

Strany 63

65 5.3.5.3 Readme file information After saving the readme file, you can view the readme file written notes about the update package. Informati

Strany 64

66 Chapter6 Log management 6.1 Logging You can get the following logs.  NEC ESMPRO Manager application log  NEC ExpressUpdate Agent log 6

Strany 65

67 Examples 'dump' commands enable you to save application logs to the specified directory. Add -destination option, and specify the

Strany 66

68 6.1.3 NEC ExpressUpdate Agent log Information of NEC ExpressUpdate Agent log is located at the following target.  /cmps/<component nam

Strany 67 - Chapter6 Log management

6 1.3 Configuring examples When the client PC is different from the management PC, log in to the management PC using remote desktop, Telnet/SS

Strany 68 - 6.1.2 Application log

69 Chapter7 Troubleshooting This section describes the error message and the coping method for it. 7.1 Error message Table 7-1 Error messag

Strany 69

70 Chapter8 Terminology Table 8-1 Terminology Term Description CLI Command Line Interface BMC Baseboard Management Controller The manageme

Strany 70 - Chapter7 Troubleshooting

71 Chapter9 Appendix 9.1 XML Schema 9.1.1 XML Schema for request file XML schema of the request XML is as below. <?xml version="1.0&

Strany 71 - Chapter8 Terminology

72 <xsd:complexType name="InstanceRequestType"> <xsd:sequence> <xsd:element name="abort" ty

Strany 72 - Chapter9 Appendix

73 <xsd:sequence> <xsd:element name="file" type="xsd:string" /> <xsd:element name="

Strany 73

74 9.1.2 XML Schema for response file XML schema of the response XML is as below. <?xml version="1.0" encoding="UTF-8"

Strany 74

75 <!-- cd command response type --> <xsd:complexType name="CdResponseType"> <xsd:choice minOccurs="0&q

Strany 75

76 <xsd:complexType name="HelpResponseType"> <xsd:choice minOccurs="0"> <xsd:element name="t

Strany 76

77 <xsd:element name="target" type="TargetReferenceType" minOccurs="0" maxOccurs="unbounded&qu

Strany 77

78 <xsd:complexType name="ValueResponseType"> <xsd:sequence> <xsd:element name="val" type="x

Strany 78

7 1.4 Using the command line All commands in this document are executed by 'esmcli' command. When you install NEC ESMPRO Manager, &a

Strany 79

79 <xsd:element name="result" type="xsd:string" minOccurs="0"/> <xsd:element name="insta

Strany 80

80 Revision History 1.00 2011/05/11 Initial edition. 1.01 2012/07/20 Added request/response XML function. Added descriptions for a management

Strany 81

8 Examples When you specify the encrypted password, please input as follows. See 1.4.4Encrypting of the password. esmcli -u Administrator -p {E

Komentáře k této Příručce

Žádné komentáře