I have recently been tasked with remote support of a pair of these iSCSI-R3 SANs.
I've had a look round and it mainly seems pretty straight-forward.
However, I've been asked to do some reconfiguration and I'm struggling a little, I assume it is something obvious that I am missing, or something that needs to be enabled from the console.
I only have access via the web GUI.
I have logged on, gone to Configuration and Volume Manager, selected the Volume group in the left hand pane and the Logical Volume list appears in the right hand pane.
At this point they are all greyed-out and I have no option to do anything with them.
I can create a new LV, which gives me a nice little red X to delete it with again(but no other options), but I can't do anything with the existing LVs.
Please could someone point me in the right direction?
I'm more a DSS user but your description of the UI matches... the greyed-out LVs are used by iSCSI targets, you need to remove the LV from the target (which may still exist afterwards).
Once the LV is no longer in use, the UI should allow you to delete it.
No, you will need to get the Firewall to let ports 22222 for SSH to get into the Console - see the SETUP -> administrator -> Function: Remote access for more details.
Download PUTTY then Read the Online Help manual - I have pasted it below.
Using this function, you can manage console tools remotely via the SSH protocol (secure shell). The default user is cli and cannot be altered. The password, however, can be changed.
Allow IP
Here you can assign IP addresses (separated by a semicolon) which are granted remote access to the server. When left blank, the field indicates no restrictions.
Set port
The default port is 22222 for security reasons, because high-number ports are invisible to port scanners. You can only change the setting to a port within the 1024-65535 range. You cannot indicate ports already in use.
Password
Password length is 5 characters minimum. Be sure to use strong passwords.
Confirm password
Please retype your new password.
Password cannot contain:
* special characters such as ' " ` ^ & $ # [ ] \/ | *
* spaces
To connect to the server from Linux/MacOSX systems use:
ssh -2 -p 22222 -l cli ip_address
where:
* option: -2 indicates the SSH protocol version used for connection
* option: -p indicates the remote access port
* option: -l indicates the user (the user needs to be cli)
* option: address_ip indicates the address of the server to which you want to connect
You will be asked for the remote access password you have entered on the server.
To connect to the server from Microsoft Windows, download the free SSH client (Putty):
* in the Host Name (or IP address) field, enter the IP address of the server
* in the Port field, enter the same port as in the server GUI (default 22222)
* in the Protocol field, select SSH
* in the category: Connection -> Data -> Auto-login-username, enter: cli
* in Terminal -> Keyboard -> The Function Keys and keypad, select VT100+
* go back to the Session category, enter the session name in the Saved Sessions field, and click the Save button
* click on the newly saved session, click Open, and enter the password. (If you have not entered the Auto-login-username, Putty will prompt you for a username. At the prompt, enter cli).