NAME
Find-NtapAsupSystemInfo
SYNOPSIS
Finds the system information for a given NetApp ONTAP storage system from the ASUP Data Warehouse.
SYNTAX
Find-NtapAsupSystemInfo [-ClusterName <String>] [-ClusterUuid <String>] [-NodeName <String>] [-NodeSerialNumber <String>]
[-NodeSystemId <String>] [-Force] [<CommonParameters>]
Find-NtapAsupSystemInfo -AsupId <String> [-Force] [<CommonParameters>]
DESCRIPTION
Finds the system information for a given NetApp ONTAP storage system from the ASUP Data Warehouse. This is
useful for finding the ONTAP ClusterUUID or any missing information necessary for the ASUP data collection
functions. You can supply the ClusterName (ONTAP only), NodeName, NodeSerialNumber or NodeSystemId (or any
combination to help narrow the results). The ASUPID information may also be used.
PARAMETERS
-ClusterName <String>
The cluster name to search for (ONTAP only).
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-ClusterUuid <String>
The cluster UUID to search for (ONTAP only).
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-NodeName <String>
The node name to search for (7-Mode or ONTAP).
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-NodeSerialNumber <String>
The serial number of a node (7-Mode or ONTAP).
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-NodeSystemId <String>
The system id of a node - use the same node as the serial number if applicable (7-Mode or ONTAP).
Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-AsupId <String>
An ASUPID from a node (7-Mode or ONTAP).
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Force [<SwitchParameter>]
Always returns the results even when duplicate systems are found.
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
None
OUTPUTS
System.String
NOTES
AUTHOR : Jason Cole
REQUIRES : Internal connection to NetApp
-------------------------- EXAMPLE 1 --------------------------
PS>Find-NtapAsupSystemInfo -ClusterName den-cdot -NodeSerialNumber 700000454908
Returns the system information for the specified cluster using a node SerialNumber 700000454908 (ONTAP only)
-------------------------- EXAMPLE 2 --------------------------
PS>Find-NtapAsupSystemInfo -NodeName mtmassive -NodeSerialNumber 30020946
Returns the system information for the specified 7-Mode controller (7-Mode or ONTAP).
-------------------------- EXAMPLE 3 --------------------------
PS>Find-NtapAsupSystemInfo -AsupId 2015011800090067
Returns the system information for the system associated with the ASUPID 201410311200.
RELATED LINKS
https://community.netapp.com/t5/NetAppDocs/bd-p/netappdocs
Find-NtapClusterAsup
Find-NtapFilerAsup