Nimsoft Installation Guide
Nimsoft Installation Guide
Step 1
Step 2
2. Enter the IP / Hostname that you required to install the Nimsoft Robot (Hostname / IP user should provide in
order to install the Robot) Port remain the same 22 and click open
Step 3
2. You will be prompted to Putty Login Screen enter the username and password
Username: root (system owner required to provide root access / privilege root)
4.ftp specific
1)nimhdr.tar.z
2)
Script command for Nimsoft Robot Installation
Step 1
cd /opt
mkdir nimsoft
Step 2
Copy and run 3 of the below file
cd /home/tngadm
# ls
.profile install_AIX_5.zip nimldr.tar.Z
.sh_history install_AIX_5_64.zip
# cp install_AIX_5.zip install_AIX_5_64.zip nimldr.tar.Z /opt/nimsoft
# cd /opt/nimsoft
# ls
install_AIX_5.zip install_guide.txt
install_AIX_5_64.zip nimldr.tar.Z
Step 3
1. Copy and run below command
# uncompress nimldr.tar.Z
# tar -xvf nimldr.tar
x nimldr
x nimldr/AIX_5
x nimldr/AIX_5/nimldr, 1887457 bytes, 3687 media blocks.
x nimldr/AIX_5_64
x nimldr/AIX_5_64/nimldr, 2041011 bytes, 3987 media blocks.
x nimldr/HPUX_11
x nimldr/HPUX_11/nimldr, 2351104 bytes, 4592 media blocks.
x nimldr/HPUX_11_64
x nimldr/HPUX_11_64/nimldr, 3032824 bytes, 5924 media blocks.
x nimldr/HPUX_11_ia64
x nimldr/HPUX_11_ia64/nimldr, 5085320 bytes, 9933 media blocks.
x nimldr/LINUX_22
x nimldr/LINUX_22/nimldr, 1512748 bytes, 2955 media blocks.
x nimldr/LINUX_23
x nimldr/LINUX_23/nimldr, 1563536 bytes, 3054 media blocks.
x nimldr/LINUX_23_64
x nimldr/LINUX_23_64/nimldr, 1827680 bytes, 3570 media blocks.
x nimldr/LINUX_23_ppc64
x nimldr/LINUX_23_ppc64/nimldr, 2267504 bytes, 4429 media blocks.
x nimldr/OSF1_4_alpha
x nimldr/OSF1_4_alpha/nimldr, 2023424 bytes, 3952 media blocks.
x nimldr/README, 13025 bytes, 26 media blocks.
x nimldr/SOLARIS_10_amd64
x nimldr/SOLARIS_10_amd64/nimldr, 3190368 bytes, 6232 media blocks.
x nimldr/SOLARIS_10_i386
x nimldr/SOLARIS_10_i386/nimldr, 2653244 bytes, 5183 media blocks.
x nimldr/SOLARIS_8_sparc
x nimldr/SOLARIS_8_sparc/nimldr, 2629920 bytes, 5137 media blocks.
x nimldr/SOLARIS_8_sparcv9
x nimldr/SOLARIS_8_sparcv9/nimldr, 3014744 bytes, 5889 media blocks.
Step 4
# ls
install_AIX_5.zip install_guide.txt nimldr.tar
install_AIX_5_64.zip nimldr
# cd nimldr
# ls
AIX_5 HPUX_11_ia64 LINUX_23_ppc64 SOLARIS_10_i386
AIX_5_64 LINUX_22 OSF1_4_alpha SOLARIS_8_sparc
HPUX_11 LINUX_23 README SOLARIS_8_sparcv9
HPUX_11_64 LINUX_23_64 SOLARIS_10_amd64
# cd AIX_5_64
# ls
nimldr
# ./nimldr
This program will help you install NMS on the current system.
You will be given a series of questions, default answers are in brackets:
query? ==>[default]
Pressing Enter directly will use the default value, otherwise you should
type in the requested information.
# cd ..
# cd bin
# ls
inst_init.sh nimbus nimqos pu
nimalarm niminit nimqosdefinition
# ./niminit stop
Stopping NimBUS
# ls
inst_init.sh nimbus nimqos pu
nimalarm niminit nimqosdefinition
# ps -ef|grep nim
# ./niminit start
Starting NimBUS
# hostname
Axbwapp01
# exit