Search Results

Search: Posts Made By: sboots
Forum: AIX 06-06-2011
3,065
Posted By sboots
#!/usr/bin/ksh CHECK=`ps -ef | grep -v grep |...
#!/usr/bin/ksh
CHECK=`ps -ef | grep -v grep | grep websphere | wc -l`
if [ $CHECK = 0 ]
then
echo "Websphere is down" | mailx -s "websphere is down" user@domain.com
fi
Forum: Solaris 06-02-2011
2,271
Posted By sboots
Look into sar.
Look into sar.
Forum: Linux 05-10-2011
3,652
Posted By sboots
i think booting into run level 3 should do it for...
i think booting into run level 3 should do it for you.

init 3
4,740
Posted By sboots
something like this maybe? #!/usr/bin/ksh ...
something like this maybe?

#!/usr/bin/ksh
clear
ps -ef | grep citizencro | awk '{print $2}' >> /tmp/proclist
echo "The following pids are owned by citizencro"
cat /tmp/proclist
echo "Which...
Forum: Solaris 05-05-2011
11,025
Posted By sboots
Im pretty sure the X4150's have internal raid...
Im pretty sure the X4150's have internal raid controllers. If you do and you are using it, you have to go into that at boot and add the volumes.
Forum: AIX 03-29-2011
44,290
Posted By sboots
Install the following rpm's (These are for AIX...
Install the following rpm's (These are for AIX 6.1 so if they are not the same for 5.3, then just try to install rsync. It will tell you the dependencies that your missing and just grab them and...
Forum: AIX 03-29-2011
3,296
Posted By sboots
All the storage Vendors should have their own...
All the storage Vendors should have their own Multipathing software, atleast the big ones. EMC uses Powerpath, Hiatchi uses HDLM, etc... I would just contact your storage vendor and see what they...
Forum: AIX 03-29-2011
3,296
Posted By sboots
They all should have their own multipathing...
They all should have their own multipathing software. For instance EMC uses Powerpath. Just contact your storage vendor and see what they have. Obviously it is not free like the native...
Forum: UNIX and Linux Applications 03-25-2011
3,746
Posted By sboots
I know this thread is a few weeks old, but here...
I know this thread is a few weeks old, but here is another way to do it just in case anyone else runs into this issue.

From inside of vi:
:%s /[ctl v][ctl m]//g

Dont type out [ctl v] or [ctl...
Forum: AIX 03-25-2011
3,296
Posted By sboots
Before you decide on that you may want to check...
Before you decide on that you may want to check and make sure the native mpio supports active/active multipathing. For some reason I was thinking that the native is only active/passive on AIX, but i...
Forum: Solaris 03-18-2011
2,067
Posted By sboots
try this and see if the host sees the fiber...
try this and see if the host sees the fiber cards.

cfgadm -al

should see something like this:

# cfgadm -al
Ap_Id Type Receptacle Occupant Condition...
Forum: AIX 03-18-2011
4,231
Posted By sboots
If you want to get performance statistics for a...
If you want to get performance statistics for a period of time just set up nmon to capture to a file for every 30 seconds or so for 24 hours, or however long you want. Then parse it through nmon...
Forum: Solaris 03-16-2011
8,499
Posted By sboots
Try to use dtrace to see what is eating up your...
Try to use dtrace to see what is eating up your swap space. You can find some pretty good dtrace scripts here that will help you figure it out.

Top Ten DTrace (D) Scripts...
Forum: Solaris 03-16-2011
15
ZFS
4,733
Posted By sboots
snapshots in zfs are saved as a dataset under the...
snapshots in zfs are saved as a dataset under the same zpool that the actual filesystems is on. It is just a point in time snap of the filesystem and only saves the actual changes that happened from...
Forum: Solaris 03-16-2011
24,643
Posted By sboots
use the format command if you want to see the...
use the format command if you want to see the disks on solaris.
Forum: Solaris 03-04-2011
7,491
Posted By sboots
I dont know if this is what you are looking for...
I dont know if this is what you are looking for but something like this will email it too you daily.

#!/bin/ksh
echo "Permissions to Shadow File" > /home/perm.txt
ls -asl /etc/shadow | awk...
Forum: Solaris 01-10-2011
1,358
Posted By sboots
Slice 2 is a backup slice representing the entire...
Slice 2 is a backup slice representing the entire Solaris partition / physical disk. Skip it and go on to slice 3.
Forum: Solaris 01-04-2011
2,450
Posted By sboots
from the lom type break
from the lom type break
Forum: Solaris 01-04-2011
4,349
Posted By sboots
passwd -x -1 username has to be ran as root...
passwd -x -1 username

has to be ran as root i believe.

If you want it to persist through password changes then script it and put it in roots crontab with all users that you want to not be...
Forum: Solaris 01-04-2011
3,702
Posted By sboots
Run something like this after you change the...
Run something like this after you change the users uid to see if any files that were owned by the old uid and change them using the second command.

make note of the users uid before you change...
Forum: Solaris 01-04-2011
2,508
Posted By sboots
Looks like ce3 on the global does not have a...
Looks like ce3 on the global does not have a valid IP address.

ce3: flags=1000803<UP,BROADCAST,MULTICAST,IPv4> mtu 1500 index 5
inet 0.0.0.0 netmask ff000000
ether...
Forum: AIX 04-01-2010
8,405
Posted By sboots
zombie process
Is there an equivilant to the preap command in AIX that would allow me to get rid of a zombie process. I am new to AIX, moving over from Solaris and in the past I have been able to preap the pid on...
Forum: Solaris 12-14-2009
8,656
Posted By sboots
You have to import the filesystems. zpool...
You have to import the filesystems.

zpool import poolname

after you have them pools imported you just need to issue this command.

zfs mount -a

that should get all of your old zfs...
Forum: Solaris 11-23-2009
77,694
Posted By sboots
what does the following log file say: ...
what does the following log file say:
/var/svc/log/system-filesystem-local:default.log

I had the same problem and it was due to zfs mount -a failing. Not that it is the same problem you are...
Forum: Solaris 11-12-2009
3,584
Posted By sboots
if you are using putty just set you keepalives to...
if you are using putty just set you keepalives to 60 seconds or so. it should keep you from timing out.
Showing results 1 to 25 of 34

 
All times are GMT -4. The time now is 05:29 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy