Search Results

Search: Posts Made By: gxmsgx
Forum: Solaris 08-27-2009
13,240
Posted By gxmsgx
the server is turned on at 3 am? ps: I use...
the server is turned on at 3 am?

ps: I use this
/var/adm/messages -p 1w -z 2 -C 4 -a 'kill -HUP `cat /var/run/syslog.pid`'
Forum: Solaris 08-27-2009
15,278
Posted By gxmsgx
#/usr/bin/isainfo -b
#/usr/bin/isainfo -b
Forum: Solaris 08-26-2009
3,593
Posted By gxmsgx
Hi Alessio, thanks for reply. VxVM 5.0:...
Hi Alessio,
thanks for reply.

VxVM 5.0: I've tried with: # cldg create -t vxvm -p localonly=true -n clab1 DGLOCAL(the same command used by clsetup) this not explodes but fails ...without error...
Forum: Solaris 08-26-2009
15,358
Posted By gxmsgx
Try to install VMware tools to convert the PCN...
Try to install VMware tools to convert the PCN devices to VMXNET devices (I had some problem with PCN).

hope this helps
Forum: Solaris 08-26-2009
5,986
Posted By gxmsgx
Is my Coordinated Universal Time (UTC) # man ls...
Is my Coordinated Universal Time (UTC)
# man ls
...cut...
-E The same as -l, except displays time to the
nanosecond and with one format for all files
...
Forum: Solaris 08-26-2009
5,986
Posted By gxmsgx
not exactly in this format but you can get a...
not exactly in this format but you can get a similar output (without making changes to the system) with the -E option
# ls -E
total 23674
-rw------- 1 root root 12047112 2009-08-25...
Forum: Solaris 08-26-2009
3,593
Posted By gxmsgx
scconf crash: registering a Veritas local disk on Sun Cluster (localonly=true)
Hi all,
I want to put a local disk on a Sun Cluster node but scconf command explodes :eek:

My system:

* two node cluster on two VMWare virtual machines
* Solaris 10 SunOS 5.10...
Forum: Solaris 08-11-2009
8,310
Posted By gxmsgx
SOLVED 1) delete line "setprop...
SOLVED

1) delete line "setprop local-mac-address? 'true'" from /boot/solaris/bootenv.rc
2) delete line "ether 0:c:29:67:16:ef" from /etc/hostname.e1000g2
3) reboot


# ifconfig -a...
Forum: Solaris 08-11-2009
8,310
Posted By gxmsgx
IPMP configuration and detach problem
Hi,
I've a problem when try to detach nic e1000g1.

IPMP configuration:

# ifconfig -a
...cut...
e1000g1: flags=1000842<BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 7
inet 0.0.0.0...
Forum: Solaris 08-10-2009
2,807
Posted By gxmsgx
ok ...but to generalize and simplify a lot, is...
ok ...but to generalize and simplify a lot, is correct to say:

for HA failover services: active[+test address] - standby
for HA scalable services: active[+test address] - active[+test address]
Forum: Solaris 08-10-2009
2,807
Posted By gxmsgx
IPMP/HA: most common configuration
Hi,
based on your experience what is the most common IPMP configuration on a two nodes cluster for HA failover / scalable services?

...active-active, active-standby with probe-based failure...
1,712
Posted By gxmsgx
# cat file.txt 2 4 5 2 4 7 3 5 7 4 -6 9 ...
# cat file.txt
2 4 5
2 4 7
3 5 7
4 -6 9
5 -9 4
6 -3 3
2 4 6
-2 4 6
2 4 -6
to delete ONLY the lines with "-x" in the second column

# sed '/.-../d' file.txt
2 4 5
2 4 7
3 5 7
2 4 6...
4,333
Posted By gxmsgx
sed 's/|/\t/g' filename
sed 's/|/\t/g' filename
Forum: Solaris 07-28-2009
4,843
Posted By gxmsgx
Hi microbot, ...:D:D:D:p ...you do not give...
Hi microbot,
...:D:D:D:p ...you do not give up!!
...but also on Gentoo you need to build the filesystem (with the mkfs command) after creating the partition ;)
Forum: Solaris 07-28-2009
20,940
Posted By gxmsgx
You need a C compiler (SUNWgcc package)...or...
You need a C compiler (SUNWgcc package)...or download and install rsync binary package from here Sunfreeware (http://sunfreeware.com)
Forum: Solaris 07-28-2009
3,554
Posted By gxmsgx
find the package name (on second column): #...
find the package name (on second column):
# pkginfo | grep -i wineand then remove the package (example if package name is WINE):
# pkgrm WINE
about your error I don't know (I don't use Wine)...
20,341
Posted By gxmsgx
perl (conky) and gmail/IMAP unread message count
Hi all,
I use Conky monitor (Conky - Home (http://conky.sourceforge.net/)) for my laptop and I needed a script to see the count of new messages on gmail/IMAP, then I made this small perl script
(I...
Forum: Solaris 07-24-2009
3,257
Posted By gxmsgx
thanks guys :b: ... yes, I used wget ...
thanks guys :b: ... yes, I used wget
http://www.paoline.it/images/dire_volpe.gif
(Firefox has been afraid)
Forum: Solaris 07-23-2009
9,405
Posted By gxmsgx
error codes? some are common and you can ignore...
error codes?
some are common and you can ignore them (example 2,8 etc.)

...error code 8

try in this way:
# script /tmp/p.log
# ./install_cluster
# grep failed /tmp/p.log | egrep -v 'code...
Forum: Solaris 07-23-2009
6,834
Posted By gxmsgx
# ssh [logical name] hostname
# ssh [logical name] hostname
Forum: Solaris 07-20-2009
10,685
Posted By gxmsgx
hahah ok ;-) PS: I'm using cluster on VMware...
hahah ok ;-)

PS: I'm using cluster on VMware and I had to do a "dirty trick" to bring the quorum device online on both nodes ... and I wanted to know if you had the same problem.
Forum: Solaris 07-20-2009
10,685
Posted By gxmsgx
hi upengan78, have you configurated this Sun...
hi upengan78,
have you configurated this Sun Cluster (u2) on VMware virtual machines ?
Forum: Solaris 07-20-2009
6,711
Posted By gxmsgx
;) ok, sure
;) ok, sure
Forum: Solaris 07-20-2009
6,711
Posted By gxmsgx
Sunfreeware - Freeware Open Source Software for...
Sunfreeware - Freeware Open Source Software for Sun Microsystem's Solaris (http://www.sunfreeware.com/)
...
Freeware List for Intel and Solaris 10...
Forum: Solaris 07-20-2009
6,711
Posted By gxmsgx
# chown -R denis /export/home/denis
# chown -R denis /export/home/denis
Showing results 1 to 25 of 31

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