Hello,
I've got got a question. As an output from the 'top' program I have a following line:
"Memory: 512M real, 21M free, 1014M swap in use, 344M swap free"
How can I check, where almost 500MB memory has gone?
Can I check which process use it?
On this computer I've got some Tibco...
Hello,
When I wanted to stop my oracle instance, I got following error:
SVRMGR> shutdown
ORA-00604: error occurred at recursive SQL level 2
ORA-04031: unable to allocate 4200 bytes of shared memory ("shared pool","TRIGGER$","sga heap","state objects")...
hello,
Yes, that's right, the first script is in background.
When I start it normally (in foreground I mean), Ctrl+C kills everything.
But the problem is I need them to be run in background, becuse they are java classes, and they "lock" terminal.
Best regards
Tomasz
Hello,
So, the first script is like this (mb_start.sh):
#!/bin/ksh
clear
/usr/storck/mb/bin/mb_bank > /usr/storck/mb/log/mb_bank_output.log &
The second one, mb_bank:
/usr/tibco/mb/bin/mbengine.sh -repourl tibcr://TestBAPI:service=7500:network=IP:daemon=tcp:IP:7500 -transformation TransName...
Hello,
I've got a question.
I'm using Solaris 7.
I'm starting a script, which starts another one, which starts the last one. When I kill the first script the both two are still working.
How can I kill them all?
Thanks
Tomasz
Hello,
I'm starting them and I'm redirecting the output to log file.
How can I save the PID during start?
All this is done under Solaris 7.
Thanks
Tomasz
Hello,
I will explain it better:
I've got some sapAdapters. Each one is started by the same program but has different configuration file.
For example full path is this:
/usr/tibco/sap/bin/r3Adapter -system:repourl...
Hello,
I've got a question:
How to get the working directory for a process?
I mean when I do: ps -ef | grep MyProcess
I'm getting whole description and CMD info. But the CMD is very short and when I start next MyProcess I don't know which one is first which is second.
In CMD I've got something...
Hello,
I'm affraid it is very easy thing but I couldn't find how to do it.
I have a user MyUser. How can I give him DBA rights for database?
Thanks a lot.
Tomasz
Hello,
I've got a problem. I've got a Web Application with servlets. I would like these servlets to take and store attributes and values somewhere. I mean, I've got a connection to SAP, I read the data and display page. When I click actualise, the connection is made again but when I go to other...
Hello,
I've got a script for starting db instance on Solaris 7 startup. But there is an error in it. Could You tell if the script is ok?
Here it is:
#!/bin/ksh -
#script for Oracle
ORACLE_SID=myDB
export ORACLE_SID
su -o oracle -c svrmgrl <<EOF
connect internal
startup
EOF
Thanks
Tomasz
Hello,
I've got a script for starting db instance on Solaris 7 startup. But there is an error in it. Could You tell if the script is ok?
Here it is:
#!/bin/ksh -
#script for Oracle
ORACLE_SID=myDB
export ORACLE_SID
su -o oracle -c svrmgrl <<EOF
connect internal
startup
EOF
Thanks
Tomasz
hello,
So it's better to shutdown system instead of reboot it?
Because when system is shutdown, scripts from rc0.d are called with "stop" option and during reboot none of the scripts is called.
But when I shutdown the system, it goes to state S. How can I bring it back into state 3...
hello,
yes, of course.
I will tell You my whole problem, to get clear situation.
I've got a script, which starts oracle db instance and starts a program which uses this instance - this script is linked to file /etc/rc3.d/S99startserver. I'm wondering where should I put /etc/rc???/K99stopserver...
hello,
ok.
So if I correctly understood, I should put starting script in rc3.d directory and stopping script in rc2.d? When system reboots, it would stop my scripts.
And when I call "shutdown", the script from rc2.d will be executed?
Thanks a lot
Tomasz
Hello,
I've got a question.
When I reboot the Solaris 7 machine with command "reboot", are there run scripts from rc0.d?
If not, where should I place the scripts to be run, when system reboots.
Thanks
Tomasz
Hello,
Thanks but it's not it.
I couldn't log as any user, not only one, specified.
Root was the oly one user, that could login.
But strange thing happened. After a while (maybe 3-4 hours) I can normally login as john, as well as any other user.
I work a litle with root account, but didn't...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.