I am trying to execute TR-4798 (Oct 2020) SnapMirror sample (page 76). I failed to execute airflow sample. So I break down to ansible with snapmirror operation. But still failed. Is there any idea to solve this problem? I execute following code. ansible-playbook snapmirror-update.yaml ---
- name: "Trigger SnapMirror Update"
hosts: localhost
tasks:
- name: update snapmirror
na_ontap_snapmirror:
state: present
source_path: 'svm0:airflow_clone_20210121_090845'
destination_path: 'svm0:airflow_clone_20210121_090905'
hostname: '172.16.28.131'
username: 'admin'
password: 'ontapsim0'
https: 'yes'
validate_certs: 'False' The output is it seems http connection error. [WARNING]: No inventory was parsed, only implicit localhost is available
[WARNING]: provided hosts list is empty, only localhost is available. Note that
the implicit localhost does not match 'all'
PLAY [Trigger SnapMirror Update] ***********************************************
TASK [Gathering Facts] *********************************************************
ok: [localhost]
TASK [update snapmirror] *******************************************************
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: netapp_lib.api.zapi.zapi.NaApiError: NetApp API failed. Reason - URL error:URLError(OSError('Tunnel connection failed: 503 Service Unavailable',),)
fatal: [localhost]: FAILED! => {"changed": false, "msg": "Error fetching snapmirror info: NetApp API failed. Reason - URL error:URLError(OSError('Tunnel connection failed: 503 Service Unavailable',),)"}
PLAY RECAP *********************************************************************
localhost : ok=1 changed=0 unreachable=0 failed=1 skipped=0 rescued=0 ignored=0 The current volume is follows
... View more
I am using ontap simulator 9.7. At installation, simulator works fine with Web UI. But for 24 hour interval, Web UI does not working. (cannot connect) the console can logn, but command does not work. How to solve this problem ``` ontapsim::> vserver nfs show Error: show failed: database sequential_identifier_byname is not open ```
... View more
Hi everyone,
I'm trying to get a vsim netapp 7m 8.2.1 running and I got the file for the tgz from this location:
http://mysupport.netapp.com/NOW/download/tools/simulator/ontap/8.2.1/vsim_netapp-7m.tgz
I'm encountering problems trying to get the simulator running. when I open the vmx file it will boot but it will say it does not have a recognized core disk.
Referencing https://community.netapp.com/t5/Simulator-Discussions/8-2P6-7-Mode-simulator/td-p/122726#, I thought I might have to convert the files into ova so I did with:
c:\Program Files\VMware\VMware OVF Tool>ovftool.exe --shaAlgorithm=SHA1 "C:\7 mode\vsim.ova" "C:\7 mode\vsim-SHA1.ova"
But I still got the same boot disk issue.
I attempted what was suggested but I get an error for attempting to convert the vmx here:
c:\Program Files\VMware\VMware OVF Tool>ovftool --allowAllExtraConfig --extraConfig:monitor_control.pseudo_perfctr=TRUE --extraConfig:timeTracker.forceMonotonicTTAT=TRUE --extraConfig:monitor_control.disable_tsc_offsetting=TRUE --extraConfig:monitor_control.disable_rdtscopt_bt=TRUE "C:\7 mode\vsim_netapp-7m 8-2-1\DataONTAP.vmx" Error: OVF Package is not supported by target: - Line -1: Unsupported value 'monitor_control.disable_rdtscopt_bt' for attribute 'key' on element 'ExtraConfig'. - Line -1: Unsupported value 'monitor_control.disable_tsc_offsetting' for attribute 'key' on element 'ExtraConfig'. - Line -1: Unsupported value 'monitor_control.pseudo_perfctr' for attribute 'key' on element 'ExtraConfig'. - Line -1: Unsupported value 'timeTracker.forceMonotonicTTAT' for attribute 'key' on element 'ExtraConfig'.
Would anyone be able to advise on how I can get vsim 7m running?
... View more
Something like logging is filling root vol0 up you can see the creep in used over just a few seconds. What is running to fill it up? snap and auto support turned off Thanks cluster97-01*> df Filesystem kbytes used avail capacity Mounted on /vol/vol0/ 10957620 956916 10000704 9% /vol/vol0/ /vol/vol0/.snapshot 576716 0 576716 0% /vol/vol0/.snapshot cluster97-01*> df Filesystem kbytes used avail capacity Mounted on /vol/vol0/ 10957620 957004 10000616 9% /vol/vol0/ /vol/vol0/.snapshot 576716 0 576716 0% /vol/vol0/.snapshot cluster97-01*> df Filesystem kbytes used avail capacity Mounted on /vol/vol0/ 10957620 957632 9999988 9% /vol/vol0/ /vol/vol0/.snapshot 576716 0 576716 0% /vol/vol0/.snapshot cluster97-01*>
... View more