2 cases !!! plz advise


 
Thread Tools Search this Thread
Operating Systems Solaris 2 cases !!! plz advise
# 8  
Old 02-12-2006
Pressy ,

since E3500 cant read the DVD (which hold the patches) , i FTP the patch cluster to the server then

bunzip2 10_RECOM.BZ2 ==> this is the command i use to unzip the file at 1st

the out put of the command is :

bunzip2: Can't guess original name for 10_RECOM.BZ2 -- using 10_RECOM.BZ2.out

and then

i find this file in the patches directory

-rw------- 1 root root 221167616 Feb 12 08:59 10_RECOM.BZ2.out


is this enough information ?





P.S. my X window client (Exceed) still cant detect my server Smilie
# 9  
Old 02-12-2006
Computer

yes, i see, it seems that you downloaded that file with a windows client and windows "transforms" the name to a 8caracter.3fileinfo name. try to move your "10_RECOM.BZ2.out" to 10_Recommended.tar (should be a tar archive) and then use your tar command to extract the tarball.... (to test what type of file that out file is, you could use the "file" command)

regards P
# 10  
Old 02-13-2006
Hammer & Screwdriver

thx pressy .. it seems like its working , i moved the file to 10_Recommended.tar .. and extracted it ..
i started installtion of the patches .. Smilie
ill wait and check if it finishes succsesfully , thx in advance

but if u can solve the exceed problem ill b thankful

!!!
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to split string in someinteresting cases?

I have a variable var=safe_alloc_TBA_details_TXXXXXX_YYYYMMDDhhmmss.csv I want to get a part safe_alloc_TBA_details_T If I do : PR=`echo "$var" | awk -F'_' '{for (i=1; i<NF; i++) printf("%s_", $i)}'` Then echo "$PR = safe_alloc_TBA_details_" How can I cut the string so that get it... (3 Replies)
Discussion started by: digioleg54
3 Replies

2. Shell Programming and Scripting

Grep strings for different cases

Hi All, Good morning I have a below code which is working & getting expected output. the problem in this code is it is executing 3 if conditions, my requirement is suppose if first condition is success then it should print echo statement & exit from if condition else if the 1st if condition... (4 Replies)
Discussion started by: sam@sam
4 Replies

3. Shell Programming and Scripting

Extract match cases

hi guys i have a file like this which is contain more than 3000 records i want to extract emails have Creation Date: : Wed, 14 Aug 2009 and their POP3 Last Login Date and WebMail Last Login Date is Thu, 01 Jan 1970 how can i could do that for example in this sample i need... (13 Replies)
Discussion started by: mhs
13 Replies

4. UNIX for Dummies Questions & Answers

Search for a string with different cases

Hi Guys, I am using the following command in a script. cat $sql_file_path"/"${sql_file_list} | grep "ABCDE" but it returns only exactly matching lines (ABCDE) how can i modify this single line so it will return if it finds a matching string with any case. eg: Abcde, abCDe, abcdeE,... (4 Replies)
Discussion started by: mwrg
4 Replies

5. UNIX for Advanced & Expert Users

test cases

in my organisation the unix server is migrated.the ip of the server changed and the hardware.i need to test that i am aving the same file structure and data which is created under my user id.and the utilities like sqlplus,ftp are working or not.i am talking abt the general user perspective who... (0 Replies)
Discussion started by: dr46014
0 Replies

6. UNIX for Dummies Questions & Answers

redirected output not going to file for all cases

I have to confirm that an engine was not able to run. In the output below you see that it indeed got errors, but it didn't send those messages to the output file. When I run the same thing with a different executable it works. So does this mean something in the executable could cause it not to... (7 Replies)
Discussion started by: brdholman
7 Replies

7. UNIX for Dummies Questions & Answers

plz Help How should I configure cc compiler output file plz help???

i.e configuration of C compiler :confused: (4 Replies)
Discussion started by: atiato
4 Replies
Login or Register to Ask a Question