Please enter search query.
Search <book_title>...
Cluster Server 7.4.2 Bundled Agents Reference Guide - Solaris
Last Published:
2020-05-31
Product(s):
InfoScale & Storage Foundation (7.4.2)
Platform: Solaris
- Introducing Bundled agents
- Storage agents
- DiskGroup agent
- DiskGroupSnap agent
- Notes for DiskGroupSnap agent
- Sample configurations for DiskGroupSnap agent
- Disk agent
- Volume agent
- VolumeSet agent
- Sample configurations for VolumeSet agent
- Mount agent
- Sample configurations for Mount agent
- Zpool agent
- VMwareDisks agent
- SFCache agent
- Network agents
- About the network agents
- IP agent
- NIC agent
- About the IPMultiNICB and MultiNICB agents
- IPMultiNICB agent
- Sample configurations for IPMultiNICB agent
- MultiNICB agent
- Sample configurations for MultiNICB agent
- DNS agent
- Agent notes for DNS agent
- About using the VCS DNS agent on UNIX with a secure Windows DNS server
- Sample configurations for DNS agent
- File share agents
- NFS agent
- NFSRestart agent
- Share agent
- About the Samba agents
- SambaServer agent
- SambaShare agent
- NetBios agent
- Service and application agents
- Apache HTTP server agent
- Application agent
- Notes for Application agent
- Sample configurations for Application agent
- CoordPoint agent
- Process agent
- Usage notes for Process agent
- Sample configurations for Process agent
- ProcessOnOnly agent
- Zone agent
- LDom agent
- Dependencies
- Project agent
- AlternateIO agent
- Infrastructure and support agents
- Testing agents
- Replication agents
Sample configurations
Sample configuration where UUID is not provided for the DiskPaths attribute:
VMwareDisks VMwareDisks_1 ( ESXDetails = { "192.168.0.100" = "root=HVJtWTwVLnINjNK", "192.168.0.101" = "root=HVJtWTwVLnINjNK", "192.168.0.102" = "root=HVJtWTwVLnINjNK" } DiskPaths = { "[SharedStorage2] VxSwapHost2_1/VxSwapHost1_1.vmdk" = "0:1", "[SharedStorage2] VxSwapHost2_1/VxSwapHost1_2.vmdk" = "0:2", "RDM:[SharedStorage2] VxSwapHost2_1/VxSwapHost1_3.vmdk" = "0:3" } VirtualDiskMode = independent_persistent )
Sample configuration for vCenter:
VMwareDisks VMwareDisks_1 ( ESXDetails = { "192.168.0.100" = "administrator=HVJtWTwVLnINjNK" } DiskPaths = { "[SharedStorage2] VxSwapHost2_1/VxSwapHost1_1.vmdk" = "0:1", "[SharedStorage2] VxSwapHost2_1/VxSwapHost1_2.vmdk" = "0:2", "RDM:[SharedStorage2] VxSwapHost2_1/VxSwapHost1_3.vmdk" = "0:3" } VirtualDiskMode = independent_persistent )
Sample configuration where UUID is provided for the DiskPaths attribute:
VMwareDisks VMwareDisks_1 ( ESXDetails = { "192.168.0.100" = "root=HVJtWTwVLnINjNK", "192.168.0.101" = "root=HVJtWTwVLnINjNK", "192.168.0.102" = "root=HVJtWTwVLnINjNK" } DiskPaths = {"RDM:6000C29a-11a3-7845-029d-10737a83ced7: [SharedStorage2] VxSwapHost2_1/VxSwapHost1_3.vmdk" = "0:3" } VirtualDiskMode = independent_persistent )