Search Results

Search: Posts Made By: sumeet
3,812
Posted By sumeet
ps -fu estdm2 does not give the poll script...
ps -fu estdm2 does not give the poll script process.

I dont have read permissions on cron log. I have requested for bouncing the server.

I dont use crontab -e. I have a file with cron entries...
3,812
Posted By sumeet
Its not running as root. Its a different user. ...
Its not running as root. Its a different user.

These scripts start just after midnight daily and poll for a file every 15 mins. There is a timer in the script which ends the scripts once 1340 mins...
3,812
Posted By sumeet
Hey Methyl, Thats the first thing I did...
Hey Methyl,

Thats the first thing I did yesterday. I commented the cron jobs -



crontab -l
#02 00 * * * /datamart/scripts/DM_PollScript.ksh PPM2DM* PROD waitfile >...
3,812
Posted By sumeet
Its not working. But your point is right if we...
Its not working. But your point is right if we are able to find which pid is writing into the file then we can kill it. This is what I got -


aaau001:/datamart/log/script> lsof...
3,812
Posted By sumeet
kill -9 ran fine but the process still running
"lsof filename"

Which filename are we talking about? The script,log,cron,etc?

Yep the subject is misguiding.
3,812
Posted By sumeet
kill -9 not working
Hi All,

I tried killing a bunch of scripts. They seem to have worked because
ps -ef | grep -i SCRIPT_NAME is not showing them but the logs are getting populated and jobs in the script are...
Forum: Solaris 01-07-2011
15,768
Posted By sumeet
Its intel core 2 duo..4G RAM ...160 GB HD... ...
Its intel core 2 duo..4G RAM ...160 GB HD...

and it has solaris 10 x86 installed on it( I did it today morning).

Is there specific SPARC platform?

Thanks
Sumeet
Forum: Solaris 01-07-2011
15,768
Posted By sumeet
Hey Duke, After downloading...
Hey Duke,

After downloading sol-10-u9-ga-sparc-dvd-iso.zip file I unzipped and extracted sol-10-u9-ga-sparc-dvd.iso.

Then I burnt the file sol-10-u9-ga-sparc-dvd.iso on DVD and put it on CD...
Forum: Solaris 01-07-2011
15,768
Posted By sumeet
64 Bit SPARC Solaris 10 Install
I downloaded the iso image from here (http://www.oracle.com/technetwork/server-storage/solaris/downloads/index.html) and burnt it on DVD.

But when I tried installing it..it said boot device not...
Forum: Solaris 01-03-2011
8,269
Posted By sumeet
How do I check if firewall is there on the...
How do I check if firewall is there on the server?

Telnet from any other remote m/c in the network is going through fine.

Thanks
Sumeet
Forum: Solaris 01-03-2011
8,269
Posted By sumeet
Open port on Solaris 10
Hi All,

I am installing Infosphere (ETL tool) on solaris 10.

One of the requirement is to open multiple ports for different apps that will be installed. I ran netstat -n | grep 9080 (,etc) but...
Forum: Solaris 12-30-2010
4,757
Posted By sumeet
Hi jlliagre, It worked. I had removed the...
Hi jlliagre,

It worked. I had removed the /dev/zvol/dsk/rpool/swap from /etc/vfstab file instead of commenting it.

I followed your instruction and put back the above path in the fvstab file and...
Forum: Solaris 12-30-2010
4,757
Posted By sumeet
I did that and then I could see the swap size...
I did that and then I could see the swap size increase to 6.5G.

But after reboot it is again down to 800 MB.

I am thinking that just to enable the process of installation I will use this temp...
Forum: Solaris 12-30-2010
4,757
Posted By sumeet
after this - swap -a...
after this -

swap -a /dev/zvol/dsk/rpool/swap

I can see the same thing in the /etc/vfstab file. So I think we might have to remove this entry from there before running it.
Forum: Solaris 12-29-2010
4,757
Posted By sumeet
I tried doing the last 3 steps but got (exact...
I tried doing the last 3 steps but got (exact message) -

/dev/zvol/dsk/rpool/swap is normally mounted on according to /etc/vfstab. Please remove this entry to use this device.

Should I really...
Forum: Solaris 12-29-2010
4,757
Posted By sumeet
But wont this be a temporary solution and will go...
But wont this be a temporary solution and will go away after reboot?

And How did you realize that this was a zfs filesystem?
Forum: Solaris 12-29-2010
4,757
Posted By sumeet
swap space issue
HI All,

Recently during oracle install I realized that I did not have enough swap space.

So I -

1. Created a swap file "swap_fille1" in /rpool using mkfile -

# ls -ltr /rpool
total...
Forum: Solaris 12-28-2010
18,886
Posted By sumeet
Thank you guys. Scott - xhost was indeed...
Thank you guys.

Scott - xhost was indeed sitting in /usr/openwin/bin.

So I added it to the PATH and then did what Radoulov said - xhost + localhost.

The installer finally triggered.

I...
Forum: Solaris 12-28-2010
18,886
Posted By sumeet
Hi Radoulov, I tried running the xhost as...
Hi Radoulov,

I tried running the xhost as root.

# xhost +<remote m/c ip>
xhost: not found
# which xhost
no xhost in /usr/sbin /usr/bin

What do I do next?

Thanks
Sumeet

----------...
Forum: Solaris 12-28-2010
18,886
Posted By sumeet
Hi Radoulov, I am trying to install orcale...
Hi Radoulov,

I am trying to install orcale from local (unix box) on command line.

I had another box at disposal so I did the entire set up again.

I downloaded 10201_database_solx86_64.zip...
Forum: Solaris 12-22-2010
18,886
Posted By sumeet
Hi Raoulov, I did exactly what you said - ...
Hi Raoulov,

I did exactly what you said -

AS ROOT -
# echo $DISPLAY
localhost:0.0
# xauth list
unknown : 0 MIT-MAGIC-COOKIE-1 xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
switch to ORAcLE as user -
# su...
Forum: Solaris 12-22-2010
18,886
Posted By sumeet
Issue with Oracle 10 installation on Solaris 10
Hi all,

After implementing all the pre install set up in Solaris I triggered the oracle DB install.

I am doing it directly from the local machine console and I got the following error -...
Forum: Solaris 12-20-2010
1,413
Posted By sumeet
Prep for Oracle Installation on solaris 10 gone wrong
Hi All,

I was trying to install Oracle 10g on Solaris 10 using instructions of Solaris 8. I realized about the document mismatch later on.

There are some changes enlisted in the Solaris 8 set...
9,259
Posted By sumeet
Parent Script exiting with child script
PARENT SCRIPT

#!/bin/ksh
#
. $HOME/.profile
. /etl/estdm2/DEV/scripts/DM_ENV_VARS.ksh DEV DB

echo "CALLING CHILD SCRIPT"
. /${SCRIPT_DIR}/DM_CHild.ksh -x HRDATA.dat -e $sEnv -d Wait_Time
...
1,981
Posted By sumeet
It worked but can you explain how did that help....
It worked but can you explain how did that help. Is this "." forcing the child script to export the paths in same shell as parent script?


Thanks
Sumeet
Showing results 1 to 25 of 63

 
All times are GMT -4. The time now is 10:31 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy