Fixed the URL for NaviSec CLI package.

The NaviSec CLI package download web site link is not correct.
We have a deb package for Ubuntu now.  The URL for the rpm package
is also outdated.  Both are fixed in this patch.

Change-Id: I1f93485ea9adb49ee1eba291ec3926eaac2aea26
This commit is contained in:
Xing Yang 2014-05-08 00:29:54 -04:00
parent 1453009812
commit 2568c2568d

View File

@ -19,7 +19,7 @@
<para>Flare version 5.32 or later.</para> <para>Flare version 5.32 or later.</para>
</listitem> </listitem>
<listitem> <listitem>
<para>You must activate VNX Snapshot and Clone license <para>You must activate VNX Snapshot and Thin Provisioning license
for the array. Ensure that all the iSCSI ports from the for the array. Ensure that all the iSCSI ports from the
VNX are accessible through OpenStack hosts.</para> VNX are accessible through OpenStack hosts.</para>
</listitem> </listitem>
@ -87,30 +87,9 @@
</orderedlist> </orderedlist>
<section xml:id="install-naviseccli"> <section xml:id="install-naviseccli">
<title>Install NaviSecCLI</title> <title>Install NaviSecCLI</title>
<para>Log in to the <link xlink:href="https://support.emc.com/ <para>On Ubuntu x64, download the NaviSecCLI deb package from <link xlink:href="https://github.com/emc-openstack/naviseccli">EMC's OpenStack Github</link> web site.
downloads/5890_Navisphere-Agents-CLI---Linux">EMC's
support</link> web site (login is required), and download
the NaviSecCLI package. Then, install the package:
</para> </para>
<para>On Ubuntu x64:</para> <para>For all the other variants of Linux, download the NaviSecCLI rpm package from EMC's support web site for <link xlink:href="https://support.emc.com/downloads/36656_VNX2-Series">VNX2 series</link> or <link xlink:href="https://support.emc.com/downloads/12781_VNX1-Series">VNX1 series</link>. Login is required.
<procedure>
<title>To install NaviSecCLI on Ubuntu x64</title>
<step>
<para>Create the <filename>/opt/Navisphere/bin/</filename> directory:</para> <screen><prompt>#</prompt> <userinput>mkdir -f /opt/Navisphere/bin/</userinput></screen>
</step>
<step>
<para>Copy the RPM package into the <filename>
/opt/Navisphere/bin/</filename> directory.
</para>
</step>
<step>
<para>Use alien to install the RPM package on Ubuntu:</para>
<screen><prompt>#</prompt> <userinput>cd /opt/Navisphere/bin</userinput>
<prompt>#</prompt> <userinput>sudo apt-get install alien -y</userinput>
<prompt>#</prompt> <userinput>sudo alien -i NaviCLI-Linux-64-x86-en_US-7.xx.xx.x.xx.x86_64.rpm</userinput></screen>
</step>
</procedure>
<para>For all the other variants of Linux, install the rpm as usual.
</para> </para>
</section> </section>
<section xml:id="register-vnx-direct-iscsi"> <section xml:id="register-vnx-direct-iscsi">