10 More Discussions You Might Find Interesting
1. AIX
On a fresh bare metal (no LPARs) install of AIX 7.2 running cfgmgr is returning..
# cfgmgr
Method error (/usr/lib/methods/cfgstorfworkcom -l sfwcomm2 ):
0514-040 Error initializing a device into the kernel.
Method error (/usr/lib/methods/cfgstorfworkcom -l sfwcomm3 ):
... (1 Reply)
Discussion started by: c3rb3rus
1 Replies
2. Shell Programming and Scripting
Hi, I am running a script which produces a number of intermediate output files for each time step. is there a way to remove these intermediate files and just retain the final output at every end of the loop, like sort of an initialization process? this the inefficient way i do it.
for i in... (3 Replies)
Discussion started by: ida1215
3 Replies
3. Shell Programming and Scripting
Hi all,
I am fairly new to unix scripting and I am struggling with some awk commands here. I want to create an array COMPANYCODE from some parsed csv values (single column) . I have been able to access the data in other ways but I would prefer if I could put each value in it's own array... (6 Replies)
Discussion started by: P8TRO
6 Replies
4. Shell Programming and Scripting
I have a blank hard disk - no partitions, no file system, no label, no nothing - that I need to reuse. In a shell script, how do I get it to where I can write data to it again?
I've looked at the man parted page, but I can't tell which command to run, or which sequence of commands.
Thanks. (2 Replies)
Discussion started by: daflore
2 Replies
5. UNIX for Dummies Questions & Answers
HI,
I have 5 variables var1, var2, var3, var4 and var5
I need to initialize all of them to zero.
Is there a way to do it in a single line
something like this
var1=var2=var3=var4=var5=0.
I am unable to achieve this.
What is going wrong? (2 Replies)
Discussion started by: paku
2 Replies
6. Shell Programming and Scripting
Hi,
I want to Initialize a String with 50 spaces. I can do that by
ex: Var1=" "
But i dont want to do in this way?
Is there any unix command where i can specify no of spaces to a varaible?
like space(50) (1 Reply)
Discussion started by: Shiv_18
1 Replies
7. UNIX for Dummies Questions & Answers
hello,
i want to know how to initialize a file to an empty one in korn shell scripting? i'm using a file name and building it during a while loop using >>. The problem occurs when the file is not empty before reaching the while loop. therefore, i want to initialize it before the loop to get... (6 Replies)
Discussion started by: alrinno
6 Replies
8. UNIX for Dummies Questions & Answers
What i am trying to do is cd to my directory first. If any of that folder contains "volcano" folder then create the same directory structure in the remote machine "lexus". This is what i am doing.
LOCAL_LOG_FILE="logging.log"
DEST_DIR="/test/ferrari/testing"
cd /home/mike/
for dir in... (1 Reply)
Discussion started by: chris1234
1 Replies
9. Linux
DirectFB-0.9.20 is compiled --with-gfxdrivers=all
links-2.1pre15 is compiled with --enable-graphics
there is a problem when I am trying to run Links using DirectFB video driver
may be my DirectFBs config is not right?
video by framebuffer or X works successfully (0 Replies)
Discussion started by: eugrus
0 Replies
10. UNIX for Dummies Questions & Answers
Sorry for the newbie question. I'm using OSX BSD by remotely logging in and need to re-initialize the startup sequence but don't want to reboot the machine. How can I do it?
Thanks for any help. (3 Replies)
Discussion started by: DrScar
3 Replies