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
4 answers

Solaris find command's print options

I am running the following command on cygwin $ find . -printf "%p %m %s \n" | sort -n and the output is below... ./.metadata/.log 700 17247 ./.metadata/.mylyn 700 0 ./.metadata/.mylyn/repositories.xml.zip 700 423 ./.metadata/.mylyn/tasks.xml.zip…
yepeesteve
  • 13
  • 2
1
vote
1 answer

Why does SunOS say it can't execute this KornShell script?

I have a KornShell (ksh) script in Server A that will run a script in ServerB. #!/bin/ksh/ ssh user@server "/path/script.sh" The script permissions are as follow: -rwxrwxrwx 1 user dba 75 Jun 11 10:00 script.sh I checked…
Rhyuk
  • 163
  • 2
  • 17
1
vote
2 answers

Error When Trying to Install DBD::Oracle with CPANM

Okay, so I was trying to install a combination of the CGI module, DBI module, and DBD::Oracle driver using CPANM on a 64bit Solaris 11 machine with an Oracle11g database. I installed that latest version of Perl using Perlbrew, updated CPANM, and…
This 0ne Pr0grammer
  • 2,632
  • 14
  • 57
  • 81
1
vote
1 answer

Installing DBI module and DBD::Oracle Driver Using CPANM

So based on instructions I was given on stackoverflow, I was attempting to install a new version of Perl on my 64 bit Solaris virtual machine using perlbrew, in order to ultimately install 'cpanm' and install the CGI and DBI modules, as well as the…
This 0ne Pr0grammer
  • 2,632
  • 14
  • 57
  • 81
1
vote
1 answer

Trouble Installing New Version of Perl Using Perlbrew

So based on instructions I was given on stackoverflow, I was attempting to install a new version of Perl on my 64 bit Solaris virtual machine using perlbrew, in order to ultimately install 'cpanm' and install the CGI and DBI modules, as well as the…
This 0ne Pr0grammer
  • 2,632
  • 14
  • 57
  • 81
1
vote
1 answer

gdb automatically steps into inline functions

I'm debugging a running program with gdb 6.6 on solaris, and noticed that sometimes gdb steps into (inline) functions, even though I issued a next command. My development host was recently reinstalled with a slightly newer build of solaris 10, and I…
user826955
  • 3,137
  • 2
  • 30
  • 71
1
vote
3 answers

Installing CGI, DBI and DBD::Oracle with Solaris 11 64-bit

I tried to install CGI, DBI and DBD::Oracle and drivers in a 64-bit Solaris environment, but to little avail. The number of errors I have encountered is mind-boggling and the number of workaround solutions I have tried - from changing environment…
This 0ne Pr0grammer
  • 2,632
  • 14
  • 57
  • 81
1
vote
1 answer

solaris library in windows

We have got a solaris shared object(.so) compiled using sun studio creator[Sun C++ 5.10] (no access to source code). I have to develop c++ application based on that solaris library in windows using ide's eclipse cdt/visual…
srinivasan
  • 823
  • 1
  • 8
  • 14
1
vote
1 answer

Heap Dump On Java 1.4.1

is there anyway that I can take a heap dump using java 1.4.1 on Solaris 9? I'm using a very old application server and java version and would like to take a heap dump. I'm gonna use it on production so hprof may not be an option. Is there any tools…
grassbl8d
  • 2,089
  • 4
  • 24
  • 34
1
vote
4 answers

Return iNode usage in Solaris

I am working to create a shell script to return iNode usage from a Solaris box. The command I use to run is: df -F ufs -o i, and say the output is: Filesystem iused ifree %iused Mounted on /dev/dsk/c1t0d0s1 248503…
Madean
  • 129
  • 1
  • 2
  • 9
1
vote
0 answers

Installation of java 1.6.31 on a sun solaris 8

I have installed java 1.6.0.31 on a Solaris 8 Sparc but when I enter the command : Ingres > java -jar Monitor.jar c Exception in thread "main" java.lang.StackOverflowError at sun.font.FontManager.getDefaultPhysicalFont (Unknown Source) at…
user461487
1
vote
1 answer

How to run script continously in background without using crontab

I have a small script that checks certain condition continously and as soon as that condition is met the program should execute. Can this be done. I thought of using crontab where script runs every 5 min but now I want that to be done without…
Atul
  • 33
  • 1
  • 2
  • 6
1
vote
1 answer

Failed to compile openssl-1.0.0g with no-cipher option under Solaris 9, 10

I'm trying to compile oepnssl-1.0.0g with no- option under Solaris 9 and 10. But I have encountered the below trouble, and it may be not successfully build. Please tell me how I should do. + /bin/bash ./Configure solaris64-sparcv9-cc …
bobyt
  • 13
  • 4
1
vote
3 answers

Where is user-private temporary storage on various platforms?

I need to create a directory full of data files. These files are are temporary, user-private files. While the files are temporary, and it's ok if they are deleted by the system, there's a lot of them and I'd like to reuse them if I can. …
Drew
  • 521
  • 3
  • 17
1
vote
1 answer

Validate the user name in Unix/Solaris

Is there any C API for validating user name ? I am taking input of user_name which might not be present at that point in time. Since the user name needs to follow POSIX rules, is there any C API which can do the validation?
Arpit
  • 4,259
  • 10
  • 38
  • 43
1 2 3
99
100