Sponsored Content
Top Forums UNIX for Dummies Questions & Answers "Help with bash script" - "License Server and Patch Updates" Post 302895049 by profileuser on Friday 28th of March 2014 10:41:41 AM
Old 03-28-2014
Hi Sea,

I'm not sure exactly what you meant, however the question marks ? means that I'm trying to understand how to interprete a script.
The exact error message is now given below:
Code:
##############################################
Type "xsconsole" for access to the management console.
[root@xen01 ~]# /var/tmp/vimv3.sh
-bash: /var/tmp/vimv3.sh: No such file or directory
[root@xen01 ~]# /var/tmp/vimv3.sh
-bash: /var/tmp/vimv3.sh: Permission denied
[root@xen01 ~]# cdmod 755 /var/tmp/vimv3.sh
-bash: cdmod: command not found
[root@xen01 ~]# chmod 755 /var/tmp/vimv3.sh
[root@xen01 ~]# /var/tmp/vimv3.sh
-bash: /var/tmp/vimv3.sh: /bin/bash^M: bad interpreter: No such file or directory
######################################

I have saved the file vim3.sh with Notepad ++ and selecting unix/sh

---------- Post updated at 02:41 PM ---------- Previous update was at 02:35 PM ----------

I tried to run cat to the .sh script to see if it gives any hidden added characters to the script but none so far: please see below.

Type "xsconsole" for access to the management console.
Code:
[root@xen01 ~]# /var/tmp/vimv3.sh
-bash: /var/tmp/vimv3.sh: /bin/bash^M: bad interpreter: No such file or directory
[root@xen01 ~]# cat /var/tmp/vimv3.sh
#!/bin/bash
clear
# Wait before start
sleep 60
# Assign License to server
#HOSTNAME=$(hostname)echo $HOSTNAME
#HOSTUUID=$(xe host-list name-label=$HOSTNAME --minimal)
#xe host-apply-edition edition=platinum host-uuid=$HOSTUUID license-server-
#address=192.168.10.34 license-server-port=27000
# Xenupdates Starts Here.....
# Install XenServer Updates
HOSTUUID=$(xe host-list name-label=$HOSTNAME --minimal)
cd /tmp
if [ -a /tmp/secondboot ]
                        then
                                echo "Secondboot"
                        else
                                mkdir updates
                                cd updates
                                echo "Downloading Updates..."
                        wget ftp: 2 forward slash 192.168.10.5forward slash FTP/xen62 forward slash *.xsupdate
                        cd /tmp
                        touch /tmp/secondboot
fi
for update in ls `/tmp/updates`; do
                        sleep 60
echo "Uploading Update $updatefile ..."
echo "Uploading Update $updatefile ..." >> /var/log/messages
PATCHUUID=$(xe patch-upload file-name=/tmp/updates/$updatefile)
sleep 10
echo "Installing Update $updatefile ..."
echo "Installing Update $updatefile ...">> /var/log/messages
xe patch-apply host-uuid=$HOSTUUID uuid=$PATCHUUID
rm -f /tmp/updates/$updatefile
PATCHACTION=$(xe patch-list uuid=$PATCHUUID params=after-apply-guidance --minimal)
if [ "$PATCHACTION" == "restartXAPI" ]
then
/opt/xensource/bin/xe-toolstack-restart
sleep 60
elif [ "$PATCHACTION" == "restartHost" ]; then
reboot;
sleep 60
fi
done
#Disable first boot script for subsequent reboots
rm -f /etc/rc3.d/s99zzpostinstall
# Final Reboot
reboot


Last edited by Corona688; 03-28-2014 at 02:33 PM.. Reason: Code tags for code, please.
 

8 More Discussions You Might Find Interesting

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

2. Shell Programming and Scripting

cat $como_file | awk /^~/'{print $1","$2","$3","$4}' | sed -e 's/~//g'

hi All, cat file_name | awk /^~/'{print $1","$2","$3","$4}' | sed -e 's/~//g' Can this be done by using sed or awk alone (4 Replies)
Discussion started by: harshakusam
4 Replies

3. Shell Programming and Scripting

Simplify Bash Script Using "sed" Or "awk"

Input file: 2 aux003.net3.com error12 6 awn0117.net1.com error13 84 aux008 error14 29 aux001.ha.ux.isd.com error12 209 aux002.vm.ux.isd.com error34 21 alx0027.vm.net2.com error12 227 dux001.net5.com error123 22 us008.dot.net2.com error121 13 us009.net2.com error129Expected Output: 2... (4 Replies)
Discussion started by: sQew
4 Replies

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

5. Shell Programming and Scripting

how to use "cut" or "awk" or "sed" to remove a string

logs: "/home/abc/public_html/index.php" "/home/abc/public_html/index.php" "/home/xyz/public_html/index.php" "/home/xyz/public_html/index.php" "/home/xyz/public_html/index.php" how to use "cut" or "awk" or "sed" to get the following result: abc abc xyz xyz xyz (8 Replies)
Discussion started by: timmywong
8 Replies

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

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

8. AIX

Apache 2.4 directory cannot display "Last modified" "Size" "Description"

Hi 2 all, i have had AIX 7.2 :/# /usr/IBMAHS/bin/apachectl -v Server version: Apache/2.4.12 (Unix) Server built: May 25 2015 04:58:27 :/#:/# /usr/IBMAHS/bin/apachectl -M Loaded Modules: core_module (static) so_module (static) http_module (static) mpm_worker_module (static) ... (3 Replies)
Discussion started by: penchev
3 Replies
cachefslog(1M)						  System Administration Commands					    cachefslog(1M)

NAME
cachefslog - Cache File System logging SYNOPSIS
cachefslog [-f logfile | -h] cachefs_mount_point DESCRIPTION
The cachefslog command displays where CacheFS statistics are being logged. Optionally, it sets where CacheFS statistics are being logged, or it halts logging for a cache specified by cachefs_mount_point. The cachefs_mount_point argument is a mount point of a cache file system. All file systems cached under the same cache as cachefs_mount_point will be logged. OPTIONS
The following options are supported. You must be super-user to use the -f and -h options. -f logfile Specify the log file to be used. -h Halt logging. OPERANDS
cachefs_mount_point A mount point of a cache file system. USAGE
See largefile(5) for the description of the behavior of cachefslog when encountering files greater than or equal to 2 Gbyte ( 2**31 bytes). EXAMPLES
Example 1: Checking the Logging of a directory. The example below checks if the directory /home/sam is being logged: example% cachefslog /home/sam not logged: /home/sam Example 2: Changing the logfile. The example below changes the logfile of /home/sam to /var/tmp/samlog: example# cachefslog -f /var/tmp/samlog /home/sam /var/tmp/samlog: /home/sam Example 3: Verifying the change of a logfile. The example below verifies the change of the previous example: example% cachefslog /home/sam /var/tmp/samlog: /home/sam Example 4: Halting the logging of a directory. The example below halts logging for the /home/sam directory: example# cachefslog -h /home/sam not logged: /home/sam EXIT STATUS
The following exit values are returned: 0 success non-zero an error has occurred. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsu | +-----------------------------+-----------------------------+ SEE ALSO
cachefsstat(1M), cachefswssize(1M), cfsadmin(1M), attributes(5), largefile(5) DIAGNOSTICS
Invalid path It is illegal to specify a path within a cache file system. SunOS 5.10 7 Feb 1997 cachefslog(1M)
All times are GMT -4. The time now is 12:14 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy