FastHandle is fast operation tools for infrastructure configurations and tests.
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
hardware:netapp:index.html [2018/02/22 01:28] kurihara |
hardware:netapp:index.html [2018/02/22 23:49] (current) kurihara |
||
---|---|---|---|
Line 13: | Line 13: | ||
$ echo xx.xx.xx.xx | fab auth.pro | $ echo xx.xx.xx.xx | fab auth.pro | ||
</ | </ | ||
+ | |||
+ | \\ | ||
+ | ==== How to Check to Use Fabric in NetApp ==== | ||
+ | <sxh bash toolbar: | ||
+ | $ ssh user01@xx.xx.xx.xx cluster show | ||
+ | </ | ||
+ | |||
+ | |||
/* | /* | ||
Line 49: | Line 57: | ||
# | # | ||
@task | @task | ||
- | def system_health_status_show(): | + | def check_system_health(): |
run(" | run(" | ||
- | |||
- | @task | ||
- | def system_health_subsystem_show(): | ||
run(" | run(" | ||
- | |||
- | @task | ||
- | def system_health_config_show(): | ||
run(" | run(" | ||
- | |||
- | @task | ||
- | def storage_shelf_show_connectivity(): | ||
- | """ | ||
run(" | run(" | ||
+ | run(" | ||
- | @task | ||
- | def storage_disk_show(): | ||
- | run(" | ||
- | |||
- | @task | ||
- | def system_cluster_switch_show(): | ||
- | """ | ||
- | run(" | ||
# | # | ||
Line 78: | Line 69: | ||
# | # | ||
@task | @task | ||
- | def system_health_alert_show(): | + | def check_alert(): |
run(" | run(" | ||
- | |||
- | @task | ||
- | def system_health_alert_show_instance(): | ||
run(" | run(" | ||
+ | |||
# | # | ||
- | # HA | + | # Check HA |
# | # | ||
@task | @task | ||
- | def storage_failover_show(): | + | def check_ha(): |
run(" | run(" | ||
- | |||
- | @task | ||
- | def cluster_ha_show(): | ||
run(" | run(" | ||
Line 104: | Line 90: | ||
# | # | ||
@task | @task | ||
- | def storage_aggregate_show(): | + | def check_disk(): |
run(" | run(" | ||
+ | run(" | ||
+ | run(" | ||
@task | @task | ||
Line 111: | Line 99: | ||
""" | """ | ||
run(" | run(" | ||
- | |||
- | # | ||
- | # Volume | ||
- | # | ||
- | @task | ||
- | def volume_show(): | ||
- | run(" | ||
# | # | ||
Line 123: | Line 104: | ||
# | # | ||
@task | @task | ||
- | def lun_show(): | + | def check_lun(): |
run(" | run(" | ||
Line 130: | Line 111: | ||
# | # | ||
@task | @task | ||
- | def vserver_export_policy_rule_show(): | + | def check_nfs(): |
- | """ | + | |
run(" | run(" | ||
- | |||
- | @task | ||
- | def volume_show_fields_policy(): | ||
- | """ | ||
run(" | run(" | ||
Line 143: | Line 119: | ||
# | # | ||
@task | @task | ||
- | def vserver_cifs_show(): | + | def check_cifs(): |
run(" | run(" | ||
- | |||
- | @task | ||
- | def vserver_cifs_share_show(): | ||
run(" | run(" | ||
- | |||
- | |||
Line 164: | Line 135: | ||
# | # | ||
- | # Interface | + | # Network |
# | # | ||
@task | @task | ||
- | def network_port_ifgrp_show(): | + | def check_network(): |
- | """ | + | |
run(" | run(" | ||
- | |||
- | @task | ||
- | def network_port_vlan_show(): | ||
run(" | run(" | ||
- | |||
- | @task | ||
- | def network_interface_failover_groups_show(): | ||
- | """ | ||
run(" | run(" | ||
+ | run(" | ||
# | # | ||
# LIF(Logical Interface) | # LIF(Logical Interface) | ||
# | # | ||
- | @task | ||
- | def vserver_show(): | ||
- | run(" | ||
- | |||
- | # | ||
- | # Network | ||
- | # | ||
- | @task | ||
- | def network_routing_groups_route_show(): | ||
- | """ | ||
- | run(" | ||
</ | </ |
My Sites
SNS
Copyright (c) 2025 FastHandle - IT Operations Examples All Rights Reserved.