Browse Community
Help
Log In
Responses(3)
Solutions(0)
rajasekhar_redd
1 Rookie
•
8 Posts
0
November 20th, 2017 00:00
Thank you for your response. I am trying to use the python script from one
of the isilon nodes in the cluster. What are the modules to be loaded in
this case?
Regards,
Rajasekhar Reddy
Broadcom IT storage
+91-80-419-78942
Rajasekhar.Reddy@broadcom.com
On Mon, Nov 20, 2017 at 1:40 PM, AkshayK.umar2 <
AkshayK.umar2
7 Posts
1
Assuming you are planning to use python installed on an external linux/windows server. REST API will do the job.
Isilon SDK Info Hub
Phil.Lam
3 Apprentice
631 Posts
November 20th, 2017 11:00
Rajasekhar.Reddy@broadcom.com,
Isilon cluster already has python 2.6 pre-loaded.
s200-1# python
Python 2.6.1 (r261:67515, Jun 1 2017, 09:28:39)
[GCC 4.2.1 Compatible FreeBSD Clang 3.3 (tags/RELEASE_33/final 183502)] on freebsd11
Type "help", "copyright", "credits" or "license" for more information.
>>>
s200-1#
just type python in front of your script.
example:
# python
Dell Support Resources
View All
Top
rajasekhar_redd
1 Rookie
•
8 Posts
0
November 20th, 2017 00:00
Thank you for your response. I am trying to use the python script from one
of the isilon nodes in the cluster. What are the modules to be loaded in
this case?
Regards,
Rajasekhar Reddy
Broadcom IT storage
+91-80-419-78942
Rajasekhar.Reddy@broadcom.com
On Mon, Nov 20, 2017 at 1:40 PM, AkshayK.umar2 <
AkshayK.umar2
7 Posts
1
November 20th, 2017 00:00
Assuming you are planning to use python installed on an external linux/windows server. REST API will do the job.
Isilon SDK Info Hub
Phil.Lam
3 Apprentice
•
631 Posts
1
November 20th, 2017 11:00
Rajasekhar.Reddy@broadcom.com,
Isilon cluster already has python 2.6 pre-loaded.
s200-1# python
Python 2.6.1 (r261:67515, Jun 1 2017, 09:28:39)
[GCC 4.2.1 Compatible FreeBSD Clang 3.3 (tags/RELEASE_33/final 183502)] on freebsd11
Type "help", "copyright", "credits" or "license" for more information.
>>>
s200-1#
just type python in front of your script.
example:
# python