Sponsored Content
Operating Systems SCO "Unexpected EOF within #IF, #ifdef or #ifndef" error when rebuilding / relinking SCO OpenServer 5 Post 302931466 by jgt on Tuesday 13th of January 2015 09:01:11 AM
Old 01-13-2015
It's quite likely that the HP software is not designed to be removable.
HP supply HBA drivers, NIC drivers and Server Health utilities.
The unregistered software message simply means that the SCO has not been notified of the installation.
Are you still working with the HP machine, or have you moved an image to the ESX ?
Can you do a screen print of the top half print 5. You can find this in /usr/adm/messages.
 

9 More Discussions You Might Find Interesting

1. SCO

Plz. don't ignore this mail "Installing Tomcat 4.1.24.zip on Sco Openserver 5.0.2"

Hi Guys, I want ur replies very very Urgently.Plz. don't ignore this mail. I am using Sco openserver 5.0.2 and i have downloaded jdk1.2.2 for that i have installed it.The jdk is working fine. Then i download jakarta-tomcat-4.1.24.zip and i have installed it. In order... (1 Reply)
Discussion started by: ananthu_m
1 Replies

2. Shell Programming and Scripting

"syntax error at line 21 :'done' unexpected." error message"

I am trying to run the script bellow but its given me "syntax error at line 20 :'done' unexpected." error message" can someone check to see if the script is ok? and correct me pls. Today is my first day with scripting. Gurus should pls help out #!/bin/ksh # Purpose: Check to see if file... (3 Replies)
Discussion started by: ibroxy
3 Replies

3. Shell Programming and Scripting

"unexpected end of file" when I´m use EOF inside block if

I have a trouble in my script when i use EOF inside block if. If i use EOF whitout block if I don´t have problem. Guys any ideas? Sorry for my terrible English. #!/bin/sh set -xv HOST='ftp.fiction.com.br' USER='fictionuser' PASS='fictionpass' FILE='ftpteste.txt' busca=`find... (4 Replies)
Discussion started by: ricardo.ludwig
4 Replies

4. Shell Programming and Scripting

Unexpected EOF while looking for matching `"'

Hi everyone, I am trying to search for a string in a file that is partly made up of a variable. Here's the code: echo "parentCategory = $parentCategory" echo "parentCategoryFormatted = $parentCategoryFormatted" numUrlsFoundInParentCategory=`grep -c "<Topic r:id=\"Top\/World\/Français\/"... (2 Replies)
Discussion started by: BlueberryPickle
2 Replies

5. Shell Programming and Scripting

line 85: unexpected EOF while looking for matching `"'

hello everyone...im having this problem with unexpected EOF with line 85 which is..i cant see whats wrong with it..can any1 plz help me out. read -p "$p1 please enter the number of tries you wish to have:" lifeline function main() { guessnum=0 read -p "Please... (6 Replies)
Discussion started by: Freakhan
6 Replies

6. Shell Programming and Scripting

Unexpected EOF while looking for matching `"'

I have a piece of Linux script. It tells me some syntax error. I couldn't find it. Please help me to identify them. Thanks. The code looks like this: export ORACLE_SID=MYDB export SPW=`cat /opt/oracle/scripts/.sys_pw_$ORACLE_SID` export check_arch=`sqlplus -s << EOF / as sysdba... (7 Replies)
Discussion started by: duke0001
7 Replies

7. Shell Programming and Scripting

Help to resolve unexpected EOF while looking for matching `"' error

Hi, can someone kindly look into my copy script and figure out why am i getting a "unexpected EOF while looking for matching `"' error message #!/bin/ksh -x cd /home/goldenga/test/flag37 if ; then rm copied.ok cd /home/goldenga/test Upper=`ls -t|grep 'qw*'|cut -d "w" -f 2|head... (4 Replies)
Discussion started by: NDalal007
4 Replies

8. Shell Programming and Scripting

Unexpected EOF while loooking for matching '"

Hi everyone, I'm really new in shell scripting and having trouble resolving this error. Can someone please tell me why I'm getting these errors? Error Message: ./test.sh: line 50: unexpected EOF while looking for matching `'' ./test.sh: line 53: syntax error: unexpected end of file ... (4 Replies)
Discussion started by: simonirang
4 Replies

9. Shell Programming and Scripting

In awk: unexpected EOF while looking for matching `"'

I am trying to get grep with awk command into variable. But facing error. Could someone pls help. $ cat test_file DEPLOYMENT="abc" # com cluster="bcn" $ grep DEPLOYMENT test_file | awk -F "\"" '{ print $2 }' abc $ a=`echo "grep DEPLOYMENT test_file | awk -F \"\\\"\" '{ print $2 }'"` ;... (6 Replies)
Discussion started by: Manasa Pradeep
6 Replies
FUSIONINVENTORY-ESX(1p) 				User Contributed Perl Documentation				   FUSIONINVENTORY-ESX(1p)

NAME
fusioninventory-esx - vCenter/ESX/ESXi remote inventory for FusionInventory or OCSInventory SYNOPSIS
fusioninventory-esx [ --host host --user user --password password --directory /tmp --tag tag ] EXAMPLES
% fusioninventory-esx --host myesx --user foo --password bar --directory /tmp You can import the .ocs file in your inventory server with the fusioninventory-injector tool. %fusioninventory-injector -v --file /tmp/*.ocs -u https://myserver/ocsinventory DESCRIPTION
fusioninventory-esx creates inventory of remote ESX/ESXi and vCenter VMware. It uses the SOAP interface of the remote server. Supported systems: ESX and ESXi 3.5 ESX and ESXi 4.1 vCenter 4.1 Active Directory users, please note the AD authentication doesn't work. You must create a account on the VMware server. AUTHORS
This module has been written by TECLIB'. The maintainer is Goneri LE BOUDER <goneri@rulezlan.org> The FusionInventory project fusioninventory-devel@lists.alioth.debian.org SECURITY
The SSL hostname check of the server is disabled. SEE ALSO
o FusionInventory website: <http://www.FusionInventory.org/> o project Forge: <http://Forge.FusionInventory.org> o The source code of the agent is available on: o Gitorious: <http://gitorious.org/fusioninventory> o Github: Lhttps://github.com/fusinv/fusioninventory-agent-task-esx> o The mailing lists: o http://lists.alioth.debian.org/mailman/listinfo/fusioninventory-devel <http://lists.alioth.debian.org/mailman/listinfo/fusioninventory-devel> o http://lists.alioth.debian.org/mailman/listinfo/fusioninventory-user <http://lists.alioth.debian.org/mailman/listinfo/fusioninventory-user> o IRC: #FusionInventory on FreeNode IRC Network BUGS
Please, use the mailing lists as much as possible. You can also use the bugtracker on http://forge.fusionInventory.org COPYRIGHT
Copyright (C) 2011-2012 FusionInventory project Copyright (C) 2011-2012 TECLIB' ( http://www.teclib.com ) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA perl v5.14.2 2012-03-19 FUSIONINVENTORY-ESX(1p)
All times are GMT -4. The time now is 11:00 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy