Orcallator in solaris servers


 
Thread Tools Search this Thread
Operating Systems Solaris Orcallator in solaris servers
# 1  
Old 12-08-2008
Orcallator in solaris servers

Hi,

Anybody know configuration/installation of orcalator (sic, orcallater) on unix environment?
Please share any document on orcalator.
If you have any procedure for orcalator please send me.
Already i read orcaware configuration.but it is not configuring.
Please do needful.It is very urgent.

thanks in Adv.
# 2  
Old 12-08-2008
If you mean orcallator, it is included in SETools.
Latest release including full source code is available on sourceforge.

Start with that article:
BigAdmin Feature Article: Monitoring System Performance With Orca, RRDtool, and the SE Toolkit
# 3  
Old 12-09-2008
Thanks for helping.

Already i tried with same configuration/installation procedure.
I am getting more more errors.
I don't know why it has coming like that...
If you have exact installation procedure?
Please share the documents.

Thanks a ton in Adv.

Last edited by Neo; 12-09-2008 at 06:12 AM.. Reason: typos
# 4  
Old 12-09-2008
It would help if you post:
  • What SEToolkit version you are using?
  • On what Solaris release?
  • What is the command you run that fails?
  • What are the errors it shows?

Last edited by Neo; 12-09-2008 at 06:11 AM.. Reason: Corrected typos (questions have question marks) - List
# 5  
Old 12-09-2008
Check it out here as well
OrcaWare Technologies - Home Page
# 6  
Old 12-10-2008
Hi,

1)we are useing SE tool kit (RICHPse-3.3.)
2)on solaris 10
3)when am install/configure dependencies ex: date:dumper,rrd tool,Storable....
below error messages are comming..
plz ckeck it.
----------------------------------------------------
#cd /export/arjun/
#cd Data-Dumper-2.121/
# perl Makefile.PL
Writing Makefile for Data:Smilieumper
# make
cc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -xarch=v8 -D_TS_ERRNO -xO3 -xspace -xildoff -DVERSION=\"2.121\" -DXS_VERSION=\"2.121\" -KPIC "-I/usr/perl5/5.8.4/lib/sun4-solaris-64int/CORE" Dumper.c
cc: unrecognized option `-KPIC'
cc: language ildoff not recognized
cc: Dumper.c: linker input file unused because linking not done
Running Mkbootstrap for Data:Smilieumper ()
chmod 644 Dumper.bs
rm -f blib/arch/auto/Data/Dumper/Dumper.so
LD_RUN_PATH="" cc -G Dumper.o -o blib/arch/auto/Data/Dumper/Dumper.so
cc: Dumper.o: No such file or directory
cc: no input files
make: *** [blib/arch/auto/Data/Dumper/Dumper.so] Error 1

-------------------------------------------------------------------------

# cd Digest-MD5-2.38/
# perl Makefile.PL
Perl's config says that U32 access must be aligned.
Writing Makefile for Digest::MD5
# make
cc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -xarch=v8 -D_TS_ERRNO -xO3 -xspace -xildoff -DVERSION=\"2.38\" -DXS_VERSION=\"2.38\" -KPIC "-I/usr/perl5/5.8.4/lib/sun4-solaris-64int/CORE" -DU32_ALIGNMENT_REQUIRED MD5.c
cc: unrecognized option `-KPIC'
cc: language ildoff not recognized
cc: MD5.c: linker input file unused because linking not done
Running Mkbootstrap for Digest::MD5 ()
chmod 644 MD5.bs
rm -f blib/arch/auto/Digest/MD5/MD5.so
LD_RUN_PATH="" cc -G MD5.o -o blib/arch/auto/Digest/MD5/MD5.so
cc: MD5.o: No such file or directory
cc: no input files
make: *** [blib/arch/auto/Digest/MD5/MD5.so] Error 1

--------------------------------------------------------------------------

# cd Storable-2.18/
# make
make: *** No rule to make target `/usr/perl5/lib/config.sh', needed by `/usr/perl5/lib/lib/Config.pm'. Stop.
# perl Makefile.PL
Writing Makefile for Storable

You appear to have a perl configured to use 64 bit integers in its scalar
variables. If you have existing data written with an earlier version of
Storable which this version of Storable refuses to load with a

Byte order is not compatible

error, then please read the section "64 bit data in perl 5.6.0 and 5.6.1"
in the Storable documentation for instructions on how to read your data.

(You can find the documentation at the end of Storable.pm in POD format)

# make
cc -c -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -xarch=v8 -D_TS_ERRNO -xO3 -xspace -xildoff -DVERSION=\"2.18\" -DXS_VERSION=\"2.18\" -KPIC "-I/usr/perl5/5.8.4/lib/sun4-solaris-64int/CORE" Storable.c
cc: unrecognized option `-KPIC'
cc: language ildoff not recognized
cc: Storable.c: linker input file unused because linking not done
Running Mkbootstrap for Storable ()
chmod 644 Storable.bs
rm -f blib/arch/auto/Storable/Storable.so
LD_RUN_PATH="" cc -G Storable.o -o blib/arch/auto/Storable/Storable.so
cc: Storable.o: No such file or directory
cc: no input files
make: *** [blib/arch/auto/Storable/Storable.so] Error 1

--------------------------------------------------------------------------

For rrdtool-1.3.4
output is(last20 lines)
checking for posix_fadvise... no

Libintl Processing
checking for locale.h... (cached) yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... no
checking for bindtextdomain in -lintl... yes
checking for ngettext in -lintl... yes
checking for dgettext in -lintl... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... no
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
found xgettext program is not GNU xgettext; ignore it
checking for intltool >= 0.35.0... 0.37.1 found
checking for xgettext... (cached) /usr/bin/xgettext
checking for msgmerge... no
checking for msgfmt... (cached) /usr/bin/msgfmt
configure: error: GNU gettext tools not found; required for intltool

------------------------

i installed intltool.
but still we are facing above prob.


Please check and let me.

Thanks in Adv.
# 7  
Old 12-10-2008
You have no problem with the SEToolkit / orcallator.se but with the Orcaware stuff.

I'm not sure why you need to compile anything but an obvious issue from your logs is you are missing a C compiler. You can download one from Sun Sun Studio C, C++ and Fortran Compilers and Tools and add it to your PATH. Alternatively, you might try to use the bundled gcc that is available under /usr/sfw/bin.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Ssh onto Solaris servers (which uses NIS)

Sys admin has provided me username and password and advised that solaris uses nis (and then I've been given hostnames). I've downloaded putty but it gives me authentication failure. Nothing special I have to do if its NIS authentication? (1 Reply)
Discussion started by: psychocandy
1 Replies

2. Solaris

Compare 2 Solaris 10 servers

Hi, I've two Solaris 10 installed with jumpstart about 3 month ago. Now, I need to compare the both servers to see if all the configurations, installed software and so on are identical. How to proceed? Should I check each file with diff or is it a quicker solution? Best regards, H. (2 Replies)
Discussion started by: hiddenshadow
2 Replies

3. IP Networking

Cant SSH Solaris servers

Hi all. Im working in a telco Environment and recently setup a new server. The other servers are a combination of Solaris + Linux machines. Using my new server , I can ping all other servers ( solaris + redhat linux ) but the issue lies where I try to ssh. I can only successfully ssh linux... (3 Replies)
Discussion started by: Junaid Subhani
3 Replies

4. Solaris

Backing up Solaris 10 servers

Got 5-6 Solaris 10 servers in remote location - power work being done. At the moment, we just back up the application database that these servers run with the idea that if it all goes wrong we can rebuild and then restore the application. However, requirement is to provide a complete backup... (3 Replies)
Discussion started by: paulfoel
3 Replies

5. UNIX for Dummies Questions & Answers

Is no LDAP unusual for 40+ solaris servers?

I am the new jr admin on a solaris team (2 people). We have over 40 solaris servers (v8 and v9) yet no LDAP to manage it all. Is this unusual? So, if we need to add a new user, we have to add him 40x. Thanks in advance ~R (1 Reply)
Discussion started by: abstractrick
1 Replies

6. Solaris

Audit in Solaris Servers.

Hi Friends I am a Solaries newbie and I am looking out for a software or command or config that can capture all commands run by all users on a server on a daily basis. I believe that this Audit is being done in almost all enterprises and would like to know how the same is done there. Any... (3 Replies)
Discussion started by: Hari_Ganesh
3 Replies

7. Solaris

Windows AD for Sun Solaris Servers

Hi All I have a few sun servers(5.9) on xyz.com domain. I have to integrate these servers with the Windows AD of another domain,say abc.com. My sun servers should use the AD of abc.com for user authentication. I am thinking of implementing NIS. But not too sure whether it will work. Can... (3 Replies)
Discussion started by: efunds
3 Replies

8. Solaris

comparing 2 Solaris servers

hello has anyone built a script that compares 2 Solaris servers? CPU, memory, swap, memory variables in /etc/system, Solaris version Could you please advise on how to make such a comparaison? thanks (9 Replies)
Discussion started by: melanie_pfefer
9 Replies

9. Shell Programming and Scripting

compare 2 Solaris servers

hello I want to compare settings on 2 servers. 1] what is the command to ssh on servers and execute commands such as prtconf | grep Memory uname -a 2] Do you have a built-in script that executes this service? thanks. (2 Replies)
Discussion started by: melanie_pfefer
2 Replies

10. UNIX for Dummies Questions & Answers

Print Servers compatible with Solaris

Does anyone have any advice on what print servers to use with Solaris I used to use intel but they dicontinued the model we used. I would just use lpadmin to set them up . Any advice on this would be very helpful. (2 Replies)
Discussion started by: xmildx
2 Replies
Login or Register to Ask a Question