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/
Steps for installing StorageNavigatorModular2 on Linux are:
- 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.
- Install 'libstdc++-devel.i686' using 'yum -y install libstdc++-devel.i686'
- Obtain installation ISO image, for example from /mnt/das1/iso_images/hitachi_storage_server/storage_navigator-linux.iso on base2
- 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.
- Go to folder 'Linux_GUI'
- Run 'install-hsnm2-P01.sh -a 127.0.0.1'
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