February 27, 2019

NetApp Simulator Configuration from the Beginning

Boot Up

***************************************
* *
* Press Ctrl-C for Boot Menu *
* *
***************************************

Option 4 - Clean configuration and initialize all disks.


Do you want to create a new cluster or join an existing cluster?
create


Do you intend for this node be used as a single node cluster? (Yes, No)
no


Will the cluster network be configured to use network switches?
yes


Do you want to use these defaults?
yes


Enter the cluster administrator’s (username “admin”) password?
**********


It can take several minutes to create cluster interfaces…


Enter the cluster name : cluster1
Enter the cluster base license key : Refer the document


Creating cluster cluster1
Network set up …..


Enter an additional license key []: Press enter to skip


Enter the cluster management interface port: e0c
Enter the cluster management interface ip address: 192.168.10.11
Enter the cluster management interface netmask: 255.255.255.0
Enter the cluster management interface default gateway: 192.168.10.254
Configured Successfully
Enter the DNS domain names: platterone.blogspot.com
Enter the name server IP address : 192.168.10.50
Configured Successfully


Where is the controller located[] : SL
Enter the node management interface port : e0c
Enter the node management interface IP address: 192.168.10.12
Enter the node management interface netmask: 255.255.255.0
Enter the node management interface gateway [192.168.10.254]: (Already Defined) Press enter to set as default automatically.
Configured Successfully


Press enter to continue: Press Enter


login: admin
password: **********


cluster1::> security login unlock -username diag
cluster1::> security login password -username diag
Enter a new password: **********
Enter it again: **********


cluster1::> set -privilege diag
Do you want to continue (y:n): y


cluster1::*> systemshell local
diag@127.0.0.1’s password: **********


cluster1-01% setenv PATH “${PATH}:/usr/sbin”
cluster1-01% cd /sim/dev
cluster1-01% sudo vsim_makedisks -h (List all available disks types)
cluster1-01% sudo vsim_makedisks -n 5 -t 23 -a 2
-n for The number of disks to be added
-t for The type of the disks to be added
-a for To which adapter the disks are assigned
Creating .disks/v2:NETAPP__
Creating .disks/v2:NETAPP__
Creating .disks/v2:NETAPP__
Creating .disks/v2:NETAPP__
Creating .disks/v2:NETAPP__


cluster1-01% exit
cluster1::*> system node reboot cluster1-01 -ignore-quorum-warnings


Are you sure you want to reboot node “cluster1-01”? (y:n): y


login : admin
password : **********


cluster1::> storage disk assign -all true -node cluster1-01
cluster1::> run local
cluster1-01> snap delete -a -f vol0
cluster1-01> snap sched vol0 0 0 0
cluster1-01> exit
logout


Open a web browser and login to the NetApp OnCommand System Manager


Url : https://<cluster management interface ip address>


Ex: https://192.168.10.11


No comments:

Post a Comment