I need to check if the firewall is open between filers on snapmirror ports. I cannot find a "telnet" command so I can telnet from fi ler to to filer on specific port. How do I check from filer CMD line if the ports on the snapmirror partner are open
Thanks!
If it is an active snapmirror session, then maybe a netstat -a and look for port 10566 On Jun 5, 2012 7:14 PM, "Iluhes" iluhes@yahoo.com wrote:
*I need to check if the firewall is open between filers on snapmirror ports. * *I cannot find a "telnet" command so I can telnet from fi ler to to filer on specific port. * *How do I check from filer CMD line if the ports on the snapmirror partner are open* *Thanks!*
Toasters mailing list Toasters@teaparty.net http://www.teaparty.net/mailman/listinfo/toasters
I love this list, cause it makes me hack a little bit. So if you are on ontap8, bust into systemshell.
There's a cool little command called tcp_client. Using it, to test if 10566 (snapmirror tcp port) is open goes like this.
odin% tcp_client usage: tcp_client my_ip my_port server_ip server_port odin% tcp_client 10.0.0.2 10289 10.0.0.1 10566 ***25 bytes sent server closed odin%
port 22 is specifically not open, so it hung here. And ctrl-c got me out. It may have wanted a lower source port too.
odin% tcp_client 10.0.0.2 10289 10.0.0.1 22
^C odin% man tcp_client man: Command not found. odin% tcp_client -h usage: tcp_client my_ip my_port server_ip server_port odin% tcp_client 10.0.0.2 10289 10.0.0.1 10566 ***25 bytes sent server closed odin%
On the remote side, we see this.
frigg> Tue Jun 5 17:48:48 PDT [frigg: snapmirror.src.versionMismatch:error]: Received SnapMirror request with incompatible version. Tue Jun 5 17:49:35 PDT [frigg: snapmirror.src.versionMismatch:error]: Received SnapMirror request with incompatible version.
frigg>
So that seems to be a way to do it. If there's an easier way, let's here it (besides asking the network guys).
-Blake
On Tue, Jun 5, 2012 at 4:16 PM, tmac tmacmd@gmail.com wrote:
If it is an active snapmirror session, then maybe a netstat -a and look for port 10566
On Jun 5, 2012 7:14 PM, "Iluhes" iluhes@yahoo.com wrote:
I need to check if the firewall is open between filers on snapmirror ports. I cannot find a "telnet" command so I can telnet from fi ler to to filer on specific port. How do I check from filer CMD line if the ports on the snapmirror partner are open Thanks!
Toasters mailing list Toasters@teaparty.net http://www.teaparty.net/mailman/listinfo/toasters
Toasters mailing list Toasters@teaparty.net http://www.teaparty.net/mailman/listinfo/toasters
I'm reaching here..
Issue with Netapp plugin for NFS VAAI 1.0 plug-in I am trying to install the NFS plugin to our test ESXi5, Vsphere 5, VSC 4 DOT 8.1 test environment.
I have installed the VSC 4.0, and copied the vib file into the appropriate location per install document on the vcenter server. When I try to upgrade the esxi hosts via VSC, the ESXi hosts are grayed out, as in, not capable to upgrade. When I try to do manually from the esxcli console, I get this error:
[root ERROR] list failed: [MetadataDownloadError] Could not download from depot at zip:/var/log/vmware?index.xml, skipping (('zip:/var/log/vmware?index.xml', '', "Error extracting index.xml from /var/log/vmware: [Errno 21] Is a directory: '/var/log/vmware'")) url = zip:/var/log/vmware?index.xml Please refer to the log file for more details.
This is my syntax.
esxcli software sources vib list -d file:///NetAppNasPlugin.zip
I have a case open, but figured I would ping the world to see if something comes back..
Reference doc 215-06762_A0.pdf
Thanks
Steve
Are you using c-mode or running in 7-mode? That plugin is, I believe, only supported in cluster-mode, per the documentation.
Here...from the release notes:
The NetApp NFS Plug-in for VMware vStorage APIs for Array Integration (VAAI) is supported on Data ONTAP® 8.1 or later operating in Cluster-Mode.
--tmac Tim McCarthy Principal Consultant
RedHat Certified Engineer 804006984323821 (RHEL4) 805007643429572 (RHEL5)
On Wed, Jun 6, 2012 at 7:20 PM, Klise, Steve klises@sutterhealth.org wrote:
I'm reaching here..
Issue with Netapp plugin for NFS VAAI 1.0 plug-in I am trying to install the NFS plugin to our test ESXi5, Vsphere 5, VSC 4 DOT 8.1 test environment.
I have installed the VSC 4.0, and copied the vib file into the appropriate location per install document on the vcenter server. When I try to upgrade the esxi hosts via VSC, the ESXi hosts are grayed out, as in, not capable to upgrade. When I try to do manually from the esxcli console, I get this error:
[root ERROR] list failed: [MetadataDownloadError] Could not download from depot at zip:/var/log/vmware?index.xml, skipping (('zip:/var/log/vmware?index.xml', '', "Error extracting index.xml from /var/log/vmware: [Errno 21] Is a directory: '/var/log/vmware'")) url = zip:/var/log/vmware?index.xml Please refer to the log file for more details.
This is my syntax.
esxcli software sources vib list -d file:///NetAppNasPlugin.zip
I have a case open, but figured I would ping the world to see if something comes back..
Reference doc 215-06762_A0.pdf
Thanks
Steve
Toasters mailing list Toasters@teaparty.net http://www.teaparty.net/mailman/listinfo/toasters
Uh..... I must have missed that. 7 mode. Dohh. Thanks
----- Original Message ----- From: tmac [mailto:tmacmd@gmail.com] Sent: Wednesday, June 06, 2012 05:01 PM To: Klise, Steve Cc: toasters@teaparty.net toasters@teaparty.net Subject: Re: VSC NFS 1.0 plugin for VCEnter
Are you using c-mode or running in 7-mode? That plugin is, I believe, only supported in cluster-mode, per the documentation.
Here...from the release notes:
The NetApp NFS Plug-in for VMware vStorage APIs for Array Integration (VAAI) is supported on Data ONTAP® 8.1 or later operating in Cluster-Mode.
--tmac Tim McCarthy Principal Consultant
RedHat Certified Engineer 804006984323821 (RHEL4) 805007643429572 (RHEL5)
On Wed, Jun 6, 2012 at 7:20 PM, Klise, Steve klises@sutterhealth.org wrote:
I'm reaching here..
Issue with Netapp plugin for NFS VAAI 1.0 plug-in I am trying to install the NFS plugin to our test ESXi5, Vsphere 5, VSC 4 DOT 8.1 test environment.
I have installed the VSC 4.0, and copied the vib file into the appropriate location per install document on the vcenter server. When I try to upgrade the esxi hosts via VSC, the ESXi hosts are grayed out, as in, not capable to upgrade. When I try to do manually from the esxcli console, I get this error:
[root ERROR] list failed: [MetadataDownloadError] Could not download from depot at zip:/var/log/vmware?index.xml, skipping (('zip:/var/log/vmware?index.xml', '', "Error extracting index.xml from /var/log/vmware: [Errno 21] Is a directory: '/var/log/vmware'")) url = zip:/var/log/vmware?index.xml Please refer to the log file for more details.
This is my syntax.
esxcli software sources vib list -d file:///NetAppNasPlugin.zip
I have a case open, but figured I would ping the world to see if something comes back..
Reference doc 215-06762_A0.pdf
Thanks
Steve
Toasters mailing list Toasters@teaparty.net http://www.teaparty.net/mailman/listinfo/toasters
Hi Guys Couple things going on. First, Tim is correct that VAAI for NFS is supported in Cluster-Mode in 8.1. VAAI support for 7-mode is coming soon. However, the same VIB works with both.
Second, regardless of ONTAP release, the VIB should still install in ESXi 5. I suspect it's because you named it NetAppNasPlugin.zip when the expected file name should be NetAppNasPlugin.vib.
The .zip format, which isn't actually published yet, is the offline format. The .zip and .vib are actually a different format. The .zip actually contains the .vib, plus some other metadata. While the offline version can be installed in a running ESX server, it's really meant for use with ImageBuilder either to build your own images for regular installation, or for use with AutoDeploy.
I hope this helps!
Peter
-----Original Message----- From: toasters-bounces@teaparty.net [mailto:toasters-bounces@teaparty.net] On Behalf Of tmac Sent: Wednesday, June 06, 2012 5:01 PM To: Klise, Steve Cc: toasters@teaparty.net Subject: Re: VSC NFS 1.0 plugin for VCEnter
Are you using c-mode or running in 7-mode? That plugin is, I believe, only supported in cluster-mode, per the documentation.
Here...from the release notes:
The NetApp NFS Plug-in for VMware vStorage APIs for Array Integration (VAAI) is supported on Data ONTAP® 8.1 or later operating in Cluster-Mode.
--tmac Tim McCarthy Principal Consultant
RedHat Certified Engineer 804006984323821 (RHEL4) 805007643429572 (RHEL5)
On Wed, Jun 6, 2012 at 7:20 PM, Klise, Steve klises@sutterhealth.org wrote:
I'm reaching here..
Issue with Netapp plugin for NFS VAAI 1.0 plug-in I am trying to install the NFS plugin to our test ESXi5, Vsphere 5, VSC 4 DOT 8.1 test environment.
I have installed the VSC 4.0, and copied the vib file into the appropriate location per install document on the vcenter server. When I try to upgrade the esxi hosts via VSC, the ESXi hosts are grayed out, as in, not capable to upgrade. When I try to do manually from the esxcli console, I get this error:
[root ERROR] list failed: [MetadataDownloadError] Could not download from depot at zip:/var/log/vmware?index.xml, skipping (('zip:/var/log/vmware?index.xml', '', "Error extracting index.xml from /var/log/vmware: [Errno 21] Is a directory: '/var/log/vmware'")) url = zip:/var/log/vmware?index.xml Please refer to the log file for more details.
This is my syntax.
esxcli software sources vib list -d file:///NetAppNasPlugin.zip
I have a case open, but figured I would ping the world to see if something comes back..
Reference doc 215-06762_A0.pdf
Thanks
Steve
Toasters mailing list Toasters@teaparty.net http://www.teaparty.net/mailman/listinfo/toasters
_______________________________________________ Toasters mailing list Toasters@teaparty.net http://www.teaparty.net/mailman/listinfo/toasters
On 07/06/12 07:20, Klise, Steve wrote:
I'm reaching here..
Issue with Netapp plugin for NFS VAAI 1.0 plug-in I am trying to install the NFS plugin to our test ESXi5, Vsphere 5, VSC 4 DOT 8.1 test environment.
I have installed the VSC 4.0, and copied the vib file into the appropriate location per install document on the vcenter server. When I try to upgrade the esxi hosts via VSC, the ESXi hosts are grayed out, as in, not capable to upgrade. When I try to do manually from the esxcli console, I get this error:
I upgraded my filers to 8.1.1P1 last night, and while my hosts were greyed out before, they are enabled now and the installation worked fine. Interestingly it turned on nfs.v4.enable and nfs.vstorage.enable automatically. Also, looks like I'll have to reboot the VMware hosts for it to take effect.
And if you had never heard of systemshell and need to set it up (on a lab system):
## First obtain the advanced privileges priv set advanced
## Then unlock and reset the diag users password useradmin diaguser unlock useradmin diaguser password
## Now you should be able to access the systemshell and use all the standard Unix ## commands systemshell login: diag password: ********
Warning: The system shell provides access to low-level diagnostic tools that can cause irreparable damage to the system if not used properly. Use this environment only when directed to do so by support personnel.
thanks
On Jun 5, 2012, at 5:56 PM, Blake Golliher wrote:
I love this list, cause it makes me hack a little bit. So if you are on ontap8, bust into systemshell.
There's a cool little command called tcp_client. Using it, to test if 10566 (snapmirror tcp port) is open goes like this.
odin% tcp_client usage: tcp_client my_ip my_port server_ip server_port odin% tcp_client 10.0.0.2 10289 10.0.0.1 10566 ***25 bytes sent server closed odin%
port 22 is specifically not open, so it hung here. And ctrl-c got me out. It may have wanted a lower source port too.
odin% tcp_client 10.0.0.2 10289 10.0.0.1 22
^C odin% man tcp_client man: Command not found. odin% tcp_client -h usage: tcp_client my_ip my_port server_ip server_port odin% tcp_client 10.0.0.2 10289 10.0.0.1 10566 ***25 bytes sent server closed odin%
On the remote side, we see this.
frigg> Tue Jun 5 17:48:48 PDT [frigg: snapmirror.src.versionMismatch:error]: Received SnapMirror request with incompatible version. Tue Jun 5 17:49:35 PDT [frigg: snapmirror.src.versionMismatch:error]: Received SnapMirror request with incompatible version.
frigg>
So that seems to be a way to do it. If there's an easier way, let's here it (besides asking the network guys).
-Blake
On Tue, Jun 5, 2012 at 4:16 PM, tmac tmacmd@gmail.com wrote:
If it is an active snapmirror session, then maybe a netstat -a and look for port 10566
On Jun 5, 2012 7:14 PM, "Iluhes" iluhes@yahoo.com wrote:
I need to check if the firewall is open between filers on snapmirror ports. I cannot find a "telnet" command so I can telnet from fi ler to to filer on specific port. How do I check from filer CMD line if the ports on the snapmirror partner are open Thanks!
Toasters mailing list Toasters@teaparty.net http://www.teaparty.net/mailman/listinfo/toasters
Toasters mailing list Toasters@teaparty.net http://www.teaparty.net/mailman/listinfo/toasters
Toasters mailing list Toasters@teaparty.net http://www.teaparty.net/mailman/listinfo/toasters