3PAR CIM API Programming Reference for InForm OS 2.3.1 (320-200164 Rev B, February 2010)

A.31
3PAR_TPD.mof
InForm OS Version 2.3.1 CIM API Programming Reference
Values {"OK", "Not Supported", "Error"} ]
uint32 InitializeLoop(
[IN, Description (
"Name of the cage to issue LIP through."),
ModelCorrespondence { "TPD_DriveCage.ElementName" }]
string CageName
);
[Description (
"Verify current port database with Name Server when fabric attached. "
"Devices in database but not in Name Server removed. "
"If RSCN messages are suppressed or lost in the fabric then such "
"devices shown until removed with this command."
"The method should return 0 if successful, 1 if the request is not "
"supported, and some other value if any other error occurred. "),
ValueMap {"0", "1", "2"},
Values {"OK", "Not Supported", "Error"} ]
uint32 SyncDatabase(
);
};
// ==================================================================
// 3PAR FCAL Port
// ==================================================================
// [Description ("3PAR Data InServ FCAL Port ")]
// class TPD_FCALPort : CIM_FCPort
//{
// [Description (" "),
// ValueMap {"0", "1", "2", "4", "7", "8",
// "9", "10", "11"},
// Values {"config wait", "alpa wait", "login wait", "loss sync",
// "nonparticipate", "core dump", "offline",
// "fw dead", "link idle for reset"} ]
// uint16 OtherOperationalStatus;
// [Description ("Node WWN the FCAL port is connected to.") ]
// uint64 NodeWWN;
//};
// ==================================================================
// 3PAR SCSI Protocol Controller And FCPort association
// ==================================================================
[Association,
Description (
"3PAR Data InServ SCSI protocol controller and FC port"