Archive for the ‘Sun Solaris’ Category
Tuesday, March 11th, 2008
Lo scopo e` creare due volumi mirrorati sul DiskGroup rootdg, e si fa in questo modo:
vxassist -g rootdg make lv_mqm 4194304 layout=mirror rootdg01 rootdg02
vxassist -g rootdg make lv_mqm_log 4194304 layout=mirror rootdg01 rootdg02
Bisogna creare il nuovo filesystem sul volume:
newfs /dev/vx/rdsk/rootdg/lv_mqm
newfs /dev/vx/rdsk/rootdg/lv_mqm_log
Ho modificato il file /etc/vfstab:
/dev/vx/dsk/rootdg/lv_mqm ...
Posted in Sun Solaris, Veritas, Veritas Volume Manager | No Comments »
Monday, March 3rd, 2008
COS'E` MQ E A COSA SERVE
E` un prodotto che rende possibile la comunicazione tra client con diverse specifiche hardware e software.
I client comunicano tra di loro spedendo dei dati in messaggi, i quali vengono accodati nello storage.
Grazie ai prodotti MQSeries, tutte le applicazioni utilizzano lo stesso tipo di messaggi; i ...
Posted in IBM WebSphere MQ, Sun Solaris | No Comments »
Wednesday, February 27th, 2008
I dischi su Solaris hanno formato cXtXdXsX, che sta per:
- c: Controller SCSI;
- t: Target o SCSI Lun Number;
- d: Disk, infatti SCSI puo` avere piu` dischi in una lun, ma e` un caso raro;
- s: Slice, puo` essere un numero tra 0 e 7 e non sono altro che ...
Posted in Sun Solaris | No Comments »
Wednesday, January 16th, 2008
Sono capitato sul sito della SUN dopo l'ora di pranzo e mi sono letto questa notizia!!
Posted in Sun Solaris | No Comments »
Friday, December 7th, 2007
Prima di installare MQ bisogna creare l'utenza e il gruppo mqm:
#groupadd -g 10005 mqm
#useradd -d /home/ap/mqm -G 10005 -u 10018 -s /usr/bin/csh mqm
Ho provato a creare la directory /home/ap/mqm ma il sistema operativo non me lo lascia fare, cosi` ho commentato le righe non commentate nel file /etc/auto_home e nel ...
Posted in IBM WebSphere MQ, Sun Solaris | No Comments »