Questions tagged [solaris]

Solaris is a commercial Unix operating system sold by Oracle, previously (before 2010) from Sun Microsystems. It can run on SPARC or x86 hardware.

Solaris is a Unix operating system originally developed by Sun Microsystems as a successor to SunOS. Oracle Solaris, as it is now known, has been owned by Oracle Corporation since Oracle's acquisition of Sun in January 2010. OpenSolaris (the open-source version of Solaris) was abandoned at that point.

Solaris is known for its scalability, especially on SPARC systems (), and for originating many innovative features such as DTrace, ZFS and Time Slider. Solaris supports SPARC-based and x86-based workstations and servers from Sun and other vendors.

Resources

2780 questions
1
vote
1 answer

Solaris 8-10: host2ip conversion problems

I have a very peculiar problem that I am working on. I have code compiled by an old compiler (gcc 2.95 or older) on solaris 8/sparc platform. It runs fine on solaris 8/sparc but crashes on solaris 10/sparc. (solaris 10 is supposedly backward…
IDK
  • 178
  • 8
1
vote
0 answers

Juniper Steel Belted Radius SBR JDBC Connection String

i have a maybe simple question but i need help there is a Radius server that needs to be connected to mysql database using jdbc driver but I didn't get the connection string right what i did is…
skuli434
  • 77
  • 1
  • 1
  • 9
1
vote
1 answer

How to access file system of windows from war solaris server?

I need to access file system or path a txt file of windows from solaris server. I have a deployment .war into server weblogic solaris, but I don't ability for get out txt file from server to client, in this case windows system or whatever…
hekomobile
  • 1,388
  • 1
  • 14
  • 35
1
vote
1 answer

Porting a shell script from Solaris to Linux

This should be pretty straightforward, but am not sure what it is complaining about. type=${1-"-Debug"}; version=${2-"-0"}; echo "We are going to be building eValuate in build mode: " $type if [[ $version = -1 ]] then echo "We are going to be…
roymustang86
  • 8,054
  • 22
  • 70
  • 101
1
vote
4 answers

Getting the index of the substring on solaris

How can I find the index of a substring which matches a regular expression on solaris10?
Markus
  • 3,547
  • 10
  • 39
  • 55
1
vote
1 answer

Compiling DBD::mysql on SunOS 5.10

everybody I apologize for the massive length of this post. I am having some issues compiling DBD::mysql on SunOS. # /usr/perl5/bin/perlgcc Makefile.PL I will use the following settings for compiling and testing: cflags (mysql_config) =…
Andy Thompson
  • 284
  • 1
  • 3
  • 21
1
vote
2 answers

How to collect directory listing along with each file CRC checksum?

I use the following command to get dir listing in nix(Linux, AIX, Sunos, HPUX) platforms Command ls -latr Ouput drwxr-xr-x 2 ricky support 4096 Aug 29 11:59 lib -rwxrwxrwx 1 ricky support 924 Aug 29 12:00 initservice.sh cksum command is…
user801116
1
vote
0 answers

Error of start of hadoop of the program:PriviledgedActionException

I wrote following program using namespace std; #include "hadoop/Pipes.hh" #include "hadoop/TemplateFactory.hh" #include "hadoop/StringUtils.hh" #include "libpq-fe.h" extern "C" { #include "traverser.h" } class IndexMap:public…
dva
  • 47
  • 1
  • 1
  • 6
1
vote
1 answer

ncurses libraries not found

I'm currently trying to install CPM a password management tool on Solaris 11 x86. After the installation of all the required dependencies I'm stuck at the configuration of CPM. My current ncurses version is 5.9. I tried to run this…
Nenzo
  • 135
  • 3
  • 13
1
vote
2 answers

How can I manage use of a shared resource used by several Perl programs?

I am looking for a good way to manage the access to an external FTP server from various programs on a single server. Currently I am working with a lock file, so that only one process can use the ftp server at a time. What would be a good way to…
weismat
  • 7,195
  • 3
  • 43
  • 58
1
vote
4 answers

limiting number of concurrent processes in a bash script

I am trying to use a bash script to do several jobs in parallel. The jobs are memory intensive so I need to control the number that launch at a time. What I have is below, and it broadly works, but sometimes the delay loop is unaware of a job that…
camelccc
  • 2,847
  • 8
  • 26
  • 52
1
vote
1 answer

Is it possible to write a QT C++ project on an Intel machine that produces a binary for Solaris SPARC?

Is it possible to write a C++ application on Intel that produces an executable binary for Solaris SPARC architecture using QT? I have downloaded QT 4.7.4 and opened some of the demo projects like "Address Book Example" and performed a build /…
user1068636
  • 1,871
  • 7
  • 33
  • 57
1
vote
1 answer

SWT Multiple Monitor Support on Solaris?

I am writing an application in Java using SWT. On our Solaris machines, we have multiple monitor setups, but they are treated in isolation by the operating system. This means I can't open the application and drag it to another monitor. The…
ARF
  • 110
  • 1
  • 6
1
vote
1 answer

connecting to sybase DB in perl without DBI

I have tried the following script to connect to the DB. This way works in oracle,but i am not sure why it is not working for Sybase. #!/usr/bin/perl use strict; use warnings; my $result = qx { isql -Uxx -Pxxxxxxx -Dxxxxx <
Vijay
  • 65,327
  • 90
  • 227
  • 319
1
vote
3 answers

Make a Simple Pie Graph using Bash Shell Script

Below is my Bash Shell Script from which I am executing my two Hive SQL Queries which is working fine. And I am calculating Error Percentage in this Bash Shell Script. #!/bin/bash QUERY1=`hive -e " set mapred.job.queue.name=hdmi-technology; SELECT…
arsenal
  • 23,366
  • 85
  • 225
  • 331