Installing Storage Navigator Modular

From Notes_Wiki

Home > Storage server > Hitachi storage server > Installing Storage Navigator Modular

For management use "StorageNavigatorModular" software. It is available for both Windows and Linux. Windows installation is straight forward. During installation on windows leave IP address prompt empty. After installation access management interface at http://localhost:23015/StorageNavigatorModular/


Navigator 2 Installation in Linux

Steps for installing StorageNavigatorModular2 on Linux are:

  1. For installation in Linux optionally set kernel parameters using:
    sysctl kernel.sem="250 32080 32 1024"
    The same settings should also be done in '/etc/sysctl.conf' for persistent configuration.
  2. Install 'libstdc++-devel.i686' using 'yum -y install libstdc++-devel.i686'
  3. Obtain installation ISO image, for example from /mnt/das1/iso_images/hitachi_storage_server/storage_navigator-linux.iso on base2
  4. If installation is in VM then mount ISO image on loopback device using 'mount -o loop <iso_file> <mount_point>'. In case of container mount ISO file on base machine and copy files with permissions to some folder in container.
  5. Go to folder 'Linux_GUI'
  6. Run 'install-hsnm2-P01.sh -a 127.0.0.1'


Removing Navigator 2 from Linux

To uninstall Storage Navigator Modular 2 from Linux use following commands as root user:

cd /opt/HiCommand/Base/bin/
./hcmdssrv -stop
cd
rpm -e HSNM2-22.02-9.i386
cd /opt/
rm -rf hitachi/ HiCommand/



Home > Storage server > Hitachi storage server > Installing Storage Navigator Modular