Command Reference-NOS v4 0
Command Reference-NOS v4 0
NOS 4.0
06-Apr-2015
Notice
Copyright
Copyright 2015 Nutanix, Inc.
Nutanix, Inc.
1740 Technology Drive, Suite 150
San Jose, CA 95110
All rights reserved. This product is protected by U.S. and international copyright and intellectual property
laws. Nutanix is a trademark of Nutanix, Inc. in the United States and/or other jurisdictions. All other marks
and names mentioned herein may be trademarks of their respective companies.
License
The provision of this software to you does not grant any licenses or other rights under any Microsoft
patents with respect to anything other than the file server implementation portion of the binaries for this
software, including no licenses or any other rights in any hardware or any devices or software that are used
to communicate with or in connection with this software.
Conventions
Convention
Description
variable_value
ncli> command
user@host$ command
root@host# command
The commands are executed as the root user in the hypervisor host
(vSphere or KVM) shell.
> command
output
Target
Username
Password
Nutanix Controller VM
admin
admin
vSphere client
ESXi host
administrator
nutanix/4u
Interface
Target
Username
Password
ESXi host
root
nutanix/4u
KVM host
root
nutanix/4u
SSH client
Nutanix Controller VM
nutanix
nutanix/4u
Version
Last modified: April 6, 2015 (2015-04-06 21:37:28 GMT-7)
Contents
1: About Nutanix Command-Line Interface...............................................6
Alerts Administration.......................................................................................................................... 84
4
cluster............................................................................................................................................... 131
diagnostics.py...................................................................................................................................146
genesis............................................................................................................................................. 149
ncc.................................................................................................................................................... 154
setup_hyperv.py............................................................................................................................... 166
1
About Nutanix Command-Line Interface
The Nutanix command-line interface (nCLI) allows you to run system administration commands against the
Nutanix cluster from any of the following machines:
The procedure to complete this step depends on your operating system. For more information, go to
http://java.com/en/download/help/path.xml.
Troubleshooting
Error
Explanation/Resolution
ncli not found or not recognized The Windows %PATH% or Linux $PATH environment variable is
as a command
not set.
The admin user password has been changed from the default and
you did not specify the correct password.
Type exit and start the nCLI again with the correct password.
Results: The Nutanix CLI is now in interactive mode. To exit this mode, type exit at the ncli> prompt.
Command Format
Nutanix Command-Line Interface commands must match the following format:
ncli> entity action parameter1=value parameter2=value ...
Some actions require parameters at the end of the command. For example, when creating an NFS
datastore, you need to provide both the name of the datastore as it will appear to the hypervisor and the
name of the source container.
ncli> datastore create name="NTNX-NFS" ctr-name="nfs-ctr"
Parameter-value pairs can be listed in any order, as long as they are preceded by a valid entity and action.
Tip: To avoid syntax errors, surround all string values with double-quotes, as demonstrated in the
preceding example. This is particularly important when specifying parameters that accept a list of
values.
Embedded Help
The nCLI provides assistance on all entities and actions. By typing help at the command line, you can
request additional information at one of three levels of detail.
help
entity help
Provides a list of all actions and parameters associated with the entity, as well as which parameters
are required, and which are optional
Provides a list of all parameters associated with the action, as well as a description of each parameter
The nCLI provides additional details at each level. To control the scope of the nCLI help output, add the
detailed parameter, which can be set to either true or false.
For example, type the following command to request a detailed list of all actions and parameters for the
cluster entity.
ncli> cluster help detailed=true
You can also type the following command if you prefer to see a list of parameters for the cluster editparams action without descriptions.
ncli> cluster edit-params help detailed=false
nCLI Entities
alerts: An Alert
authconfig: Configuration information used to authenticate user
cluster: A Nutanix Complete Cluster
container: A Storage Container is a container for virtual disks
datastore: An NFS Datastore
disk: A Physical Disk
events: An Event
health-check: A health check
2
Nutanix Command-Line Interface Reference
CLI Reference Conventions
This command-line interface reference uses the following conventions.
The keyword is a literal string required by the command, and the value is the unique value for your
environment.
keyword=value
alerts:
Alert
Description
An Alert
Alias
alert
Operations
Acknowledge Alerts
ncli> alerts { acknowledge | ack } ids="alert_ids"
Required arguments
ids
enable-default-nutanix-email
email-contacts
Comma seperated list of emails to be used while sending alerts. Set to '-' to clear all the existing
emails.
get-alert-config
Required arguments
None
List history of Alerts
ncli> alerts history duration="days" [ acknowledged="{ true | false }" ][
resolved="{ true | false }" ][ max-alerts="num_alerts" ]
Required arguments
duration
Optional arguments
acknowledged
Acknowledged Alerts?
resolved
Resolved Alerts?
max-alerts
Acknowledged Alerts?
max-alerts
Resolve Alerts
ncli> alerts
resolve
ids="alert_ids"
Required arguments
ids
Optional arguments
enable
enable-email-alerts
include-global-email-contacts
Include the cluster global email alert list while sending alert emails for the specified Alert Policy
frequecy-in-mins
authconfig:
Authentication Configuration
Description
Alias
None
Operations
add-to-role-mapping-values
directory-values-by-type
role
type
values
Comma seperated values of directory role mapping for the specified entity type
Comma seperated list of values to be added to the existing directory role mapping
ncli> authconfig add-to-role-mapping-values
type="entity_type" values="entity_mapping"
name="directory_name" role="user_role"
Required arguments
name
role
type
values
Comma seperated values of directory role mapping for the specified entity type
url
domain
name="directory_name" [ role="user_role" ][
Required arguments
name
Optional arguments
role
type
enable-client-auth
Optional arguments
url
domain
Get the list of entity values for the specified entity type and the directory name.
ncli> authconfig get-directory-values-by-type name="directory_name"
username="admin_username" password="admin_password" type="entity_type"
Required arguments
name
username
password
type
role
type
Comma seperated list of values to be removed from the existing directory role mapping
ncli> authconfig remove-from-role-mapping-values name="directory_name"
role="user_role" type="entity_type" values="entity_mapping"
Required arguments
name
role
type
values
Comma seperated values of directory role mapping for the specified entity type
cluster:
Cluster
Description
Alias
None
Operations
Remove all the public keys previously configured in the cluster : remove-all-publickeys | rm-all-public-keys
Remove addresses from the list of name servers : remove-from-name-servers
Remove addresses from the list of NFS subnet whitelist : remove-from-nfs-
whitelist
public-key
add-node
node-uuid="node_uuid"
Required arguments
node-uuid
add-public-key
name="key_name" file-path="key_file_path"
Required arguments
name
file-path
add-to-name-servers
servers="servers"
Required arguments
servers
add-to-nfs-whitelist
ip-subnet-masks="ip_subnet_masks"
Required arguments
ip-subnet-masks
add-to-ntp-servers
servers="servers"
Required arguments
servers
clear-external-ip-address
Required arguments
None
Clear configuration of SMTP Server used for transmitting alerts and report emails to Nutanix support
ncli> cluster
clear-smtp-server
Required arguments
None
Nutanix Command-Line Interface Reference | Command Reference | NOS | 18
Configure discovered node with IP addresses (Hypervisor, CVM and IPMI addresses)
ncli> cluster configure-node node-uuid="node_uuid" [ cvm-ip="cvm_ip_addr"
][ hypervisor-ip="hypervisor_ip_addr" ][ ipmi-ip="ipmi_ip_addr" ][ ipminetmask="ipmi_netmask" ][ ipmi-gateway="ipmi_gateway_addr" ]
Required arguments
node-uuid
Optional arguments
cvm-ip
hypervisor-ip
ipmi-ip
ipmi-netmask
ipmi-gateway
discover-nodes
Required arguments
None
Edit params of a Cluster
ncli> cluster { edit-params | edit-info }[ new-name="new_name" ][ support-verbositylevel="level" ][ external-ip-address="external_ip_addr" ][ enable-shadow-clones="{ true
| false }" ][ enable-password-remote-login="{ true | false }" ]
Required arguments
None
Optional arguments
new-name
support-verbosity-level
external-ip-address
External IP address to access the cluster. Set to '-' to clear the existing value
enable-shadow-clones
enable-password-remote-login
ncli> cluster
get-domain-fault-tolerance-status
type="{rackable_unit | node}"
Required arguments
type
get-name-servers
Required arguments
None
Get the list of NFS subnet whitelist
ncli> cluster
get-nfs-whitelist
Required arguments
None
Get the list of NTP servers
ncli> cluster
get-ntp-servers
Required arguments
None
Get params of a Cluster
ncli> cluster { get-params | info }
Required arguments
None
Get the redundancy state of the cluster
ncli> cluster
get-redundancy-state
Required arguments
None
Get remote support status on a Cluster
ncli> cluster
get-remote-support-status
Required arguments
None
Check the removal status for Physical Hosts
ncli> cluster { get-remove-status | get-rm-status }[ id="host_id" ]
Required arguments
None
Optional arguments
id
Get configuration of SMTP Server used for transmitting alerts and report emails to Nutanix support
ncli> cluster
get-smtp-server
Required arguments
None
Join the Nutanix storage cluster to the Windows AD domain specified in the cluster name. This operation is only
valid for Hyper-V clusters.
ncli> cluster join-domain ad-admin-username="ad_admin_username" [ ad-adminpassword="ad_admin_password" ]
Required arguments
ad-admin-username
Username of the account that has administrative access to the Windows AD domain.
Optional arguments
ad-admin-password
remove-from-name-servers
servers="servers"
Required arguments
servers
Comma-separated list of IP addresses/Host names to be removed from the name servers list
remove-from-nfs-whitelist
ip-subnet-masks="ip_subnet_masks"
Required arguments
ip-subnet-masks
Comma-separated list with entries of the form 'IP/subnet mask' (a.b.c.d/l.m.n.o) to be removed
from the NFS subnet whitelist
remove-from-ntp-servers
servers="servers"
Required arguments
servers
Comma-separated list of IP addresses/Host names to be removed from the NTP servers list
Delete public key with the specified name from the cluster
ncli> cluster { remove-public-key | rm-public-key } name="key_name"
Required arguments
name
Optional arguments
skip-space-check
Skip checking storage space-related constraints when initiating removal of a host from the
cluster
Default: false
send-test-email
recipient="recipient_email_addr" subject="email_subject"
Required arguments
recipient
subject
set-external-ip-address [ external-ip-address="external_ip_addr" ]
Required arguments
None
Optional arguments
external-ip-address
External IP address to access the cluster. Set to '-' to clear the existing value
Set configuration of SMTP Server used for transmitting alert and report emails to Nutanix support
ncli> cluster set-smtp-server address="server_address" [ port="smtp_port" ][
username="smtp_username" ][ password="smtp_password" ][ security-mode="{none | ssl |
starttls}" ][ from-email-address="from_email_addr" ]
Required arguments
address
Optional arguments
port
username
password
security-mode
Security mode used by SMTP Server for data encryption and authentication. SMTP Server in
Nutanix cluster can be configured with one of the following mode: 'none', 'ssl' or 'starttls'
Default: none
from-email-address
From email address to be used while sending emails (Set to '-' to clear the existing value)
set-timezone
timezone="timezone"
Required arguments
timezone
start
Required arguments
None
Start remote support on a Cluster
ncli> cluster
start-remote-support [ duration="minutes" ]
Required arguments
None
Optional arguments
duration
Default: 0
Get the status of all services in the cluster
ncli> cluster
status
Required arguments
None
Stop all services in the cluster
ncli> cluster
stop
Required arguments
None
Stop remote support on a Cluster
ncli> cluster
stop-remote-support [ duration="minutes" ]
Required arguments
None
Optional arguments
duration
Unjoin the Nutanix storage cluster from the Windows AD domain. This operation is only valid for Hyper-V clusters.
ncli> cluster unjoin-domain ad-admin-username="ad_admin_username" [ ad-adminpassword="ad_admin_password" ][ force="{ true | false }" ][ remove-dns="{ true | false }"
]
Required arguments
ad-admin-username
Username of the account that has administrative access to the Windows AD domain.
Optional arguments
ad-admin-password
force
remove-dns
Whether the DNS entry corresponding to the Nutanix storage cluster should also be removed.
Default: false
version
Required arguments
None
container:
Storage Container
Description
Alias
ctr
Operations
Set the down-migrate times (in minutes) for a Storage Tier in a Storage Container :
set-down-migrate-times | set-dm-times
Optional arguments
id
name
Optional arguments
res-capacity
sp-id
sp-name
rf
random-io-priority-order
Comma seperated random I/O priority order (high to low) of Storage Tiers in a Storage
Container
sequential-io-priority-order
Comma seperated sequential I/O priority order (high to low) of Storage Tiers in a Storage
Container
enable-compression
fingerprint-on-write
on-disk-dedup
compression-delay
ip-subnet-masks
name
new-name
res-capacity
rf
random-io-priority-order
Comma seperated random I/O priority order (high to low) of Storage Tiers in a Storage
Container
sequential-io-priority-order
Comma seperated sequential I/O priority order (high to low) of Storage Tiers in a Storage
Container
enable-compression
compression-delay
fingerprint-on-write
on-disk-dedup
ip-subnet-masks
Get the down-migrate times (in minutes) for Storage Tiers in a Storage Container
ncli> container { get-down-migrate-times | get-dm-times }[ id="container_id" ][
name="container_name" ]
Required arguments
None
Optional arguments
id
name
name
name
name
ignore-small-files
Ignores all the small files on the Storage Container {true, false} while marking for removal
Default: false
ip-subnet-masks="ip_subnet_masks" [
Required arguments
ip-subnet-masks
Optional arguments
id
name
Set the down-migrate times (in minutes) for a Storage Tier in a Storage Container
ncli> container { set-down-migrate-times | set-dm-times } tier-names="tier_names" [
id="container_id" ][ name="container_name" ][ time-in-min="mins" ]
Required arguments
tier-names
Optional arguments
id
name
time-in-min
Time in minutes after which to down-migrate data in a given Storage Tier in a Storage Container
Default: 30
datastore:
Datastore
Description
An NFS Datastore
Alias
None
Operations
Create a new NFS datastore on the Physical Hosts using the Storage Container
(ESX only) : create | add
Delete the NFS datastore on the Physical Hosts : delete | remove rm
List NFS Datastores : list | ls
Create a new NFS datastore on the Physical Hosts using the Storage Container (ESX only). Container name will be
used as datastore name, if datastore name is not specified
ncli> datastore { create | add } ctr-name="container_name" [ name="datastore_name" ][
host-ids="host_ids" ][ read-only="{ true | false }" ]
Required arguments
ctr-name
Optional arguments
name
host-ids
A comma-separated list of the ids of the Physical Hosts (default = Includes all hosts)
read-only
Whether a Physical Host must have only read-only access to the Datastore
Default: false
Optional arguments
host-ids
A comma-separated list of the ids of the Physical Hosts (default = Includes all hosts)
disk:
Physical Disk
Description
A Physical Disk
Alias
None
Operations
sp-id
sp-name
tier-name
List Physical Disks that are not assigned to any Storage Pool
ncli> disk { list-free | ls-free }
Required arguments
None
Get stats data for Physical Disks
ncli> disk { list-stats | ls-stats }[ id="disk_id" ][ sp-id="storagepool_id" ][ tiername="tier_name" ]
Required arguments
None
Optional arguments
id
sp-id
tier-name
Optional arguments
force
events:
Event
Description
An Event
Alias
event
Operations
Acknowledge Events
ncli> events { acknowledge | ack } ids="ids"
Required arguments
ids
Required arguments
duration
Optional arguments
acknowledged
Acknowledged Events?
max-events
health-check:
Health Check
Description
A health check
Alias
check
Operations
Optional arguments
enable
interval
parameter-thresholds
List of comma-separated parameter and it's threshold. All the values should be of format
<parameter-name:value>.
host:
Physical Host
Description
Alias
None
Operations
add-node
node-uuid="node_uuid"
Required arguments
node-uuid
Configure discovered node with IP addresses (Hypervisor, CVM and IPMI addresses)
ncli> host configure-node node-uuid="node_uuid" [ cvm-ip="cvm_ip_addr" ][ hypervisorip="hypervisor_ip_addr" ][ ipmi-ip="ipmi_ip_addr" ][ ipmi-netmask="ipmi_netmask" ][
ipmi-gateway="ipmi_gateway_addr" ]
Required arguments
node-uuid
Optional arguments
cvm-ip
hypervisor-ip
ipmi-ip
ipmi-netmask
ipmi-gateway
discover-nodes
Required arguments
None
Edit Physical Host
ncli> host { edit | update } id="host_id" [ hypervisor-username="hypervisor_username"
][ hypervisor-password="hypervisor_password" ][ new-ms-name="new_managementserver_name"
][ oplog-disk-pct="percent" ][ ipmi-username="ipmi_username" ][ ipmipassword="ipmi_password" ]
Required arguments
id
Optional arguments
hypervisor-username
hypervisor-password
new-ms-name
oplog-disk-pct
ipmi-username
ipmi-password
enable-metadata-store
id="host_id"
Required arguments
id
Optional arguments
skip-space-check
Skip checking storage space-related constraints when initiating removal of a host from the
cluster
Default: false
set-monitoring
Required arguments
enabled
ids
http-proxy:
HTTP Proxy
Description
An HTTP Proxy
Alias
proxy
Operations
ip-address
port
Optional arguments
username
password
Optional arguments
ip-address
username
password
port
license:
License
Description
Alias
None
Operations
apply-license
license-file="license_file"
Required arguments
license-file
License file
download-cluster-info
file-path="file_path"
Required arguments
file-path
File path
generate-cluster-info
Required arguments
None
Read allowances for features as listed in the license
ncli> license
get-allowances [ feature-name="feature_name" ]
Required arguments
None
Optional arguments
feature-name
Feature name
get-license
Required arguments
None
managementserver:
Management Server
Description
Alias
ms
Operations
url
username
password
Optional arguments
url
username
password
multicluster:
Multicluster
Description
Alias
None
Operations
Add to multicluster
ncli> multicluster add-to-multicluster external-ip-address-or-svmips="external_ip_addr" username="username" password="password"
Required arguments
external-ip-address-or-svm-ips
username
username
password
password
delete-cluster-state
cluster-id="cluster_id"
Required arguments
cluster-id
Id of the cluster
get-cluster-state [ cluster-id="cluster_id" ]
Required arguments
None
Optional arguments
cluster-id
Id of the cluster
username
username
password
password
protection-domain:
Protection domain
Description
Alias
pd
Operations
Mark Virtual Machines and NFS files for removal from a given Protection domain :
schedule
retention-policy
repl-status
snapshots
migrate
schedules
retention-policy
unprotect
replication-ids
activate
name="protectiondomain_name" [ snap-id="snapshot_id" ]
Required arguments
name
Optional arguments
snap-id
Id of the Snapshot to be restored while making Protection domain as active. By default, latest
snapshot is restored.
Default: -1
Optional arguments
start-time
Specify time in format MM/dd/yyyy [HH:mm:ss [z]] at which the schedule become active. If not
specified, schedule will become active immediately
end-time
Specify time in format MM/dd/yyyy [HH:mm:ss [z]] at which the schedule become inactive. If not
specified, schedule will be active indefinitely
every-nth-day
local-retention
remote-retention
Required arguments
name
Optional arguments
start-time
Specify time in format MM/dd/yyyy [HH:mm:ss [z]] at which the schedule become active. If not
specified, schedule will become active immediately
end-time
Specify time in format MM/dd/yyyy [HH:mm:ss [z]] at which the schedule become inactive. If not
specified, schedule will be active indefinitely
every-nth-hour
local-retention
remote-retention
Optional arguments
start-time
Specify time in format MM/dd/yyyy [HH:mm:ss [z]] at which the schedule become active. If not
specified, schedule will become active immediately
end-time
Specify time in format MM/dd/yyyy [HH:mm:ss [z]] at which the schedule become inactive. If not
specified, schedule will be active indefinitely
every-nth-minute
local-retention
remote-retention
Optional arguments
days-of-month
start-time
Specify time in format MM/dd/yyyy [HH:mm:ss [z]] at which the schedule become active. If not
specified, schedule will become active immediately
end-time
Specify time in format MM/dd/yyyy [HH:mm:ss [z]] at which the schedule become inactive. If not
specified, schedule will be active indefinitely
local-retention
remote-retention
Create a new out of band snapshot schedule in a Protection domain to take a snapshot at a specified time
ncli> protection-domain { add-one-time-snapshot | create-one-time-snapshot }
name="protectiondomain_name" [ snap-time="MM/dd/yyyy [HH:mm:ss [z]]" ][ remotesites="remote_sites" ][ retention-time="seconds" ]
Required arguments
name
Optional arguments
snap-time
Specify time in format MM/dd/yyyy [HH:mm:ss [z]] at which snapshot is to be taken. If not
specified, snapshot will be taken immediately
remote-sites
Comma-separated list of Remote Site to which snapshots are replicated. If not specified, remote
replication is not performed
retention-time
Number of seconds to retain the snapshot. Aged snapshots will be garbage collected. By
default, snapshot is retained forever
Required arguments
name
Optional arguments
days-of-week
Comma seperated day of week values for the schedule: 1-7 (starts with Sunday(1)), or (sun |
mon | tue | wed | thu | fri | sat)
start-time
Specify time in format MM/dd/yyyy [HH:mm:ss [z]] at which the schedule become active. If not
specified, schedule will become active immediately
end-time
Specify time in format MM/dd/yyyy [HH:mm:ss [z]] at which the schedule become inactive. If not
specified, schedule will be active indefinitely
local-retention
remote-retention
clear-retention-policy
name="protectiondomain_name"
Required arguments
name
id
clear-schedules
name="protectiondomain_name"
Required arguments
name
deactivate
name="protectiondomain_name"
Required arguments
name
snap-id
Id of the Snapshot
state
oob-schedule-id
ls-pending-actions [ name="protectiondomain_name" ]
Required arguments
None
Optional arguments
name
ls-pending-one-time-snapshots [ name="protectiondomain_name" ]
Required arguments
None
Optional arguments
name
ls-schedules
name="protectiondomain_name"
Required arguments
name
Mark Protection domain as inactive and failover to the specified Remote Site
ncli> protection-domain
migrate
name="protectiondomain_name" remote-site="remote_site"
Required arguments
name
remote-site
replication-ids
Optional arguments
vm-names
ctr-id
host-id
files
cg-name
Name of the Consistency group to which Virtual Machines are added. If not specified, each
Virtual Machines is added to a Consistency group which has same name as the Virtual Machine
name
ignore-duplicates
Whether to ignore if any of the specified Virtual Machines already exist in the specified
Protection domain
Default: true
app-consistent-snapshots
Whether Consistency group created for Virtual Machine performs application consistent
snapshots. Such special Consistency group can contain one and only one Virtual Machine
Default: false
Mark a Protection domain for removal. Protection domain will be removed from the appliance when all
outstanding operations on it are cancelled
ncli> protection-domain { remove | rm } name="protectiondomain_name"
Required arguments
name
remove-from-schedules
name="protectiondomain_name"
Required arguments
name
id
snap-id
Optional arguments
files
vm-names
replace
Whether the restored Virtual Machines and/or NFS files replace their corresponding live Virtual
Machines and/or Virtual Machines. If set to false, then the parameter path-prefix must be
specified
Default: false
path-prefix
The path prefix that apply to the restored file paths. For example, if restoring file '/ctr/dir/file' with
a prefix of '/prefix', then the restored files will be put in path '/ctr/prefix/dir/file'. If empty, then no
path prefix will be applied.
replication-ids
snap-ids
rm-one-time-schedules
name="protectiondomain_name" schedule-
Required arguments
name
schedule-ids
snap-ids
rollback-pd
name="protectiondomain_name" snap-id="snapshot_id"
Required arguments
name
snap-id
Required arguments
name
id
Optional arguments
local-retention
remote-retention
Mark Virtual Machines and NFS files for removal from a given Protection domain. They will be removed when all
outstanding operations on them are completed/cancelled
ncli> protection-domain
vm-names="vm_names" ]
unprotect
name="protectiondomain_name" [ files="nfs_files" ][
Required arguments
name
Optional arguments
files
vm-names
pulse-config:
Pulse Configuration
Description
Alias
None
Operations
enable-default-nutanix-email
support-verbosity-level
email-contacts
Comma seperated list of emails to be used while sending Pulse info. Set to '-' to clear all the
existing emails.
rsyslog-config:
RSyslog Configuration
Description
Alias
None
Operations
name
level
Optional arguments
include-monitor-logs
ip-address
port
port number
network-protocol
Protocol for RSyslog server configuration. Currently supported protocols are TCP and UDP
name
Optional arguments
ip-address
port
port number
network-protocol
Protocol for RSyslog server configuration. Currently supported protocols are TCP and UDP
get-status
Required arguments
None
List RSyslog Servers
ncli> rsyslog-config { list | ls }
Required arguments
None
List RSyslog Server Modules
ncli> rsyslog-config { list-modules | ls-modules } server-name="rsyslog_server_name"
Required arguments
server-name
Required arguments
None
Sets the status of RSyslog service
ncli> rsyslog-config
set-status
Required arguments
enable
rackable-unit:
Rackable unit
Description
A rackable unit
Alias
ru
Operations
location
remote-site:
Remote Site
Description
Alias
rs
Operations
Required arguments
name
address-list
List of comma-separated addresses of the remote site. All addresses should be of format <ip>
or of format <ip:port>. Default port is used if the port number is not specified
Optional arguments
capabilities
max-bandwidth
Maximum bandwidth (in kilobytes per sec) to be used while replicating to the remote site. If not
specified, restriction is not placed on maximum bandwidth used by replication
enable-proxy
Boolean parameter to indicate whether the addresses specified in address-list can be used as a
proxy to communicate with other Nutanix components on the remote site
enable-ssh-tunnel
Boolean parameter to indicate whether the addresses specified in address-list can be used as
a SSH tunnel to communicate with other Nutanix components on the remote site. Enabling SSH
tunnel mode will also enable proxy mode
enable-compression
vstore-map
By default, data from a local vStore is replicated to a identically named vStore in the remote site.
To setup data replication from local vStore to remote vStore having different names, provide
comma-separated list of <local vStore>:<target vStore> mapping. Mapping is not required if the
names of local and target vStore are same
Required arguments
name
Optional arguments
capabilities
max-bandwidth
Maximum bandwidth (in kilobytes per sec) to be used while replicating to the remote site. If not
specified, restriction is not placed on maximum bandwidth used by replication
enable-proxy
Boolean parameter to indicate whether the addresses specified in address-list can be used as a
proxy to communicate with other Nutanix components on the remote site
enable-ssh-tunnel
Boolean parameter to indicate whether the addresses specified in address-list can be used as
a SSH tunnel to communicate with other Nutanix components on the remote site. Enabling SSH
tunnel mode will also enable proxy mode
enable-compression
address-add
Address to be included in the remote site address list. Address should be of the format <ip> or
of the format <ip:port> and should conform to the format of the current remote site address list
address-del
Address to be removed from the remote site address list. Port number, if provided, is ignored
address-list
List of comma-separated addresses of the remote site. All addresses should be of format <ip>
or of format <ip:port>. Default port is used if the port number is not specified
vstore-map-add
Entry of the form <local vStore>:<target vStore> to be included in the vStore replication map. If
mapping for a local vStore already exists, mapping is updated with the the new target vStore
vstore-map-del
Entry of the form <local vStore>:<target vStore> to be removed from the vStore replication map
pd-name
snap-id
Id of the Snapshot
state
oob-schedule-id
Mark a Remote Site for removal. Site will be removed from the appliance when all outstanding operations that are
using the remote site are cancelled
ncli> remote-site { remove | rm } name="remote_site_name"
Required arguments
name
pd-name
snap-id
Id of the Snapshot
pd-name
snap-ids
snapshot:
Snapshot
Description
Alias
snap
Operations
clone-names
src-file
dest-files
allow-overwrite
Name of the Snapshot. If name is not specified, format snap_<vDiskname>_YYYY_MM_DD_HH_MM_SS is used to generate the name
vdisk-name
src-file
dest-file
allow-overwrite
List Snapshots
ncli> snapshot { list | ls }[ name="snapshot_name" ][ vdisk-name="vdisk_name" ]
Required arguments
None
Optional arguments
name
vdisk-name
vdisk-name
Delete a Snapshot
ncli> snapshot { remove | rm } name="snapshot_name"
Required arguments
name
snmp:
SNMP
Description
An SNMP agent
Alias
None
Operations
List all the configured trap sinks along with their user information : list-traps | ls-
Lists all the snmp users along with their properties like authentication and privacy
information : list-users | ls-users
Remove a transport from the list of snmp transports : remove-transport | delete-
transports
traps
transport
Add a transport to the list of snmp transports. Each transport is a protocol:port pair
ncli> snmp
add-transport
Required arguments
protocol
Protocol for the snmp agent or trap sink. Currently supported protocols are UDP, TCP and
UDP_6
port
Port number on which an snmp agent listens for requests or on which a trap sink is waiting traps
Add a trap sink to the list of trap sinks. Each trap sink is a combination of trap sink address, username and
authentication information
ncli> snmp add-trap username="snmp_username" address="snmp_trap_sink_address"
[ port="snmp_port" ][ protocol="{ tcp | udp | udp_6 }" ][ engineid="snmp_trap_sink_engine_id_hex" ][ inform="{ true | false }" ]
Required arguments
username
address
Optional arguments
port
Port number on which an snmp agent listens for requests or on which a trap sink is waiting traps
protocol
Protocol for the snmp agent or trap sink. Currently supported protocols are UDP, TCP and
UDP_6
engine-id
Engine id of the snmp trap sink. This must be a hex string starting with 0x
inform
Add an snmp user along with its authentication and privacy keys
ncli> snmp add-user username="snmp_username" auth-key="user_auth_key" authtype="{ md_5 | sha }" [ priv-key="user_key" ][ priv-type="{ des | aes }" ]
Required arguments
username
auth-key
auth-type
Optional arguments
priv-key
priv-type
Edit one of the trap sinks from the list of trap sinks. Editable properties are username, authentication and privacy
settings and protocol
ncli> snmp { edit-trap | update-trap } address="snmp_trap_sink_address"
[ port="snmp_port" ][ protocol="{ tcp | udp | udp_6 }" ][ engineid="snmp_trap_sink_engine_id_hex" ][ inform="{ true | false }" ]
Required arguments
address
Optional arguments
port
Port number on which an snmp agent listens for requests or on which a trap sink is waiting traps
protocol
Protocol for the snmp agent or trap sink. Currently supported protocols are UDP, TCP and
UDP_6
engine-id
Engine id of the snmp trap sink. This must be a hex string starting with 0x
inform
Required arguments
username
Optional arguments
auth-key
auth-type
priv-key
priv-type
get-status
Required arguments
None
List all the transports specified for the snmp agent. Each transport is a protocol:port pair
ncli> snmp { list-transports | ls-transports }
Required arguments
None
List all the configured trap sinks along with their user information.
ncli> snmp { list-traps | ls-traps }[ address="snmp_trap_sink_address" ]
Required arguments
None
Optional arguments
address
Lists all the snmp users along with their properties like authentication and privacy information
ncli> snmp { list-users | ls-users }[ username="snmp_username" ]
Required arguments
None
Optional arguments
username
Required arguments
protocol
Protocol for the snmp agent or trap sink. Currently supported protocols are UDP, TCP and
UDP_6
port
Port number on which an snmp agent listens for requests or on which a trap sink is waiting traps
set-status
Required arguments
enable
software:
Software
Description
Alias
None
Operations
Required arguments
None
Optional arguments
enable
cancel
name="software_name" type="software_type"
Required arguments
name
type
Download a Software
ncli> software
download
name="software_name" type="software_type"
Required arguments
name
type
List Software
ncli> software { list | ls }[ name="software_name" ][ type="software_type" ]
Required arguments
None
Optional arguments
name
type
Delete a Software
ncli> software { remove | rm delete } name="software_name" type="software_type"
Required arguments
name
type
Upload a Software
ncli> software upload
path="file_path" ]
Required arguments
file-path
type
Optional arguments
meta-file-path
storagepool:
Storage Pool
Description
Alias
sp
Operations
Optional arguments
disk-ids
add-all-free-disks
Add all free disks that are not part of any storage pool?
ilm-thresh
force
Required arguments
None
Optional arguments
id
name
new-name
add-all-free-disks
Add all free disks that are not part of any storage pool?
add-disk-ids
rm-disk-ids
A comma-separated list of Physical Disk IDs to be removed from the Storage Pool
ilm-thresh
force
name
name
name
storagetier:
Storage Tier
Description
Alias
tier
Operations
List the (global) default I/O priority order of Storage Tiers : get-default-iopriority-order | get-def-io-pri
List Storage Tiers : list | ls
List types of Storage Tiers : list-supported-types | ls-supported-types
Remove a Storage Tier : remove | rm
Set the (global) default I/O priority order of Storage Tiers : set-default-iopriority-order | set-def-io-pri
type
sequential-io-priority-order
user:
User
Description
A User
Alias
None
Operations
current-password="user_password" new-
Required arguments
current-password
new-password
user-password
first-name
last-name
email-id
Optional arguments
middle-initial
Delete a User
ncli> user { delete | remove rm } user-name="user_name"
Required arguments
user-name
Disable a User
ncli> user
disable
user-name="user_name"
Required arguments
user-name
Edit a User
ncli> user { edit | update } user-name="user_name" [ first-name="first_name" ][ lastname="last_name" ][ middle-initial="middle_initial" ][ email-id="user_email_id" ]
Required arguments
user-name
Optional arguments
first-name
last-name
middle-initial
email-id
Enable a User
ncli> user
enable
user-name="user_name"
Required arguments
user-name
grant-cluster-admin-role
user-name="user_name"
Required arguments
user-name
grant-user-admin-role
user-name="user_name"
Required arguments
user-name
List Users
ncli> user { list | ls }[ user-name="user_name" ]
Required arguments
None
Optional arguments
user-name
reset-password
user-name="user_name" password="user_password"
Required arguments
user-name
password
password
revoke-cluster-admin-role
user-name="user_name"
Required arguments
user-name
revoke-user-admin-role
user-name="user_name"
Required arguments
user-name
show-profile
Required arguments
None
vdisk:
Virtual Disk
Description
A Virtual Disk
Alias
None
Operations
clone-names
Optional arguments
snap-name
Required arguments
name
max-capacity
Optional arguments
ctr-id
ctr-name
res-capacity
fingerprint-on-write
Fingerprint on writes to the Virtual Disk {on, off, none}. This VDisk level setting overrides the
container level setting
on-disk-dedup
On-disk dedup of the Virtual Disk {off, post-process, none}. This VDisk level setting overrides
the container level setting.
shared
Optional arguments
max-capacity
res-capacity
fingerprint-on-write
Fingerprint on writes to the Virtual Disk {on, off, none}. This VDisk level setting overrides the
container level setting
on-disk-dedup
On-disk dedup of the Virtual Disk {off, post-process, none}. This VDisk level setting overrides
the container level setting.
Required arguments
None
Optional arguments
names
vm-id
ctr-id
List Snapshots
ncli> vdisk { list-snapshots | ls-snaps }[ name="vdisk_name" ]
Required arguments
None
Optional arguments
name
vm-id
ctr-id
Optional arguments
snap-name
virtualmachine:
Virtual Machine
Description
A Virtual Machine
Alias
vm
Operations
host-id
get-unprotected-cbr-vms-only
Get only unprotected Virtual Machines that can participate in Nutanix Converged Backup and
Recovery?
Default: false
host-id
vzone:
vZone
Description
A vZone
Alias
None
Operations
add-hosts
name="vzone_name" host-ids="host_ids"
Required arguments
name
host-ids
add-vdisks
name="vzone_name" vdisk-names="vdisk_names"
Required arguments
name
vdisk-names
List vZones
ncli> vzone { list | ls }[ name="vzone_name" ]
Required arguments
None
Optional arguments
name
Delete avZone
ncli> vzone { remove | rm } name="vzone_name"
Required arguments
name
remove-all-vdisks
name="vzone_name"
Required arguments
name
remove-vdisks
name="vzone_name" vdisk-names="vdisk_names"
Required arguments
name
vdisk-names
vstore:
VStore
Description
Alias
None
Operations
List VStores
ncli> vstore { list | ls }[ id="vstore_id" ][ name="vstore_name" ]
Required arguments
None
Optional arguments
id
ID of a VStore
name
Name of a VStore
Protect a VStore. Files in a protected VStore are replicated to a Remote Site at a defined frequency and these
protected files can be recovered in the event of a disaster
ncli> vstore
Required arguments
None
Nutanix Command-Line Interface Reference | Command Reference | NOS | 76
Optional arguments
id
ID of a VStore
name
Name of a VStore
Unprotect a VStore
ncli> vstore
Required arguments
None
Optional arguments
id
ID of a VStore
name
Name of a VStore
3
About Nutanix PowerShell Cmdlets
Nutanix provides PowerShell cmdlets for interacting with a cluster.
The cmdlets are downloaded from a cluster and installed on a Windows workstation. Once they are
installed, clicking the NutanixCmdlets desktop shortcut launches a PowerShell window with the Nutanix
cmdlets loaded.
Expand
Enumerated Types
Some cmdlets take parameters that are enumerated types, but which are declared as type string.
This table lists the valid values of enumerated types for the relevant cmdlets.
Cmdlet Name
Parameter Name
Valid Values
Set-NTNXSmtpServer
SecureMode
STARTTLS
SSL
NONE
Set-NTNXCluster
SupportVerbosityType
NOTHING
BASIC
BASIC_COREDUMP
ALL
Cmdlet Name
Parameter Name
Valid Values
Set-NTNXHealthCheck
AffectedEntityTypes
CLUSTER
HARDWARE
STORAGE
BACKUP
DR
DISK
STORAGE_TIER
HOST
NODE
MANAGEMENT_SERVER
VM SERVICE_VM
VDISK
VIRTUAL_DISK
STORAGE_POOL
CONTAINER
VZONE
SNAPSHOT
FAST_CLONE
REMOTE_SITE
PROTECTION_DOMAIN
CONSISTENCY_GROUP
REPLICATION
REPLICATION_LINK
VSTORE
New-NTNXRemoteSite
Capabilities
BACKUP
DISASTER_RECOVERY
Set-NTNXRemoteSite
Capabilities
BACKUP
DISASTER_RECOVERY
New-NTNXContainer
FingerPrintOnWrite
NONE
OFF
ON
New-NTNXContainer
OnDiskDedup
NONE
OFF
POST_PROCESS
Set-NTNXContainer
FingerPrintOnWrite
NONE
OFF
ON
Set-NTNXContainer
OnDiskDedup
NONE
OFF
POST_PROCESS
Cmdlet Name
Parameter Name
Valid Values
New-NTNXVdisk
FingerPrintOnWrite
NONE
OFF
ON
New-NTNXVdisk
OnDiskDedup
NONE
OFF
POST_PROCESS
Set-NTNXVdisk
FingerPrintOnWrite
NONE
OFF
ON
Set-NTNXVdisk
OnDiskDedup
NONE
OFF
POST_PROCESS
Add-NTNXAuthType
InputList
LOCAL
DIRECTORY_SERVICE
Add-NTNXDirectoryConfig
DirectoryType
ACTIVE_DIRECTORY
Add-NTNXDirectoryConfig
ConnectionType
LDAP
Remove-NTNXAuthType
InputList
LOCAL
DIRECTORY_SERVICE
Set-NTNXDirectoryConfig
DirectoryType
ACTIVE_DIRECTORY
Set-NTNXDirectoryConfig
ConnectionType
LDAP
Set-NTNXAuthType
InputList
LOCAL
DIRECTORY_SERVICE
Set-NTNXAuthConfig
AuthTypeList
LOCAL
DIRECTORY_SERVICE
Remove-NTNXSnmpTransport
TransportProtocol
TCP
TCP_6
UDP
UDP_6
Add-NTNXSnmpTransport
TransportProtocol
TCP
TCP_6
UDP
UDP_6
Add-NTNXSnmpUser
AuthType
MD_5
SHA
Cmdlet Name
Parameter Name
Valid Values
Add-NTNXSnmpUser
privType
DES
AES
Set-NTNXSnmpTrap
TransportProtocol
TCP
TCP_6
UDP
UDP_6
Set-NTNXSnmpUser
AuthType
MD_5
SHA
Set-NTNXSnmpUser
privType
DES
AES
Add-NTNXProtectionDomainCronSchedule
Type
MINUTELY
HOURLY
DAILY
WEEKLY
MONTHLY
Replace-NTNXProtectionDomainCronSchedule
Type
MINUTELY
HOURLY
DAILY
WEEKLY
MONTHLY
PowerShell Entities
Categories
Alerts Administration
Auth Config Administration
Backup And Dr Administration
Cluster Administration
Clusters Data Query
Common
Container Administration
Disk Administration
Events Administration
Health Check Administration
Host Administration
Http Proxy Administration
License Administration
Remote Site Administration
Snmp Administration
Storage Pool Administration
VDisk Administration
About Nutanix PowerShell Cmdlets | Command Reference | NOS | 82
VMAdministration
VStore Administration
Virtual Disk Administration
4
Nutanix PowerShell Cmdlets Reference
Alerts Administration
Operations
Acknowledge-NTNXAlert
Get-NTNXAlert
Resolve-NTNXAlert
Get-NTNXAlertMetadata
Set-NTNXAlertMetadata
Get-NTNXHardwareAlert
Get-NTNXStorageAlert
Acknowledge-NTNXAlert
> Acknowledge-NTNXAlert [[-Servers] <String[]>] -Id <Object>
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>] -Id
<Object> [-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Get-NTNXAlert
> Get-NTNXAlert [[-Servers] <String[]>] [-StartTimeInUsecs <Int64>]
[-EndTimeInUsecs <Int64>] [-Count <Int32>] [-Resolved] [-Acknowledged]
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>] [-StartTimeInUsecs
<Int64>] [-EndTimeInUsecs <Int64>] [-Count <Int32>] [-Resolved]
[-Acknowledged] [-ExpandedOutput] [-GridView] [-Verbose] [-Debug]
[-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>]
Resolve-NTNXAlert
> Resolve-NTNXAlert [[-Servers] <String[]>] -Id <Object> [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>][[-NutanixClusters] <NutanixCluster[]>] -Id <Object>
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Get-NTNXAlertMetadata
> Get-NTNXAlertMetadata [[-Servers] <String[]>] [-AlertTypeUuid
<Object>] [-Ids <Object>] [-ExcludeDisabled] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>][[-NutanixClusters] <NutanixCluster[]>] [-AlertTypeUuid
<Object>] [-Ids <Object>] [-ExcludeDisabled] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>]
Set-NTNXAlertMetadata
> Set-NTNXAlertMetadata [[-Servers] <String[]>] [-AlertTypeUuid
<String>] [-Title <String>] [-Message <String>] [-Severity <String>]
[-Cause <String>] [-Resolution <String>] [-Enabled] [-DefaultFrequencyUsecs
<Int64>] [-UserDefinedFrequencyUsecs <Int64>] [-EnableEmailAlerts]
[-EmailContactList <List`1>] [-IncludeGlobalEmailContactList]
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>] [-AlertTypeUuid
<String>] [-Title <String>] [-Message <String>] [-Severity <String>]
[-Cause <String>] [-Resolution <String>] [-Enabled] [-DefaultFrequencyUsecs
<Int64>] [-UserDefinedFrequencyUsecs <Int64>] [-EnableEmailAlerts]
[-EmailContactList <List`1>] [-IncludeGlobalEmailContactList]
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Get-NTNXHardwareAlert
> Get-NTNXHardwareAlert [[-Servers] <String[]>] [-StartTimeInUsecs
<Int64>] [-EndTimeInUsecs <Int64>] [-Count <Int32>] [-Resolved]
[-Acknowledged] [-ExpandedOutput] [-GridView] [-Verbose] [-Debug]
[-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>]
[-StartTimeInUsecs <Int64>] [-EndTimeInUsecs <Int64>] [-Count
<Int32>] [-Resolved] [-Acknowledged] [-ExpandedOutput] [-GridView]
[-Verbose] [-Debug] [-ErrorAction <ActionPreference>] [-WarningAction
<ActionPreference>] [-ErrorVariable <String>] [-WarningVariable
<String>] [-OutVariable <String>] [-OutBuffer <Int32>]
Get-NTNXStorageAlert
> Get-NTNXStorageAlert [[-Servers] <String[]>] [-StartTimeInUsecs
<Int64>] [-EndTimeInUsecs <Int64>] [-Count <Int32>] [-Resolved]
[-Acknowledged] [-ExpandedOutput] [-GridView] [-Verbose] [-Debug]
[-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>]
[-StartTimeInUsecs <Int64>] [-EndTimeInUsecs <Int64>] [-Count
<Int32>] [-Resolved] [-Acknowledged] [-ExpandedOutput] [-GridView]
[-Verbose] [-Debug] [-ErrorAction <ActionPreference>] [-WarningAction
<ActionPreference>] [-ErrorVariable <String>] [-WarningVariable
<String>] [-OutVariable <String>] [-OutBuffer <Int32>]
Get-NTNXAuthConfig
> Get-NTNXAuthConfig [[-Servers] <String[]>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>][[-NutanixClusters] <NutanixCluster[]>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>]
Remove-NTNXAuthConfig
> Remove-NTNXAuthConfig [[-Servers] <String[]>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>][[-NutanixClusters] <NutanixCluster[]>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>]
Set-NTNXAuthConfig
> Set-NTNXAuthConfig [[-Servers] <String[]>] [-AuthTypeList <List`1>]
[-EnableClientAuth] [-ExpandedOutput] [-GridView] [-Verbose]
[-Debug] [-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>]
[-AuthTypeList <List`1>] [-EnableClientAuth] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>]
Add-NTNXAuthConfigDirectory
> Add-NTNXAuthConfigDirectory [[-Servers] <String[]>] -DirectoryType
<DirType_Enum> -ConnectionType <ConnType_Enum> -DirectoryUrl
<String> -Domain <String> -Name <String> [-ExpandedOutput] [-GridView]
[-Verbose] [-Debug] [-ErrorAction <ActionPreference>] [-WarningAction
<ActionPreference>] [-ErrorVariable <String>] [-WarningVariable
<String>] [-OutVariable <String>] [-OutBuffer <Int32>][[-NutanixClusters]
<NutanixCluster[]>] -DirectoryType <DirType_Enum> -ConnectionType
<ConnType_Enum> -DirectoryUrl <String> -Domain <String> -Name
<String> [-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Get-NTNXAuthConfigDirectory
> Get-NTNXAuthConfigDirectory [[-Servers] <String[]>] [-Name
<Object>] [-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>] [-Name
<Object>] [-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Remove-NTNXAuthConfigDirectory
> Remove-NTNXAuthConfigDirectory [[-Servers] <String[]>] -Name
<Object> [-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>] -Name
<Object> [-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Set-NTNXAuthConfigDirectory
> Set-NTNXAuthConfigDirectory [[-Servers] <String[]>] -DirectoryType
<DirType_Enum> -ConnectionType <ConnType_Enum> -DirectoryUrl
<String> -Domain <String> -Name <String> [-ExpandedOutput] [-GridView]
[-Verbose] [-Debug] [-ErrorAction <ActionPreference>] [-WarningAction
<ActionPreference>] [-ErrorVariable <String>] [-WarningVariable
<String>] [-OutVariable <String>] [-OutBuffer <Int32>][[-NutanixClusters]
<NutanixCluster[]>] -DirectoryType <DirType_Enum> -ConnectionType
<ConnType_Enum> -DirectoryUrl <String> -Domain <String> -Name
<String> [-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Add-NTNXAuthType
> Add-NTNXAuthType [[-Servers] <String[]>] -InputList <List`1>
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>] -InputList
<List`1> [-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Get-NTNXAuthType
> Get-NTNXAuthType [[-Servers] <String[]>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>][[-NutanixClusters] <NutanixCluster[]>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>]
Remove-NTNXAuthType
> Remove-NTNXAuthType [[-Servers] <String[]>] -InputList <List`1>
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>] -InputList
<List`1> [-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Set-NTNXAuthType
> Set-NTNXAuthType [[-Servers] <String[]>] -InputList <List`1>
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>] -InputList
<List`1> [-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Get-NTNXClientAuthState
> Get-NTNXClientAuthState [[-Servers] <String[]>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>][[-NutanixClusters] <NutanixCluster[]>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>]
Set-NTNXClientAuthState
> Set-NTNXClientAuthState [[-Servers] <String[]>] [-State] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>][[-NutanixClusters] <NutanixCluster[]>] [-State] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>]
Clear-NTNXCronSchedule
> Clear-NTNXCronSchedule [[-Servers] <String[]>] -PdName <Object>
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>] -PdName
<Object> [-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Restore-NTNXEntity
> Restore-NTNXEntity [[-Servers] <String[]>] -Name <Object> [-VmNames
<List`1>] [-NfsFiles <List`1>] [-Replace] [-PathPrefix <String>]
[-SnapshotId <String>] [-ExpandedOutput] [-GridView] [-Verbose]
[-Debug] [-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>]
-Name <Object> [-VmNames <List`1>] [-NfsFiles <List`1>] [-Replace]
[-PathPrefix <String>] [-SnapshotId <String>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>]
Add-NTNXOutOfBandSchedule
> Add-NTNXOutOfBandSchedule [[-Servers] <String[]>] -Name <Object>
[-ScheduleId <Int64>] [-ScheduleStartTimeUsecs <Int64>] [-RemoteSiteNames
<List`1>] [-SnapshotRetentionTimeSecs <Int32>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>][[-NutanixClusters] <NutanixCluster[]>] -Name <Object>
[-ScheduleId <Int64>] [-ScheduleStartTimeUsecs <Int64>] [-RemoteSiteNames
<List`1>] [-SnapshotRetentionTimeSecs <Int32>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>]
Get-NTNXOutOfBandSchedule
> Get-NTNXOutOfBandSchedule [[-Servers] <String[]>] [-ProtectionDomainNames
<Object>] [-Name <Object>] [-ExpandedOutput] [-GridView] [-Verbose]
[-Debug] [-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>]
[-ProtectionDomainNames <Object>] [-Name <Object>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>]
Remove-NTNXOutOfBandSchedule
> Remove-NTNXOutOfBandSchedule [[-Servers] <String[]>] -Name
<Object> -ScheduleId <Int64> [-ExpandedOutput] [-GridView] [-Verbose]
[-Debug] [-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>]
-Name <Object> -ScheduleId <Int64> [-ExpandedOutput] [-GridView]
[-Verbose] [-Debug] [-ErrorAction <ActionPreference>] [-WarningAction
<ActionPreference>] [-ErrorVariable <String>] [-WarningVariable
<String>] [-OutVariable <String>] [-OutBuffer <Int32>]
Get-NTNXProtectionDomain
> Get-NTNXProtectionDomain [[-Servers] <String[]>] [-Name <Object>]
[-Names <Object>] [-IncludeDeleted] [-ExpandedOutput] [-GridView]
[-Verbose] [-Debug] [-ErrorAction <ActionPreference>] [-WarningAction
<ActionPreference>] [-ErrorVariable <String>] [-WarningVariable
<String>] [-OutVariable <String>] [-OutBuffer <Int32>][[-NutanixClusters]
<NutanixCluster[]>] [-Name <Object>] [-Names <Object>] [-IncludeDeleted]
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Migrate-NTNXProtectionDomain
> Migrate-NTNXProtectionDomain [[-Servers] <String[]>] -Name
<Object> [-Input <String>] [-ExpandedOutput] [-GridView] [-Verbose]
[-Debug] [-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>]
-Name <Object> [-Input <String>] [-ExpandedOutput] [-GridView]
[-Verbose] [-Debug] [-ErrorAction <ActionPreference>] [-WarningAction
<ActionPreference>] [-ErrorVariable <String>] [-WarningVariable
<String>] [-OutVariable <String>] [-OutBuffer <Int32>]
New-NTNXProtectionDomain
> New-NTNXProtectionDomain [[-Servers] <String[]>] [-Input <String>]
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>] [-Input
<String>] [-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Rollback-NTNXProtectionDomain
> Rollback-NTNXProtectionDomain [[-Servers] <String[]>] -Name
<Object> [-Input <String>] [-ExpandedOutput] [-GridView] [-Verbose]
[-Debug] [-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>]
-Name <Object> [-Input <String>] [-ExpandedOutput] [-GridView]
[-Verbose] [-Debug] [-ErrorAction <ActionPreference>] [-WarningAction
<ActionPreference>] [-ErrorVariable <String>] [-WarningVariable
<String>] [-OutVariable <String>] [-OutBuffer <Int32>]
Mark-NTNXProtectionDomainActive
> Mark-NTNXProtectionDomainActive [[-Servers] <String[]>] -Name
<Object> [-Input <String>] [-ExpandedOutput] [-GridView] [-Verbose]
[-Debug] [-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>]
-Name <Object> [-Input <String>] [-ExpandedOutput] [-GridView]
[-Verbose] [-Debug] [-ErrorAction <ActionPreference>] [-WarningAction
<ActionPreference>] [-ErrorVariable <String>] [-WarningVariable
<String>] [-OutVariable <String>] [-OutBuffer <Int32>]
Get-NTNXProtectionDomainAlert
> Get-NTNXProtectionDomainAlert [[-Servers] <String[]>] [-Name
<Object>] [-StartTimeInUsecs <Int64>] [-EndTimeInUsecs <Int64>]
[-Count <Int32>] [-Resolved] [-Acknowledged] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>][[-NutanixClusters] <NutanixCluster[]>] [-Name <Object>]
[-StartTimeInUsecs <Int64>] [-EndTimeInUsecs <Int64>] [-Count
<Int32>] [-Resolved] [-Acknowledged] [-ExpandedOutput] [-GridView]
[-Verbose] [-Debug] [-ErrorAction <ActionPreference>] [-WarningAction
<ActionPreference>] [-ErrorVariable <String>] [-WarningVariable
<String>] [-OutVariable <String>] [-OutBuffer <Int32>]
Get-NTNXProtectionDomainConsistencyGroup
> Get-NTNXProtectionDomainConsistencyGroup [[-Servers] <String[]>]
[-Name <Object>] [-ProtectionDomains <Object>] [-ConsistencyGroups
<Object>] [-IncludeDeleted] [-ExpandedOutput] [-GridView] [-Verbose]
[-Debug] [-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>]
[-Name <Object>] [-ProtectionDomains <Object>] [-ConsistencyGroups
<Object>] [-IncludeDeleted] [-ExpandedOutput] [-GridView] [-Verbose]
[-Debug] [-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>]
Add-NTNXProtectionDomainCronSchedule
> Add-NTNXProtectionDomainCronSchedule [[-Servers] <String[]>]
-Name <Object> [-PdName <String>] [-Id <String>] [-Type <ScheduleType_Enum>]
[-Values <List`1>] [-EveryNth <Int32>] [-UserStartTimeInUsecs
<Int64>] [-StartTimesInUsecs <List`1>] [-EndTimeInUsecs <Int64>]
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>] -Name
<Object> [-PdName <String>] [-Id <String>] [-Type <ScheduleType_Enum>]
[-Values <List`1>] [-EveryNth <Int32>] [-UserStartTimeInUsecs
<Int64>] [-StartTimesInUsecs <List`1>] [-EndTimeInUsecs <Int64>]
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Get-NTNXProtectionDomainCronSchedule
> Get-NTNXProtectionDomainCronSchedule [[-Servers] <String[]>]
-Name <Object> [-ExpandedOutput] [-GridView] [-Verbose] [-Debug]
[-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>]
-Name <Object> [-ExpandedOutput] [-GridView] [-Verbose] [-Debug]
[-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>]
Remove-NTNXProtectionDomainCronSchedule
> Remove-NTNXProtectionDomainCronSchedule [[-Servers] <String[]>]
-PdName <Object> -Id <Object> [-ExpandedOutput] [-GridView] [-Verbose]
[-Debug] [-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>]
-PdName <Object> -Id <Object> [-ExpandedOutput] [-GridView] [-Verbose]
[-Debug] [-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>]
Replace-NTNXProtectionDomainCronSchedule
> Replace-NTNXProtectionDomainCronSchedule [[-Servers] <String[]>]
-PdName <Object> -Id <Object> [-CronSchedule_PdName <String>]
[-CronSchedule_Id <String>] [-Type <ScheduleType_Enum>] [-Values
<List`1>] [-EveryNth <Int32>] [-UserStartTimeInUsecs <Int64>]
[-StartTimesInUsecs <List`1>] [-EndTimeInUsecs <Int64>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>][[-NutanixClusters] <NutanixCluster[]>] -PdName <Object>
-Id <Object> [-CronSchedule_PdName <String>] [-CronSchedule_Id
<String>] [-Type <ScheduleType_Enum>] [-Values <List`1>] [-EveryNth
<Int32>] [-UserStartTimeInUsecs <Int64>] [-StartTimesInUsecs
<List`1>] [-EndTimeInUsecs <Int64>] [-ExpandedOutput] [-GridView]
[-Verbose] [-Debug] [-ErrorAction <ActionPreference>] [-WarningAction
<ActionPreference>] [-ErrorVariable <String>] [-WarningVariable
<String>] [-OutVariable <String>] [-OutBuffer <Int32>]
Get-NTNXProtectionDomainEvent
> Get-NTNXProtectionDomainEvent [[-Servers] <String[]>] [-Name
<Object>] [-StartTimeInUsecs <Int64>] [-EndTimeInUsecs <Int64>]
[-Count <Int32>] [-Acknowledged] [-ExpandedOutput] [-GridView]
[-Verbose] [-Debug] [-ErrorAction <ActionPreference>] [-WarningAction
<ActionPreference>] [-ErrorVariable <String>] [-WarningVariable
<String>] [-OutVariable <String>] [-OutBuffer <Int32>][[-NutanixClusters]
<NutanixCluster[]>] [-Name <Object>] [-StartTimeInUsecs <Int64>]
[-EndTimeInUsecs <Int64>] [-Count <Int32>] [-Acknowledged] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>]
Mark-NTNXProtectionDomainForRemoval
> Mark-NTNXProtectionDomainForRemoval [[-Servers] <String[]>]
-Name <Object> [-ExpandedOutput] [-GridView] [-Verbose] [-Debug]
[-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>]
-Name <Object> [-ExpandedOutput] [-GridView] [-Verbose] [-Debug]
[-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>]
Get-NTNXProtectionDomainHealthCheckSummary
> Get-NTNXProtectionDomainHealthCheckSummary [[-Servers] <String[]>]
[-FilterCriteria <Object>] [-DetailedSummary] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>][[-NutanixClusters] <NutanixCluster[]>] [-FilterCriteria
<Object>] [-DetailedSummary] [-ExpandedOutput] [-GridView] [-Verbose]
[-Debug] [-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>]
Mark-NTNXProtectionDomainInactive
> Mark-NTNXProtectionDomainInactive [[-Servers] <String[]>] -Name
<Object> [-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>] -Name
<Object> [-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Get-NTNXProtectionDomainPendingAction
> Get-NTNXProtectionDomainPendingAction [[-Servers] <String[]>]
[-ProtectionDomainNames <Object>] [-Name <Object>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>][[-NutanixClusters] <NutanixCluster[]>] [-ProtectionDomainNames
<Object>] [-Name <Object>] [-ExpandedOutput] [-GridView] [-Verbose]
[-Debug] [-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>]
Get-NTNXProtectionDomainPendingReplication
> Get-NTNXProtectionDomainPendingReplication [[-Servers] <String[]>]
[-ProtectionDomainNames <Object>] [-RemoteSiteNames <Object>]
[-Name <Object>] [-ExpandedOutput] [-GridView] [-Verbose] [-Debug]
[-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>]
[-ProtectionDomainNames <Object>] [-RemoteSiteNames <Object>]
[-Name <Object>] [-ExpandedOutput] [-GridView] [-Verbose] [-Debug]
[-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>]
Abort-NTNXProtectionDomainReplication
> Abort-NTNXProtectionDomainReplication [[-Servers] <String[]>]
-ProtectionDomainName <Object> -Id <Int64> [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>][[-NutanixClusters] <NutanixCluster[]>] -ProtectionDomainName
<Object> -Id <Int64> [-ExpandedOutput] [-GridView] [-Verbose]
[-Debug] [-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>]
Get-NTNXProtectionDomainReplication
> Get-NTNXProtectionDomainReplication [[-Servers] <String[]>]
[-Name <Object>] [-ProtectionDomainNames <Object>] [-RemoteSiteNames
<Object>] [-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>] [-Name
<Object>] [-ProtectionDomainNames <Object>] [-RemoteSiteNames
<Object>] [-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Set-NTNXProtectionDomainReplication
> Set-NTNXProtectionDomainReplication [[-Servers] <String[]>]
-ProtectionDomainName <Object> -Id <Int64> [-Input <String>]
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>] -ProtectionDomainName
<Object> -Id <Int64> [-Input <String>] [-ExpandedOutput] [-GridView]
[-Verbose] [-Debug] [-ErrorAction <ActionPreference>] [-WarningAction
<ActionPreference>] [-ErrorVariable <String>] [-WarningVariable
<String>] [-OutVariable <String>] [-OutBuffer <Int32>]
Clear-NTNXProtectionDomainRetentionPolicy
> Clear-NTNXProtectionDomainRetentionPolicy [[-Servers] <String[]>]
-PdName <Object> -Id <Object> [-ExpandedOutput] [-GridView] [-Verbose]
[-Debug] [-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>]
-PdName <Object> -Id <Object> [-ExpandedOutput] [-GridView] [-Verbose]
[-Debug] [-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>]
Set-NTNXProtectionDomainRetentionPolicy
> Set-NTNXProtectionDomainRetentionPolicy [[-Servers] <String[]>]
-PdName <Object> -Id <Object> [-DEFAULT_LOCAL_RETENTION <Int32>]
[-DEFAULT_REMOTE_RETENTION <Int32>] [-LocalMaxSnapshots <Int32>]
[-RemoteMaxSnapshots <Object>] [-ExpandedOutput] [-GridView]
[-Verbose] [-Debug] [-ErrorAction <ActionPreference>] [-WarningAction
<ActionPreference>] [-ErrorVariable <String>] [-WarningVariable
<String>] [-OutVariable <String>] [-OutBuffer <Int32>][[-NutanixClusters]
<NutanixCluster[]>] -PdName <Object> -Id <Object> [-DEFAULT_LOCAL_RETENTION
<Int32>] [-DEFAULT_REMOTE_RETENTION <Int32>] [-LocalMaxSnapshots
<Int32>] [-RemoteMaxSnapshots <Object>] [-ExpandedOutput] [-GridView]
[-Verbose] [-Debug] [-ErrorAction <ActionPreference>] [-WarningAction
<ActionPreference>] [-ErrorVariable <String>] [-WarningVariable
<String>] [-OutVariable <String>] [-OutBuffer <Int32>]
Get-NTNXProtectionDomainSnapshot
> Get-NTNXProtectionDomainSnapshot [[-Servers] <String[]>] [-Count
<Int32>] [-FilterCriteria <Object>] [-SortCriteria <Object>]
[-FullDetails] [-Name <Object>] [-ExpandedOutput] [-GridView]
[-Verbose] [-Debug] [-ErrorAction <ActionPreference>] [-WarningAction
<ActionPreference>] [-ErrorVariable <String>] [-WarningVariable
<String>] [-OutVariable <String>] [-OutBuffer <Int32>][[-NutanixClusters]
<NutanixCluster[]>] [-Count <Int32>] [-FilterCriteria <Object>]
[-SortCriteria <Object>] [-FullDetails] [-Name <Object>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>]
Remove-NTNXProtectionDomainSnapshot
> Remove-NTNXProtectionDomainSnapshot [[-Servers] <String[]>]
-ProtectionDomainName <Object> -SnapshotId <Object> [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>][[-NutanixClusters] <NutanixCluster[]>] -ProtectionDomainName
<Object> -SnapshotId <Object> [-ExpandedOutput] [-GridView] [-Verbose]
[-Debug] [-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>]
Set-NTNXProtectionDomainSnapshot
> Set-NTNXProtectionDomainSnapshot [[-Servers] <String[]>] -ProtectionDomainName
<Object> -SnapshotId <Object> [-Input <String>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>][[-NutanixClusters] <NutanixCluster[]>] -ProtectionDomainName
<Object> -SnapshotId <Object> [-Input <String>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>]
Get-NTNXProtectionDomainStat
> Get-NTNXProtectionDomainStat [[-Servers] <String[]>] -Name
<Object> -Metrics <Object> [-StartTimeInUsecs <Int64>] [-EndTimeInUsecs
<Int64>] [-IntervalInSecs <Int32>] [-ExpandedOutput] [-GridView]
[-Verbose] [-Debug] [-ErrorAction <ActionPreference>] [-WarningAction
<ActionPreference>] [-ErrorVariable <String>] [-WarningVariable
<String>] [-OutVariable <String>] [-OutBuffer <Int32>][[-NutanixClusters]
<NutanixCluster[]>] -Name <Object> -Metrics <Object> [-StartTimeInUsecs
<Int64>] [-EndTimeInUsecs <Int64>] [-IntervalInSecs <Int32>]
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Add-NTNXProtectionDomainVM
> Add-NTNXProtectionDomainVM [[-Servers] <String[]>] -Name <Object>
[-ConsistencyGroupName <String>] [-AppConsistentSnapshots] [-Names
<List`1>] [-IgnoreDupOrMissingVms] [-ExpandedOutput] [-GridView]
[-Verbose] [-Debug] [-ErrorAction <ActionPreference>] [-WarningAction
<ActionPreference>] [-ErrorVariable <String>] [-WarningVariable
<String>] [-OutVariable <String>] [-OutBuffer <Int32>][[-NutanixClusters]
<NutanixCluster[]>] -Name <Object> [-ConsistencyGroupName <String>]
[-AppConsistentSnapshots] [-Names <List`1>] [-IgnoreDupOrMissingVms]
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Remove-NTNXProtectionDomainVM
> Remove-NTNXProtectionDomainVM [[-Servers] <String[]>] -Name
<Object> -InputList <List`1> [-ExpandedOutput] [-GridView] [-Verbose]
[-Debug] [-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>]
-Name <Object> -InputList <List`1> [-ExpandedOutput] [-GridView]
[-Verbose] [-Debug] [-ErrorAction <ActionPreference>] [-WarningAction
<ActionPreference>] [-ErrorVariable <String>] [-WarningVariable
<String>] [-OutVariable <String>] [-OutBuffer <Int32>]
Get-NTNXUnprotectedVm
> Get-NTNXUnprotectedVm [[-Servers] <String[]>] [-HostIds <Object>]
[-VmNames <Object>] [-ContainerNames <Object>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>][[-NutanixClusters] <NutanixCluster[]>] [-HostIds <Object>]
[-VmNames <Object>] [-ContainerNames <Object>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>]
Cluster Administration
Operations
Set-NTNXCluster
Set-NTNXClusterDomain
Get-NTNXClusterInfo
Get-NTNXClusterStat
Send-NTNXEmailUsingSmtpServer
Add-NTNXNameServer
Get-NTNXNameServer
Remove-NTNXNameServer
Add-NTNXNfsSubnetWhitelist
Get-NTNXNfsSubnetWhitelist
Remove-NTNXNfsSubnetWhitelist
Add-NTNXNtpServer
Get-NTNXNtpServer
Remove-NTNXNtpServer
Add-NTNXPublicKey
Get-NTNXPublicKey
Remove-NTNXPublicKey
Get-NTNXRackableUnit
Remove-NTNXRackableUnit
Get-NTNXRemoteSupportSetting
Set-NTNXRemoteSupportSetting
Get-NTNXSmtpServer
Remove-NTNXSmtpServer
Set-NTNXSmtpServer
Get-NTNXSmtpServerSecurityModeType
Get-NTNXSpotlightSearchResult
Set-NTNXCluster
> Set-NTNXCluster [[-Servers] <String[]>] [-Id <String>] [-ClusterIncarnationId
<Int64>] [-ClusterUuid <String>] [-Name <String>] [-ClusterExternalIPAddress
<String>] [-Timezone <String>] [-SupportVerbosityType
<SupportInformationVerbosityType_Enum>]
[-NumNodes <Int64>] [-BlockSerials <List`1>] [-Version <String>]
[-ExternalSubnet <String>] [-InternalSubnet <String>] [-EnableLockDown]
[-EnablePasswordRemoteLoginToCluster] [-FingerprintContentCachePercentage
<Int32>] [-EnableShadowClones] [-GlobalNfsWhiteList <List`1>]
[-NameServers <List`1>] [-NtpServers <List`1>] [-HypervisorTypes
<List`1>] [-Multicluster] [-Stats <Object>] [-Domain <String>]
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>] [-Id
<String>] [-ClusterIncarnationId <Int64>] [-ClusterUuid <String>]
[-Name <String>] [-ClusterExternalIPAddress <String>] [-Timezone
<String>] [-SupportVerbosityType <SupportInformationVerbosityType_Enum>]
[-NumNodes <Int64>] [-BlockSerials <List`1>] [-Version <String>]
[-ExternalSubnet <String>] [-InternalSubnet <String>] [-EnableLockDown]
[-EnablePasswordRemoteLoginToCluster] [-FingerprintContentCachePercentage
<Int32>] [-EnableShadowClones] [-GlobalNfsWhiteList <List`1>]
[-NameServers <List`1>] [-NtpServers <List`1>] [-HypervisorTypes
<List`1>] [-Multicluster] [-Stats <Object>] [-Domain <String>]
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Set-NTNXClusterDomain
> Set-NTNXClusterDomain [[-Servers] <String[]>] [-Username <String>]
[-Password <String>] [-Joined] [-Force] [-KerberizeSmb] [-ModifyActiveDirectory]
[-RemoveDns] [-ExpandedOutput] [-GridView] [-Verbose] [-Debug]
[-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>]
[-Username <String>] [-Password <String>] [-Joined] [-Force]
[-KerberizeSmb] [-ModifyActiveDirectory] [-RemoveDns] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>]
Get-NTNXClusterInfo
> Get-NTNXClusterInfo [[-Servers] <String[]>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>][[-NutanixClusters] <NutanixCluster[]>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>]
Get-NTNXClusterStat
> Get-NTNXClusterStat [[-Servers] <String[]>] -Metrics <Object>
-StartTimeInUsecs <Int64> -EndTimeInUsecs <Int64> -IntervalInSecs
<Int32> [-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>] -Metrics
<Object> -StartTimeInUsecs <Int64> -EndTimeInUsecs <Int64> -IntervalInSecs
<Int32> [-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Send-NTNXEmailUsingSmtpServer
> Send-NTNXEmailUsingSmtpServer [[-Servers] <String[]>] [-Recipients
<List`1>] [-Subject <String>] [-Text <String>] [-HtmlText <String>]
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>] [-Recipients
<List`1>] [-Subject <String>] [-Text <String>] [-HtmlText <String>]
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Add-NTNXNameServer
> Add-NTNXNameServer [[-Servers] <String[]>] [-Input <String>]
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>] [-Input
<String>] [-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Get-NTNXNameServer
> Get-NTNXNameServer [[-Servers] <String[]>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>][[-NutanixClusters] <NutanixCluster[]>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>]
Remove-NTNXNameServer
> Remove-NTNXNameServer [[-Servers] <String[]>] -NameServer <Object>
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>] -NameServer
<Object> [-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Add-NTNXNfsSubnetWhitelist
> Add-NTNXNfsSubnetWhitelist [[-Servers] <String[]>] [-Input
<String>] [-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>] [-Input
<String>] [-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Get-NTNXNfsSubnetWhitelist
> Get-NTNXNfsSubnetWhitelist [[-Servers] <String[]>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>][[-NutanixClusters] <NutanixCluster[]>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>]
Remove-NTNXNfsSubnetWhitelist
> Remove-NTNXNfsSubnetWhitelist [[-Servers] <String[]>] -Name
<Object> [-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>] -Name
<Object> [-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Add-NTNXNtpServer
> Add-NTNXNtpServer [[-Servers] <String[]>] [-Input <String>]
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>] [-Input
<String>] [-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Get-NTNXNtpServer
> Get-NTNXNtpServer [[-Servers] <String[]>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>][[-NutanixClusters] <NutanixCluster[]>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>]
Remove-NTNXNtpServer
> Remove-NTNXNtpServer [[-Servers] <String[]>] -NtpServer <Object>
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>] -NtpServer
<Object> [-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Add-NTNXPublicKey
> Add-NTNXPublicKey [[-Servers] <String[]>] [-Name <String>]
[-Key <String>] [-ExpandedOutput] [-GridView] [-Verbose] [-Debug]
[-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>]
[-Name <String>] [-Key <String>] [-ExpandedOutput] [-GridView]
[-Verbose] [-Debug] [-ErrorAction <ActionPreference>] [-WarningAction
<ActionPreference>] [-ErrorVariable <String>] [-WarningVariable
<String>] [-OutVariable <String>] [-OutBuffer <Int32>]
Get-NTNXPublicKey
> Get-NTNXPublicKey [[-Servers] <String[]>] [-Name <Object>]
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>] [-Name
<Object>] [-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Remove-NTNXPublicKey
> Remove-NTNXPublicKey [[-Servers] <String[]>] -Name <Object>
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>] -Name
<Object> [-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Get-NTNXRackableUnit
> Get-NTNXRackableUnit [[-Servers] <String[]>] [-Id <Int64>]
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>] [-Id
<Int64>] [-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Remove-NTNXRackableUnit
> Remove-NTNXRackableUnit [[-Servers] <String[]>] -Id <Int64>
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>] -Id
<Int64> [-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Get-NTNXRemoteSupportSetting
> Get-NTNXRemoteSupportSetting [[-Servers] <String[]>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>][[-NutanixClusters] <NutanixCluster[]>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>]
Set-NTNXRemoteSupportSetting
> Set-NTNXRemoteSupportSetting [[-Servers] <String[]>] [-Enabled]
[-Duration <Int64>] [-ExpandedOutput] [-GridView] [-Verbose]
[-Debug] [-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>]
[-Enabled] [-Duration <Int64>] [-ExpandedOutput] [-GridView]
[-Verbose] [-Debug] [-ErrorAction <ActionPreference>] [-WarningAction
<ActionPreference>] [-ErrorVariable <String>] [-WarningVariable
<String>] [-OutVariable <String>] [-OutBuffer <Int32>]
Get-NTNXSmtpServer
> Get-NTNXSmtpServer [[-Servers] <String[]>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>][[-NutanixClusters] <NutanixCluster[]>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>]
Remove-NTNXSmtpServer
> Remove-NTNXSmtpServer [[-Servers] <String[]>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>][[-NutanixClusters] <NutanixCluster[]>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>]
Set-NTNXSmtpServer
> Set-NTNXSmtpServer [[-Servers] <String[]>] [-Address <String>]
[-Port <Int32>] [-Username <String>] [-Password <String>] [-SecureMode
<SecurityMode_Enum>] [-FromEmailAddress <String>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>][[-NutanixClusters] <NutanixCluster[]>] [-Address <String>]
[-Port <Int32>] [-Username <String>] [-Password <String>] [-SecureMode
<SecurityMode_Enum>] [-FromEmailAddress <String>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>]
Get-NTNXSmtpServerSecurityModeType
> Get-NTNXSmtpServerSecurityModeType [[-Servers] <String[]>]
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>]
Get-NTNXSpotlightSearchResult
> Get-NTNXSpotlightSearchResult [[-Servers] <String[]>] -SearchString
<Object> [-EntityTypes <Object>] [-FieldNames <Object>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>][[-NutanixClusters] <NutanixCluster[]>] -SearchString
<Object> [-EntityTypes <Object>] [-FieldNames <Object>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>]
Get-NTNXCluster
> Get-NTNXCluster [[-Servers] <String[]>] [-Count <Int32>] [-FilterCriteria
<Object>] [-SortCriteria <Object>] [-Id <Object>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>][[-NutanixClusters] <NutanixCluster[]>] [-Count <Int32>]
[-FilterCriteria <Object>] [-SortCriteria <Object>] [-Id <Object>]
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Get-NTNXMultiClusterAlert
> Get-NTNXMultiClusterAlert [[-Servers] <String[]>] [-Id <Object>]
[-StartTimeInUsecs <Int64>] [-EndTimeInUsecs <Int64>] [-Count
<Int32>] [-Resolved] [-Acknowledged] [-ExpandedOutput] [-GridView]
[-Verbose] [-Debug] [-ErrorAction <ActionPreference>] [-WarningAction
<ActionPreference>] [-ErrorVariable <String>] [-WarningVariable
<String>] [-OutVariable <String>] [-OutBuffer <Int32>][[-NutanixClusters]
<NutanixCluster[]>] [-Id <Object>] [-StartTimeInUsecs <Int64>]
[-EndTimeInUsecs <Int64>] [-Count <Int32>] [-Resolved] [-Acknowledged]
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Get-NTNXMultiClusterEvent
> Get-NTNXMultiClusterEvent [[-Servers] <String[]>] [-StartTimeInUsecs
<Int64>] [-EndTimeInUsecs <Int64>] [-Count <Int32>] [-Acknowledged]
[-Id <Object>] [-ExpandedOutput] [-GridView] [-Verbose] [-Debug]
[-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>]
[-StartTimeInUsecs <Int64>] [-EndTimeInUsecs <Int64>] [-Count
<Int32>] [-Acknowledged] [-Id <Object>] [-ExpandedOutput] [-GridView]
[-Verbose] [-Debug] [-ErrorAction <ActionPreference>] [-WarningAction
<ActionPreference>] [-ErrorVariable <String>] [-WarningVariable
<String>] [-OutVariable <String>] [-OutBuffer <Int32>]
Get-NTNXMultiClusterStat
> Get-NTNXMultiClusterStat [[-Servers] <String[]>] -Id <Object>
-Metrics <Object> [-StartTimeInUsecs <Int64>] [-EndTimeInUsecs
<Int64>] [-IntervalInSecs <Int32>] [-ExpandedOutput] [-GridView]
[-Verbose] [-Debug] [-ErrorAction <ActionPreference>] [-WarningAction
<ActionPreference>] [-ErrorVariable <String>] [-WarningVariable
<String>] [-OutVariable <String>] [-OutBuffer <Int32>][[-NutanixClusters]
<NutanixCluster[]>] -Id <Object> -Metrics <Object> [-StartTimeInUsecs
<Int64>] [-EndTimeInUsecs <Int64>] [-IntervalInSecs <Int32>]
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Common
Operations
Connect-NutanixCluster
Disconnect-NutanixCluster
Get-NutanixCluster
Get-NutanixCmdletsInfo
Connect-NutanixCluster
> Connect-NutanixCluster [-Server] <String> -UserName <String>
-Password <String> [-AcceptInvalidSSLCerts] [-Verbose] [-Debug]
[-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>]
Disconnect-NutanixCluster
> Disconnect-NutanixCluster [-Servers] <String[]> [-Verbose]
[-Debug] [-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>][-NutanixClusters] <NutanixCluster[]>
[-Verbose] [-Debug] [-ErrorAction <ActionPreference>] [-WarningAction
<ActionPreference>] [-ErrorVariable <String>] [-WarningVariable
<String>] [-OutVariable <String>] [-OutBuffer <Int32>]
Get-NutanixCluster
> Get-NutanixCluster [[-Servers] <String[]>] [-Verbose] [-Debug]
[-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>]
Get-NutanixCmdletsInfo
> Get-NutanixCmdletsInfo [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>]
Container Administration
Operations
Get-NTNXContainer
New-NTNXContainer
Remove-NTNXContainer
Set-NTNXContainer
Get-NTNXContainerAlert
Get-NTNXContainerEvent
Get-NTNXContainerStat
Get-NTNXContainerVDisk
Add-NTNXNfsDatastore
Get-NTNXNfsDatastore
Remove-NTNXNfsDatastore
Get-NTNXContainer
> Get-NTNXContainer [[-Servers] <String[]>] [-Id <Object>] [-Count
<Int32>] [-FilterCriteria <Object>] [-SortCriteria <Object>]
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>] [-Id
<Object>] [-Count <Int32>] [-FilterCriteria <Object>] [-SortCriteria
<Object>] [-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
New-NTNXContainer
> New-NTNXContainer [[-Servers] <String[]>] [-Id <String>] [-Name
<String>] [-StoragePoolId <String>] [-VdiskIds <List`1>] [-MarkedForRemoval]
[-MaxCapacity <Int64>] [-TotalExplicitReservedCapacity <Int64>]
[-TotalImplicitReservedCapacity <Int64>] [-LogicalSize <Int64>]
[-PhysicalSize <Int64>] [-ReplicationFactor <Int32>] [-OplogReplicationFactor
<Int32>] [-NfsWhiteList <List`1>] [-RandomIoPreference <List`1>]
[-SeqIoPreference <List`1>] [-IlmPolicy <String>] [-DownMigrateTimesInSecs
<Object>] [-UsedPhysicalSize <Int64>] [-ProvisionedCapacity <Int64>]
[-FingerPrintOnWrite <FingerPrintOnWrite_Enum>] [-OnDiskDedup
<OnDiskDedup_Enum>] [-CompressionEnabled] [-CompressionDelayInSecs
<Int32>] [-MappedRemoteContainers <Object>] [-Stats <Object>]
[-CompressionRatio <Single>] [-CompressionSpaceSaved <Int64>]
[-VstoreNameList <List`1>] [-ClusterUuid <String>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>][[-NutanixClusters] <NutanixCluster[]>] [-Id <String>]
[-Name <String>] [-StoragePoolId <String>] [-VdiskIds <List`1>]
[-MarkedForRemoval] [-MaxCapacity <Int64>] [-TotalExplicitReservedCapacity
<Int64>] [-TotalImplicitReservedCapacity <Int64>] [-LogicalSize
<Int64>] [-PhysicalSize <Int64>] [-ReplicationFactor <Int32>]
[-OplogReplicationFactor <Int32>] [-NfsWhiteList <List`1>] [-RandomIoPreference
<List`1>] [-SeqIoPreference <List`1>] [-IlmPolicy <String>] [-DownMigrateTimesInSecs
<Object>] [-UsedPhysicalSize <Int64>] [-ProvisionedCapacity <Int64>]
[-FingerPrintOnWrite <FingerPrintOnWrite_Enum>] [-OnDiskDedup
<OnDiskDedup_Enum>] [-CompressionEnabled] [-CompressionDelayInSecs
<Int32>] [-MappedRemoteContainers <Object>] [-Stats <Object>]
[-CompressionRatio <Single>] [-CompressionSpaceSaved <Int64>]
[-VstoreNameList <List`1>] [-ClusterUuid <String>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>]
Remove-NTNXContainer
> Remove-NTNXContainer [[-Servers] <String[]>] -Id <Object> [-IgnoreSmallFiles]
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>] -Id
<Object> [-IgnoreSmallFiles] [-ExpandedOutput] [-GridView] [-Verbose]
[-Debug] [-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>]
Set-NTNXContainer
> Set-NTNXContainer [[-Servers] <String[]>] [-Id <String>] [-Name
<String>] [-StoragePoolId <String>] [-VdiskIds <List`1>] [-MarkedForRemoval]
[-MaxCapacity <Int64>] [-TotalExplicitReservedCapacity <Int64>]
[-TotalImplicitReservedCapacity <Int64>] [-LogicalSize <Int64>]
[-PhysicalSize <Int64>] [-ReplicationFactor <Int32>] [-OplogReplicationFactor
<Int32>] [-NfsWhiteList <List`1>] [-RandomIoPreference <List`1>]
[-SeqIoPreference <List`1>] [-IlmPolicy <String>] [-DownMigrateTimesInSecs
<Object>] [-UsedPhysicalSize <Int64>] [-ProvisionedCapacity <Int64>]
[-FingerPrintOnWrite <FingerPrintOnWrite_Enum>] [-OnDiskDedup
<OnDiskDedup_Enum>] [-CompressionEnabled] [-CompressionDelayInSecs
<Int32>] [-MappedRemoteContainers <Object>] [-Stats <Object>]
[-CompressionRatio <Single>] [-CompressionSpaceSaved <Int64>]
[-VstoreNameList <List`1>] [-ClusterUuid <String>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>][[-NutanixClusters] <NutanixCluster[]>] [-Id <String>]
[-Name <String>] [-StoragePoolId <String>] [-VdiskIds <List`1>]
[-MarkedForRemoval] [-MaxCapacity <Int64>] [-TotalExplicitReservedCapacity
<Int64>] [-TotalImplicitReservedCapacity <Int64>] [-LogicalSize
<Int64>] [-PhysicalSize <Int64>] [-ReplicationFactor <Int32>]
[-OplogReplicationFactor <Int32>] [-NfsWhiteList <List`1>] [-RandomIoPreference
<List`1>] [-SeqIoPreference <List`1>] [-IlmPolicy <String>] [-DownMigrateTimesInSecs
<Object>] [-UsedPhysicalSize <Int64>] [-ProvisionedCapacity <Int64>]
[-FingerPrintOnWrite <FingerPrintOnWrite_Enum>] [-OnDiskDedup
<OnDiskDedup_Enum>] [-CompressionEnabled] [-CompressionDelayInSecs
<Int32>] [-MappedRemoteContainers <Object>] [-Stats <Object>]
[-CompressionRatio <Single>] [-CompressionSpaceSaved <Int64>]
[-VstoreNameList <List`1>] [-ClusterUuid <String>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>]
Get-NTNXContainerAlert
> Get-NTNXContainerAlert [[-Servers] <String[]>] [-StartTimeInUsecs
<Int64>] [-EndTimeInUsecs <Int64>] [-Count <Int32>] [-Resolved]
[-Acknowledged] [-Id <Object>] [-ExpandedOutput] [-GridView]
[-Verbose] [-Debug] [-ErrorAction <ActionPreference>] [-WarningAction
<ActionPreference>] [-ErrorVariable <String>] [-WarningVariable
<String>] [-OutVariable <String>] [-OutBuffer <Int32>][[-NutanixClusters]
<NutanixCluster[]>] [-StartTimeInUsecs <Int64>] [-EndTimeInUsecs
<Int64>] [-Count <Int32>] [-Resolved] [-Acknowledged] [-Id <Object>]
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Get-NTNXContainerEvent
> Get-NTNXContainerEvent [[-Servers] <String[]>] [-Id <Object>]
[-StartTimeInUsecs <Int64>] [-EndTimeInUsecs <Int64>] [-Count
<Int32>] [-Acknowledged] [-ExpandedOutput] [-GridView] [-Verbose]
[-Debug] [-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>]
[-Id <Object>] [-StartTimeInUsecs <Int64>] [-EndTimeInUsecs <Int64>]
[-Count <Int32>] [-Acknowledged] [-ExpandedOutput] [-GridView]
[-Verbose] [-Debug] [-ErrorAction <ActionPreference>] [-WarningAction
<ActionPreference>] [-ErrorVariable <String>] [-WarningVariable
<String>] [-OutVariable <String>] [-OutBuffer <Int32>]
Get-NTNXContainerStat
> Get-NTNXContainerStat [[-Servers] <String[]>] -Id <Object>
-Metrics <Object> [-StartTimeInUsecs <Int64>] [-EndTimeInUsecs
<Int64>] [-IntervalInSecs <Int32>] [-ExpandedOutput] [-GridView]
[-Verbose] [-Debug] [-ErrorAction <ActionPreference>] [-WarningAction
<ActionPreference>] [-ErrorVariable <String>] [-WarningVariable
<String>] [-OutVariable <String>] [-OutBuffer <Int32>][[-NutanixClusters]
<NutanixCluster[]>] -Id <Object> -Metrics <Object> [-StartTimeInUsecs
<Int64>] [-EndTimeInUsecs <Int64>] [-IntervalInSecs <Int32>]
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Get-NTNXContainerVDisk
> Get-NTNXContainerVDisk [[-Servers] <String[]>] -Id <Object>
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>] -Id
<Object> [-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Add-NTNXNfsDatastore
> Add-NTNXNfsDatastore [[-Servers] <String[]>] [-ContainerName
<String>] [-DatastoreName <String>] [-NodeIds <List`1>] [-ReadOnly]
[-TargetPath <String>] [-ExpandedOutput] [-GridView] [-Verbose]
[-Debug] [-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>]
[-ContainerName <String>] [-DatastoreName <String>] [-NodeIds
<List`1>] [-ReadOnly] [-TargetPath <String>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>]
Get-NTNXNfsDatastore
> Get-NTNXNfsDatastore [[-Servers] <String[]>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>][[-NutanixClusters] <NutanixCluster[]>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>]
Remove-NTNXNfsDatastore
> Remove-NTNXNfsDatastore [[-Servers] <String[]>] [-DatastoreName
<String>] [-NodeIds <List`1>] [-ExpandedOutput] [-GridView] [-Verbose]
[-Debug] [-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>]
[-DatastoreName <String>] [-NodeIds <List`1>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>]
Disk Administration
Operations
Get-NTNXDisk
Remove-NTNXDisk
Get-NTNXDiskAlert
Get-NTNXDiskEvent
Get-NTNXDiskHealthCheckSummary
Get-NTNXDiskStat
Get-NTNXDisk
> Get-NTNXDisk [[-Servers] <String[]>] [-Count <Int32>] [-FilterCriteria
<Object>] [-SortCriteria <Object>] [-Id <Object>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>][[-NutanixClusters] <NutanixCluster[]>] [-Count <Int32>]
[-FilterCriteria <Object>] [-SortCriteria <Object>] [-Id <Object>]
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Remove-NTNXDisk
> Remove-NTNXDisk [[-Servers] <String[]>] -Id <Object> [-Force]
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>] -Id
<Object> [-Force] [-ExpandedOutput] [-GridView] [-Verbose] [-Debug]
[-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>]
Get-NTNXDiskAlert
> Get-NTNXDiskAlert [[-Servers] <String[]>] [-StartTimeInUsecs
<Int64>] [-EndTimeInUsecs <Int64>] [-Count <Int32>] [-Resolved]
[-Acknowledged] [-Id <Object>] [-ExpandedOutput] [-GridView]
[-Verbose] [-Debug] [-ErrorAction <ActionPreference>] [-WarningAction
<ActionPreference>] [-ErrorVariable <String>] [-WarningVariable
<String>] [-OutVariable <String>] [-OutBuffer <Int32>][[-NutanixClusters]
<NutanixCluster[]>] [-StartTimeInUsecs <Int64>] [-EndTimeInUsecs
<Int64>] [-Count <Int32>] [-Resolved] [-Acknowledged] [-Id <Object>]
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Get-NTNXDiskEvent
> Get-NTNXDiskEvent [[-Servers] <String[]>] [-StartTimeInUsecs
<Int64>] [-EndTimeInUsecs <Int64>] [-Count <Int32>] [-Acknowledged]
[-Id <Object>] [-ExpandedOutput] [-GridView] [-Verbose] [-Debug]
[-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>]
[-StartTimeInUsecs <Int64>] [-EndTimeInUsecs <Int64>] [-Count
<Int32>] [-Acknowledged] [-Id <Object>] [-ExpandedOutput] [-GridView]
[-Verbose] [-Debug] [-ErrorAction <ActionPreference>] [-WarningAction
<ActionPreference>] [-ErrorVariable <String>] [-WarningVariable
<String>] [-OutVariable <String>] [-OutBuffer <Int32>]
Get-NTNXDiskHealthCheckSummary
> Get-NTNXDiskHealthCheckSummary [[-Servers] <String[]>] [-FilterCriteria
<Object>] [-DetailedSummary] [-ExpandedOutput] [-GridView] [-Verbose]
[-Debug] [-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>]
[-FilterCriteria <Object>] [-DetailedSummary] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>]
Get-NTNXDiskStat
> Get-NTNXDiskStat [[-Servers] <String[]>] -Id <Object> -Metrics
<Object> [-StartTimeInUsecs <Int64>] [-EndTimeInUsecs <Int64>]
[-IntervalInSecs <Int32>] [-ExpandedOutput] [-GridView] [-Verbose]
[-Debug] [-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>]
-Id <Object> -Metrics <Object> [-StartTimeInUsecs <Int64>] [-EndTimeInUsecs
<Int64>] [-IntervalInSecs <Int32>] [-ExpandedOutput] [-GridView]
[-Verbose] [-Debug] [-ErrorAction <ActionPreference>] [-WarningAction
<ActionPreference>] [-ErrorVariable <String>] [-WarningVariable
<String>] [-OutVariable <String>] [-OutBuffer <Int32>]
Events Administration
Operations
Acknowledge-NTNXEvent
Get-NTNXEvent
Get-NTNXHardwareEvent
Get-NTNXStorageEvent
Acknowledge-NTNXEvent
> Acknowledge-NTNXEvent [[-Servers] <String[]>] -Id <Object>
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>] -Id
<Object> [-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Get-NTNXEvent
> Get-NTNXEvent [[-Servers] <String[]>] [-StartTimeInUsecs <Int64>]
[-EndTimeInUsecs <Int64>] [-Count <Int32>] [-Acknowledged] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>][[-NutanixClusters] <NutanixCluster[]>] [-StartTimeInUsecs
<Int64>] [-EndTimeInUsecs <Int64>] [-Count <Int32>] [-Acknowledged]
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Get-NTNXHardwareEvent
> Get-NTNXHardwareEvent [[-Servers] <String[]>] [-StartTimeInUsecs
<Int64>] [-EndTimeInUsecs <Int64>] [-Count <Int32>] [-Acknowledged]
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>] [-StartTimeInUsecs
<Int64>] [-EndTimeInUsecs <Int64>] [-Count <Int32>] [-Acknowledged]
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Get-NTNXStorageEvent
> Get-NTNXStorageEvent [[-Servers] <String[]>] [-StartTimeInUsecs
<Int64>] [-EndTimeInUsecs <Int64>] [-Count <Int32>] [-Acknowledged]
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>] [-StartTimeInUsecs
<Int64>] [-EndTimeInUsecs <Int64>] [-Count <Int32>] [-Acknowledged]
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Get-NTNXHealthCheck
> Get-NTNXHealthCheck [[-Servers] <String[]>] [-Id <Object>]
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>] [-Id
<Object>] [-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Set-NTNXHealthCheck
> Set-NTNXHealthCheck [[-Servers] <String[]>] [-Id <String>]
[-Name <String>] [-Description <String>] [-Enabled] [-ScheduleIntervalInSecs
<Int32>] [-AffectedEntityTypes <List`1>] [-CategoryTypes <List`1>]
[-SubCategoryTypes <List`1>] [-Scope <String>] [-Causes <List`1>]
[-Impacts <List`1>] [-Resolutions <List`1>] [-ModifiedTimeStampInUsecs
<Int64>] [-ModifiedByUsername <String>] [-ExpandedOutput] [-GridView]
[-Verbose] [-Debug] [-ErrorAction <ActionPreference>] [-WarningAction
<ActionPreference>] [-ErrorVariable <String>] [-WarningVariable
<String>] [-OutVariable <String>] [-OutBuffer <Int32>][[-NutanixClusters]
<NutanixCluster[]>] [-Id <String>] [-Name <String>] [-Description
<String>] [-Enabled] [-ScheduleIntervalInSecs <Int32>] [-AffectedEntityTypes
<List`1>] [-CategoryTypes <List`1>] [-SubCategoryTypes <List`1>]
[-Scope <String>] [-Causes <List`1>] [-Impacts <List`1>] [-Resolutions
<List`1>] [-ModifiedTimeStampInUsecs <Int64>] [-ModifiedByUsername
<String>] [-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Host Administration
Operations
Get-NTNXHost
Get-NTNXHostAlert
Get-NTNXHostEvent
Get-NTNXHostHealthCheckSummary
Get-NTNXHostStat
Get-NTNXHost
> Get-NTNXHost [[-Servers] <String[]>] [-Count <Int32>] [-FilterCriteria
<Object>] [-SortCriteria <Object>] [-ServiceVMId <Object>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>][[-NutanixClusters] <NutanixCluster[]>] [-Count <Int32>]
[-FilterCriteria <Object>] [-SortCriteria <Object>] [-ServiceVMId
<Object>] [-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Get-NTNXHostAlert
> Get-NTNXHostAlert [[-Servers] <String[]>] [-ServiceVMId <Object>]
[-StartTimeInUsecs <Int64>] [-EndTimeInUsecs <Int64>] [-Count
<Int32>] [-Resolved] [-Acknowledged] [-ExpandedOutput] [-GridView]
[-Verbose] [-Debug] [-ErrorAction <ActionPreference>] [-WarningAction
<ActionPreference>] [-ErrorVariable <String>] [-WarningVariable
<String>] [-OutVariable <String>] [-OutBuffer <Int32>][[-NutanixClusters]
<NutanixCluster[]>] [-ServiceVMId <Object>] [-StartTimeInUsecs
<Int64>] [-EndTimeInUsecs <Int64>] [-Count <Int32>] [-Resolved]
[-Acknowledged] [-ExpandedOutput] [-GridView] [-Verbose] [-Debug]
[-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>]
Get-NTNXHostEvent
> Get-NTNXHostEvent [[-Servers] <String[]>] [-ServiceVMId <Object>]
[-StartTimeInUsecs <Int64>] [-EndTimeInUsecs <Int64>] [-Count
<Int32>] [-Acknowledged] [-ExpandedOutput] [-GridView] [-Verbose]
[-Debug] [-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>]
[-ServiceVMId <Object>] [-StartTimeInUsecs <Int64>] [-EndTimeInUsecs
<Int64>] [-Count <Int32>] [-Acknowledged] [-ExpandedOutput] [-GridView]
[-Verbose] [-Debug] [-ErrorAction <ActionPreference>] [-WarningAction
<ActionPreference>] [-ErrorVariable <String>] [-WarningVariable
<String>] [-OutVariable <String>] [-OutBuffer <Int32>]
Get-NTNXHostHealthCheckSummary
> Get-NTNXHostHealthCheckSummary [[-Servers] <String[]>] [-FilterCriteria
<Object>] [-DetailedSummary] [-ExpandedOutput] [-GridView] [-Verbose]
[-Debug] [-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>]
[-FilterCriteria <Object>] [-DetailedSummary] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>]
Get-NTNXHostStat
> Get-NTNXHostStat [[-Servers] <String[]>] -ServiceVMId <Object>
-Metrics <Object> [-StartTimeInUsecs <Int64>] [-EndTimeInUsecs
<Int64>] [-IntervalInSecs <Int32>] [-ExpandedOutput] [-GridView]
[-Verbose] [-Debug] [-ErrorAction <ActionPreference>] [-WarningAction
<ActionPreference>] [-ErrorVariable <String>] [-WarningVariable
<String>] [-OutVariable <String>] [-OutBuffer <Int32>][[-NutanixClusters]
<NutanixCluster[]>] -ServiceVMId <Object> -Metrics <Object> [-StartTimeInUsecs
<Int64>] [-EndTimeInUsecs <Int64>] [-IntervalInSecs <Int32>]
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Get-NTNXHttpProxy
> Get-NTNXHttpProxy [[-Servers] <String[]>] [-Name <Object>]
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>] [-Name
<Object>] [-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
New-NTNXHttpProxy
> New-NTNXHttpProxy [[-Servers] <String[]>] -Name <String> -IpAddress
<String> -Port <Int32> [-Username <String>] [-Password <String>]
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>] -Name
<String> -IpAddress <String> -Port <Int32> [-Username <String>]
[-Password <String>] [-ExpandedOutput] [-GridView] [-Verbose]
[-Debug] [-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>]
Remove-NTNXHttpProxy
> Remove-NTNXHttpProxy [[-Servers] <String[]>] -Name <Object>
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>] -Name
<Object> [-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Set-NTNXHttpProxy
> Set-NTNXHttpProxy [[-Servers] <String[]>] -Name <String> -IpAddress
<String> -Port <Int32> [-Username <String>] [-Password <String>]
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>] -Name
<String> -IpAddress <String> -Port <Int32> [-Username <String>]
[-Password <String>] [-ExpandedOutput] [-GridView] [-Verbose]
[-Debug] [-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>]
License Administration
Operations
Get-NTNXClusterLicenseInfo
Get-NTNXLicense
Get-NTNXLicenseAllowance
Get-NTNXClusterLicenseInfo
> Get-NTNXClusterLicenseInfo [[-Servers] <String[]>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>][[-NutanixClusters] <NutanixCluster[]>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>]
Get-NTNXLicense
> Get-NTNXLicense [[-Servers] <String[]>] [-ExpandedOutput] [-GridView]
[-Verbose] [-Debug] [-ErrorAction <ActionPreference>] [-WarningAction
<ActionPreference>] [-ErrorVariable <String>] [-WarningVariable
<String>] [-OutVariable <String>] [-OutBuffer <Int32>][[-NutanixClusters]
<NutanixCluster[]>] [-ExpandedOutput] [-GridView] [-Verbose]
[-Debug] [-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>]
Get-NTNXLicenseAllowance
> Get-NTNXLicenseAllowance [[-Servers] <String[]>] [-FeatureName
<Object>] [-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>] [-FeatureName
<Object>] [-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Get-NTNXRemoteSite
> Get-NTNXRemoteSite [[-Servers] <String[]>] [-Names <Object>]
[-IncludeDeleted] [-Name <Object>] [-ExpandedOutput] [-GridView]
[-Verbose] [-Debug] [-ErrorAction <ActionPreference>] [-WarningAction
<ActionPreference>] [-ErrorVariable <String>] [-WarningVariable
<String>] [-OutVariable <String>] [-OutBuffer <Int32>][[-NutanixClusters]
<NutanixCluster[]>] [-Names <Object>] [-IncludeDeleted] [-Name
<Object>] [-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
New-NTNXRemoteSite
> New-NTNXRemoteSite [[-Servers] <String[]>] -Name <String> -RemoteIpPorts
<Object> [-ProxyEnabled] [-CompressionEnabled] [-SshEnabled]
[-VstoreNameMap <Object>] [-MaxBps <Int32>] [-AttributeMap <Object>]
[-MarkedForRemoval] [-ClusterId <Int64>] [-ClusterIncarnationId
<Int64>] [-Capabilities <List`1>] [-Stats <Object>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>][[-NutanixClusters] <NutanixCluster[]>] -Name <String>
-RemoteIpPorts <Object> [-ProxyEnabled] [-CompressionEnabled]
[-SshEnabled] [-VstoreNameMap <Object>] [-MaxBps <Int32>] [-AttributeMap
<Object>] [-MarkedForRemoval] [-ClusterId <Int64>] [-ClusterIncarnationId
<Int64>] [-Capabilities <List`1>] [-Stats <Object>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>]
Set-NTNXRemoteSite
> Set-NTNXRemoteSite [[-Servers] <String[]>] -Name <String> -RemoteIpPorts
<Object> [-ProxyEnabled] [-CompressionEnabled] [-SshEnabled]
[-VstoreNameMap <Object>] [-MaxBps <Int32>] [-AttributeMap <Object>]
[-MarkedForRemoval] [-ClusterId <Int64>] [-ClusterIncarnationId
<Int64>] [-Capabilities <List`1>] [-Stats <Object>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>][[-NutanixClusters] <NutanixCluster[]>] -Name <String>
-RemoteIpPorts <Object> [-ProxyEnabled] [-CompressionEnabled]
[-SshEnabled] [-VstoreNameMap <Object>] [-MaxBps <Int32>] [-AttributeMap
<Object>] [-MarkedForRemoval] [-ClusterId <Int64>] [-ClusterIncarnationId
<Int64>] [-Capabilities <List`1>] [-Stats <Object>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>]
Get-NTNXRemoteSiteAlert
> Get-NTNXRemoteSiteAlert [[-Servers] <String[]>] [-Name <Object>]
[-StartTimeInUsecs <Int64>] [-EndTimeInUsecs <Int64>] [-Count
<Int32>] [-Resolved] [-Acknowledged] [-ExpandedOutput] [-GridView]
[-Verbose] [-Debug] [-ErrorAction <ActionPreference>] [-WarningAction
<ActionPreference>] [-ErrorVariable <String>] [-WarningVariable
<String>] [-OutVariable <String>] [-OutBuffer <Int32>][[-NutanixClusters]
<NutanixCluster[]>] [-Name <Object>] [-StartTimeInUsecs <Int64>]
[-EndTimeInUsecs <Int64>] [-Count <Int32>] [-Resolved] [-Acknowledged]
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Get-NTNXRemoteSiteEvent
> Get-NTNXRemoteSiteEvent [[-Servers] <String[]>] [-StartTimeInUsecs
<Int64>] [-EndTimeInUsecs <Int64>] [-Count <Int32>] [-Acknowledged]
[-Name <Object>] [-ExpandedOutput] [-GridView] [-Verbose] [-Debug]
[-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>]
[-StartTimeInUsecs <Int64>] [-EndTimeInUsecs <Int64>] [-Count
<Int32>] [-Acknowledged] [-Name <Object>] [-ExpandedOutput] [-GridView]
[-Verbose] [-Debug] [-ErrorAction <ActionPreference>] [-WarningAction
<ActionPreference>] [-ErrorVariable <String>] [-WarningVariable
<String>] [-OutVariable <String>] [-OutBuffer <Int32>]
Mark-NTNXRemoteSiteForRemoval
> Mark-NTNXRemoteSiteForRemoval [[-Servers] <String[]>] -Name
<Object> [-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>] -Name
<Object> [-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Get-NTNXRemoteSiteHealthCheckSummary
> Get-NTNXRemoteSiteHealthCheckSummary [[-Servers] <String[]>]
[-FilterCriteria <Object>] [-DetailedSummary] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>][[-NutanixClusters] <NutanixCluster[]>] [-FilterCriteria
<Object>] [-DetailedSummary] [-ExpandedOutput] [-GridView] [-Verbose]
[-Debug] [-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>]
Get-NTNXRemoteSitePendingReplication
> Get-NTNXRemoteSitePendingReplication [[-Servers] <String[]>]
[-ProtectionDomainNames <Object>] [-RemoteSiteNames <Object>]
[-Name <Object>] [-ExpandedOutput] [-GridView] [-Verbose] [-Debug]
[-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>]
[-ProtectionDomainNames <Object>] [-RemoteSiteNames <Object>]
[-Name <Object>] [-ExpandedOutput] [-GridView] [-Verbose] [-Debug]
[-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>]
Get-NTNXRemoteSiteSnapshot
> Get-NTNXRemoteSiteSnapshot [[-Servers] <String[]>] [-Name <Object>]
[-Count <Int32>] [-FilterCriteria <Object>] [-SortCriteria <Object>]
[-FullDetails] [-ExpandedOutput] [-GridView] [-Verbose] [-Debug]
[-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>]
[-Name <Object>] [-Count <Int32>] [-FilterCriteria <Object>]
[-SortCriteria <Object>] [-FullDetails] [-ExpandedOutput] [-GridView]
[-Verbose] [-Debug] [-ErrorAction <ActionPreference>] [-WarningAction
<ActionPreference>] [-ErrorVariable <String>] [-WarningVariable
<String>] [-OutVariable <String>] [-OutBuffer <Int32>]
Get-NTNXRemoteSiteStat
> Get-NTNXRemoteSiteStat [[-Servers] <String[]>] -Name <Object>
-Metrics <Object> [-StartTimeInUsecs <Int64>] [-EndTimeInUsecs
<Int64>] [-IntervalInSecs <Int32>] [-ExpandedOutput] [-GridView]
[-Verbose] [-Debug] [-ErrorAction <ActionPreference>] [-WarningAction
<ActionPreference>] [-ErrorVariable <String>] [-WarningVariable
<String>] [-OutVariable <String>] [-OutBuffer <Int32>][[-NutanixClusters]
<NutanixCluster[]>] -Name <Object> -Metrics <Object> [-StartTimeInUsecs
<Int64>] [-EndTimeInUsecs <Int64>] [-IntervalInSecs <Int32>]
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Snmp Administration
Operations
Get-NTNXSnmpInfo
Get-NTNXSnmpStatus
Set-NTNXSnmpStatus
Add-NTNXSnmpTransport
Get-NTNXSnmpTransport
Remove-NTNXSnmpTransport
Add-NTNXSnmpTrap
Get-NTNXSnmpTrap
Remove-NTNXSnmpTrap
Set-NTNXSnmpTrap
Add-NTNXSnmpUser
Get-NTNXSnmpUser
Remove-NTNXSnmpUser
Set-NTNXSnmpUser
Get-NTNXSnmpInfo
> Get-NTNXSnmpInfo [[-Servers] <String[]>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>][[-NutanixClusters] <NutanixCluster[]>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>]
Get-NTNXSnmpStatus
> Get-NTNXSnmpStatus [[-Servers] <String[]>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>][[-NutanixClusters] <NutanixCluster[]>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>]
Set-NTNXSnmpStatus
> Set-NTNXSnmpStatus [[-Servers] <String[]>] [-State] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>][[-NutanixClusters] <NutanixCluster[]>] [-State] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>]
Add-NTNXSnmpTransport
> Add-NTNXSnmpTransport [[-Servers] <String[]>] -TransportProtocol
<TransportProtocol_Enum> -Port <Int32> [-ExpandedOutput] [-GridView]
[-Verbose] [-Debug] [-ErrorAction <ActionPreference>] [-WarningAction
<ActionPreference>] [-ErrorVariable <String>] [-WarningVariable
<String>] [-OutVariable <String>] [-OutBuffer <Int32>][[-NutanixClusters]
<NutanixCluster[]>] -TransportProtocol <TransportProtocol_Enum>
-Port <Int32> [-ExpandedOutput] [-GridView] [-Verbose] [-Debug]
[-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>]
Get-NTNXSnmpTransport
> Get-NTNXSnmpTransport [[-Servers] <String[]>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>][[-NutanixClusters] <NutanixCluster[]>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>]
Remove-NTNXSnmpTransport
> Remove-NTNXSnmpTransport [[-Servers] <String[]>] -TransportProtocol
<TransportProtocol_Enum> -Port <Int32> [-ExpandedOutput] [-GridView]
[-Verbose] [-Debug] [-ErrorAction <ActionPreference>] [-WarningAction
<ActionPreference>] [-ErrorVariable <String>] [-WarningVariable
<String>] [-OutVariable <String>] [-OutBuffer <Int32>][[-NutanixClusters]
<NutanixCluster[]>] -TransportProtocol <TransportProtocol_Enum>
-Port <Int32> [-ExpandedOutput] [-GridView] [-Verbose] [-Debug]
[-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>]
Add-NTNXSnmpTrap
> Add-NTNXSnmpTrap [[-Servers] <String[]>] -TrapAddress <String>
-TrapUsername <String> [-TransportProtocol <TransportProtocol_Enum>]
[-Port <Int32>] [-Inform] [-EngineId <String>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>][[-NutanixClusters] <NutanixCluster[]>] -TrapAddress
<String> -TrapUsername <String> [-TransportProtocol <TransportProtocol_Enum>]
[-Port <Int32>] [-Inform] [-EngineId <String>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>]
Get-NTNXSnmpTrap
> Get-NTNXSnmpTrap [[-Servers] <String[]>] [-Address <Object>]
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>] [-Address
<Object>] [-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Remove-NTNXSnmpTrap
> Remove-NTNXSnmpTrap [[-Servers] <String[]>] -Address <Object>
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>] -Address
<Object> [-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Set-NTNXSnmpTrap
> Set-NTNXSnmpTrap [[-Servers] <String[]>] -TrapAddress <String>
-TrapUsername <String> [-TransportProtocol <TransportProtocol_Enum>]
[-Port <Int32>] [-Inform] [-EngineId <String>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>][[-NutanixClusters] <NutanixCluster[]>] -TrapAddress
<String> -TrapUsername <String> [-TransportProtocol <TransportProtocol_Enum>]
[-Port <Int32>] [-Inform] [-EngineId <String>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>]
Add-NTNXSnmpUser
> Add-NTNXSnmpUser [[-Servers] <String[]>] -Username <String>
-AuthType <AuthorizationType_Enum> -AuthKey <String> [-PrivType
<PriviligeType_Enum>] [-PrivKey <String>] [-ExpandedOutput] [-GridView]
[-Verbose] [-Debug] [-ErrorAction <ActionPreference>] [-WarningAction
<ActionPreference>] [-ErrorVariable <String>] [-WarningVariable
<String>] [-OutVariable <String>] [-OutBuffer <Int32>][[-NutanixClusters]
<NutanixCluster[]>] -Username <String> -AuthType <AuthorizationType_Enum>
-AuthKey <String> [-PrivType <PriviligeType_Enum>] [-PrivKey
<String>] [-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Get-NTNXSnmpUser
> Get-NTNXSnmpUser [[-Servers] <String[]>] [-Name <Object>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>][[-NutanixClusters] <NutanixCluster[]>] [-Name <Object>]
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Remove-NTNXSnmpUser
> Remove-NTNXSnmpUser [[-Servers] <String[]>] -Username <Object>
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>] -Username
<Object> [-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Set-NTNXSnmpUser
> Set-NTNXSnmpUser [[-Servers] <String[]>] -Username <String>
-AuthType <AuthorizationType_Enum> -AuthKey <String> [-PrivType
<PriviligeType_Enum>] [-PrivKey <String>] [-ExpandedOutput] [-GridView]
[-Verbose] [-Debug] [-ErrorAction <ActionPreference>] [-WarningAction
<ActionPreference>] [-ErrorVariable <String>] [-WarningVariable
<String>] [-OutVariable <String>] [-OutBuffer <Int32>][[-NutanixClusters]
<NutanixCluster[]>] -Username <String> -AuthType <AuthorizationType_Enum>
-AuthKey <String> [-PrivType <PriviligeType_Enum>] [-PrivKey
<String>] [-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Get-NTNXStoragePool
> Get-NTNXStoragePool [[-Servers] <String[]>] [-Count <Int32>]
[-FilterCriteria <Object>] [-SortCriteria <Object>] [-Id <Object>]
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>] [-Count
<Int32>] [-FilterCriteria <Object>] [-SortCriteria <Object>]
[-Id <Object>] [-ExpandedOutput] [-GridView] [-Verbose] [-Debug]
[-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>]
New-NTNXStoragePool
> New-NTNXStoragePool [[-Servers] <String[]>] [-Force] [-Id <String>]
[-Name <String>] [-Disks <List`1>] [-Capacity <Int64>] [-MarkedForRemoval]
[-UsedCapacity <Int64>] [-ReservedCapacity <Int64>] [-FreeUnreservedCapacity
<Int64>] [-TierwiseFreeCapacityMap <Object>] [-IlmDownMigratePctThreshold
<Int32>] [-ClusterUuid <String>] [-Stats <Object>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>][[-NutanixClusters] <NutanixCluster[]>] [-Force] [-Id
<String>] [-Name <String>] [-Disks <List`1>] [-Capacity <Int64>]
[-MarkedForRemoval] [-UsedCapacity <Int64>] [-ReservedCapacity
<Int64>] [-FreeUnreservedCapacity <Int64>] [-TierwiseFreeCapacityMap
<Object>] [-IlmDownMigratePctThreshold <Int32>] [-ClusterUuid
<String>] [-Stats <Object>] [-ExpandedOutput] [-GridView] [-Verbose]
[-Debug] [-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>]
Remove-NTNXStoragePool
> Remove-NTNXStoragePool [[-Servers] <String[]>] -Id <Object>
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>] -Id
<Object> [-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Set-NTNXStoragePool
> Set-NTNXStoragePool [[-Servers] <String[]>] [-Force] [-Id <String>]
[-Name <String>] [-Disks <List`1>] [-Capacity <Int64>] [-MarkedForRemoval]
[-UsedCapacity <Int64>] [-ReservedCapacity <Int64>] [-FreeUnreservedCapacity
<Int64>] [-TierwiseFreeCapacityMap <Object>] [-IlmDownMigratePctThreshold
<Int32>] [-ClusterUuid <String>] [-Stats <Object>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>][[-NutanixClusters] <NutanixCluster[]>] [-Force] [-Id
<String>] [-Name <String>] [-Disks <List`1>] [-Capacity <Int64>]
[-MarkedForRemoval] [-UsedCapacity <Int64>] [-ReservedCapacity
<Int64>] [-FreeUnreservedCapacity <Int64>] [-TierwiseFreeCapacityMap
<Object>] [-IlmDownMigratePctThreshold <Int32>] [-ClusterUuid
<String>] [-Stats <Object>] [-ExpandedOutput] [-GridView] [-Verbose]
[-Debug] [-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>]
Get-NTNXStoragePoolAlert
> Get-NTNXStoragePoolAlert [[-Servers] <String[]>] [-StartTimeInUsecs
<Int64>] [-EndTimeInUsecs <Int64>] [-Count <Int32>] [-Resolved]
[-Acknowledged] [-Id <Object>] [-ExpandedOutput] [-GridView]
[-Verbose] [-Debug] [-ErrorAction <ActionPreference>] [-WarningAction
<ActionPreference>] [-ErrorVariable <String>] [-WarningVariable
<String>] [-OutVariable <String>] [-OutBuffer <Int32>][[-NutanixClusters]
<NutanixCluster[]>] [-StartTimeInUsecs <Int64>] [-EndTimeInUsecs
<Int64>] [-Count <Int32>] [-Resolved] [-Acknowledged] [-Id <Object>]
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Get-NTNXStoragePoolEvent
> Get-NTNXStoragePoolEvent [[-Servers] <String[]>] [-Id <Object>]
[-StartTimeInUsecs <Int64>] [-EndTimeInUsecs <Int64>] [-Count
<Int32>] [-Acknowledged] [-ExpandedOutput] [-GridView] [-Verbose]
[-Debug] [-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>]
[-Id <Object>] [-StartTimeInUsecs <Int64>] [-EndTimeInUsecs <Int64>]
[-Count <Int32>] [-Acknowledged] [-ExpandedOutput] [-GridView]
[-Verbose] [-Debug] [-ErrorAction <ActionPreference>] [-WarningAction
<ActionPreference>] [-ErrorVariable <String>] [-WarningVariable
<String>] [-OutVariable <String>] [-OutBuffer <Int32>]
Get-NTNXStoragePoolStat
> Get-NTNXStoragePoolStat [[-Servers] <String[]>] -Id <Object>
-Metrics <Object> [-StartTimeInUsecs <Int64>] [-EndTimeInUsecs
<Int64>] [-IntervalInSecs <Int32>] [-ExpandedOutput] [-GridView]
[-Verbose] [-Debug] [-ErrorAction <ActionPreference>] [-WarningAction
<ActionPreference>] [-ErrorVariable <String>] [-WarningVariable
<String>] [-OutVariable <String>] [-OutBuffer <Int32>][[-NutanixClusters]
<NutanixCluster[]>] -Id <Object> -Metrics <Object> [-StartTimeInUsecs
<Int64>] [-EndTimeInUsecs <Int64>] [-IntervalInSecs <Int32>]
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
VDisk Administration
Operations
Get-NTNXSnapshotForVDisk
Get-NTNXVDisk
New-NTNXVDisk
Remove-NTNXVDisk
Set-NTNXVDisk
Get-NTNXVDiskAlert
Get-NTNXVDiskEvent
Get-NTNXVDiskSnapshot
New-NTNXVDiskSnapshot
Get-NTNXVDiskStat
Get-NTNXSnapshotForVDisk
> Get-NTNXSnapshotForVDisk [[-Servers] <String[]>] -Name <Object>
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>] -Name
<Object> [-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Get-NTNXVDisk
> Get-NTNXVDisk [[-Servers] <String[]>] [-Includedeleted] [-VdiskNames
<Object>] [-Name <Object>] [-ExpandedOutput] [-GridView] [-Verbose]
[-Debug] [-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>]
[-Includedeleted] [-VdiskNames <Object>] [-Name <Object>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>]
New-NTNXVDisk
> New-NTNXVDisk [[-Servers] <String[]>] [-Name <String>] [-ContainerId
<String>] [-ContainerName <String>] [-StoragePoolId <String>]
[-StoragePoolName <String>] [-Shared] [-NfsFile] [-Immutable]
[-Snapshot] [-QosPriority <String>] [-QosFairshare <String>]
[-FingerPrintOnWrite <FingerPrintOnWrite_Enum>] [-OnDiskDedup
<OnDiskDedup_Enum>] [-ClusterUuid <String>] [-TotalReservedCapacityBytes
<Int64>] [-MaxCapacityBytes <Int64>] [-PhysicalSizeBytes <Int64>]
[-LogicalSizeBytes <Int64>] [-UsedPhysicalSizeBytes <Int64>]
[-UsedLogicalSizeBytes <Int64>] [-TotalUsedReservedBytes <Int64>]
[-IscsiTargetName <String>] [-IscsiLun <Int32>] [-NfsFileName
<String>] [-ParentNfsFileName <String>] [-Disabled] [-MarkedForRemoval]
[-CreationTimeInMicrosSinceEpoch <Int64>] [-Snapshots <List`1>]
[-Stats <Object>] [-ExpandedOutput] [-GridView] [-Verbose] [-Debug]
[-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>]
[-Name <String>] [-ContainerId <String>] [-ContainerName <String>]
[-StoragePoolId <String>] [-StoragePoolName <String>] [-Shared]
[-NfsFile] [-Immutable] [-Snapshot] [-QosPriority <String>] [-QosFairshare
<String>] [-FingerPrintOnWrite <FingerPrintOnWrite_Enum>] [-OnDiskDedup
<OnDiskDedup_Enum>] [-ClusterUuid <String>] [-TotalReservedCapacityBytes
<Int64>] [-MaxCapacityBytes <Int64>] [-PhysicalSizeBytes <Int64>]
[-LogicalSizeBytes <Int64>] [-UsedPhysicalSizeBytes <Int64>]
[-UsedLogicalSizeBytes <Int64>] [-TotalUsedReservedBytes <Int64>]
[-IscsiTargetName <String>] [-IscsiLun <Int32>] [-NfsFileName
<String>] [-ParentNfsFileName <String>] [-Disabled] [-MarkedForRemoval]
[-CreationTimeInMicrosSinceEpoch <Int64>] [-Snapshots <List`1>]
[-Stats <Object>] [-ExpandedOutput] [-GridView] [-Verbose] [-Debug]
[-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>]
Remove-NTNXVDisk
> Remove-NTNXVDisk [[-Servers] <String[]>] -Name <Object> [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>][[-NutanixClusters] <NutanixCluster[]>] -Name <Object>
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Set-NTNXVDisk
> Set-NTNXVDisk [[-Servers] <String[]>] [-Name <String>] [-ContainerId
<String>] [-ContainerName <String>] [-StoragePoolId <String>]
[-StoragePoolName <String>] [-Shared] [-NfsFile] [-Immutable]
[-Snapshot] [-QosPriority <String>] [-QosFairshare <String>]
[-FingerPrintOnWrite <FingerPrintOnWrite_Enum>] [-OnDiskDedup
<OnDiskDedup_Enum>] [-ClusterUuid <String>] [-TotalReservedCapacityBytes
<Int64>] [-MaxCapacityBytes <Int64>] [-PhysicalSizeBytes <Int64>]
[-LogicalSizeBytes <Int64>] [-UsedPhysicalSizeBytes <Int64>]
[-UsedLogicalSizeBytes <Int64>] [-TotalUsedReservedBytes <Int64>]
[-IscsiTargetName <String>] [-IscsiLun <Int32>] [-NfsFileName
<String>] [-ParentNfsFileName <String>] [-Disabled] [-MarkedForRemoval]
[-CreationTimeInMicrosSinceEpoch <Int64>] [-Snapshots <List`1>]
[-Stats <Object>] [-ExpandedOutput] [-GridView] [-Verbose] [-Debug]
[-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>]
[-Name <String>] [-ContainerId <String>] [-ContainerName <String>]
[-StoragePoolId <String>] [-StoragePoolName <String>] [-Shared]
[-NfsFile] [-Immutable] [-Snapshot] [-QosPriority <String>] [-QosFairshare
<String>] [-FingerPrintOnWrite <FingerPrintOnWrite_Enum>] [-OnDiskDedup
<OnDiskDedup_Enum>] [-ClusterUuid <String>] [-TotalReservedCapacityBytes
<Int64>] [-MaxCapacityBytes <Int64>] [-PhysicalSizeBytes <Int64>]
[-LogicalSizeBytes <Int64>] [-UsedPhysicalSizeBytes <Int64>]
[-UsedLogicalSizeBytes <Int64>] [-TotalUsedReservedBytes <Int64>]
[-IscsiTargetName <String>] [-IscsiLun <Int32>] [-NfsFileName
<String>] [-ParentNfsFileName <String>] [-Disabled] [-MarkedForRemoval]
[-CreationTimeInMicrosSinceEpoch <Int64>] [-Snapshots <List`1>]
[-Stats <Object>] [-ExpandedOutput] [-GridView] [-Verbose] [-Debug]
[-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>]
Get-NTNXVDiskAlert
> Get-NTNXVDiskAlert [[-Servers] <String[]>] [-Name <Object>]
[-StartTimeInUsecs <Int64>] [-EndTimeInUsecs <Int64>] [-Count
<Int32>] [-Resolved] [-Acknowledged] [-ExpandedOutput] [-GridView]
[-Verbose] [-Debug] [-ErrorAction <ActionPreference>] [-WarningAction
<ActionPreference>] [-ErrorVariable <String>] [-WarningVariable
<String>] [-OutVariable <String>] [-OutBuffer <Int32>][[-NutanixClusters]
<NutanixCluster[]>] [-Name <Object>] [-StartTimeInUsecs <Int64>]
[-EndTimeInUsecs <Int64>] [-Count <Int32>] [-Resolved] [-Acknowledged]
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Get-NTNXVDiskEvent
> Get-NTNXVDiskEvent [[-Servers] <String[]>] [-StartTimeInUsecs
<Int64>] [-EndTimeInUsecs <Int64>] [-Count <Int32>] [-Acknowledged]
[-Name <Object>] [-ExpandedOutput] [-GridView] [-Verbose] [-Debug]
[-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>]
[-StartTimeInUsecs <Int64>] [-EndTimeInUsecs <Int64>] [-Count
<Int32>] [-Acknowledged] [-Name <Object>] [-ExpandedOutput] [-GridView]
[-Verbose] [-Debug] [-ErrorAction <ActionPreference>] [-WarningAction
<ActionPreference>] [-ErrorVariable <String>] [-WarningVariable
<String>] [-OutVariable <String>] [-OutBuffer <Int32>]
Get-NTNXVDiskSnapshot
> Get-NTNXVDiskSnapshot [[-Servers] <String[]>] [-Name <Object>]
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>] [-Name
<Object>] [-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
New-NTNXVDiskSnapshot
> New-NTNXVDiskSnapshot [[-Servers] <String[]>] -Name <Object>
[-Input <String>] [-ExpandedOutput] [-GridView] [-Verbose] [-Debug]
[-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>]
-Name <Object> [-Input <String>] [-ExpandedOutput] [-GridView]
[-Verbose] [-Debug] [-ErrorAction <ActionPreference>] [-WarningAction
<ActionPreference>] [-ErrorVariable <String>] [-WarningVariable
<String>] [-OutVariable <String>] [-OutBuffer <Int32>]
Get-NTNXVDiskStat
> Get-NTNXVDiskStat [[-Servers] <String[]>] -Name <Object> -Metrics
<Object> [-StartTimeInUsecs <Int64>] [-EndTimeInUsecs <Int64>]
[-IntervalInSecs <Int32>] [-ExpandedOutput] [-GridView] [-Verbose]
[-Debug] [-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>]
-Name <Object> -Metrics <Object> [-StartTimeInUsecs <Int64>]
[-EndTimeInUsecs <Int64>] [-IntervalInSecs <Int32>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>]
VMAdministration
Operations
Get-NTNXVM
Get-NTNXVMAlert
Get-NTNXVMEvent
Get-NTNXVMHealthCheckSummary
Get-NTNXVMStat
Get-NTNXVMVDisk
Get-NTNXVMVirtualDisk
Get-NTNXVM
> Get-NTNXVM [[-Servers] <String[]>] [-VmId <Object>] [-Count
<Int32>] [-FilterCriteria <Object>] [-SortCriteria <Object>]
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>] [-VmId
<Object>] [-Count <Int32>] [-FilterCriteria <Object>] [-SortCriteria
<Object>] [-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Get-NTNXVMAlert
> Get-NTNXVMAlert [[-Servers] <String[]>] [-VmId <Object>] [-StartTimeInUsecs
<Int64>] [-EndTimeInUsecs <Int64>] [-Count <Int32>] [-Resolved]
[-Acknowledged] [-ExpandedOutput] [-GridView] [-Verbose] [-Debug]
[-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>]
[-VmId <Object>] [-StartTimeInUsecs <Int64>] [-EndTimeInUsecs
<Int64>] [-Count <Int32>] [-Resolved] [-Acknowledged] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>]
Get-NTNXVMEvent
> Get-NTNXVMEvent [[-Servers] <String[]>] [-VmId <Object>] [-StartTimeInUsecs
<Int64>] [-EndTimeInUsecs <Int64>] [-Count <Int32>] [-Acknowledged]
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>] [-VmId
<Object>] [-StartTimeInUsecs <Int64>] [-EndTimeInUsecs <Int64>]
[-Count <Int32>] [-Acknowledged] [-ExpandedOutput] [-GridView]
[-Verbose] [-Debug] [-ErrorAction <ActionPreference>] [-WarningAction
<ActionPreference>] [-ErrorVariable <String>] [-WarningVariable
<String>] [-OutVariable <String>] [-OutBuffer <Int32>]
Get-NTNXVMHealthCheckSummary
> Get-NTNXVMHealthCheckSummary [[-Servers] <String[]>] [-FilterCriteria
<Object>] [-DetailedSummary] [-ExpandedOutput] [-GridView] [-Verbose]
[-Debug] [-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>]
[-FilterCriteria <Object>] [-DetailedSummary] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>]
Get-NTNXVMStat
> Get-NTNXVMStat [[-Servers] <String[]>] -VmId <Object> -Metrics
<Object> [-StartTimeInUsecs <Int64>] [-EndTimeInUsecs <Int64>]
[-IntervalInSecs <Int32>] [-ExpandedOutput] [-GridView] [-Verbose]
[-Debug] [-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>]
-VmId <Object> -Metrics <Object> [-StartTimeInUsecs <Int64>]
[-EndTimeInUsecs <Int64>] [-IntervalInSecs <Int32>] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>]
Get-NTNXVMVDisk
> Get-NTNXVMVDisk [[-Servers] <String[]>] -VmId <Object> [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>][[-NutanixClusters] <NutanixCluster[]>] -VmId <Object>
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
Get-NTNXVMVirtualDisk
> Get-NTNXVMVirtualDisk [[-Servers] <String[]>] -VmId <Object>
[-SortCriteria <Object>] [-ExpandedOutput] [-GridView] [-Verbose]
[-Debug] [-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>]
-VmId <Object> [-SortCriteria <Object>] [-ExpandedOutput] [-GridView]
[-Verbose] [-Debug] [-ErrorAction <ActionPreference>] [-WarningAction
<ActionPreference>] [-ErrorVariable <String>] [-WarningVariable
<String>] [-OutVariable <String>] [-OutBuffer <Int32>]
VStore Administration
Operations
Get-NTNXVStore
Protect-NTNXVStore
UnProtect-NTNXVStore
Get-NTNXVStore
> Get-NTNXVStore [[-Servers] <String[]>] [-Id <Int64>] [-Ids
<Object>] [-Names <Object>] [-IncludeDeleted] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>][[-NutanixClusters] <NutanixCluster[]>] [-Id <Int64>]
[-Ids <Object>] [-Names <Object>] [-IncludeDeleted] [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>]
Protect-NTNXVStore
> Protect-NTNXVStore [[-Servers] <String[]>] -Id <Int64> [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>][[-NutanixClusters] <NutanixCluster[]>] -Id <Int64> [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>]
UnProtect-NTNXVStore
> UnProtect-NTNXVStore [[-Servers] <String[]>] -Id <Int64> [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>][[-NutanixClusters] <NutanixCluster[]>] -Id <Int64> [-ExpandedOutput]
[-GridView] [-Verbose] [-Debug] [-ErrorAction <ActionPreference>]
[-WarningAction <ActionPreference>] [-ErrorVariable <String>]
[-WarningVariable <String>] [-OutVariable <String>] [-OutBuffer
<Int32>]
Get-NTNXVirtualDisk
> Get-NTNXVirtualDisk [[-Servers] <String[]>] [-Count <Int32>]
[-FilterCriteria <Object>] [-SortCriteria <Object>] [-Id <Object>]
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>][[-NutanixClusters] <NutanixCluster[]>] [-Count
<Int32>] [-FilterCriteria <Object>] [-SortCriteria <Object>]
[-Id <Object>] [-ExpandedOutput] [-GridView] [-Verbose] [-Debug]
[-ErrorAction <ActionPreference>] [-WarningAction <ActionPreference>]
[-ErrorVariable <String>] [-WarningVariable <String>] [-OutVariable
<String>] [-OutBuffer <Int32>]
Get-NTNXVirtualDiskStat
> Get-NTNXVirtualDiskStat [[-Servers] <String[]>] -Id <Object>
-Metrics <Object> [-StartTimeInUsecs <Int64>] [-EndTimeInUsecs
<Int64>] [-IntervalInSecs <Int32>] [-ExpandedOutput] [-GridView]
[-Verbose] [-Debug] [-ErrorAction <ActionPreference>] [-WarningAction
<ActionPreference>] [-ErrorVariable <String>] [-WarningVariable
<String>] [-OutVariable <String>] [-OutBuffer <Int32>][[-NutanixClusters]
<NutanixCluster[]>] -Id <Object> -Metrics <Object> [-StartTimeInUsecs
<Int64>] [-EndTimeInUsecs <Int64>] [-IntervalInSecs <Int32>]
[-ExpandedOutput] [-GridView] [-Verbose] [-Debug] [-ErrorAction
<ActionPreference>] [-WarningAction <ActionPreference>] [-ErrorVariable
<String>] [-WarningVariable <String>] [-OutVariable <String>]
[-OutBuffer <Int32>]
5
Controller VM Commands
cluster
Usage
Usage: /home/nutanix/cluster/bin/cluster [flags] [command]
commands:
add_public_key
create
destroy
disable_auto_install
enable_auto_install
ipconfig
migrate_zeus
pass_shutdown_token
reconfig
remove_all_public_keys
remove_public_key
restart_genesis
start
status
stop
upgrade
upgrade_node
/home/nutanix/cluster/bin/cluster
--add_dependencies
Include Dependencies.
Default: false
--clean_debug_data
If 'clean_debug_data' is True, then when we destroy a cluster we will also remove the logs, binary
logs, cached packages, and core dumps on each node.
Default: false
--cluster_external_ip
--cluster_function_list
List of functions of the cluster (use with create). Accepted functions are ['ndfs', 'multicluster',
'cloud_data_gateway']
Default: ndfs
--cluster_name
--config
--force
Force action.
Default: false
--force_install_genesis
--help
--helpshort
--helpxml
--ignore_preupgrade_tests
--installer_dir_path
--ip_specification_json
--key_file
--key_name
--lockdown_mode
--manual_upgrade
--migrate_from
--migrate_to
--no_verification
--python_proto_egg_path
--redundancy_factor
Max redundancy factor supported by the cluster. 'redundancy_factor - 1' determines the number of
node failures that the cluster should be able to tolerate.
Default: 2
--shutdown_token_ip
--skip_discovery
--skip_upgrade
--stand_alone_upgrade_log
--stand_alone_upgrade_timeout
--svm_ips
Comma separated list of IP addresses of one or more SVMs in the target cluster. Not required if
cluster.cfg is being used.
--svm_login
--timeout
--upgrade_node_ip
--verification_file
--wait
--yes
Confirmation to destroy.
Default: false
cluster.consts
--factory_config_json_path
--frozen_mounts_file
Path to the file that indicates that Nutanix mountpoints are currently frozen.
Default: /tmp/frozen_nutanix_mounts
--genesis_bin_dir
--genesis_libs
--genesis_path
--hardware_config_json_path
--host_ssh_key
--hyperv_external_vswitch_name
--hyperv_hypervisor_username
The username to use when logging into the local Hyper-V node.
Default: Administrator
--hyperv_internal_vswitch_name
--hypervisor_internal_ip
--hypervisor_username
--installer_storage
--ipmi_password
The password to use when logging into the local IPMI device.
Controller VM Commands | Command Reference | NOS | 134
Default: ADMIN
--ipmi_username
The username to use when logging into the local IPMI device.
Default: ADMIN
--logpipe_path
Path to logpipe.
Default: /home/nutanix/cluster/bin/logpipe
--mount_dir
--ntpd_driftfile_path
--nutanix_bin_dir
--nutanix_binary_log_dir
--nutanix_core_dir
--nutanix_data_dir
--nutanix_home
--nutanix_lock_dir
--nutanix_log_dir
--nutanix_storage_dir
--release_version_path
--service_vm_config_json_path
Default: /home/nutanix/data/stargate-storage/service_vm_config.json
--stargate_disk_config
--stargate_health_znode
Zookeeper node where each stargate creates an ephmeral node indicating it is currently available.
Default: /appliance/logical/health-monitor/stargate
--stargate_port
--svm_non_ha_internal_ip
--svm_os_version
--toolchain_dir
--upgrade_flock_path
Path to the flock in order that must be acquired before running upgrade scripts.
Default: /tmp/upgrade_lock
--upgrade_info_znode
--upgrade_info_znode_dir
Parent Directory of location in a zookeeper where we keep the Upgrade node information.
Default: /appliance/logical/upgrade_info
--upgrade_params_znode
--zeus_config_cache_path
--zookeeper_host_port_list
cluster.genesis.client
--genesis_jsonrpc_url
--genesis_port
--genesis_rpc_timeout_secs
cluster.genesis.cluster_manager
--agave_dir
--cluster_state_znode
--cluster_upgrade_method
--cluster_versions_znode
--force_disable_blackbox
--node_shutdown_token_state_znode
Location in Zookeeper where we keep state of which node has currently requested to go down for
maintenance.
Default: /appliance/logical/genesis/node_shutdown_token
--node_upgrade_status
--nutanix_default_ssh_key
--release_version_znode
Zookeeper node where we keep the current release version of the cluster.
Default: /appliance/logical/genesis/release_version
--services_to_be_started_znode
--uncompress_path
cluster.genesis.migration_manager
--num_migration_commit_retries
Number of times to retry updating the zeus configuration with new zookeeper ensemble.
Default: 5
--num_migration_rpc_retries
--tcpkill
--zookeeper_migration_wal_path
--zookeeper_session_check_time_secs
Number of seconds zookeeper takes to verify and disconnect zookeeper quorum ip addresses that
are no longer valid.
Default: 10
--zookeeper_tcpkill_timeout_secs
Number of seconds to let tpckill to disconnect the tcp connections of zookeeper ensemble member
that is to be removed.
Default: 10
cluster.genesis.node_manager
--auto_discovery_interval_secs
Number of seconds to sleep when local node can't join any discovered cluster.
Default: 5
--configure_iptables_with_stig
--dhcp_ntp_conf
--download_staging_area
--external_ntp_monitor_interval_secs
--genesis_restart_required_path
--genesis_restart_timeout
--gold_image_version_path
Path to the file that contains the version of the gold image.
Default: /etc/nutanix/svm-version
--hardware_config_znode_path
Zookeeper node base path containing the hardware configurations of each node.
Default: /appliance/physical/hardware_configs
--local_timezone_path
--mdns_service_type
--mdns_timeout_secs
--nagios_config_path
--node_disable_auto_upgrade_marker
Path to marker file to indicate that automatic software upgrade should not be performed on this node.
Default: /home/nutanix/.node_disable_auto_upgrade
--node_reconfigure_marker
--node_ssh_key_dir
--node_unconfigure_marker
--ntp_config_path
--ntp_leader_znode
--ntpdate_timeout_secs
--rpm_genesis_log_file
--sshd_config_path
--svm_external_netif
--svm_internal_ips
Internal IP addresses on eth1. The first one is the primary IP address, and the remaining are aliases.
Default: 192.168.5.2,192.168.5.254
--svm_internal_netif
--svm_internal_netif_netmask
--svm_linklocal_netif
External network interface of SVM to communicate with other SVMs during cluster initialization time.
Default: eth2
--svm_non_ha_internal_netmask
--svm_reboot_required_marker
Marker file to indicate that SVM reboot is required and cluster services should not be started.
Default: /tmp/svm_reboot_required
--svm_reboot_suppressed_marker
--time_rollback_tolerance_secs
Maximum number of seconds by which NTP is allowed to roll back time on the system.
Default: 5
--timezones_dir
--zookeeper_start_timeout_secs
cluster.genesis_utils
--svm_default_login
--timeout_secs
cluster.ipv4config
--end_linklocal_ip
--esx_cmd_timeout_secs
--hyperv_cmd_timeout_secs
--ipmi_apply_config_retries
--kvm_cmd_timeout_secs
--kvm_external_network_interface
--linklocal_netmask
--start_linklocal_ip
cluster.license_config
--license_config_file
--license_config_proto_str
--license_dir
--license_public_key
--license_public_key_str
--zookeeper_license_root_path
cluster.preupgrade_checks
--min_disk_space_for_upgrade
--min_replication_factor
cluster.rsyslog_helper
--lock_dir
--log_dir
--log_state_dir
Default path for syslog state files. This stores thestate of rsyslog across restarts.
Default: /home/nutanix/config/syslog
--module_level
--rsyslog_conf_file
--rsyslog_rule_header
Nutanix specified rsyslog rules are appended only below this marker.
Default: # Nutanix remote server rules
--rsyslog_rule_header_end
cluster.service.alert_manager_service
--alert_manager_data_dir
--alert_manager_path
--alert_manager_rss_mem_limit
Maximum amount of resident memory Alert Manager may use on an Svm with 8GB memory
configuration.
Default: 268435456
--alert_manager_virt_mem_limit
Maximum amount of virtual memory (in GB) Alert Manager may use on an Svm with 8GB memory
configuration.
Default: 1073741824
cluster.service.ha_service
--def_stargate_stable_interval
Default number of seconds a stargate has to be alive to be considered asstable and healthy.
Default: 30
--num_worker_threads
--old_stop_ha_zk_node
When this node is created the old ha should not take any actions on the cluster.
Default: /appliance/logical/genesis/ha_stop
--planned_outage_zk_path
Expect ZK child nodes under this path that are IP addresses of nodes that are going down.
Default: /appliance/logical/genesis/planned_outage
--stargate_exit_handler_timeout_secs
--stargate_health_watch_timeout
Timeout for how long we should wait before waking up the thread that monitors stargate health.
Default: 30
--stargate_initialization_secs
--stop_ha_zk_node
When this node is created ha 2.0 should not take any actions on the cluster.
Default: /appliance/logical/genesis/ha_2_stop
--tcpkill_log
--tcpkill_path
cluster.service.service_utils
--memory_limits_base_size_kb
Total memory size of the standard Svm based on which memory limits are derived.
Default: 8388608
--service_stop_wait
Wait time for how long we should wait before we start issuing SIGKILL instead of SIGTERM.
Default: 5
cluster.service.zookeeper_service
--zookeeper_client_port
--zookeeper_config_template
--zookeeper_data_dir
--zookeeper_env_path
--zookeeper_init
--zookeeper_leader_election_port
--zookeeper_max_snapshots
--zookeeper_monitor
Default: /home/nutanix/bin/zookeeper_monitor
--zookeeper_monitor_component_id_file_path
--zookeeper_myid_path
--zookeeper_peer_port
--zookeeper_rss_mem_limit
Maximum amount of resident memory Zookeeper may use on an Svm with 8GB memory
configuration.
Default: 268435456
--zookeeper_zoo_cfg_path
cluster.sshkeys_helper
--authorized_keys_file
--id_rsa_path
--ssh_client_configuration
--ssh_path
cluster.upgrade_helper
--cluster_name_update_timeout
--num_nodes_to_upload
--nutanix_packages_json_basename
Base file name of the JSON file that contains the list of packages to expect in the packages directory.
Default: nutanix-packages.json
--prog_monitor_timeout
--upgrade_genesis_restart
diagnostics.py
Usage
Usage: /home/nutanix/diagnostics/diagnostics.py [command]
commands:
cleanup
list_runtime_test_args
run
/home/nutanix/diagnostics/diagnostics.py
--collect_cassandra_latency_stats
--ctr_name
--default_aggregator
--default_ncli_password
--default_ncli_user
--deprecated_ctr_name
Deprecated container name used by older versions of this script. This is used to cleanup any
container that may be left behind by the previous version.
Default: NTNX-diagnostics-ctr
--display_latency_stats
Display latency stats for each test (available in fio tests only).
Default: false
--dry_run
Default: false
--esx_diagnostics_image_path
--external_uvm_ips
IP addresses of external UVMs. If specified, the setup step is skipped and the tests are run on these
UVMs
--fingerprint_on_write
--flush_svm_caches
--hyperv_diagnostics_image_path
--hypervisor_password
--ignore_oplog_flush_failure
--inline_compression
--kvm_diagnostics_image_path
--max_oplog_flush_wait_secs
Maximum time waiting for the oplogs to flush before running a test.
Default: 600
--nodes
Comma-separated list of nodes (IP addresses of the hosts) where the tests are run. If not specified,
tests are run on all nodes.
--print_cassandra_latency_stats
--replication_factor
--results_dir_name
Name of the results directory. Leave empty for an automatically generated name.
--retry_delay_seconds
--run_iperf
--runtime_test_args
Comma-separated list of test arguments of the form key=value, to be passed to the test scripts. Use
'diagnostics.py list_test_args' for a list of supported test args.
--scripts_dir
--setup_only
Only setup the test UVMs without running any actual tests. This option is mutually exclusive with -skip_setup.
Default: false
--skip_setup
Skip setting up the UVMs. Useful when the setup has already been performed by a previous run. This
option is mutually exclusive with --setup_only.
Default: false
--skip_ssd_pcie_check
Skip the check which ensures that disks exist in the SSD-PCIe tier.
Default: false
--sp_name
Name of the storage pool to be created for the disks of the UVM
Default: NTNX-SP-DEFAULT
--ssh_command_timeout_sec
--terse
Terse output - just prints the test name and the BW/IOPs as applicable. Note that any pre-req cluster/
uvm setup logs are still emitted.
Default: false
--test_groups
Comma-separated list of test groups to run. If not specified, the 'default' test group is run (unless -tests is specified).
Default: default
--tests
Comma-separated list of tests to run. If not specified, all tests in the specified test groups are run.
--tunnels_start_port
--uvm_identity_file
Default: diagnostics_id_rsa
--uvm_image_directory
--uvm_image_server
--uvm_ip
--uvm_name_prefix
--verbose
genesis
Usage
Usage: /home/nutanix/cluster/bin/genesis start [all|<service_name>]|stop [all|
<service_name>]|restart|status
/home/nutanix/cluster/bin/genesis
--foreground
--genesis_self_monitoring
--genesis_upgrade
--help
--helpshort
--helpxml
Default: false
cluster.genesis.client
--genesis_jsonrpc_url
--genesis_port
--genesis_rpc_timeout_secs
cluster.genesis.cluster_manager
--agave_dir
--cluster_state_znode
--cluster_upgrade_method
--cluster_versions_znode
--force_disable_blackbox
--node_shutdown_token_state_znode
Location in Zookeeper where we keep state of which node has currently requested to go down for
maintenance.
Default: /appliance/logical/genesis/node_shutdown_token
--node_upgrade_status
--nutanix_default_ssh_key
--release_version_znode
Zookeeper node where we keep the current release version of the cluster.
Default: /appliance/logical/genesis/release_version
--services_to_be_started_znode
--uncompress_path
cluster.genesis.migration_manager
--num_migration_commit_retries
Number of times to retry updating the zeus configuration with new zookeeper ensemble.
Default: 5
--num_migration_rpc_retries
--tcpkill
--zookeeper_migration_wal_path
--zookeeper_session_check_time_secs
Number of seconds zookeeper takes to verify and disconnect zookeeper quorum ip addresses that
are no longer valid.
Default: 10
--zookeeper_tcpkill_timeout_secs
Number of seconds to let tpckill to disconnect the tcp connections of zookeeper ensemble member
that is to be removed.
Default: 10
cluster.genesis.node_manager
--auto_discovery_interval_secs
Number of seconds to sleep when local node can't join any discovered cluster.
Default: 5
--configure_iptables_with_stig
--dhcp_ntp_conf
--download_staging_area
--external_ntp_monitor_interval_secs
--genesis_restart_required_path
--genesis_restart_timeout
--gold_image_version_path
Path to the file that contains the version of the gold image.
Default: /etc/nutanix/svm-version
--hardware_config_znode_path
Zookeeper node base path containing the hardware configurations of each node.
Default: /appliance/physical/hardware_configs
--local_timezone_path
--mdns_service_type
--mdns_timeout_secs
--node_disable_auto_upgrade_marker
Path to marker file to indicate that automatic software upgrade should not be performed on this node.
Default: /home/nutanix/.node_disable_auto_upgrade
--node_reconfigure_marker
--node_ssh_key_dir
--node_unconfigure_marker
--ntp_config_path
--ntp_leader_znode
--ntpdate_timeout_secs
--rpm_genesis_log_file
--sshd_config_path
--svm_external_netif
--svm_internal_ips
Internal IP addresses on eth1. The first one is the primary IP address, and the remaining are aliases.
Default: 192.168.5.2,192.168.5.254
--svm_internal_netif
--svm_internal_netif_netmask
--svm_linklocal_netif
External network interface of SVM to communicate with other SVMs during cluster initialization time.
Default: eth2
--svm_non_ha_internal_netmask
--svm_reboot_required_marker
Marker file to indicate that SVM reboot is required and cluster services should not be started.
Default: /tmp/svm_reboot_required
--svm_reboot_suppressed_marker
--time_rollback_tolerance_secs
Maximum number of seconds by which NTP is allowed to roll back time on the system.
Default: 5
--timezones_dir
--zookeeper_start_timeout_secs
cluster.genesis.server
--genesis_document_root
cluster.genesis_utils
--svm_default_login
--timeout_secs
ncc
Usage
nutanix@cvm$ /home/nutanix/ncc/bin/ncc [flags]
/home/nutanix/ncc/bin/ncc
--help
--helpshort
--helpxml
--ncc_logging_dir
ncc.ncc_utils.cluster_utils
--cmd_timeout_secs
--copy_timeout_secs
--cvm_uname
ncc.plugins.consts
--HDD_latency_threshold_ms
--SSD_latency_threshold_ms
--avg_io_latency_threshold_ms
--cas_failures_threshold
--cassandra_column_families
--cassandra_crashes_threshold
--cassandra_gc_activity_threshold
--cassandra_high_heap_usage_threshold
--cassandra_load_threshold
--cassandra_progress_timeout_threshold
--cassandra_restarts_threshold
--cassandra_retries_threshold
--cassandra_ring_cluster_version
--cassandra_stage_counters_threshold
--cassandra_unavailability_threshold
--check_max_failure_score
--check_max_warning_score
--cmdline_output_file
--cork_screw_path
--cvm_avg_mem_util_threshold
--cvm_commit_memory_threshold_pct
--cvm_load_average_threshold
--cvm_mem_min_threshold
--cvm_peak_cpu_util_threshold_pct
--disk_abort_rate_threshold
--disk_corruptions_threshold
--disk_read_latency_threshold
--disk_read_write_errors_threshold
--disk_usage_critical_threshold_pct
--disk_usage_warn_threshold_pct
--disk_write_latency_threshold
--display_details_for_num_moves
Displays the effect on the ring by applying the suggested node moves. The default is not to display
any, the value of 0 is to display all until max_number_of_node_moves.
Default: -1
--email_asup_external_contact_list
--email_from_address
--email_human_readable_format
--ext4_journal_sequence_threshold
--file_path
--garbage_egroups_size_critical_threshold_pct
Default threshold for reporting size (percentage) occupied by garbage egroups as critical event
Default: 20
--garbage_egroups_size_warning_threshold_pct
Default threshold for reporting size (percentage) occupied by garbage egroups as warning event
Default: 10
--generate_node_add_order
Generate the order for node adds specified in the operations file, which results in the minimal token
skew.
Default: false
Controller VM Commands | Command Reference | NOS | 157
--gx_cpuprofile_frequency
--gx_mysql_db
--gx_mysql_host
--gx_mysql_hostname
--gx_mysql_passwd
--gx_mysql_user
--gx_output_file
--gx_output_type
--gx_profile_description
--gx_profile_detail_json
--gx_profile_id
--gx_profile_name
--gx_profile_recorder
--gx_program_build_date
--gx_program_build_id
--gx_regression_id
--gx_run_duration
The duration it takes to complete a run of the program or test. The unit of the duration is dependent
on which program is being run. It could be second, mili-second, micro-second or others.
Default: 0
--gx_run_status
--gx_sample_excluded_symbols
--gx_total_seconds
--gx_verbose
--health_disk_latency_threshold_ms
--helpshort
--high_disk_usage_threshold
--home_nutanix_usage_threshold_pct
--host_avg_cpu_util_threshold_pct
--host_balloon_threshold
--host_peak_cpu_util_threshold_pct
Default: 90
--host_rcv_drop_threshold
--host_swap_in_threshold
--host_swap_out_threshold
--host_swap_threshold_mbps
--host_swap_used_threshold_bytes
--host_tx_drop_threshold
--hypervisor_sample_period
--inode_usage_critical_threshold_pct
--inode_usage_warn_threshold_pct
--inter_cvm_bw_mb_sec_threshold
--ip_list
--iperf_server_timeout_secs
--log_collection_duration
--log_plugin_output
Logs the protobug generated by each plugin execution - used mainly for debugging.
Default: false
--log_types
--log_util_ip_list
--max_health_score
--max_number_of_node_moves
The number of iterations to find minimum token skew. Default is to use 3 node moves. The time taken
is exponential in the number of node moves and the number of nodes in cluster.
Default: 3
--max_retry_on_not_master
--minimum_container_rf
--ncc_autocomplete
--ncc_autocomplete_dir
--ncc_enable_intrusive_plugins
--ncc_factory_config_path
--ncc_global
If true, any local plugins invoked will be run across all nodes in the cluster.
Default: true
--ncc_global_install
--ncc_interactive
If true, the plugins will be run in an interactive mode, where the result will be available as soon as its
ready.
Default: true
--ncc_list_modules
Default: false
--ncc_plugin_dir
--ncc_plugin_output_file
File to which raw output of latest NCC run will be written (use '' to disable).
Default: /home/nutanix/data/logs/ncc-output-latest.log
--ncc_plugin_output_history_file
--ncc_print_config
--ncc_show_hidden
--ncc_show_tree
--ncc_version
--ncli_password
--nfs_abort_rate_threshold
--nfs_command_latency_threshold
--nfs_file_count_threshold
Upper threshold on the number of NFS files and directories per datastore.
Default: 20000
--nic_error_check_period_secs
--nic_error_threshold
Maximum errors permissible for any NIC before the check fails.
Default: 50
--nic_info_threshold
Default: 5
--nic_warn_threshold
--nodetool_ring_file
Path to the 'nodetool' ring output file. Default is to use the nodetool command on the cluster
Default: None
--operations_file
--oplog_episode_count_threshold
--override_existing_plugin_config
Over-ride the plugin configuration stored in Zookeeper with the default NCC plugin configuration.
Default: false
--ping_time_threshold_ms
--remote_site_sync_critical_threshold_sec
Threshold for remote cluster time (in seconds) being out of sync with source cluster to be labeled as
critical.
Default: 300
--remote_site_sync_warn_threshold_sec
Threshold for remote cluster time (in seconds) being out of sync with source cluster to be labeled as
warning.
Default: 180
--reschedule_time_threshold_secs
--rescheduling_wait_threshold_secs
--ring_balance_ratio
Maximum ratio between least and greatest loaded node in cassandra ring.
Default: 3
--rpc_timeouts_threshold
--scheduler_max_plugin_processes
--scheduler_plugin_failure_threshold
--scheduler_resource_polling_interval_secs
--scheduler_resource_usage_threshold
Cap on resource utilization defined as a function of impact units as defined in the CpuImpactType
proto.
Default: 5
--smtp_tunnel_port
Local port number for the SMTP tunnel on the zookeeper leader.
Default: 2525
--sstable_size_thresholds_bytes
--stargate_retries_threshold
--stargate_vars
List of stargate variables to store in arithmos (empty list returns all). Stats will only be stored if they
are supported by the relevant plugin.
--stargate_vars_url
--stats_collection_interval
--stats_default_email_addresses
--time_drift_threshold_sec
--transport_errors_threshold
--update_plugin_config
Update the plugin configuration stored in Zookeeper with the default NCC plugin configuration.
Default: false
--use_esxtop
--vdisk_count_threshold
--vm_avg_cpu_util_threshold
--vm_avg_mem_util_threshold_pct
--vm_balloon_reclaim_threshold_mb
--vm_balloon_threshold
--vm_cpu_util_threshold
--vm_peak_cpu_util_threshold_pct
--vm_peak_mem_util_threshold
--vm_rcv_drop_threshold
--vm_swap_in_threshold
--vm_swap_out_threshold
--vm_swap_threshold_mbps
--vm_tx_drop_threshold
--vm_vcpu_ready_time_threshold
--zeus_config_file
Path to the zeus config file. Default is to use the zeus config printer on the cluster
Default: None
--zeus_configuration_path
--zookeeper_plugin_config_path
setup_hyperv.py
Usage
nutanix@cvm$ /home/nutanix/bin/setup_hyperv.py [flags]
/home/nutanix/bin/setup_hyperv.py
--cluster_name
--configure_library_share
--dns_ip
IP address of the DNS server that can resolve the host and SCVMM domain names
--failover_cluster_ip
--failover_cluster_name
Name of the Hyper-V failover cluster - also used as a prefix for naming the hosts
--help
--host_fqdn
The fully qualified name of the domain that the Hyper-V hosts are to be joined to
--join_storage_cluster_to_domain
--jumbo_frames_size
--library_share_name
The name of the container that will be registered as a library share in SCVMM
--max_hostname_length
--page_file_crash_dump_path
Location where the page file for the crash dump should get created
Default: C:\CRASH.DMP
--page_file_crash_dump_size_mb
Maximum size of the paging file for the crash dump in Megabytes
Default: 8192
--password
--scvmm_password
--scvmm_server_name
--scvmm_username
--slave_cmd
Base64 encoded command to be run in slave mode - for internal use only
--storage_pool_name
The name of the storage pool created if one doesn't already exist
Default: NTNX-SP-DEFAULT
--use_10gbe_switch
--username
Domain account username (without domain name) which has/will have administrative rights on the
host
--verbose
--virtual_ip