Search Results (89)
Conversation Type :
Posts
Published Date :
Lifetime
Category
Community Accepted Solution
Hello. I posted this same question here https://github.com/dell/ansible-powerscale/issues/119 but received no reply. I'm helping a team automate some tasks on their Isilon systems by using the Ansible powerscale module https://github.com/dell/ansible-powerscale. I'm just getting started using the p
Question
•
Automation
Community Accepted Solution
I've added the Assets API to my subscription which indicates that it uses OAuth2. Where do I find/create these credentials? All I have at this point is the subscription API key. Thanks, Dean
Question
•
Automation
Community Accepted Solution
Closed
HI All, everything was working fine ,but all of a sudden my playbooks start failing with below error. "Unable to import PowerScale python library. Please install isilon-sdk. Please install the required package(s)."
Question
•
Automation
Community Accepted Solution
Closed
- name: "Create NFS Share(read_write_clients) With quota_full_path_dev_source -> { { quota_full_path_dev_source }}"dellemc.powerscale.nfs:onefs_host: "{ { isilon_ip_address_p }}"verify_ssl: "false"api_user: "{ { isilon_api_user }}"api_password: "{ { isilon_api_password }}"path: "{ { quota_full_pa
Question
•
Automation
Community Accepted Solution
Closed
- name : "Create Source Filesystem For DEV" dellemc.powerscale.filesystem : onefs_host : "{ { isilon_ip_address_p }}" port_no : "8080" verify_ssl : false api_user : "{ { isilon_api_user }}"
Question
•
Automation
Community Accepted Solution
Closed
Hi,I have a weird problem that I'm hoping has an easy solution I"m not seeing.I have 80 poweredge servers that I'm using the OME Ansible modules with.Out of those 80 servers 3 of them do not allow me to connect to the iDRAC via the Ansible modules by using the DNS name of the iDRAC. The IP address
Question
•
Automation
Community Accepted Solution
Closed
Hi @jennifer_john,Although the documentation shows that "source_network" is a valid parameter in the SyncIQ Policy Module, the code does not seem to accept it.fatal: [hosta -> hostb]: FAILED! => {"changed": false, "msg": "Unsupported parameters for (dellemc.powerscale.synciqpolicy) module: source_ne
Question
•
Automation
Community Accepted Solution
Closed
Hi @jennifer_john When trying to create a network pool using the Ansible Network Pool module I get the following error:fatal: [isilonsim01.saccap.int -> prd22emcsvcs01.saccap.int]: FAILED! => {"changed": false, "msg": "Unsupported parameters for (dellemc.powerscale.networkpool) module: sc_dns_zone_a
Question
•
Automation
Community Accepted Solution
Closed
Hi @jennifer_john,Whenever I run the below code, I get a "changed" instead of an "ok" after the LDAP Provider is already created - name: Create LDAP Provider dellemc.powerscale.ldap: onefs_host: "{{ inventory_hostname }}" port_no: "{{ isilon_port }}" verify_ssl: false
Question
•
Automation
Community Accepted Solution
Closed
Hi @jennifer_john, I think I found the issue with ansible_debug.log file not being created. It looks like the log file requires in the playbook a connection type of connection: local.We never use this connection type in our playbooks and I'm hoping you would agree that this should not be a requir
Question
•
Automation
Community Accepted Solution
Closed
Hi, I'm looking to do mimic the command: isi zone zones modify --add-user-mapping-rules= Is this something I should be able to do? I don't see a matching parameter and hoping I'm missing something. If not, can you please point me to the API call that will do this.thanks.glenn.
Question
•
Automation
Community Accepted Solution
Closed
Hi, I'm trying to find an Ansible module for Powerscale that does the same thing that: isi auth ads spn fix DOMAIN does. If there is not a module do you have an REST API call that will? thanks. glenn.
Question
•
Automation
Community Accepted Solution
Closed
Hi,I'm trying to see the log entries for my Ansible Powerscale modules. However they are hidden behind ********.Here is an example:"name": "testte********m1", "negative_cache_entry_expiry": 60, "netbios_name": "", "path": "/ifs/testte********m1", "skeleton_directory": "/usr/sh********re/skel", "sys
Question
•
Automation
Community Accepted Solution
Closed
- name : Create Filesystem in default (system) access zone, without Quota dellemc.powerscale.filesystem : onefs_host : " { { isilon_ip_address_p }} " port_no : "8080" verify_ssl : false api_user : " { { isilon_ap
Question
•
Automation
Official Solution
Closed
hi there . I am trying to create vol using ansible playbook . But getting below msg . TASK [Create Multiple Volumes in Async Mode] **********************************************failed: [localhost] (item=1) => {"ansible_loop_var": "item", "changed": false, "item": 1, "msg": "Ansible modules for
Question
•
Automation
Community Accepted Solution
Is there is a powerscale ansible module to run a powerscale CLI command? Pass the powerscale CLI command as an argument and get ansible to run it?
Question
•
Automation
Community Accepted Solution
Hello We are trying to automate the creation of cloud accounts in CSM. We found this API we can use: https://developer.dell.com/apis/5788/versions/latest/api/cloud-accounts-v1.yaml/paths/~1v1~1cloud_accounts/post However we are missing the docs about how to retrieve the auth token. The on
Question
•
Automation
Community Accepted Solution
ansible-playbook dellemc_powerflex_info_demo.yml [WARNING]: provided hosts list is empty, only localhost is available. Note that the implicit localhost does not match 'all'[WARNING]: Found variable using reserved name: port PLAY [Gatherfacts Module Operations on PowerFlex] ************************
Question
•
Automation
Community Accepted Solution
Hi, I'm using the asset-entitlements API and I'm unable to retrieve the information for the asset SNJ2YMKG3. The API is working for other assets.Here's a sample of the response:https://apigtwb2c.us.dell.com/PROD/sbil/eapi/v5/asset-entitlements?servicetags=SNJ2YMKG3[ { "id": null,
Question
•
Automation
Community Accepted Solution
When I use dellemc.powerstore.filesystem to create a filesystem, then look at it in the GUI, it lists the filesystem as Config Type "General". When I create a file system via the GUI, I have options for General or VMware File System. Q1: What does the VMware File System option do different
Question
•
Automation