Start a Conversation

Unsolved

K

2 Posts

2650

August 27th, 2020 10:00

Set Isilon F800 (OS 8.2) management IP through CLI

Hi, how can I set the management interface IP through the command line? I know I can do it via WebUI but I need to do it using CLI over the serial connection.

 

 

Moderator

 • 

6.9K Posts

August 28th, 2020 09:00

Hello khayamgondal,

Here is a link to a KB that may help.

https://dell.to/3gxrCYA

Here is also a link to Isilon OneFS 8.2.1 CLI Administration Guide

https://dell.to/31CpCdt

1 Rookie

 • 

567 Posts

August 28th, 2020 17:00

@khayamgondal 

In my example, mgmt-1 are the 1g NICs.

 

isi network groupnets list -v

isi network subnets list -v

isi network pools list -v

isi network interfaces list

isi network pools modify groupnet0.subnet0.pool0 --ifaces=1:mgmt-1,2:mgmt-1 --ranges=192.168.1.1-192.168.10   

isi network interfaces list

1 Message

July 6th, 2022 21:00

picking up on this discussion.

Thanks @PhiLam your reply was a great help to me when i was facing the same issue

below is what i understand and manage to getting it working for me hope it helps others

 

 

 

isi network subnets create groupnet0.subnet0 ipv4 24
isi network pools create groupnet0.subnet0.pool0
isi network pools modify groupnet0.subnet0.pool0 192.168.1.50-192.168.1.100
isi network subnets modify groupnet0.mgmt_01 --gateway 192.168.1.1
isi network pools modify modify groupnet0.subnet0.pool0 --ifaces=1:mgmt-1,2:mgmt-1,3:mgmt-1,4:mgmt-1,5:mgmt-1,6:mgmt-1,7:mgmt-1,8:mgmt-1,9:mgmt-1,10:mgmt-1,11:mgmt-1,12:mgmt-1

!!!!! if you have 12 node you will need to --iface=1:mgmt-1,2:mgmt-1,3:mgmt-1,4:mgmt-1,5:mgmt-1,6:mgmt-1,7:mgmt-1,8:mgmt-1,9:mgmt-1,10:mgmt-1,11:mgmt-1,12:mgmt-1!!!!!!

!!!!! if you want to assign interface mgmt-1 to only some of the node lets say 4 node you will need to --iface=1:mgmt-1,2:mgmt-1,3:mgmt-1,4:mgmt-1!!!!!!

iface mean interface

1 Rookie

 • 

567 Posts

July 18th, 2022 17:00

@Eugene.H

for range, you can use --iface=1-4:mgmt-1 or --iface=1-12:mgmt1

No Events found!

Top