Unix:Implementing HORCM: Difference between revisions

From RoggeWiki
Jump to navigation Jump to search
(Created page with '===Log=== ====Install==== * cd /opt; mkdir HORCM * cat sourceofsoftware | cpio -idum * cd /opt/HORCM; ls -l Check the contents, some files should be there ===Summary=== *Insta…')
 
No edit summary
Line 4: Line 4:
* cat sourceofsoftware | cpio -idum
* cat sourceofsoftware | cpio -idum
* cd /opt/HORCM; ls -l  Check the contents, some files should be there
* cd /opt/HORCM; ls -l  Check the contents, some files should be there
 
* ln -s /opt/HORCM /HORCM Create a link from root directory to /opt/HORCM
* /HORCM/horcminstall.sh  Run the install script. Symbolix links in /usr/bin to HORCM commands are created.
* Add the UDP services to the /etc/services file
===Summary===
===Summary===
*Install software
*Install software


===Files===
/HORCM
/opt/HORCM


====Hardcopies====
====Hardcopies====
Line 22: Line 27:
  dr-xr-xr-x    4 root    sys            256 Oct 21 11:43 log1
  dr-xr-xr-x    4 root    sys            256 Oct 21 11:43 log1
  dr-xr-xr-x    3 root    sys            256 Oct 21 11:42 usr
  dr-xr-xr-x    3 root    sys            256 Oct 21 11:42 usr
horcm010        11010/udp      #RaidManager instance 0
horcm110        11110/udp      #RaidManager instance 1

Revision as of 11:01, 21 October 2010

Log

Install

  • cd /opt; mkdir HORCM
  • cat sourceofsoftware | cpio -idum
  • cd /opt/HORCM; ls -l Check the contents, some files should be there
  • ln -s /opt/HORCM /HORCM Create a link from root directory to /opt/HORCM
  • /HORCM/horcminstall.sh Run the install script. Symbolix links in /usr/bin to HORCM commands are created.
  • Add the UDP services to the /etc/services file

Summary

  • Install software

Files

/HORCM /opt/HORCM

Hardcopies

genius-ptsmah02(root)# cd /opt/HORCM
genius-ptsmah02(root)# ls -l
total 16
drwxrwxr-x    2 root     sys             256 Oct 21 11:43 .uds
dr-xr-xr-x    2 root     sys             256 Oct 21 11:43 etc
-r-xr--r--    1 root     sys            1129 Feb 17 2009  horcminstall.sh
-r-xr--r--    1 root     sys             988 Feb 17 2009  horcmuninstall.sh
dr-xr-xr-x    4 root     sys             256 Oct 21 11:43 log
dr-xr-xr-x    4 root     sys             256 Oct 21 11:43 log0
dr-xr-xr-x    4 root     sys             256 Oct 21 11:43 log1
dr-xr-xr-x    3 root     sys             256 Oct 21 11:42 usr
horcm010        11010/udp       #RaidManager instance 0
horcm110        11110/udp       #RaidManager instance 1