SunOS is a version of the Unix operating system developed by Sun Microsystems for their workstation and server computer systems. The SunOS name is usually only used to refer to versions 1.0 to 4.1.4 of SunOS. These versions were based on BSD, while SunOS version 5.0 and later are based on UNIX ...
2
votes
1answer
27 views
Recursively find and replace strings in SunOS 5.10
What would be a UNIX command for recursively finding and replacing strings in text files on a SunOS 5.10 machine?
Ex:
I want to replace a string SIR01111 with SIR02222 in files from my current ...
-1
votes
0answers
30 views
Sun Solaris ARC values as specified in /etc/system are ignored by ZFS [closed]
Question: Why does the ZFS file data exceed the ARC values as specified in /etc/system, according to the values the ZFS File data should not exceed 20%. Anyone can explain this behavior, or did I ...
0
votes
1answer
24 views
scp recursively directories on SunOS
I have encountered a small issue with SCP(and also rsync). I need to copy certain files from server A(running SunOS 5.8) to server B(running SunOS 5.10).
First, I get the list of files(several ...
0
votes
2answers
92 views
Run time error in C program in ubuntu. But executed in well SunOS
I executed the below C program which prints a the primes below the given N (N < 4294967295). It went fine when executed in SunOS, but I'm getting Segmentation fault (core dumped) when running in ...
0
votes
0answers
25 views
Error message while running statically linked OCCI application on 11G
Till recently we used RogueWave classes to connect to Oracle database both 10G and 11G server. So we used to do a build on 10.2.0.4 client and then use that same build with 10.2.0.4 as well as ...
0
votes
2answers
145 views
Display filename and match in grep
How to get the filename and matching line in grep output?
Something like,
<filename> <match line>
Os version: SunOS 5.10
0
votes
0answers
31 views
How to check JVM total HeapSzie and currentFreeHeapSize on SunOs?
I tried jstat, jps -lvm. Nothing worked. Tried to find commands on Oracle site nothing helped me out. I am looking for information from particular JVM like below.
HeapFreeCurrent=13739632
...
1
vote
2answers
106 views
delete all the files having similar pattern whose date is less than particular date
I am trying to delete files from the Unix directory which starts with EXPORT_v1x0 and whose date is less than 2013-01-25 (Jan 25th 2013). I can delete the files one by one but it will take few days ...
0
votes
0answers
34 views
Websphere 7 application needs to be deployed more than once to work on SunOS
I have an ear file for my work, when installing the ear file on on WAS7 / SunOS it gets installed successfully and when trying to access the app i get a blank page, after reinstalling the app 2-3 ...
2
votes
2answers
379 views
High CPU usage by a query in oracle
I have a query like this...
SELECT cust_num, year,credit_cust FROM
(SELECT cust_num, year,credit_cust,
ROW_NUMBER () OVER(PARTITION BY cust_num, year ORDER BY credit_cust DESC) rnk
FROM credit_cust ...
1
vote
6answers
481 views
Unix command to remove everything after first column
I have a text file in which I have something like this-
10.2.57.44 56538154 3028
120.149.20.197 28909678 3166
10.90.158.161 869126135 6025
In that text file, I have around 1,000,000 ...
0
votes
0answers
58 views
cscope is not woking
I am woking on SunOS 5.10. I want to use cscope to browse the Linux kernel source code.
I run cscope command in the Linux kernel source's parent directory, it throws the following error,
cscope: no ...
0
votes
1answer
276 views
using egrep for regular expression check on String
I have to validate a String against a regular expression for a date format YYYYMMddhhmmss.
I have tested the below code:
temp=echo $file_timestamp | egrep ...
2
votes
1answer
71 views
Program without mpi instrucions is extremely slow in mpirun
I'm writing now a program to study MPI. Okay, I'd write a program that multiplies square matrices.
long **multiplyMatrices(long **matrix1, long **matrix2, long capacity)
{
long **resultMatrix = ...
-1
votes
2answers
56 views
Getting the Java Version I want in a SunOS account [closed]
I have an account on a Unix server. I can't get it to point to the version of Java I want when I am in BASH.
The version of Unix is:
SunOS 5.10 Generic January 2005
This is what I have in my ...
3
votes
0answers
147 views
I want to find average memory usage over time in solaris from vmstat log [closed]
Are you aware of any application like this http://www.michenux.net/vmstax/ which gives average memory usage. I want to get some application which can process the log file and give me the average ...
2
votes
2answers
730 views
Java Mail: NoClassDefFoundError: javax/activation/DataSource
I wrote a small Java command line program to test sending emails from a remote server. I'm getting the dreaded "NoClassDefFoundError" and I can't figure out why.
The server is running:
SunOS 5.10 ...
1
vote
1answer
69 views
read access to the ROOT/ parent dir in tomcat on Solaris
I'm running tomcat7 on SunOS 5.10 and I'm developping a webapp under the webapp/ROOT/ directory.
I'm trying, within the app, to see if the webapp/foo directory is there:
String invpath = ...
0
votes
1answer
94 views
Compiling LAPACK on Solaris
I'm following the suggestions on Python scipy needs BLAS? to install scipy locally to my home directory on SunOS (5.10 Generic_147440-12 sun4u sparc SUNW,Sun-Fire-V440). But although I have Python 2.7 ...
0
votes
1answer
119 views
find command with newer option does not work at milliseconds level
I have created 3 files in SunOS, 2 of which have creation time varying in milliseconds. The 3rd file varying by a second. find <path> -newer does not seem to take milliseconds into ...
0
votes
3answers
1k views
how to get process id attached with particular port in sunos
I am trying to get processes attached with a port 7085 on SunOS. i tried following commands.
netstat -ntlp | grep 7085 didn't return anything
netstat -anop | grep 7085 tried this one also. This ...
0
votes
0answers
57 views
Mysql for Python installation
When I install mysql for python, i am getting the below error. Can someone help on this ?
/PYINSTALL/MySQL-python-1.2.4b5]: python setup.py install
ld.so.1: python: fatal: relocation error: file ...
0
votes
1answer
60 views
How to install mysqli on SunOS
I'm doing a school project using Drupal; and the school give us a SunOS server to use. the detailed information after "uname -a" is:
SunOS SERVER-NAME 5.10 Generic_141414-07 sun4v sparc ...
0
votes
1answer
183 views
Sun OS 5.10: Bash: Colors and Directory Listings
I'm on a Windows XP box. I'm using putty 0.60 to access a unix account on a server running SunOS 5.10. In my .profile file I have the command "bash" to put me into that shell upon logging in.
I ...
0
votes
1answer
115 views
Ignore spaces in Solaris 'find' output
I am trying to remove all empty files that are older than 2 days. Also I am ignoring hidden files, starting with dot. I am doing it with this code:
find /u01/ -type f -size 0 -print -mtime +2 | grep ...
1
vote
1answer
312 views
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 ...
0
votes
0answers
62 views
Swapping Behaviour of Win and Alt key in Solaris 10 CDE
I'm using a PC keyboard on Solaris 10 Machine running Common Desktop Environment (CDE). My default keyboard mappings are
Win-Key => Meta
Alt-Key => Alt
which is very frustrating to use in Emacs ...
0
votes
1answer
134 views
How to show a graph in an email body
This is my HTML file below which draws a graph. When I am opening my HTML file using IE/Firefox/Chrome, I can see my graph properly.
I need to send this graph within an email body. When I try to use ...
0
votes
2answers
1k views
Sending html email using mailx [closed]
I am trying to send the output of an html file in an email using mailx command. But whenever I try using the below command, I always get one below error. Something wrong in my syntax?
bash-3.00$ ...
3
votes
4answers
341 views
Searching a particular string pattern out of 10000 files in parallel
Problem Statement:-
I need to search a particular String Pattern in around 10000 files and find the records in the files which contains that particular pattern. I can use grep here, but it is taking ...
1
vote
2answers
343 views
Stopping the shell script if any of the query gets failed
Below is my shell script from which I am trying to invoke few hive SQL queries which is working fine.
#!/bin/bash
DATE_YEST_FORMAT1=`perl -e 'use POSIX qw(strftime); print strftime ...
3
votes
1answer
649 views
Send the output of html file within the email body
I have an html file under /tmp folder as chart.html file which will have the output like below image when you open that html file
I have a shell script that I am using to send the chart.html file ...
0
votes
2answers
566 views
sh -x vs bash -x while running shell script
Below is my shell script which I am using to create a PIE Graph.
#! /bin/bash
TEMP=$(mktemp -t chart.html)
QUERY1=36
QUERY2=64
cat > $TEMP <<EOF
<html>
<head>
<!--Load ...
0
votes
2answers
1k views
uuencode doesn't work properly for attaching files with my below command
I am trying to attach one file and send few echo messages in the Body of an email using mailx and uuencode. I have below command which I have added them together, and uuencode doesn't work properly ...
0
votes
2answers
467 views
Attach one html file in an email using shell script
I am sending an email by using below commands by combining all the output and sending in one email. It works fine for me.
mailx -s "LIP Data Quality Report for $DATE_YEST_FORMAT1" -r rj@host.com ...
0
votes
3answers
2k views
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 "
...
0
votes
2answers
2k views
new line in shell script
I have the below command in my shell script to send all the four echo statements in one email
{
echo "Data Successfully loaded into LIP table"
echo "Total Items Purchased: `echo $QUERY1 | awk '{print ...
0
votes
1answer
607 views
How to find out a clients' IP Adress and username which connected to a SunOS server [closed]
I have Shell script on [SunOS 5.10] and I want to log the user name and IPs who wants to run this script. I do not mean the authenticated username. Let me explain my case with an example.
1- I have a ...
1
vote
1answer
128 views
Subject Name not showing in my email using mail command
I am using mail command to send an email. It works fine.
echo "Ignore this email" | mail -s "Test Data" DL-host-PD-WAS-TT_Emp@corp.host.com
But the only confusion I have is, in my email I didn't ...
2
votes
4answers
2k views
Get Yesterday's date in solaris
I am running SunOS.
bash-3.00$ uname -a
SunOS lvsaishdc3in0001 5.10 Generic_142901-02 i86pc i386 i86pc
I need to find Yesterday's date in linux with the proper formatting passed from command ...
1
vote
2answers
830 views
Combine files in one
Currently I am in this directory-
/data/real/test
When I do ls -lt at the command prompt. I get like below something-
REALTIME_235000.dat.gz
REALTIME_234800.dat.gz
REALTIME_234600.dat.gz
...
0
votes
1answer
65 views
UNIX open multiple windows and pass login/password
Straight to the point; I'd like to create a script in UNIX to open two windows at a specific location on the screen, enter in username and password (which would be given by the user as an argument) ...
0
votes
2answers
1k views
Is there any way to find the list of Oracle DB installed in a UNIX server? [closed]
I know there are Oracle DB installed in my UNIX server, is there any way to get those db names?
I'm using Sun OS.
3
votes
2answers
178 views
“tail -f” makes disk full?
our application server (sunOS) always gets disk full. and our Infrastructure team said it's caused by too many "tail -f" processes. Because the app rotates log file frequently, it caused the dead link ...
4
votes
2answers
776 views
Solaris and Java contiguous memory clarification needed
Background:
We have a vendor-supplied Java application that has a somewhat large Java Heap. Without going into too much info, the app is a black box to us, yet we feel we need to take it upon ...
1
vote
2answers
1k views
How can I check if the Operating System is Sun Os or Unix or Solaris from by bashrc
I want to know, how can we check in the bashrc file, what operating system is it?
2
votes
2answers
201 views
Unnamed namespace and iostream result in “!= being illegal operation”
#include <functional>
#include <iostream>
struct A {
friend bool operator==( const A & a, const A & b ){
return true;
}
};
namespace {
bool operator!=( const ...
0
votes
3answers
322 views
Upgrade from Oracle 9.0 to Oracle 10.0 SunOS, fatal: libclntsh.so.9.0: open failed
We upgraded our DB Server from Oracle 9.0 to Oracle 10.0 under SunOS, but there is something wrong with linkage, since a lot of application stop working with libclntsh.so.9.0 error.
ldd sqlplus
...
1
vote
2answers
453 views
How to extract version from tnsping output in AIX,SUNOS,LINUX and HPUX
I want to fetch 10.2.0.4.0 from tnsping output in AIX, so i wrote tnsping tucson | grep Version | awk '{print $9}' but sometimes in other platforms like LINUX the column varies so I cannot use {print ...
0
votes
3answers
718 views
What is wrong with my shell script in SunOS, runs fine on other linux flavours
Please can someone identify what is the problem in my shell script, it works fine on other Linux systems except on Sunos below is my output
drifter% cat run.sh
#!/bin/sh -x
if [ ! $JAVA_HOME ] || [ ...

