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
-1
votes
1 answer

Changing the redirected path while script is running

I have a bash script which always giving output where I have it redirected to a file, what i'm trying to do is to rotate the redirected file, below is where i start the original script and redirect it: . somecode . su - username -c "command >>…
-1
votes
1 answer

Pexpect.spawn ssh and cron (Solaris)

I am having problems using cron to run a pexpect script on Solaris 10 that will ssh to other devices. The devices I am connecting to are networking elements which will accept ssh connections using user/pass (but I cannot reconfigure them). I have…
weldja
  • 1
-1
votes
1 answer

solaris10 stat command not found but works in perl

I was reading a page about the performance of delete operation on thousands of files and it mentions the command below perl -e 'for(<*>){((stat)[9]<(unlink))}' Could anyone explain me why I have a 'command not found' while calling command 'stat'…
-1
votes
1 answer

In hudson job builds, how do i change to other users?

I try using su - user from the execute shell. But it doesn't seen to work. Any advise?
dfd
  • 1
-1
votes
1 answer

free() returns SIGSEGV randomly on a sparse zone of solaris 10. Why?

I am working on a open source tool "zabbix" and it works very fine on RHEL/ Global Zone of Solaris 10. But the problem seems confusing when I try to run this tool on a sparse zone of Solaris 10. On the sparse zone, the tool works sometimes and…
Rohit
  • 604
  • 1
  • 10
  • 25
-1
votes
1 answer

SHA-2 and Solaris 10 u8 compatibility

I'm doing a deployment and have some questions about SHA-2 and Solaris 10 u8 server. Is SHA-2 compatible with Solaris 10 u8 64 bit? If not, why? Is there a Solaris patch that would allow SHA-2? What steps should be taken?
-1
votes
1 answer

Find not working as expected in Solaris 10

find / ! -path "/home" -name "*thing*" Gives: find: bad option -path find: [-H | -L] path-list predicate-list It seems like some options in find in Solaris 10 don't behave like they do on Linux. For example, to negate something, I need to do "!"…
Jazcash
  • 3,145
  • 2
  • 31
  • 46
-1
votes
1 answer

Calling external application from JAVA in solaris

I want to call a c executable application from my java code. I found a solution as I can use : String[] arg = new String[] {"cmd","/c","add"}; Process p = Runtime.getRuntime().exec(arg); But this is only working on the windows environment. I want…
Pratik
  • 109
  • 1
  • 5
  • 14
-1
votes
1 answer

Samba share issue

I'm working on a samba share solution, but I'm facing an issue. I have a RHEL server with a NFS shared folder mounted on a Solaris 10 server; everything's working at this step. Then, I share with samba this same folder to be able to have a read-only…
Quentin
  • 9
  • 1
  • 6
-1
votes
1 answer

activate jre7 on solaris 10

I installed jre7 on solaris 10 at the location /usr/jre7. jdk1.5 and jre is already there at /usr/java I want jre7 to run instead of jre5. how can I do that? and also how do I find out which version of jre is currently active? my questions: 1) How…
Abi
  • 1,335
  • 2
  • 15
  • 28
-1
votes
1 answer

is it possible to create a graph by shell script

i want to create a graph file using shell script. For example, i want to make graph of sar output of my system. sar 1 10 05:36:32 AM CPU %user %nice %system %iowait %steal %idle 05:36:33 AM all 0.00 0.00 …
-2
votes
1 answer

how to delete 4 day file and folder using bash script in solaris

find /home/bash/logs/ -type d -name "logs*" -mtime 0 -exec rm -rv {} \; find /home/bash/fcubs/ -name 'logs*' -mtime 4 -daystart -delete This is for Oracle Linux i need for solaris thanks in advance
-2
votes
1 answer

How can I create a Docker image for Solaris+Java (With JAVA_HOME)?

I've tried though, but seems docker isn't supported yet. Still if any ways of doing so is available, let me know.
-2
votes
1 answer

can anyone tell how to run udp client server program in sunsolaris system?

program has no errors but i am unable to execute the prog it is showing segmentation fault can anyone tell the syntax for executing the client server program in linux and sun sorlaris also.
balaji
  • 41
  • 2
  • 5
-2
votes
3 answers

Unix : File DateFormat

acdbaqa@qaca010z:/tmp/joelj> ls -lrt hl.sh -rwxrwxrwx 1 acdbaqa acdba 2210 Jul 13 20:07 hl.sh how to I convert the date format of any files to YYYYMMDD:HHSS
John Joel
  • 15
  • 1
  • 4
1 2 3
22
23