.\" Automatically generated by Pod::Man 4.09 (Pod::Simple 3.35) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .if !\nF .nr F 0 .if \nF>0 \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} .\} .\" ======================================================================== .\" .IX Title "FUSIONINVENTORY-ESX 1p" .TH FUSIONINVENTORY-ESX 1p "2018-10-08" "perl v5.26.2" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" fusioninventory\-esx \- vCenter/ESX/ESXi remote inventory from command line .SH "SYNOPSIS" .IX Header "SYNOPSIS" fusioninventory-esx \-\-host \-\-user \-\-password \-\-directory .PP .Vb 7 \& Options: \& \-\-help this menu \& \-\-host hostname ESX server hostname \& \-\-user username user name \& \-\-password xxxx user password \& \-\-directory directory output directory \& \-\-tag tag tag for the inventoried machine .Ve .SH "EXAMPLES" .IX Header "EXAMPLES" .Vb 1 \& % fusioninventory\-esx \-\-host myesx \-\-user foo \-\-password bar \-\-directory /tmp .Ve .PP You can import the .ocs file in your inventory server with the fusioninventory-injector tool. .PP .Vb 1 \& %fusioninventory\-injector \-v \-\-file /tmp/*.ocs \-u https://myserver/plugins/fusioninventory/ .Ve .SH "DESCRIPTION" .IX Header "DESCRIPTION" \&\fIfusioninventory-esx\fR creates inventory of remote ESX/ESXi and vCenter VMware. It uses the \s-1SOAP\s0 interface of the remote server. .PP Supported systems: .IP "\fI\s-1ESX\s0 and ESXi 3.5\fR" 4 .IX Item "ESX and ESXi 3.5" .PD 0 .IP "\fI\s-1ESX\s0 and ESXi 4.1\fR" 4 .IX Item "ESX and ESXi 4.1" .IP "\fIESXi 5.0\fR" 4 .IX Item "ESXi 5.0" .IP "\fIvCenter 4.1\fR" 4 .IX Item "vCenter 4.1" .IP "\fIvCenter 5.0\fR" 4 .IX Item "vCenter 5.0" .PD .PP Active Directory users, please note the \s-1AD\s0 authentication doesn't work. You must create a account on the VMware server. .SH "LIMITATION" .IX Header "LIMITATION" So far, \s-1ESX\s0 serial number are not collected. .SH "SECURITY" .IX Header "SECURITY" The \s-1SSL\s0 hostname check of the server is disabled.