Search Results

Search: Posts Made By: vandi
4,723
Posted By vandi
grep function
Hi Guys,

I have a very limited knowledge on shell scripting.
When I execute dspmq, I get either

" Running" or "Running in Standby" as output

$dspmq
QM1 Running
QM2 Running as...
4,343
Posted By vandi
Thanks a lot for all your inputs. Script looks...
Thanks a lot for all your inputs. Script looks great.
:b::b::b:
4,343
Posted By vandi
Thanks for your help. The script what you...
Thanks for your help.

The script what you provided is working. Just need some polishing.


#!/usr/bin/ksh
while true
do
abc()
{
/usr/bin/clear
cat <<!
1) queue depth
2) queue...
4,343
Posted By vandi
$ cat queuedepth.s #!/bin/ksh echo "DIS QL(*)...
$ cat queuedepth.s
#!/bin/ksh
echo "DIS QL(*) CURDEPTH WHERE(CURDEPTH GT 0)" | runmqsc SESB001T
exit

Script output:

$./queuedepth.s
5724-H72 (C) Copyright IBM Corp. 1994, 2009. ALL...
4,343
Posted By vandi
I still see the same issue. Let me know if...
I still see the same issue.

Let me know if you want me to try something else.

Thanks.
4,343
Posted By vandi
case 1: queuedepth.s #!/bin/ksh echo "DIS...
case 1: queuedepth.s
#!/bin/ksh
echo "DIS QL(*) CURDEPTH WHERE(CURDEPTH GT 0)" | runmqsc QM1



case 2: queueconn.s

#!/bin/ksh
echo "DIS CONN(*)" | runmqsc QM1


These scripts are...
4,343
Posted By vandi
Thanks guys for your valuable info. I still...
Thanks guys for your valuable info.

I still see issues with the script. Here is the exact script:


#!/usr/bin/ksh
PS3='Enter the options of your choice(x to exit)=>'
echo "$REPLY"...
4,343
Posted By vandi
exit a script
Hi Guys,

I have a script which takes reply from user and executes the corresponding scirpt. Below is the script

PS3 = 'Enter the options of your choice(x to exit)=>'
select useropt in 'List...
Forum: AIX 01-15-2010
6,586
Posted By vandi
Configure AIX syslogd
Hi Guys,

I am configuring syslogd for Message broker.
I know that we have to add a line user.* /var/log/wmb.log
to the /etc/syslog.conf file.

I want to know what userid does the user...
4,129
Posted By vandi
Does the s/w installed on global zone, can be...
Does the s/w installed on global zone, can be used by other zones?

If not,

If we remove the s/w on global zone, will it effect the same s/w on other zones?
4,129
Posted By vandi
Ok. I'll explain you what I did. 1. I have...
Ok. I'll explain you what I did.

1. I have logged into container and tried to see what all zones exit by giving

zoneadm list -cv

I got a list of zones.

2. Later I took one of the...
4,129
Posted By vandi
I logged into the container not zone.
I logged into the container not zone.
4,129
Posted By vandi
Solaris Zones
Hi Guys,

I haven't worked on solaris zones earlier. I have a query regarding the zones.
We have MQ software installed on a solaris container. I am not sure on which zone this s/w is intalled. ...
2,277
Posted By vandi
Let me know from both global zone and over...
Let me know from both global zone and over network.
2,277
Posted By vandi
login to solaris zones
Guys

We are on solaris sparc v10 OS. I would like to know how do I login to the zones?


Thanks
3,533
Posted By vandi
The s/w which I installed earlier has .img file...
The s/w which I installed earlier has .img file format.
3,533
Posted By vandi
Here is the description of my issue The...
Here is the description of my issue

The software which I am trying to install generally comes as tar.z file.
I used to unzip and untar it and install the software.

The same but new version...
3,533
Posted By vandi
Actually a .img file is created into 3 folders. I...
Actually a .img file is created into 3 folders. I want to convert all the three into a single .img file.
3,533
Posted By vandi
don't we have any utility supplied by solaris...
don't we have any utility supplied by solaris spar v10?
3,533
Posted By vandi
Tar file
Hi Guys,

I have a s/w tar.zip file which was unizipped and untarred and extracted to a directory in windows.

Now when I try to place the contents of the file to my solaris ,machine and try...
Forum: AIX 08-14-2009
5,529
Posted By vandi
Thanks a...
Thanks a lot!!!!!https://www.unix.com/images/icons/icon7.gif
Forum: AIX 08-13-2009
5,529
Posted By vandi
data segment on AIX
Hi guys,

Are all users authorised to modify the data segment and stack segment to unlimited on AIX?
Is a reboot required after giving ulimit -d unlimited?

Thanks
vandi
69,367
Posted By vandi
crontab.actual is the backup file from ems...
crontab.actual is the backup file from ems crontab file

---------- Post updated at 12:50 PM ---------- Previous update was at 10:17 AM ----------

I am sorry, it is crontab.actual or...
69,367
Posted By vandi
Actually I want it to be replaced with the...
Actually I want it to be replaced with the contents of crontab.config. the name of the user crontab should be ems only
69,367
Posted By vandi
scottn, I just need to give "crontab...
scottn,

I just need to give
"crontab crontab.actual" right...
doesn't it create a new file with name crontab.actual ?

I want the crontab file name to be ems only ...
Showing results 1 to 25 of 28

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