Jump to content

Solaris install of client


Recommended Posts

It would be nice if the Solaris installer package would install the client according to normal procedures, i.e. the startup script should be placed in /etc/init.d and a link to it should be put in the rc directory. As it is the actual script is placed in the rc directory.

 

Any comments?

Link to comment
Share on other sites

  • 3 weeks later...

There is a little more work to do w/ the RedHat and Solaris clients. On my clients, I have to do the following after doing the pkgadd or rpm:

 

1) Solaris 9 requires a pair of symlinks:

ln -s /usr/sfw/lib/libglib-1.2.so.0 /usr/lib

ln -s /usr/sfw/lib/libgthread-1.2.so.0 /usr/lib

 

2) #!/bin/sh needs to be added to /usr/local/dantz/client/rcl

 

3) Symlinks need to be added to make the startup script conform to the rest of the box:

ln -s /usr/local/dantz/client/rcl /etc/init.d/retroclient

ln -s /etc/init.d/retroclient /etc/rc3.d/S99retroclient

 

I passed this back to EMC/Dantz-- hopefully these chgs will make it on the next client release.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...