Software Development Kit (SDK) and API Discussions

Adding disks to a Data ONTAP 8.1.1 Simulator

Saxman
3,251 Views

I'm running the Simulator on Vmplayer and when follow step by step document to setup Simulator.

Document is simulate ONTAP 8.2 step by step installation  page 1-42 Task 11

 

I get this error when trying to run this command blow

 

cluster1::> storage disk modify -disk cluster1-02:v6.* -owner cluster1-02 

 

 

Error: invalid argument "-owner"

3 REPLIES 3

shatfield
3,217 Views

Try it this way:

 

run -node cluster1-02 disk assign all

 

Saxman
3,207 Views

thanks

 

I have another issue , I started simulator on Esxi two node cluster.

when I do nework int show , is shows  cluster1 

cluster1-01_mgmt1  current node cluster1-01 e0d current port is Home as false.

is there a way to make this true or change the port?

 

 

Thanks

shatfield
3,131 Views

You can move it home with 'net int revert' or change the home port with 'net int mod'

 

Public