Sponsored Content
Operating Systems Solaris Netra X1 LOM: Unable to change any variable via the "set" command Post 302774617 by frank_rizzo on Saturday 2nd of March 2013 02:49:07 PM
Old 03-02-2013
check the docs on lom. the hostname cannot be set by the set command.
Code:
There are some variables that you can use as arguments to the set command in the
LOMlite2 shell. The set command duplicates the faulton, faultoff, alarmon,
and alarmoff commands by taking them as arguments. It also takes the argument
event_reporting, which enables you to stop the LOMlite2 device from sending
event reports to the Serial A/LOM port.

These 2 Users Gave Thanks to frank_rizzo For This Post:
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

how to change "set" values in perl, windows...

i am using perl in win2000advanced server... --------------------------- perl -version: --------------------------- This is perl, v5.6.1 built for MSWin32-x86-multi-thread (with 1 registered patch, see perl -V for more detail) Copyright 1987-2001, Larry Wall Binary build 638 provided by... (1 Reply)
Discussion started by: sekar sundaram
1 Replies

2. Programming

Differece between "env" and "set" command

Hi, Please clarify what is the difference between "env" and "set" command. I guess set will display the system variables and user defined variables. Thanks Sweta (1 Reply)
Discussion started by: sweta
1 Replies

3. Programming

getting "mi_cmd_var_create: unable to create variable object" error msg

Hi, i am working in C in Fedora Eclipse 3.3.0 with gdb debugger. I am geting segmentation fault with an error message "mi_cmd_var_create: unable to create variable object" on debugging the program. What should I do to solve this problem? rgds, Dona_m (14 Replies)
Discussion started by: dona_m
14 Replies

4. Shell Programming and Scripting

Unable to store "-e" in variable ??????

p="-e" echo $p It is not returning the value "-e" stored. Instead returns null. I am wondering how could this happen. Please help me out.I tried all possibilities like p='-e' | p="\-e". Nothing seems to work. :confused::confused: (10 Replies)
Discussion started by: shanneykar
10 Replies

5. Shell Programming and Scripting

Set command ending with a "." (dot)

Hi I have a "set" command which ends with a "." (dot), for example: set `grep "\<${pnum}\>" /tstmp/data.txt |sed 's/#//'` . Can somebody help me to understand the purpose of this "set" and "." combination? The problem is that this command does not produce the same result when run on AIX... (2 Replies)
Discussion started by: aoussenko
2 Replies

6. Shell Programming and Scripting

awk command to replace ";" with "|" and ""|" at diferent places in line of file

Hi, I have line in input file as below: 3G_CENTRAL;INDONESIA_(M)_TELKOMSEL;SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL My expected output for line in the file must be : "1-Radon1-cMOC_deg"|"LDIndex"|"3G_CENTRAL|INDONESIA_(M)_TELKOMSEL"|LAST|"SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL" Can someone... (7 Replies)
Discussion started by: shis100
7 Replies

7. Shell Programming and Scripting

Find lines with "A" then change "E" to "X" same line

I have a bunch of random character lines like ABCEDFG. I want to find all lines with "A" and then change any "E" to "X" in the same line. ALL lines with "A" will have an "X" somewhere in it. I have tried sed awk and vi editor. I get close, not quite there. I know someone has already solved this... (10 Replies)
Discussion started by: nightwatchrenba
10 Replies

8. Shell Programming and Scripting

"set variable with spaces and apostrophe after s"

Hi Guys, I have a variable such that: set x = (Session,Date,Type,Receive Coil Name,Manufacturer,Manufacturer's Model Name) foreach i ($x) echo $i end I would like to read each variable one by one like: Session Date Type Receive Coil Name Manufacturer Manufacturer's Model Name Is... (1 Reply)
Discussion started by: dixits
1 Replies

9. Shell Programming and Scripting

Unable to store "python --version" to a shell variable

Hi All, I need to get the version of python installed and store it in a variable for later use. Whereas it is printing on the console instead of storing to variable. I am able to store output of ls command in a variable. Please check the below code : root@myhost:/volumes/srini# cat... (4 Replies)
Discussion started by: srinivasan.neel
4 Replies

10. UNIX for Dummies Questions & Answers

Using "mailx" command to read "to" and "cc" email addreses from input file

How to use "mailx" command to do e-mail reading the input file containing email address, where column 1 has name and column 2 containing “To” e-mail address and column 3 contains “cc” e-mail address to include with same email. Sample input file, email.txt Below is an sample code where... (2 Replies)
Discussion started by: asjaiswal
2 Replies
cu(1)							      General Commands Manual							     cu(1)

NAME
cu - Call up another system SYNOPSIS
cu [ options ] [ system | phone | "dir" ] DESCRIPTION
The cu command is used to call up another system and act as a dial in terminal. It can also do simple file transfers with no error check- ing. cu takes a single argument, besides the options. If the argument is the string "dir" cu will make a direct connection to the port. This may only be used by users with write access to the port, as it permits reprogramming the modem. Otherwise, if the argument begins with a digit, it is taken to be a phone number to call. Otherwise, it is taken to be the name of a sys- tem to call. The -z or --system option may be used to name a system beginning with a digit, and the -c or --phone option may be used to name a phone number that does not begin with a digit. cu locates a port to use in the UUCP configuration files. If a simple system name is given, it will select a port appropriate for that system. The -p, --port, -l, --line, -s and --speed options may be used to control the port selection. When a connection is made to the remote system, cu forks into two processes. One reads from the port and writes to the terminal, while the other reads from the terminal and writes to the port. cu provides several commands that may be used during the conversation. The commands all begin with an escape character, initially ~ (tilde). The escape character is only recognized at the beginning of a line. To send an escape character to the remote system at the start of a line, it must be entered twice. All commands are either a single character or a word beginning with % (percent sign). cu recognizes the following commands: ~. Terminate the conversation. ~! command Run command in a shell. If command is empty, starts up a shell. ~$ command Run command, sending the standard output to the remote system. ~| command Run command, taking the standard input from the remote system. ~+ command Run command, taking the standard input from the remote system and sending the standard output to the remote system. ~#, ~%break Send a break signal, if possible. ~c directory, ~%cd directory Change the local directory. ~> file Send a file to the remote system. This just dumps the file over the communication line. It is assumed that the remote system is expecting it. ~< Receive a file from the remote system. This prompts for the local file name and for the remote command to execute to begin the file transfer. It continues accepting data until the contents of the eofread variable are seen. ~p from to, ~%put from to Send a file to a remote Unix system. This runs the appropriate commands on the remote system. ~t from to, ~%take from to Retrieve a file from a remote Unix system. This runs the appropriate commands on the remote system. ~s variable value Set a cu variable to the given value. If value is not given, the variable is set to true. ~! variable Set a cu variable to false. ~z Suspend the cu session. This is only supported on some systems. On systems for which ^Z may be used to suspend a job, ~^Z will also suspend the session. ~%nostop Turn off XON/XOFF handling. ~%stop Turn on XON/XOFF handling. ~v List all the variables and their values. ~? List all commands. cu also supports several variables. They may be listed with the ~v command, and set with the ~s or ~! commands. escape The escape character. Initially ~ (tilde). delay If this variable is true, cu will delay for a second after recognizing the escape character before printing the name of the local sys- tem. The default is true. eol The list of characters which are considered to finish a line. The escape character is only recognized after one of these is seen. The default is carriage return, ^U, ^C, ^O, ^D, ^S, ^Q, ^R. binary Whether to transfer binary data when sending a file. If this is false, then newlines in the file being sent are converted to carriage returns. The default is false. binary-prefix A string used before sending a binary character in a file transfer, if the binary variable is true. The default is ^V. echo-check Whether to check file transfers by examining what the remote system echoes back. This probably doesn't work very well. The default is false. echonl The character to look for after sending each line in a file. The default is carriage return. timeout The timeout to use, in seconds, when looking for a character, either when doing echo checking or when looking for the echonl charac- ter. The default is 30. kill The character to use delete a line if the echo check fails. The default is ^U. resend The number of times to resend a line if the echo check continues to fail. The default is 10. eofwrite The string to write after sending a file with the ~> command. The default is ^D. eofread The string to look for when receiving a file with the ~< command. The default is $, which is intended to be a typical shell prompt. verbose Whether to print accumulated information during a file transfer. The default is true. OPTIONS
The following options may be given to cu. -e, --parity=even Use even parity. -o, --parity=odd Use odd parity. --parity=none Use no parity. No parity is also used if both -e and -o are given. -h, --halfduplex Echo characters locally (half-duplex mode). --nostop Turn off XON/XOFF handling (it is on by default). -E char, --escape char Set the escape character. Initially ~ (tilde). To eliminate the escape character, use -E ''. -z system, --system system The system to call. -c phone-number, --phone phone-number The phone number to call. -p port, --port port Name the port to use. -a port Equivalent to --port port. -l line, --line line Name the line to use by giving a device name. This may be used to dial out on ports that are not listed in the UUCP configuration files. Write access to the device is required. -s speed, --speed speed The speed (baud rate) to use. -# Where # is a number, equivalent to --speed #. -n, --prompt Prompt for the phone number to use. -d Enter debugging mode. Equivalent to --debug all. -x type, --debug type Turn on particular debugging types. The following types are recognized: abnormal, chat, handshake, uucp-proto, proto, port, config, spooldir, execute, incoming, outgoing. Only abnormal, chat, handshake, port, config, incoming and outgoing are meaningful for cu. Multiple types may be given, separated by commas, and the --debug option may appear multiple times. A number may also be given, which will turn on that many types from the foregoing list; for example, --debug 2 is equivalent to --debug abnormal,chat. --debug all may be used to turn on all debugging options. -I file, --config file Set configuration file to use. This option may not be available, depending upon how cu was compiled. -v, --version Report version information and exit. --help Print a help message and exit. BUGS
This program does not work very well. AUTHOR
Ian Lance Taylor <ian@airs.com> Taylor UUCP 1.07 cu(1)
All times are GMT -4. The time now is 09:25 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy