Sunday, August 13, 2017

Procedure for collecting getsysinfo in HP-Ux

    Running getsysinfo script
      a. FTP the file to machine in Binary format.
      b. #chmod 755 getsysinfo.sh
      c. #sh getsysinfo.linux.sh

    Send across the outputs (/tmp/sysinfo.zip)

Run the script: HPUX

1. From your email, save the attached file to your PC e.g. \ directory and extract it.
2. ftp getsysinfo.sh to the server, any directory e.g. /tmp.

   Steps to ftp getsysinfo.sh from PC to server,
   a. In Start-Programs, open MS-DOS prompt, cd \
   b. ftp hostname, or ftp IP_address, login as root.
   c. ftp> cd /tmp
   d. ftp> bin
   e. ftp> put getsysinfo.sh
   f. ftp> bye

3. in the server, # cd /tmp
4. # chmod 755 getsysinfo.sh
5. # sh ./getsysinfo.sh ( run this command )
6. Please e-mail the out put file..


No comments:

Post a Comment