10 More Discussions You Might Find Interesting
1. UNIX for Beginners Questions & Answers
Cannot present unpresented disks back again. On a test server tried this as a solution "multipath -r" and it worked. Too worried to try it in production before I know all the information.
Any info would be appreciated!
Also some links to the documentation on this specific issue could help a... (1 Reply)
Discussion started by: jsteppe
1 Replies
2. Shell Programming and Scripting
what is the purpose of below specially "-z" string checking, how?
pid=`ps ax |grep java`
if (3 Replies)
Discussion started by: learnbash
3 Replies
3. Shell Programming and Scripting
Suppose i have 3 different servers say x,y and z.
Im running some process say ABC and 40 instances for the same is being created.
In load sharing suppose on
server x, 20 instances are running
server y, 10 instances are running
server z, 10 instances are running.
While checking the... (1 Reply)
Discussion started by: ankitknit
1 Replies
4. Solaris
Hello,
I am supposed to check the RAID health of a system but when I type metastat it says "there are no existing databases"
Does this mean that there is no RAID configured at all? Is there any other utility I should try?
I know the system has two disks.
Tanks! (8 Replies)
Discussion started by: cevspencer
8 Replies
5. Shell Programming and Scripting
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
6. UNIX for Dummies Questions & Answers
is this the correct way to check for "." and ".." ??? All the screen prints out when scanning a directory is
output:
dot
dot
dot
dot
dot
dot
while((direntp = readdir(dir_ptr)) != NULL)
{
if(strcmp(direntp->d_name,".") || strcmp(direntp->d_name,".."))
... (1 Reply)
Discussion started by: l flipboi l
1 Replies
7. Homework & Coursework Questions
Hey folks, thanks in advance for any help or advice.
1. The problem statement, all variables and given/known data:
I'm supposed to write a script that takes 3 arguments, like "compute.sh 1 + 2" where the middle one will be +,-,/, or * and output the operation and the result.
2. Relevant... (1 Reply)
Discussion started by: lee.n.doan
1 Replies
8. Solaris
Hi All,
I have installed Solaris 10 on my AMD 64 3000+ system. I was playing with grub commands eeprom and bootadm commands. I screwed my boot-file and now am unable to boot the system. Gets error msg as "panic: cannot open /kernel/amd64/unix". I booted the system is filesafe and tried update the... (2 Replies)
Discussion started by: Manjunath K V
2 Replies
9. HP-UX
I have a HP-UX 9,000 server that doesn't boot anymore.
I have the next error message in the console:
----------------------------------------------
**** EARLY BOOT VFP : SYSTEM ALERT *****
.....
ALERT LEVEL: 15 = Fatal hardware or configuration problem prevents opretion
REASON FOR ALERT... (6 Replies)
Discussion started by: NicoMan
6 Replies
10. UNIX for Dummies Questions & Answers
I want to check which databases are installed on my FreeBSD installation. This is what I did: pkg_info | grep mysql
How do I check all in one go whether also sqlite, postgresql, firebird is installed?
Thanks in advance (3 Replies)
Discussion started by: figaro
3 Replies