hitachi.raidcom.hur (0.6.1) — module

Manage Hitachi VSP Storage asynchronous Hitachi Universal Replication (hur)

| "added in version" 0.0.1 of hitachi.raidcom"

Authors: Giacomo Chiapparini (@gchiapparini-hv) raidcomansible@hitachivantara.com

development | supported by community

Install collection

Install with ansible-galaxy collection install hitachi.raidcom:==0.6.1


Add to requirements.yml

  collections:
    - name: hitachi.raidcom
      version: 0.6.1

Description

Use this module to manage Hitachi VSP storage hur groups as defined in a horcm file. This module allows you to pair, split, or horctakover them.


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
  - name: get copy_group pairstatus (pairdisplay)
    hur:
      #connectivity
      horcm_inst: "1"
      storage_serial: "495101"
      #properties
      state: query
      copy_group: "hur"

Inputs

    
state:
    choices:
    - absent
    - present
    - query
    description:
    - Either create/expand(present) or delete(absent) or query a volume.
    required: true
    type: str

copy_group:
    description:
    - The specific copy_group name as defined in the horcm file
    required: true
    type: str

horcm_inst:
    description:
    - ID for the HORCM instance.
    - HORCM inst can be created manually or by horcm-start.py.
    required: true
    type: int

storage_serial:
    description:
    - storage serial ID. (e.g 495101).
    required: false
    type: int

Outputs

changed:
  description: wheter or not the resouruce was changed
  returned: always
  type: bool
diff:
  description: status "before" and "after"
  returned: when -D is used
  type: dict
facts:
  description: response as return number, stderr and stdout
  returned: when a call is needed
  type: dict
invocation.module_args:
  description: all properties sent
  returned: always
  type: dict
item:
  description: copy_group
  returned: always
  type: str
message:
  description: status and activity
  returned: always
  type: str