Visit Experts Exchange from your mobile device to search, ask, and monitor your questions. Never lose touch again.

Preview From Your Desktop
 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Top Unix OS Solutions: 26 - 50 of 125
 
The instructions I have say I must add the following packages to my solaris 10 machine in order to install/setup ldap. IPLTnspr, IPLTnss, IPLTjss, IPLTnis, IPLTpldap, IPLTdsu, & IPLTdsr from C...
Hello, When I run a ps -ef, I get so many of these entries mfitchd  729312  143398   0   Sep 10      -  0:00 ftpd -l mfitchd   733328  143398   0   Sep 10      -  0:00 ftpd -l mfitchd ...
in one of our Solaris servers, some ports are open. what is the command to find which ports are open ? i want to close some ports, what is the command to close the ports?
Hello, I need a little help in scripting. I have attached 2 scripts. The first script read.sh reads the following inputs like name and email from the keyboard(Attached) The same  script...
I'm using FreeBSD and backing-up to an external USB Western-Digital drive. My backups work very well...but here's my problem. There are/have been times I'll remove the USB cord from the ...
I am trying to check if remote node e.g i am trying to connect to awd3d from awd1d node and want to validate if awd3d exists or not in script
FreeBSD Question: What command can I type to show the full path to my FireWire drive?
Hi guys I'm trying to setup a crontab job.  I found a few tutorials, but I seem to get it right. What I have done: Logged into SSH >> CD to htdocs [root on my server] >> typed 'crontab ...
Hello, I am trying to create a virtual tape drive in Virtual I/O server and assign it to a LPAR attached to vhost1.  The tape drive shows up as available when i run lsdev.  When I run the f...
I have a Solaris Cluster machine and want to run the lsof to check open ports. I downloaded the lsof latest version 4.83 Beta and compiled exactly on my lab server Howver, when I ran it, I got...
how to use the alias command in aix,linux give some examples i  tried but it wasnt working for me please give some exaples in linux
I need some help in scripting if rootvg is mirrored and if its mirrored, echo the disks and also check if my bootlist exists on these disks. The problem where I am facing is If I use lsvg...
Hi, Well, I want to write a shell script (chron job) that checks, on a regular basis, if a webserver is "up and running" or not? Any suggestions? Thank you
I can't get the id, last and first name to act as variables.  They print once-  The echo "$id"  doesn't display.   the srch script will be part of a main menu.   #!/bin/bash #===========...
How would I go about create an MD5 checksum of a file? This is for a Mac system but being able to do it on a Unix box aka command line with a script or something is cool to. I want to do it so...
Hello, I have a script, which accepts inputs from the keyboard and if the input is "y" then it will execute a command if it is other than "y" it will exit out But my script should run the ...
This is the seeting in the /etc/default/login file on my Solaris 10 machine. However, I could still change password for root with new password as  "123". What do I miss? MINALPHA=3 MINDIFF...
I am using below script to send mail as attachment . i ma getting attachemnt mai with file summary.txt but format is very bad. Original fromat is good. Please let me know if any solution to fi...
# cat create_aix_user #!/usr/bin/ksh USER=$1 shift while [ $# -ge 1 ]; do        rosh -l root -n $1 -t mkuser gecos=\'testing the user creation\' -d /home/$USER -s /bin/ksh -g grpccase  $...
Hi, A number of people left the team at one IT location and we have this lower-end Solaris 10 server which has its software installed/configured working with some changes to its OS (think...
I am not sure what is the problem with this script : The desired output of the script should be # ./samp.sh -----------------------------aix--------------------------- SP12 on the aix wil...
I accidentally did a chmod -R 771 /* instead of chmod -R 771 ./* as root and now my filesystem has the wrong permissions and I can't even login. Is there any way to reset the permissions to...
Dear experts -              I am trying to install postgis on solaris 10 and I am running into the following issue when I configure. this is definitely related to solaris environment, I am ...
Hello, I have a process that is not responding to kill -9, Here is the output root@csc06psoft009 # ps -ef|grep 1863926 root 1863926       1   0 10:25:18  pts/7  0:00 /bin/sh /opt/EMC/perf...
I was tasked by my management to study ways to reduce Unix OS and hardware maintenance costs. Currently for Wintel, we migrated Wintel servers into VMWare, thus this reduces the number of...