How To Run Mml Command From Unix Script


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting How To Run Mml Command From Unix Script
# 1  
Old 05-19-2008
How To Run Mml Command From Unix Script

Dear All
I want to run some MML command on my node from my unix server. I am able to get mml prompt but after that my script is stop at mml prompt. No commnad is executed on mml prompt.

Kindly help me out.

Regards
Jaydeep
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How can i run sql queries from UNIX shell script and retrieve data into text docs of UNIX?

Please share the doc asap as very urgently required. (1 Reply)
Discussion started by: 24ajay
1 Replies

2. Shell Programming and Scripting

Script to run command one by one

Hi, I have run a lot of commands one after one, but I can't run them simultaneous. One command has to run and when finished second command has to run etc. Also I would like to save all the outputs created by the commands in a file. The commands can sometimes take hours, so it is also... (10 Replies)
Discussion started by: misterx12345
10 Replies

3. Shell Programming and Scripting

Help me!how to run autosys command in UNIX shell script

Hi all, Here is my scenario.. i need to get dates from an existing autosys calendar and compare it with current date with in a unix shell script. Please help me out and give me an approach to handle this....... the general autosys calendar command used is autocal_asc ,but this is... (1 Reply)
Discussion started by: shrik12345
1 Replies

4. Shell Programming and Scripting

Script for telnet and run one command kill it and run another command using while loop

( sleep 3 echo ${LOGIN} sleep 2 echo ${PSWD} sleep 2 while read line do echo "$line" PID=$? sleep 2 kill -9 $PID done < temp sleep 5 echo "exit" ) | telnet ${HOST} while is executing only command and exits. (5 Replies)
Discussion started by: sooda
5 Replies

5. Shell Programming and Scripting

script will not run cp command

Hi, Not sure what the issue is here, but when i run the script. A simple copy command, it does not find the cp command ? See scrpt below : #!/bin/sh set -x ############################################# # Backup Processes #... (4 Replies)
Discussion started by: venhart
4 Replies

6. Shell Programming and Scripting

Need help! command working ok when executed in command line, but fails when run inside a script!

Hi everyone, when executing this command in unix: echo "WM7 Fatal Alerts:", $(cat query1.txt) > a.csvIt works fine, but running this command in a shell script gives an error saying that there's a syntax error. here is content of my script: tdbsrvr$ vi hc.sh "hc.sh" 22 lines, 509... (4 Replies)
Discussion started by: 4dirk1
4 Replies

7. Shell Programming and Scripting

mml scripts

i am writing an mml script below #!/bin/sh start.sh mml login abcd piss internal set serv=abc set term=internal After the start.sh mml runs i get the prompt % start.sh mml MML>>> at this prompt i need to put in (14 Replies)
Discussion started by: tomjones
14 Replies

8. Shell Programming and Scripting

How to run a unix command in VI

Hi, I have below command to run in from a file. Aim to run this command and assign that to a variable. ps -ef | grep keepalive | grep -v keepaliveStub | grep -i ficctprd | grep -v grep | awk '{ print $2 }' How can i do that? Thanks, Sateesh (2 Replies)
Discussion started by: kotasateesh
2 Replies

9. UNIX for Dummies Questions & Answers

run command Unix on a single line

Hi everybody.. I need to enter in bash mode and then run a command and this just in a single command line. I tried : "bash ^M| somecommand" but nothing.. How do I do to simulate the return button just right after the bash command ? Thanks.. (8 Replies)
Discussion started by: Riddick61
8 Replies

10. Shell Programming and Scripting

check in unix shell script so that no one is able to run the script manually

I want to create an automated script which is called by another maually executed script. The condition is that the no one should be able to manually execute the automated script. The automated script can be on the same machine or it can be on a remote machine. Can any one suggest a check in the... (1 Reply)
Discussion started by: adi_bang76
1 Replies
Login or Register to Ask a Question
webminsetup(1m) 														   webminsetup(1m)

NAME
webminsetup - Script to perform initial or update configuration changes to the Webmin server SYNOPSIS
/usr/sfw/bin/webminsetup [-d] DESCRIPTION
webmin(1m) is a web-based tool that provides a set of CGI files, PERL files, and a specialized httpd server for administerin various system facilities and applications on the machine where the Webmin server is running. webminsetup(1m) is used to perform the initial configuration, or to update an existing configuration in the case of an system or Webmin upgrade. Without options, webminsetup(1m) will prompt the user to provide responses for various configuration options. The script will display a default answer for each of the questions, and hitting the return key will select those options. OPTIONS
The following options are available for use with webminsetup(1m); -d Run the script using all of the defaults, and not prompt the user for selections. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +--------------------+-----------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +--------------------+-----------------+ |Availability | SUNWwebminr, | | | SUNWwebminu | +--------------------+-----------------+ |Interface Stability | Evolving | +--------------------+-----------------+ SEE ALSO
webmin(1m), attributes(5) NOTES
In addition to the documentation and man pages included with Solaris, more information is available at http://www.webmin.com 30 Oct 2004 webminsetup(1m)