You are on page 1of 7

login as: root A customized version of the Linux operating system is used on the EMC(R) VNX(TM) Control Station.

The operating system is copyrighted and licensed pursuant to the GNU General Public License ("GPL"), a copy of which can be found in the accompanying documentation. Please read the GPL carefully, because by using the Linux operating system on the EMC Celerra you agree to the terms and conditions listed therein. EXCEPT FOR ANY WARRANTIES WHICH MAY BE PROVIDED UNDER THE TERMS AND CONDITIONS OF THE APPLICABLE WRITTEN AGREEMENTS BETWEEN YOU AND EMC, THE SOFTWARE PROGRAMS ARE PROVIDED AND LICENSED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. In no event will EMC Corporation be liable to you or any other person or entity for (a) incidental, indirect, special, exemplary or consequential damages or (b) any damages whatsoever resulting from the loss of use, data or profits, arising out of or in connection with the agreements between you and EMC, the GPL, or your use of this software, even if advised of the possibility of such damages. EMC, VNX, Celerra, and CLARiiON are registered trademarks or trademarks of EMC Corporation in the United States and/or other countries. All other trademarks used herein are the property of their respective owners. EMC VNX Control Station Linux release 3.0 (NAS 7.0.13) root@192.168.10.44's password: Last login: Wed Nov 9 11:51:04 2011 from 192.168.200.200 EMC VNX Control Station Linux Tue Apr 5 13:23:38 EDT 2011 [root@PANA-CS0-VNX5300 ~]# su - nasadmin *** slot_0 primary control station *** [nasadmin@PANA-CS0-VNX5300 ~]$ /nas/sbin/model VNX5300 [nasadmin@PANA-CS0-VNX5300 ~]$ /nas/sbin/serial CKM00113400425 [nasadmin@PANA-CS0-VNX5300 ~]$ nas_version 7.0.13-1 [nasadmin@PANA-CS0-VNX5300 ~]$ server_version ALL server_2 : Product: EMC Celerra File Server Version: T7.0.13.1 [nasadmin@PANA-CS0-VNX5300 ~]$ nas_server -l id type acl slot groupID state name 1 1 0 2 0 server_2 [nasadmin@PANA-CS0-VNX5300 ~]$ /nas/sbin/getreason 10 - slot_0 primary control station 5 - slot_2 contacted [nasadmin@PANA-CS0-VNX5300 ~]$ uptime 09:53:52 up 2 days, 11:33, 1 user, load average: 0.09, 0.11, 0.13 [nasadmin@PANA-CS0-VNX5300 ~]$ server_uptime ALL server_2 : up 2 days 15 hours 51 min 39 secs [nasadmin@PANA-CS0-VNX5300 ~]$ cd /nas/http/domain [nasadmin@PANA-CS0-VNX5300 domain]$ ll -h total 0 -rw-r--r-- 1 apache apache 0 Aug 30 21:00 lock_file [nasadmin@PANA-CS0-VNX5300 domain]$ h -bash: h: command not found

[nasadmin@PANA-CS0-VNX5300 domain]$ su Password: [root@PANA-CS0-VNX5300 domain]# rm lock_file rm: remove regular empty file `lock_file'? y [root@PANA-CS0-VNX5300 domain]# /sbin/ifconfig eth3 eth3 Link encap:Ethernet HWaddr 00:1B:21:AB:FD:18 inet addr:192.168.10.44 Bcast:192.168.10.255 Mask:255.255.255.0 inet6 addr: fe80::21b:21ff:feab:fd18/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:637550 errors:0 dropped:0 overruns:0 frame:0 TX packets:14667 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:114673748 (109.3 MiB) TX bytes:9506417 (9.0 MiB) Memory:81a60000-81a80000 [root@PANA-CS0-VNX5300 domain]# grep -i sp /etc/hosts 192.168.10.45 A_CKM00113400425 SPA # CLARiiON SP 192.168.10.46 B_CKM00113400425 SPB # CLARiiON SP [root@PANA-CS0-VNX5300 domain]# curl -kv "https://192.168.10.44/cgi-bin/set_inco mingmaster?master=192.168.10.45" * About to connect() to 192.168.10.44 port 443 * Trying 192.168.10.44... connected * Connected to 192.168.10.44 (192.168.10.44) port 443 * error setting certificate verify locations, continuing anyway: * CAfile: /etc/pki/tls/certs/ca-bundle.crt CApath: none * SSLv2, Client hello (1): SSLv3, TLS handshake, Server hello (2): SSLv3, TLS handshake, CERT (11): SSLv3, TLS handshake, Server key exchange (12): SSLv3, TLS handshake, Server finished (14): SSLv3, TLS handshake, Client key exchange (16): SSLv3, TLS change cipher, Client hello (1): SSLv3, TLS handshake, Finished (20): SSLv3, TLS change cipher, Client hello (1): SSLv3, TLS handshake, Finished (20): SSL connection using DHE-RSA-AES256-SHA * Server certificate: * subject: /O=Celerra Control Station Administrator/CN=192.168.10.44/CN=P ANA-CS0-VNX5300/CN=PANA-CS0-VNX5300 * start date: 2011-11-02 02:37:59 GMT * expire date: 2016-11-07 02:38:01 GMT * common name: PANA-CS0-VNX5300 (does not match '192.168.10.44') * issuer: /O=Celerra Certificate Authority/CN=PANA-CS0-VNX5300 * SSL certificate verify result: self signed certificate in certificate chain (1 9), continuing anyway. > GET /cgi-bin/set_incomingmaster?master=192.168.10.45 HTTP/1.1 > User-Agent: curl/7.15.5 (i686-redhat-linux-gnu) libcurl/7.15.5 OpenSSL/0.9.8n zlib/1.2.3 libidn/0.6.5 > Host: 192.168.10.44 > Accept: */* > < HTTP/1.1 200 OK < Date: Fri, 11 Nov 2011 14:56:09 GMT < Server: Apache < Transfer-Encoding: chunked < Content-Type: text/plain; charset=UTF-8 OK * Connection #0 to host 192.168.10.44 left intact * Closing connection #0

* SSLv3, TLS alert, Client hello (1): [root@PANA-CS0-VNX5300 domain]# cat /nas/site/incoming_master MASTERIP=192.168.10.45 TIMESTAMP=1321023369 WINDOWMAX=1321023669 [root@PANA-CS0-VNX5300 domain]# chown apache:apache /nas/site/incoming_master [root@PANA-CS0-VNX5300 domain]# chmod 666 /nas/site/incoming_master [root@PANA-CS0-VNX5300 domain]# [root@PANA-CS0-VNX5300 domain]# /nas/sbin/naviseccli -h 192.168.10.45 -scope 0 user sysadmin -password sysadmin domain -messner -add -system 192.168.10.44 WARNING: This command is intended only to push a File system's IP at initializat ion and by appropriate personnel. Any other use of the command may result in und efined behavior, including an unusable domain. File IP Address: 192.168.10.44 Proceed? (y/n) y [root@PANA-CS0-VNX5300 domain]# ll -h total 9.0K -rw-r--r-- 1 apache apache 64 Nov 11 09:57 domain_list -rw-r--r-- 1 apache apache 80 Nov 11 09:57 domain_master -rw-r--r-- 1 apache apache 5.5K Nov 11 09:57 domain_provider_xml -rw-r--r-- 1 apache apache 56 Nov 11 09:57 domain_users -rw-r--r-- 1 apache apache 0 Nov 11 09:57 lock_file [root@PANA-CS0-VNX5300 domain]# /nas/sbin/navicli -h SPA domain -list Node: CKM00113400425 IP Address: 192.168.10.46 Name: SPB Port: 80 Secure Port: 443 IP Address: 192.168.10.45 (Master) Name: SPA Port: 80 Secure Port: 443 IP Address: 192.168.10.44 Name: control_station Port: 80 Secure Port: 443 [root@PANA-CS0-VNX5300 domain]# cat /nas/site/CA/ca_certificate.pemEMC VNX Contr ol Station Linux release 3.0 (NAS 7.0.13) bash: syntax error near unexpected token `(' [root@PANA-CS0-VNX5300 domain]# root@192.168.10.44's password: > Last login: Wed Nov 9 11:51:04 2011 from 192.168.200.200 > EMC VNX Control Station Linux Tue Apr 5 13:23:38 EDT 2011 > [root@PANA-CS0-VNX5300 ~]# su - nasadmin > > *** slot_0 primary control station *** > > [nasadmin@PANA-CS0-VNX5300 ~]$ /nas/sbin/model > VNX5300 > [nasadmin@PANA-CS0-VNX5300 ~]$ /nas/sbin/serial > CKM00113400425 > [nasadmin@PANA-CS0-VNX5300 ~]$ nas_version > 7.0.13-1 > [nasadmin@PANA-CS0-VNX5300 ~]$ server_version ALL > server_2 : Product: EMC Celerra File Server Version: T7.0.13.1 > [nasadmin@PANA-CS0-VNX5300 ~]$ nas_server -l > id type acl slot groupID state name > 1 1 0 2 0 server_2

> > > > > > > > > > > > > > > > >

[nasadmin@PANA-CS0-VNX5300 ~]$ /nas/sbin/getreason 10 - slot_0 primary control station 5 - slot_2 contacted [nasadmin@PANA-CS0-VNX5300 ~]$ uptime 09:53:52 up 2 days, 11:33, 1 user, load average: 0.09, 0.11, 0.13 [nasadmin@PANA-CS0-VNX5300 ~]$ server_uptime ALL server_2 : up 2 days 15 hours 51 min 39 secs [nasadmin@PANA-CS0-VNX5300 ~]$ cd /nas/http/domain [nasadmin@PANA-CS0-VNX5300 domain]$ ll -h total 0 -rw-r--r-- 1 apache apache 0 Aug 30 21:00 lock_file [nasadmin@PANA-CS0-VNX5300 domain]$ h -bash: h: command not found [nasadmin@PANA-CS0-VNX5300 domain]$ su Password: [root@PANA-CS0-VNX5300 domain]# rm lock_file inet6 addr: fe80::21b:21ff:feab:fd18/64 Scope:Link > rm: remove regular empty file `lock_file'? y bash: root@192.168.10.44s password: Last login: Wed Nov 9 11:51:04 2011 from 192.168.200.200 EMC VNX Control Station Linux Tue Apr 5 13:23:38 EDT 2011 [root@PANA-CS0-VNX5300 ~]# su - nasadmin *** slot_0 primary control station *** [nasadmin@PANA-CS0-VNX5300 ~]$ /nas/sbin/model VNX5300 [nasadmin@PANA-CS0-VNX5300 ~]$ /nas/sbin/serial CKM00113400425 [nasadmin@PANA-CS0-VNX5300 ~]$ nas_version 7.0.13-1 [nasadmin@PANA-CS0-VNX5300 ~]$ server_version ALL server_2 : Product: EMC Celerra File Server Version: T7.0.13.1 [nasadmin@PANA-CS0-VNX5300 ~]$ nas_server -l id type acl slot groupID state name 1 1 0 2 0 server_2 [nasadmin@PANA-CS0-VNX5300 ~]$ /nas/sbin/getreason 10 - slot_0 primary control station 5 - slot_2 contacted [nasadmin@PANA-CS0-VNX5300 ~]$ uptime 09:53:52 up 2 days, 11:33, 1 user, load average: 0.09, 0.11, 0.13 [nasadmin@PANA-CS0-VNX5300 ~]$ server_uptime ALL server_2 : up 2 days 15 hours 51 min 39 secs [nasadmin@PANA-CS0-VNX5300 ~]$ cd /nas/http/domain [nasadmin@PANA-CS0-VNX5300 domain]$ ll -h total 0 -rw-r--r-- 1 apache apache 0 Aug 30 21:00 lock_file [nasadmin@PANA-CS0-VNX5300 domain]$ h -bash: h: command not found [nasadmin@PANA-CS0-VNX5300 domain]$ su Password: [root@PANA-CS0-VNX5300 domain]# rm lock_file rm: remove regular empty file `lock_file?: File name too long [root@PANA-CS0-VNX5300 domain]# [root@PANA-CS0-VNX5300 domain]# /sbin/ifconfig e th3 bash: [root@PANA-CS0-VNX5300: command not found [root@PANA-CS0-VNX5300 domain]# eth3 Link encap:Ethernet HWaddr 00:1B:21:A B:FD:18

bash: eth3: command not found TX packets:14667 errors:0 dropped:0 overruns:0 carrier:0 [root@PANA-CS0-VNX5300 domain]# inet addr:192.168.10.44 Bcast:192.168 .10.255 Mask:255.255.255.0 bash: inet: command not found [root@PANA-CS0-VNX5300 domain]# inet6 addr: fe80::21b:21ff:feab:fd18/6 4 Scope:Link bash: inet6: command not found [root@PANA-CS0-VNX5300 domain]# UP BROADCAST RUNNING MULTICAST MTU:15 00 Metric:1 bash: UP: command not found [root@PANA-CS0-VNX5300 domain]# RX packets:637550 errors:0 dropped:0 o verruns:0 frame:0 bash: RX: command not found [root@PANA-CS0-VNX5300 domain]# TX packets:14667 errors:0 dropped:0 ov erruns:0 carrier:0 bash: TX: command not found [root@PANA-CS0-VNX5300 domain]# collisions:0 txqueuelen:1000 bash: collisions:0: command not found [root@PANA-CS0-VNX5300 domain]# RX bytes:114673748 (109.3 MiB) TX byt es:9506417 (9.0 MiB) bash: syntax error near unexpected token `(' [root@PANA-CS0-VNX5300 domain]# Memory:81a60000-81a80000 bash: Memory:81a60000-81a80000: command not found [root@PANA-CS0-VNX5300 domain]# [root@PANA-CS0-VNX5300 domain]# [root@PANA-CS0-VNX5300 domain]# grep -i sp /etc/ hosts bash: [root@PANA-CS0-VNX5300: command not found [root@PANA-CS0-VNX5300 domain]# 192.168.10.45 A_CKM00113400425 SPA # CLARiiON SP bash: 192.168.10.45: command not found [root@PANA-CS0-VNX5300 domain]# 192.168.10.46 B_CKM00113400425 SPB # CLARiiON SP bash: 192.168.10.46: command not found [root@PANA-CS0-VNX5300 domain]# [root@PANA-CS0-VNX5300 domain]# curl -kv "https: //192.168.10.44/cgi-bin/set_incomingmaster?master=192.168.10.45" * Trying 192.168.10.44... connected * Connected to 192.168.10.44 (192.168.10.44) port 443 bash: [root@PANA-CS0-VNX5300: command not found [root@PANA-CS0-VNX5300 domain]# * About to connect() to 192.168.10.44 port 443 bash: syntax error near unexpected token `(' [root@PANA-CS0-VNX5300 domain]# * Trying 192.168.10.44... connected bash: domain_list: command not found [root@PANA-CS0-VNX5300 domain]# * Connected to 192.168.10.44 (192.168.10.44) por t 443 bash: syntax error near unexpected token `(' [root@PANA-CS0-VNX5300 domain]# * error setting certificate verify locations, co ntinuing anyway: bash: domain_list: command not found [root@PANA-CS0-VNX5300 domain]# * CAfile: /etc/pki/tls/certs/ca-bundle.crt bash: domain_list: command not found [root@PANA-CS0-VNX5300 domain]# CApath: none bash: CApath:: command not found * SSLv2, Client hello (1): [root@PANA-CS0-VNX5300 domain]# * SSLv2, Client hello (1): bash: syntax error near unexpected token `(' [root@PANA-CS0-VNX5300 domain]# SSLv3, TLS handshake, Server hello (2): bash: syntax error near unexpected token `(' SSLv3, TLS handshake, CERT (11): SSLv3, TLS handshake, Server key exchange (12): [root@PANA-CS0-VNX5300 domain]# SSLv3, TLS handshake, CERT (11): bash: syntax error near unexpected token `('

[root@PANA-CS0-VNX5300 domain]# SSLv3, TLS handshake, Server key exchange (12): bash: syntax error near unexpected token `(' [root@PANA-CS0-VNX5300 domain]# SSLv3, TLS handshake, Server finished (14): bash: syntax error near unexpected token `(' [root@PANA-CS0-VNX5300 domain]# SSLv3, TLS handshake, Client key exchange (16): bash: syntax error near unexpected token `(' [root@PANA-CS0-VNX5300 domain]# SSLv3, TLS change cipher, Client hello (1): bash: syntax error near unexpected token `(' [root@PANA-CS0-VNX5300 domain]# SSLv3, TLS handshake, Finished (20): bash: syntax error near unexpected token `(' [root@PANA-CS0-VNX5300 domain]# SSLv3, TLS change cipher, Client hello (1): bash: syntax error near unexpected token `(' [root@PANA-CS0-VNX5300 domain]# SSLv3, TLS handshake, Finished (20): bash: syntax error near unexpected token `(' [root@PANA-CS0-VNX5300 domain]# SSL connection using DHE-RSA-AES256-SHA bash: SSL: command not found [root@PANA-CS0-VNX5300 domain]# * Server certificate: bash: domain_list: command not found [root@PANA-CS0-VNX5300 domain]# * subject: /O=Celerra Control Station Adm inistrator/CN=192.168.10.44/CN=PANA-CS0-VNX5300/CN=PANA-CS0-VNX5300 bash: domain_list: command not found [root@PANA-CS0-VNX5300 domain]# * start date: 2011-11-02 02:37:59 GMT bash: domain_list: command not found [root@PANA-CS0-VNX5300 domain]# * expire date: 2016-11-07 02:38:01 GMT bash: domain_list: command not found [root@PANA-CS0-VNX5300 domain]# * common name: PANA-CS0-VNX5300 (does not match '192.168.10.44') bash: syntax error near unexpected token `(' [root@PANA-CS0-VNX5300 domain]# * issuer: /O=Celerra Certificate Authorit y/CN=PANA-CS0-VNX5300 bash: domain_list: command not found [root@PANA-CS0-VNX5300 domain]# * SSL certificate verify result: self signed cer tificate in certificate chain (19), continuing anyway. bash: syntax error near unexpected token `(' [root@PANA-CS0-VNX5300 domain]# > GET /cgi-bin/set_incomingmaster?master=192.168 .10.45 HTTP/1.1 * SSLv3, TLS alert, Client hello (1): bash: /cgi-bin/set_incomingmaster?master=192.168.10.45: No such file or director y [root@PANA-CS0-VNX5300 domain]# > User-Agent: curl/7.15.5 (i686-redhat-linux-gnu ) libcurl/7.15.5 OpenSSL/0.9.8n zlib/1.2.3 libidn/0.6.5 bash: syntax error near unexpected token `(' [root@PANA-CS0-VNX5300 domain]# > Host: 192.168.10.44 bash: 192.168.10.44: command not found [root@PANA-CS0-VNX5300 domain]# > Accept: */* bash: */*: No such file or directory [root@PANA-CS0-VNX5300 domain]# > bash: syntax error near unexpected token `newline' [root@PANA-CS0-VNX5300 domain]# < HTTP/1.1 200 OK bash: HTTP/1.1: No such file or directory [root@PANA-CS0-VNX5300 domain]# < Date: Fri, 11 Nov 2011 14:56:09 GMT bash: Date:: No such file or directory [root@PANA-CS0-VNX5300 domain]# < Server: Apache bash: Server:: No such file or directory [root@PANA-CS0-VNX5300 domain]# < Transfer-Encoding: chunked bash: Transfer-Encoding:: No such file or directory [root@PANA-CS0-VNX5300 domain]# < Content-Type: text/plain; charset=UTF-8 bash: Content-Type:: No such file or directory [root@PANA-CS0-VNX5300 domain]# OK bash: OK: command not found

[root@PANA-CS0-VNX5300 domain]# * Connection #0 to host 192.168.10.44 left intac t bash: Accept:: command not found [root@PANA-CS0-VNX5300 domain]# * Closing connection #0 bash: Accept:: command not found [root@PANA-CS0-VNX5300 domain]# * SSLv3, TLS alert, Client hello (1): bash: syntax error near unexpected token `(' [root@PANA-CS0-VNX5300 domain]# [root@PANA-CS0-VNX5300 domain]# cat /nas/site/in coming_master bash: [root@PANA-CS0-VNX5300: command not found [root@PANA-CS0-VNX5300 domain]# MASTERIP=192.168.10.45 [root@PANA-CS0-VNX5300 domain]# TIMESTAMP=1321023369 [root@PANA-CS0-VNX5300 domain]# WINDOWMAX=1321023669 [root@PANA-CS0-VNX5300 domain]# [root@PANA-CS0-VNX5300 domain]# chown apache:apa che /nas/site/incoming_master bash: [root@PANA-CS0-VNX5300: command not found [root@PANA-CS0-VNX5300 domain]# [root@PANA-CS0-VNX5300 domain]# chmod 666 /nas/s ite/incoming_master bash: [root@PANA-CS0-VNX5300: command not found [root@PANA-CS0-VNX5300 domain]# [root@PANA-CS0-VNX5300 domain]# bash: [root@PANA-CS0-VNX5300: command not found [root@PANA-CS0-VNX5300 domain]# [root@PANA-CS0-VNX5300 domain]# /nas/sbin/navise ccli -h 192.168.10.45 -scope 0 -user sysadmin -password sysadmin domain -messner -add -system 192.168.10.44 bash: [root@PANA-CS0-VNX5300: command not found [root@PANA-CS0-VNX5300 domain]# ll -h [root@PANA-CS0-VNX5300 domain]# WARNING: This command is intended only to push a File system's IP at initialization and by appropriate personnel. Any other use of the command may result in undefined behavior, including an unusable domain. > File IP Address: 192.168.10.44 > Proceed? (y/n) y > > [root@PANA-CS0-VNX5300 domain]# ll -h > total 9.0K > -rw-r--r-- 1 apache apache 64 Nov 11 09:57 domain_list > -rw-r--r-- 1 apache apache 80 Nov 11 09:57 domain_master > -rw-r--r-- 1 apache apache 5.5K Nov 11 09:57 domain_provider_xml > -rw-r--r-- 1 apache apache 56 Nov 11 09:57 domain_users > -rw-r--r-- 1 apache apache 0 Nov 11 09:57 lock_file > [root@PANA-CS0-VNX5300 domain]# /nas/sbin/navicli -h SPA domain -list > Node: CKM00113400425 > IP Address: 192.168.10.46 > Name: SPB > Port: 80 > Secure Port: 443 > IP Address: 192.168.10.45 (Master) > Name: SPA > Port: 80 > Secure Port: 443 > IP Address: 192.168.10.44 > Name: control_station > Port: 80 > Secure Port: 443 > [root@PANA-CS0-VNX5300 domain]#

You might also like