Dell 6248 Reset , Enable iSCSI and iSCIS Optimization
Reset Dell 6248
Connect serial console
Boot
1 - Start operational code.
2 - Start Boot Menu.
Select (1, 2):2
EqualLogic iSCSI Auto-Detection
When you connect a Dell EqualLogic iSCSI array to a Dell PowerConnect series switch and run “iscsi enable” command, the switch is capable to automatically detect a directly connected EqualLogic array to any of their switch ports. The iSCSI Auto-Detection feature is, by default, disabled on Dell PowerConnect series switches. This feature will be enabled by default in later firmware releases. To enable the iSCSI on a switch connected to EQL Array, follow the below:
Connect serial console
Boot
1 - Start operational code.
2 - Start Boot Menu.
Select (1, 2):2
option #2 Start Boot, Menu
Options available
1 - Start operational code
2 - Change baud rate
3 - Retrieve event log using XMODEM
4 - Load new operational code using XMODEM
5 - Display operational code vital product data
6 - Abort boot code update
7 - Update boot code
8 - Delete backup image
9 - Reset the system
10 - Restore configuration to factory defaults (delete config files)
11 - Activate Backup Image
12 - Password Recovery Procedure
13 - Reformat and restore file system
[Boot Menu] 10
reset to factory defaults
option# 10 Restore configuration to factory defaults
Are you SURE you want to delete the configuration? (y/n):y
Reboot the system
[Boot Menu] 9 Reset the system
Are you SURE you want to reset the system? (y/n):y
Welcome to Dell Easy Setup Wizard
The Setup Wizard guides you through the initial switch configuration, and
gets you up and running as quickly as possible. You can skip the setup
wizard, and enter CLI mode to manually configure the switch. You must
respond to the next question to run the setup wizard within 60 seconds,
otherwise the system will continue with normal operation using the default
system configuration.Note: You can exit the setup wizard at any point
by entering [ctrl+z].
Would you like to run the setup wizard (you must answer this question within
60 seconds)? [Y/N] yy
Step 1:
The system is not setup for SNMP management by default. To manage the
switch using SNMP (required for Dell Network Manager) you can
. Set up the initial SNMP version 2 account now.
. Return later and setup other SNMP accounts. (For more information on
setting up an SNMP version 1 or 3 account, see the user documentation).
Would you like to setup the SNMP management interface now? [Y/N] N
Step 2:
Now we need to setup your initial privilege (Level 15) user account. This
account is used to login to the CLI and Web interface. You may setup other
accounts and change privilege levels later. For more information on setting
up user accounts and changing privilege levels, see the userDHCP documentation.
To setup a user account:
Please enter the user name. [admin]:admin
Please enter the user password:
Please reenter the user password:
Step 3:
Next, an IP address is setup. The IP address is defined on the default VLAN
(VLAN #1), of which all ports are members. This is the IP address you use to
access the CLI, Web interface, or SNMP interface for the switch.
Optionally you may request that the system automatically retrieve an IP
address from the network via DHCP (this requires that you have a DHCP
server running on the network).
To setup an IP address:
Please enter the IP address of the device (A.B.C.D) or enter "DHCP" (without
the quotes) to automatically request an IP address from the network
DHCP server. [192.168.2.1]: DHCP
This is the configuration information that has been collected:
User Account setup = admin
Password = ********
Management IP address = DHCP 255.255.255.0
Step 5:
If the information is correct, please select (Y) to save the configuration,
and copy to the start-up configuration file. If the information is incorrect,
select (N) to discard configuration and restart the wizard: [Y/N] Y
Thank you for using Dell Easy Set up Wizard. You will now enter CLI mode.
Applying Interface configuration, please wait ...
Find IP
show ip interface
Show fireware version
show version
update bootcode
Enable webserver
console>enable
console#config
console#config
console(config)#ip http authentication local
console(config)#ip http server
EqualLogic iSCSI Auto-Detection
When you connect a Dell EqualLogic iSCSI array to a Dell PowerConnect series switch and run “iscsi enable” command, the switch is capable to automatically detect a directly connected EqualLogic array to any of their switch ports. The iSCSI Auto-Detection feature is, by default, disabled on Dell PowerConnect series switches. This feature will be enabled by default in later firmware releases. To enable the iSCSI on a switch connected to EQL Array, follow the below:
console>enable
console#config
console(config)#iscsi enable
console(config)#exit
console#copy running-config startup-config
console#exit
console#config
console(config)#iscsi enable
console(config)#exit
console#copy running-config startup-config
console#exit
After enabling iSCSI, the following procedures occur automatically:
Jumbo Frames are enabled on all switch ports.
Spanning-Tree Port-Fast (STPF) is automatically enabled
Unicast Storm Control (USC) is automatically disabled
Flow Control enables l
Also you can add all setting below for all ports
Jumbo Frames are enabled on all switch ports.
Spanning-Tree Port-Fast (STPF) is automatically enabled
Unicast Storm Control (USC) is automatically disabled
Flow Control enables l
Also you can add all setting below for all ports
enable
en
en
config
spanning-tree mode rstp
interface range ethernet all
spanning-tree portfast
mtu 9216
no storm-control unicast
storm-control multicast
storm-control broadcast
exit
flowcontrol
exit
copy running-config startup-config
reload
enable
show running-config
spanning-tree mode rstp
interface range ethernet all
spanning-tree portfast
mtu 9216
no storm-control unicast
storm-control multicast
storm-control broadcast
exit
flowcontrol
exit
copy running-config startup-config
reload
enable
show running-config
Enable ssh, web Server, flowcontrol, Strom control, Spanning tree portfast.
enable
configure
sntp unicast client enable
sntp unicast client enable
sntp unicast client enable
sntp broadcast client enable
sntp server 108.61.73.244 poll
crypto key generate rsa
crypto key generate dsa
ip ssh server
ip http authentication local
ip http server
flowcontrol
y
interface range ethernet all
no storm-control unicast
storm-control multicast
storm-control broadcast
spanning-tree portfast
spanning-tree guard loop
end
copy running-config startup-config
y
reload
y
To disable HTTP, enter: console(config)# no ip http server
After verifying connectivity via SSH or HTTPS, save the configuration by entering: console#copy running-config startup-config
Comments
Post a Comment