Sponsored Content
Full Discussion: Issue with "rsh" on RedHat
Top Forums UNIX for Advanced & Expert Users Issue with "rsh" on RedHat Post 303028727 by gull04 on Monday 14th of January 2019 04:10:09 AM
Old 01-14-2019
Hi Don,

Thanks for the pointer regarding the path, it has now been amended and the build script has been corrected on the Satellite Server.

As to the "root" access problem @Bakunin, as a contractor I'm kind of stuck with what I'm given and during the build phase there is a standard root password set. This is changed before the server is handed over to the support teams, I don't particularly like the way that the servers are built - but if the client says to stack boxex in the corner. Then I'll point out that he'd be better putting them in the cupboard, but because he's paying I'll stack them in the corner if he doesn't see sense.

Thamks again for all the pointers.

Regards

Gull04
These 2 Users Gave Thanks to gull04 For This Post:
 

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Failed to check status code in "rsh" command

Hi folks, I wrote a ksh program which run scripts from remote server. To check the status code I wrote the following function: check_remote_status() { status_code=`tail -1 $installLog` if ] ; then echo $errMsg | tee -a $installLog exit 1 else echo $validMsg >> $installLog fi... (9 Replies)
Discussion started by: nir_s
9 Replies

2. UNIX for Dummies Questions & Answers

Explain the line "mn_code=`env|grep "..mn"|awk -F"=" '{print $2}'`"

Hi Friends, Can any of you explain me about the below line of code? mn_code=`env|grep "..mn"|awk -F"=" '{print $2}'` Im not able to understand, what exactly it is doing :confused: Any help would be useful for me. Lokesha (4 Replies)
Discussion started by: Lokesha
4 Replies

3. AIX

xx=`date +"%a %b %d"`;rsh xxx grep "^$XX" zzz ?

AIX 4.2 I am trying to do an rsh grep to search for date records inside server logs by doing this : xx=`date +"%a %b %d"` rsh xxx grep "^$XX" zzz gives : grep: 0652-033 Cannot open Jun. grep: 0652-033 Cannot open 11. But if I do : xx=`date +"%a %b %d"` grep "^$XX" zzz it works... (2 Replies)
Discussion started by: Browser_ice
2 Replies

4. AIX

rsh server "script..." which $PATH is used ?

When running a script on a distant server via rsh, what is the $PATH used ? I had done a script in the /usr/local/bin but the rsh reported it did not find it. So I assume it is using a separate $PATH but how can I find out ? (1 Reply)
Discussion started by: Browser_ice
1 Replies

5. Red Hat

"if" and "then" statement is not working in RedHat

Dear experts, I'm trying to write a script to calculate the usage of Log Archive in a directory, so if it gets to a point where the directory size is 60%, then send out an FYI.. email. So if then it reaches to 80%, move the logs from that directory. I have written the script as follow but... (10 Replies)
Discussion started by: Afi_Linux
10 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

""Help Me!""Beginner awk learning issue

Hi All, I have just now started learning awk from the source - Awk - A Tutorial and Introduction - by Bruce Barnett and the bad part is that I am stuck on the very first example for running the awk script. The script is as - #!/bin/sh # Linux users have to change $8 to $9 awk ' BEGIN ... (6 Replies)
Discussion started by: csrohit
6 Replies

8. 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

9. Shell Programming and Scripting

Bash script - Print an ascii file using specific font "Latin Modern Mono 12" "regular" "9"

Hello. System : opensuse leap 42.3 I have a bash script that build a text file. I would like the last command doing : print_cmd -o page-left=43 -o page-right=22 -o page-top=28 -o page-bottom=43 -o font=LatinModernMono12:regular:9 some_file.txt where : print_cmd ::= some printing... (1 Reply)
Discussion started by: jcdole
1 Replies
ltsp-build-client(8)													      ltsp-build-client(8)

NAME
ltsp-build-client - Builds an LTSP client system for use with the LTSP server SYNOPSIS
ltsp-build-client <options> DESCRIPTION
ltsp-build-client builds an ltsp client chroot using standard packages for use with the ltsp server. This chroot installation can be mod- ified in a number of ways as outlined in the OPTIONS section. If present, defaults will be read from the configuration file /etc/ltsp/ltsp-build-client.conf, and will be overridden by using the command line options. ltsp-build-client is usually run as the root user. Visit http://www.ltsp.org for more information. OPTIONS
Not all options are available on all installations. For a complete list of available options, use the --help and --extra-help options. --arch arch Builds a chroot with the specified architecture. Must be a supported architecture of the distribution, and compatible with the host architecture. Defaults vary by distribution. --base dir Sets the default path for the ltsp chroots to be installed into. Defaults to /opt/ltsp/. --chroot file Sets the default name for the ltsp chroot. Defaults to the architecture selected with --arch or the running architecture. --config file Load configuration defaults from specified file. See CONFIG FILE below for more information. --exclude packages Sets packages to exclude from the initial client chroot. --extra-help Displays all available commandline options. --help Displays the ltsp-build-client help message. --mirror mirror_url Select the mirror to download packages from. file:/// and http:// URLs are supported. --purge-chroot Purges the existing LTSP chroot if present. CONFIG FILE
ltsp-build-client will read a configuration file to override built-in defaults. the default location for this configuration file is /etc/ltsp/ltsp-build-client.conf, and can be specified with the --conf commandline option. values are NAME="VALUE" pairs, with # representing commented lines. most commandline options have an equivalent. an example Debian based system with an alternate base location, architecture, and distribution: # set alternate default location for ltsp chroot (--base) BASE="/srv/ltsp" # build an amd64 chroot by default (--arch) ARCH="amd64" # build a Debian sid environment (--dist) DIST="sid" SEE ALSO
ltsp-update-sshkeys(8), ltsp-update-kernels(8). AVAILABILITY
ltsp-build-client is part of ltsp package and the latest versions are available in source form from https://launchpad.net/products/ltsp. MAN PAGE AUTHOR
Peter Savage - silentk - cbx33 debug@silentkeystroke.co.uk updated 2006, 2009 by Vagrant Cascadian <vagrant@freegeek.org>, 2011 by Wim Muskee <wimmuskee@gmail.com> 2011-08-11 ltsp-build-client(8)
All times are GMT -4. The time now is 06:49 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy