Search Results

Search: Posts Made By: giles.cardew
Forum: Solaris 03-30-2012
10,220
Posted By giles.cardew
Cheers, looks to be a great feature
Cheers, looks to be a great feature
Forum: Solaris 03-30-2012
10,220
Posted By giles.cardew
putty over SSH directly to the XSCF then type...
putty over SSH directly to the XSCF then type console -d0 to get to the domain

---------- Post updated at 07:04 AM ---------- Previous update was at 06:48 AM ----------

nohup is not an option...
Forum: Solaris 03-30-2012
10,220
Posted By giles.cardew
60min, but if I close the putty session the...
60min, but if I close the putty session the console dies instantly
Forum: Solaris 03-30-2012
10,220
Posted By giles.cardew
M5000 XSCF Console disconnecting when putty session is closed
Hi,

I would appreciate some help.

I remotely access, across a VPN, an M5000 and when I connect to the XSCF I can then access the OS using console -d0 and then I can get to the console.

The...
3,180
Posted By giles.cardew
not sure what I did differently but it seems to...
not sure what I did differently but it seems to be working OK now

thanks for the help
3,180
Posted By giles.cardew
I took out the typeset and it just doesn't work,...
I took out the typeset and it just doesn't work, really weird. I was thinking if the command ls -l $WORK/stat |wc -l does not return an integer.

Anyway what I am trying to do is say....if the...
3,180
Posted By giles.cardew
I've tried everything [ $stat -lt 20 ] ((...
I've tried everything

[ $stat -lt 20 ]
(( $stat<20))

when stat = 29 they all validate as true, does not make sense
3,180
Posted By giles.cardew
Integer in conditional ksh statement
Hi,

This is confusing me and I would appreciate some help.

Consider this script


#!/bin/ksh
typset -i stat=`ls -l $WORK/stat |wc -l`
if (( $stat < 20 ))
then
echo true
else
echo...
Forum: Solaris 10-20-2011
4
ZFS
1,487
Posted By giles.cardew
Thanks Vishal, If I change the zfs...
Thanks Vishal,

If I change the zfs mountpoint from /pay_serv/ps to /ukb_pool/ps I am assuming all the data will be preserved etc?
Forum: Solaris 10-20-2011
4
ZFS
1,487
Posted By giles.cardew
Changing ZFS mountpoints and Destroying Zpools
Hi,

I need some advice please. I have this server with a couple of zpools, lets call them

pay_serv
ukb_pool

There are two zones attached to these pools. When I do a zfs list I see this...
Forum: Solaris 06-29-2011
3,615
Posted By giles.cardew
Link Based IPMP on Shared IP Solaris Zone
Hi,

This may have already been raised previously so sorry for the duplication. What I want to achieve is have a physical server using link based IPMP setup in the global zone (not problem doing...
Forum: Solaris 05-20-2011
2,028
Posted By giles.cardew
rsynch error -- cannot execute
Hi,

I have just installed the rsync package on a server and when I try to just do a /usr/local/bin/rsync --help I get this

# /usr/local/bin/rsync --help
/usr/local/bin/rsync: cannot execute...
Forum: IP Networking 02-28-2011
11,016
Posted By giles.cardew
Packet Length greater than MTU
Hello,

I would appreciate some help with the following. We have 3 SUN X4450 servers, each of these servers talk to each other, one is an application server the other is a database server and the...
1,471
Posted By giles.cardew
Help with cp and mv in script
Hello,

I would like some help with a very basic script that I think should work but when from cron it doesn't. When ran manually it works fine. The script goes something like this
cd...
5,622
Posted By giles.cardew
Thanks for the replies chaps, Pesky ^M...
Thanks for the replies chaps,

Pesky ^M characters, totally forgot to check for that. Doing a dos2unix first works.

Cheers,
Giles
5,622
Posted By giles.cardew
Append text to end of line on all lines
Hi,

I've spent some time researching for this but can't seem to find a solution. I have a file like this
1234|Test|20101111|18:00|19:00There will be multiple lines in the file with the same...
6,872
Posted By giles.cardew
man, easy when you know how! Legend
man, easy when you know how!

Legend
6,872
Posted By giles.cardew
Remove lines from XML based on condition
Hi,

I need to remove some lines from an XML file is the value within a tag is empty.

Imagine this scenario,

<acd><acdID>2</acdID><logon></logon></acd>...
1,768
Posted By giles.cardew
Dude, I owe you a beer. Thanks very much
Dude, I owe you a beer.

Thanks very much
1,768
Posted By giles.cardew
That bombs out buddy blade225:prms> awk...
That bombs out buddy

blade225:prms> awk '{gsub("-","",$3);print "Cust="$1," Agent="$2" Date="substr($3,3,5)}' agtskill.out
awk: syntax error near line 1
awk: illegal statement near line 1
1,768
Posted By giles.cardew
Adding text into file
Hello,

I after some assistance please. Below is a file I need to read and for each line write an output.

My input file looks like this

2 20008 2003-08-26
2 20032 ...
Forum: Solaris 07-29-2009
3,716
Posted By giles.cardew
Monitoring all user keystroke activity
Hello,

First post so bear with me....i've done lost of searches on this and did not find a definitive answer.

I need to be able to capture in log every single keystroke a user performs, I am...
Showing results 1 to 22 of 22

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