Questions tagged [solaris-10]

Solaris 10 is a release of Solaris OS that supports multiple architectures and has native virtualization tools

Known as Oracle Solaris 10, it was launched in 2005 and is the first release to include x86-64 (AMD64/Intel 64) support, Solaris Zones (virtualization) and Dynamic Trace tool (DTrace).

336 questions
0
votes
1 answer

Weblogic hangs after request is processed by application at DynaQueue.getW

On a Weblogic 12c / Solaris 10 production system, the time to process a request is about 5 sec. The time taken by the application itself deployed on Weblogic is less than 200ms and after that the executing thread is blocked for 5 sec in weblogic…
yannic
  • 11
  • 2
0
votes
2 answers

On Solaris continous memory allocation doesn't reduced image size

I have written one test program on Solaris sparc server and compiled it using Sun Studio #include using namespace std; int main() { const int size = 9999; char *ptr[size]; while(1) { for(int i = 0; i < size;…
anonymous
  • 1,920
  • 2
  • 20
  • 30
0
votes
2 answers

64 bit compilation using g++ on Solaris10

I am trying to compile one test cpp code using shared installation of g++ on Solaris10 but it is compiling in 32 bit mode only. /tools/gnu/bin/g++ -v Reading specs from /tools/gnu/lib/gcc-lib/sparc-sun-solaris2.7/2.95.2/specs gcc version 2.95.2…
anonymous
  • 1,920
  • 2
  • 20
  • 30
0
votes
1 answer

Openfire xmpp server and Spectrum 2 IM Solaris and Linux

I was wondering if it is possible to run Openfire and Spectrum 2 IM on a Solaris machine . I have not been able to compile the code for Spectrum but I wanted to know if anyone knew if running Spectrum IM on solaris 10 is feasible. If it cannot run…
0
votes
1 answer

Solaris 10 : Too many Virtual CPU's : Physical CPU load never exceeds 3.2%

I'm on a Solaris 10 machines with the following characteristics. uname -a SunOS ********* 5.10 Generic_137111-07 sun4v sparc SUNW,SPARC-Enterprise-T5220 psrinfo -pv The physical processor has 32 virtual processors (0-31) UltraSPARC-T2 (cpuid 0…
carbontracking
  • 1,029
  • 4
  • 17
  • 33
0
votes
1 answer

How can I ensure a transfer is done in binary mode using the cadaver command-line tool for WebDAV upload?

I'm doing a transfer of a tar.gz file to a client WebDAV server. I want to ensure that the transfer is done in binary mode, i.e. like the "bin" option in ftp. The man command doesn't indicate anything about the default transfer mode. Can anyone…
carbontracking
  • 1,029
  • 4
  • 17
  • 33
0
votes
1 answer

Problem compiling nginx on Solaris 10

My setup as below # export PATH=/usr/sbin:/usr/bin:/usr/local/bin:/usr/sfw/bin:/usr/ccs/bin # ./configure --prefix=/usr/local/nginx --user=webservd --group=webservd --with-http_stub_status_module --with-openssl=/usr/local/ssl/bin/openssl…
conandor
  • 3,637
  • 6
  • 29
  • 36
0
votes
2 answers

Cassandra on Solaris 10 64-bit crashing with Unsafe_GetLong

I'm trying to start up a Cassandra node on a Solaris 10 server, but every time I try to create a new column family the JVM ends up crashing with "V [libjvm.so+0x976c08] Unsafe_GetLong+0x120" as the problematic frame. I'm using JRE version:…
Justin
  • 1
  • 2
0
votes
1 answer

Unable to build Qt 5.0 on Solaris 10

I am currently working on a cross platform project in Qt. I am currently developing on Linux (Mint x64) but need to deploy parts of the project to a Solaris 10 server. I have been trying to build Qt5.0.1 on solaris now for about 3 days with little…
Ed Mackenzie
  • 679
  • 6
  • 16
0
votes
1 answer

Python NGROUPS_MAX staying at 16 for Solaris

I am trying to increase the amount of groups Python allows for its processes. I have applied Solaris' 144501 patch to the operating system for it to allow more users, and after running getconf NGROUPS_MAX it returns 1024. Unfortunately, Python is…
user40330
0
votes
1 answer

Is there a way to find out which core each thread of an app is binding to?

Say, a multi-threading app runs on a 8-core Solaris. Is there a way to list the mapping between each thread and core #? Thanks,
CCNA
  • 388
  • 7
  • 17
0
votes
1 answer

boost library semaphores on solaris

I was using boost semaphores in RHEL and currently i'm porting the code to solaris 10. I ran into a strange issue that boost semaphores are not working properly. I have created anonymous semaphores using example on boost's website. The semaphores…
bikram990
  • 1,085
  • 1
  • 14
  • 36
0
votes
1 answer

compile/install gcc 4.1.2 on solaris 10 having gcc 3.4.3 already

I'm facing some issues on compiling gcc on solaris 10. I downloaded the source code from "ftp://ftp.gwdg.de/pub/misc/gcc/releases/gcc-4.1.2/" and tried to compile it, by using configure and then make. But the make stops at line mentioned…
bikram990
  • 1,085
  • 1
  • 14
  • 36
0
votes
0 answers

GUI is not opening after Oracle solaris x86 installation

I'm Installing oracle Solaris 86x64 operating system in my PC. it was complete installation without any errors. In the final step of the installation the GUI window is not opening. If I restart the PC it is booting and Not able to go beyond the…
0
votes
1 answer

Is there any AIX/Win equivalent command to Solaris pmap?

I am working on memory management in different OS like AIX, Win and Unix. The pmap command works fine for Solaris but I can't able to find the similar command for AIX. Is pmap works in AIX or is there any similar command ?
Amit Nagar
  • 261
  • 3
  • 4
  • 14